/* CSS Document */
@charset "utf-8";


body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	text-align:center;
	background:#fff url(../images/bodyBg.jpg) left top repeat-x;	
	font-family: 'pt_sans_narrowbold';
	color:#333333;
}



/*
START UTILITY
*/
div, ul, h1, h2, h3, h4, h5, h6, ul, li, p, img, form, input, textarea, marquee {
	margin:0;
	padding:0;
}

a {
    outline: none;
	color:#333;
	text-decoration:underline;
}

a:hover {
    outline: none;
	color:#000;
	text-decoration:none;
}

img {
	border:none;
}

li {
	list-style:none;
}


.clearall {
	clear:both;
	font-size:1px !important;
	line-height:1px !important;
	height:1px !important;
	min-height:1px;
}
/*
END UTILITY
*/
@font-face {
    font-family: 'pt_sans_narrowbold';
    src: url('ptn77f-webfont.eot');
    src: url('ptn77f-webfont.eot?#iefix') format('embedded-opentype'),
         url('ptn77f-webfont.woff') format('woff'),
         url('ptn77f-webfont.ttf') format('truetype'),
         url('ptn77f-webfont.svg#pt_sans_narrowbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sansregular';
    src: url('pts55f-webfont.eot');
    src: url('pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('pts55f-webfont.woff') format('woff'),
         url('pts55f-webfont.ttf') format('truetype'),
         url('pts55f-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*-----------------------------
	START MAIN CONTENT 
-------------------------------*/
#mainbody{
	background:url(../images/mainBg.jpg) center top no-repeat;	
	width:100%;
	}
#container{
	width:1004px;
	margin:0 auto;
	}
.header{
	height:121px;
	width:1004px;
	}
.logo{
	margin:10px 10px 0 40px;
	height:111px;
	width:214px;
	float:left;
	}
.righthd{
	height:85px;
	width:229px;
	float:right;
	margin:5px 20px 0 0;
	background:url(../images/cftback_03.png) center 53px no-repeat;
	}
.righthd ul{
	height:53px;
	width:170px;
	margin:0 29px 0 28px;	
	}
.righthd ul li{
	display:block-inline;
	margin:0 1px 0 1px;
	height:53px;
	width:52px;
	float:left;
	}		
.righthdtxt{
	font-family: 'pt_sans_narrowbold';
	color:#fefefe;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	line-height:32px;
	}
.midheader{
	height:329px;
	width:1004px;
	}
.midheadertxt{
	font-family: 'pt_sans_narrowbold';
	font-size:54px;
	color:#fff;
	line-height:58px;
	margin:37px 0 10px 20px;
	float:left;
	text-align:left;
	text-transform:uppercase;	
	}
.download{
	position:relative;
	height:77px;
	width:293px;
	margin:10px 0 0 20px;
	float:left;
	}
.midbody{
	height:504px;
	width:1004px;
	}
.leftmidbd{
	width:601px;
	height:415px;
	margin:90px 20px 0 0;
	float:left;
	}
.leftmidbd h1{
	font-family: 'pt_sans_narrowbold';
	font-size:30px;
	color:#00658e;
	background:url(../images/welcome.png) left top no-repeat;
	height:66px;
	padding-left:77px;
	text-align:left;
	padding-top:10px;
	}
.leftmidbd h1 span{
	color:#000000;
	text-transform:uppercase;
	}
.leftmidbdtxt{
	font-family: 'pt_sansregular';
	color:#636363;
	font-size:15px;
	line-height:22px;
	text-align:justify;	
	}
.img1{
	float:left;
	margin:25px 20px 20px 0;
	}			
.rightmidbd{
	width:379px;
	height:415px;
	margin:90px 0 0 0;
	float:left;
	}
.rightmidbd h2{
	font-family: 'pt_sans_narrowbold';
	font-size:30px;
	color:#00658e;
	background:url(../images/advantage.png) left top no-repeat;
	height:66px;
	padding-left:77px;
	text-align:left;
	padding-top:10px;
	}
.rightmidbd ul{
	margin:5px 0 0 40px;
	}
.rightmidbd ul li{
	font-family: 'pt_sansregular';
	color:#636363;
	font-size:15px;
	line-height:25px;
	text-align:left;
	}
.rightmidbd ul li img{
	margin:0 15px 0 0;
	}	
													
/* start footer */
#footer{
	height:145px;
	background:#4c5152 url(../images/footerbg.png) center top repeat-x;
	}
.infooter{
	width:1004px;
	margin:0 auto;
	height:145px;
	background:url(../images/flogo.png) 790px 25px no-repeat;
	}
.footertxt{
	font-family: 'pt_sansregular';
	color:#ffffff;
	font-size:13px;
	float:left;
	text-align:left;	
	width:270px;
	clear:both;	
	margin:20px 0 0 55px;	
	}
/* end footer */