@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
@font-face {
    font-family:"Gill Sans MT";
	src: url("../fonts/Gill_Sans_MT_0.eot"); /* EOT file for IE */
}
@font-face {
	font-family:"Gill Sans MT";
	src: url("../fonts/Gill Sans MT_0.ttf") /* TTF file for CSS3 browsers */
}
body{
	/*background:#fe7513 url(../images/bg1.png) repeat;*/
	background:url(../images/bg-main.png) no-repeat center top;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.clr{
	clear:both;
}
a{
	text-decoration:none;
	color:#262262;
}
#outerWrapper{
	
	width:100%;
	height:auto;
}
#topWrapper{
	background:url(../images/top.png) repeat-x 0px 30px;
	width:100%;
}
#wrapper{
	width:1000px;
	height:auto;
	margin:0px auto;
}
.language{
	width:100%;
	height:25px;
	background: -moz-linear-gradient(left,  rgba(255,48,25,0.33) 0%, rgba(207,4,4,1) 52%, rgba(255,48,25,0.33) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,48,25,0.33)), color-stop(52%,rgba(207,4,4,1)), color-stop(100%,rgba(255,48,25,0.33))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,48,25,0.33) 0%,rgba(207,4,4,1) 52%,rgba(255,48,25,0.33) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,48,25,0.33) 0%,rgba(207,4,4,1) 52%,rgba(255,48,25,0.33) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,48,25,0.33) 0%,rgba(207,4,4,1) 52%,rgba(255,48,25,0.33) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,48,25,0.33) 0%,rgba(207,4,4,1) 52%,rgba(255,48,25,0.33) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54ff3019', endColorstr='#54ff3019',GradientType=1 ); /* IE6-9 */
	padding-top:5px;
}
.rt{
	float:right;
}
.slct{
	background-color:#262262;
	border:#FFD9B3 solid 1px;
	width:150px;
	height:20px;
	color:#ffffff;
}
.nav{
	width:100%;
	height:52px;
}
.nav ul{
	width:100%;
}
.nav ul li{
	list-style:none;
	float:left;
	background:url(../images/nav-sep.jpg) no-repeat right;	
}
.nav ul li:last-child{
	background:none;
}
.nav ul li a{
	font-family:"Gill Sans MT";
	font-size:18px;
	color:#ffffff;
	padding:0px 26px;
	text-decoration:none;
	line-height:52px;	
}
.nav ul li a:hover{
	color:#fe913c;
}
.nav ul li a.active{
	color:#fe913c;
}
.header{
	height:155px;
	padding:64px 0px 0px 36px;
}
.logo{
	width:366px;
	height:120px;
	float:left;
}
.contentWrapper{
	width:980px;
	margin:0px auto;
	min-height:275px;
	height:auto;
}
.contRow{
	width:100%;
	height:auto;
}
.contRow h2{
	font-family:"Gill Sans MT";
	color:#262262;
	font-size:24px;
	font-weight:normal;
	padding:10px 5px 5px 0px;
}
.contRow p{
	font-family:"Gill Sans MT";
	font-size:16px;
	color:#262262;
	padding:5px 5px 10px 0px;
}
.contRow h3{
	color:#522302;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	padding:10px 15px 5px 0px;
	line-height:18px;
}
.contRow ul{
	width:98%;
}
.contRow ul li{
	list-style:none;
	background:url(../images/arrow.png) no-repeat 0px 5px;
	color:#522302;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	padding:0px 0px 13px 20px;
	line-height:18px;
}
.contRowlt{
	float:left;
	width:534px;
	height:auto;
}
.contRowlt h1{
	font-family:"Gill Sans MT";
	color:#262262;
	font-size:24px;
	font-weight:normal;
	padding:5px 5px 5px 0px;
}
.contRowlt h1 span{
	font-weight:bold;
}
.contRowlt h2{
	font-family:"Gill Sans MT";
	color:#262262;
	font-size:24px;
	font-weight:normal;
	padding:5px 5px 10px 0px;
}
.contRowlt h3{
	color:#522302;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	padding:10px 15px 5px 0px;
	line-height:18px;
}
.contRowlt h3 span{
	font-weight:bold;
}
.contRowlt ul{
	width:98%;
}
.contRowlt ul li{
	list-style:none;
	background:url(../images/arrow.png) no-repeat 0px 5px;
	color:#522302;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	padding:0px 0px 13px 20px;
	line-height:18px;
}
.contRowrt{
	float:left;
	width:446px;
	height:auto;	
}
.contRowrt p{
	font-family:"Gill Sans MT";
	font-size:21px;
	color:#ffffff;
	text-shadow:#c74d06 2px 2px 0px;
	padding-top:105px;
}
.contRowrt p img{
	float:right;
	padding:0px 0px 5px 3px;
}
.img{
	text-align:center;
	padding-top:90px;
}
.contRowrt h2{
	font-family:"Gill Sans MT";
	color:#262262;
	font-size:24px;
	font-weight:normal;
	padding:5px 5px 10px 0px;
}
.contRowrt ul{
	width:98%;
}
.contRowrt ul li{
	list-style:none;
	background:url(../images/arrow.png) no-repeat 0px 5px;
	color:#522302;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	padding:0px 0px 13px 20px;
	line-height:18px;
}
.whiteLine{
	background:url(../images/white-line.png) no-repeat center;
	height:58px;
	width:100%;
}
#footerWrapper{
	background:url(../images/footer.png) repeat-x top;
	width:100%;
}
.footer{
	width:980px;
	margin:0px auto;
	text-align:center;
	color:#b8bbce;
	padding-top:38px;
	line-height:60px;
}
td { 
    width:200px;
	background-color:#EA7500;
	padding:10px;
	border:#FFA54A solid 1px;	
}
td p{
	font-family:"Gill Sans MT";
	color:#ffffff !important;
    font-size:16px;
}
td p a{
	font-family:"Gill Sans MT";
	color:#ffffff !important;
	text-decoration:none;
}
#pop-win{position:absolute;top:0;left:0px;width:200px;visibility:hidden; }
#pop-a,#pop-b{}
#pop-a{ }
#pop-b{background-position:bottom; height:20px}
#pop-test{background:#262262; height:30px; color:#333; border:1px solid #FFA54A; text-align:center; z-index:1; padding:5px;}
#pop-test a{
	font-family:"Gill Sans MT";
	color:#ffffff !important;
	text-decoration:none;
	font-size:16px;
}
