@charset "utf-8";
/* CSS Document */

html, body {
	font:14px "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
* {
	outline:none;
}
img {
	border:0;
}
a {
	color:#181c80;
	font-size:11px;
}
a:hover {
	color:#646464;
	text-decoration:underline;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
}
#bodywrap {
	clear:both;
}
.textform {
	width:144px;
	height:26px;
	background-image:url(en/headerfooter.png);
	background-position:0 -192px;
	background-repeat:no-repeat;
	font-size:10px;
	float:right;
	padding-right:16px;
	position:relative;
}
.textbox {
	border:1;
	background-color:fff;
	margin-top:2px;
	left:4px;
	color:#646464;
	width:233px;
	height:20px; margin-bottom:2px;
}
.textarea {
	border:1;
	background-color:fff;
	left:4px;
	color:#646464;
	width:233px;
	height:50px; margin-bottom:5px; margin-top:5px;
}
.textform2 {
	width:144px;
	height:26px;
	background-image:url(en/headerfooter.png);
	background-position:0 -192px;
	background-repeat:no-repeat;
	font-size:10px;
	float:left;
	padding-right:16px;
	position:relative;
}
.alignLeft {
	float:left;
	margin-right:1em;
}
.alignLeft4 {
	float:left;
	margin:5px 15px 10px 0px;
}
.alignRight {
	float:left;
	margin:5px 0px 10px 0px;
}
.alignRight2 {
	float:right;
	margin:12px 20px 0 0;
}
.alignRight3 {
	float:right;
	margin:12px 10px 0 0;
}
.alignmiddle {
	float:left;
	margin:2px 4px 0 0;
}
.imgfront2 {
	float:left;
	margin-left:12px;
}
.imgfront1 {
	float:left;
	margin:14px 0 0 12px;
}
h1 {
	font-size:16px; margin-bottom:2px;
	color:#007cd8;
	font-weight:bold; height:25px;
	line-height:24px; border-bottom:1px dashed #ccc;
}
 h1 span {
	color:#2d3194;

}


h3 {
	font-size:14px; margin-bottom:2px;
	color:#444;
	font-weight:bold; 
	line-height:18px; border-bottom:0px dashed #ccc;
}
 h3 span {
	color:#2d3194;

}
h4 {
	font-size:16px;
	margin-top:5px; margin-bottom:5px;
	color:#006699;
	font-weight:bold;
	text-align:center;
	line-height:18px;
}
h5 {
	font-size:13px;
	margin-top:2px;
	color:#f10000;
	font-weight:bold;
	text-align:left;
	line-height:24px;
}
p {
	font-size:12px;
	line-height:19px;
	text-align:justify;
	padding:5px 0px;
}

.button1 {
	display:inline-block;
	color:#181c80;
	text-decoration:none;
	float:right;
	font: bold 12px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	padding: 4px 10px;
	margin-top:0px; 
}
.button1:hover {
	text-decoration:none;
	color:#e5040e;
}

*html button.submit {
	background-color: #029fd7;

	border: 1px solid #0291c3;
	border-bottom: 1px solid #0291c3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	/*box-shadow: inset 0 1px 0 0 #0A56A1;
	-webkit-box-shadow: 0 1px 0 0 #0A56A1 inset;
	-moz-box-shadow: 0 1px 0 0 #0A56A1 inset;
	-ms-box-shadow: 0 1px 0 0 #0A56A1 inset;
	-o-box-shadow: 0 1px 0 0 #0A56A1 inset;*/
	color: white; 
	font-weight: bold;
	padding: 4px 10px;
	text-align: center;
	/*text-shadow: 0 1px 0 #B50173;*/
}
button.submit {
	background-color: #029fd7;
	
	border: 1px solid #0291c3;
	border-bottom: 1px solid #0291c3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	/*box-shadow: inset 0 1px 0 0 #0A56A1;
	-webkit-box-shadow: 0 1px 0 0 #0A56A1 inset;
	-moz-box-shadow: 0 1px 0 0 #0A56A1 inset;
	-ms-box-shadow: 0 1px 0 0 #0A56A1 inset;
	-o-box-shadow: 0 1px 0 0 #0A56A1 inset;*/
	color: white;
	font-weight: bold;
	padding: 4px 20px;
	text-align: center;
	/*text-shadow: 0 1px 0 #B50173;*/
}
button.submit:hover {
	opacity:.85;
	cursor: pointer;
}
button.submit:active {
	border: 1px solid #0291c3;
	/*box-shadow: 0 0 10px 5px #02446E inset;
	-webkit-box-shadow:0 0 10px 5px #02446E inset;
	-moz-box-shadow: 0 0 10px 5px #02446E inset;
	-ms-box-shadow: 0 0 10px 5px #02446E inset;
	-o-box-shadow: 0 0 10px 5px #02446E inset;*/
}

.wrap {
	width:990px;
	margin:0 auto;
}

#header {
	clear:both;
	width:990px;
	height:110px;
	position: relative;
}
#logo {
	width:395px;
	height:96px;
	float:left;
}

#headerright {
	clear:right;
	width:375px;
	height:100px;
	float:right;
}
#country {
	width:289px;
    margin-top:10px;
	height:32px;
	float:right; position:relative; z-index:1;
}

#map {
	margin-top:-10px;
	height:32px; position:relative;
	float:right;
}

.smo_icon{
	padding:0px;
	float:right;
	width:120px;position:relative;
	height:25px;margin-top:-35px;
}
.smo_icon li{
	float:left;
	height:24px;
	width:25px;
	margin:2px;
	position:relative;
	 z-index:400;
}
.smo_icon li a{
	display:block;
	height:24px;
	text-indent:-9999px;
}
.smo_icon li#icon1{
position:relative;
/*top:45px;*/ left:15px;
	width:25px;
	background:url(../img/facebook.png) no-repeat 0 0;
}
.smo_icon li#icon2{
position:relative;
/*top:45px;*/ left:15px; width:25px;
	background:url(../img/twitter.png) no-repeat 0 0;
}
.smo_icon li#icon3{
position:relative;
/*top:45px; */left:15px; width:25px;
	background:url(../img/youtube.png) no-repeat 0 0;
}
.smo_icon li#icon4{
position:relative;
/*top:45px;*/ left:15px; width:25px;
	background:url(../img/wp.png) no-repeat 0 0;
}
.smo_icon li#icon5{
position:relative;
top:45px; left:15px; width:25px;
	background:url(../img/in.png) no-repeat 0 0;
}


.smo_icon li#icon1 a:hover{
	background:url(../img/facebook-h.png) no-repeat 0 0;
}
.smo_icon li#icon2 a:hover{
	background:url(../img/twitter-h.png) no-repeat 0 0;
}
.smo_icon li#icon3 a:hover{
	background:url(../img/youtube-h.png) no-repeat 0 0;
}
.smo_icon li#icon4 a:hover{
	background:url(../img/wp-h.png) no-repeat 0 0;
}
.smo_icon li#icon5 a:hover{
	background:url(../img/in-h.png) no-repeat 0 0;
}
#new {
	width:370px;
	height:27px;
	font-size:12px;
	float:left;
	margin:0px 5px 0 5px;
}
#new .txt {
	font-size:12px;
	margin:12px 5px 0 5px; float:left; font-weight:bold;
}
#new img {
		margin:5px 5px 0 5px; float:left;
}





.slider-top {background:url(../img/carousel_sep.png) no-repeat top; height:21px;}

#slider {
	clear:both; 
	width:990px;
	height:450px;
	position: relative;
}

#box {
	clear:both; 
	width:990px;
	height:auto;
}
.box {
	width: 300px;
float: left;
margin-top: 10px;
/* border-right: solid 1px #CCCCCC; */
padding: 5px 10px;
overflow: hidden;
text-align: justify;
margin-right: 10px;

}

.box:last-child{border-right:solid 0px #CCCCCC;}

.photo {
	position:relative;
	font-family:arial;
	overflow:hidden;
	border:0px solid #000;
	width:317px;
	height:217px; cursor:pointer;
}
.photo .heading, .photo .caption {
	position:absolute;
	background:#000;
	height:130px; text-decoration:none;
	width:317px;
	opacity:0.9;
}
.photo .heading {
	top:-70px;
}
.photo .caption {
	bottom:-70px;
	left:0px;
}
.photo .heading span {
	color:#fff;
	top:-130px;
	font-weight:bold;
	display:block;
	padding:5px 0 0 10px;
}
.photo .caption span a {
	color:#fff;
	font-size:12px; line-height:17px;
	display:block;
	padding:0px 10px 10px 10px; text-decoration:none;
}


.welcome {
	
	width:990px; margin-top:0px;
	padding:0px 10px 10px 10px;
	height:auto;
	
}
.box2 {
	width:961px;
	margin-top:10px;
}
.welbox {
	width:245px;
	float:left; margin-top:-15px;
	border: 0px solid #e6e6e6;
	padding: 0px 10px 10px 10px; margin-right:5px;
}
.block-1 {
	margin-bottom: -50px;
	margin-top: -5px;
}
.block-2 {
	width: 420px;
	float:left;
	background: none  repeat-x;
	border: 0px solid #e6e6e6;
	padding: 0px 18px 0px 1px;
}
.block-3 {
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 0px 10px 0px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position:relative;
}
.block-4 {
	color:#FF3300; font-weight:bold; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px;
	font: bold 12px/18px;
	padding-left: 34px;
	padding-top: 6px;
	margin:10px;
	background: url(../img/icon-1.png) no-repeat;
}
.extra-1 {
	width: 11px;
	height:12px;
	position:absolute;
	left: 20px;
	bottom: -12px;
	background: url(../img/extra-1.png) no-repeat;
}
.extra-2 {
	margin: 8px 0 0 2px;
}

.footerlinks{margin:0px auto;padding:0px;text-align:center;}
.footerlinks li{list-style:none;display:inline;color:#666;}
.footerlinks li a{font:normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;color:#666;padding:0px 1px;line-height:25px;text-decoration:none;}
.footerlinks li a:hover{color:#0440b8;text-decoration:underline;}
p.address{font:normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;color:#666;text-align:center;line-height:19px;}
p.address a{ color:#0440b8; text-decoration:none;font:normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;}
p.address a:hover{ text-decoration: underline; color:#0440b8}

.content{ width:990px; margin:0px auto; height:auto; margin-top:-20px;}
.content h1 {
	font-size:20px; margin-bottom:10px;
	color:#0a7cd2;
	font-weight:bold; height:28px;
	line-height:24px; border-bottom:1px dashed #ccc; text-transform:capitalize;
}
.content h1 span {
	color:#0a7cd2;

}
.content h2 {
	font-size:16px; margin-top:5px;
	color:#034d84;
	font-weight:bold;
	line-height:15px; 
}
.content h3 {
	font-size:15px; margin-bottom:2px;
	color:#d17c02;
	font-weight:bold; height:auto;
	line-height:20px; border-bottom:0 px dashed #ccc;
}

.content h4 {
	font-size:13px;
	margin-top:12px;
	color:#ec131b;
	font-weight:bold;
	text-align:left;
	line-height:19px;
}
.content h5 {
	font-size:13px;
	margin-top:2px;
	color:#f10000;
	font-weight:bold;
	text-align:left;
	line-height:24px;
}
.content p{
	font-size:14px;
	line-height:19px;
	text-align:justify;
	padding:0px 0px; color:#666;
}
.content ul{margin:0px;padding:0px;margin-left:25px;}
.content ul li{list-style:none;line-height:19px; height:26px; list-style-image:url(../img/2.png); font:normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #666;}
.contentleft{ width:280px; margin:0px auto; height:auto; float:left;}
.contentright{ width:710px; margin:0px auto; height:auto; float:right;}
.content img{ border:1px solid #f5f5f5; padding:2px; margin:10px 90px; background:#fff;}


.tab1{width:100%;border:1px solid #e3e3e3;padding:2px;margin:0px auto; margin-bottom:10px; background:url(../img/carousel_sep.png) no-repeat top; height:21px;}
.tab1 .txt{text-align:center;height:35px;line-height:35px; color:#0a7cd2; font-size:14px; font-weight:bold; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;  }
.tab1{list-style:none;line-height:32px;}
.tab1 td p {margin:1px;color:#666;text-align:justify; font-size:14px; line-height:24px; }
.tab1 .dark {background:#f5f5f5;line-height:24px; padding-left:5px; }
.tab1 .light {background:#fff; line-height:24px; padding-left:5px;}


.contact-us td {font:normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#666; padding-right:5px;}
.contact-us input {
	height:20px;
	width:220px; margin-bottom:5px;
	padding:3px 8px;font:normal 14px Verdana, Geneva, sans-serif;
}
.contact-us select {
	height:26px;
	width:233px;
	padding:5px 0px;font:normal 14px Verdana, Geneva, sans-serif;
}
.contact-us textarea {
	padding:3px 8px;
	width:220px;
	height:40px;font:normal 14px Verdana, Geneva, sans-serif;
}
.contact-us button { float:left; margin-right:10px; text-align:center;}
/* form element visual styles */
	.contact-us input, .contact-us textarea, .contact-us select {
	border:1px solid #aaa;
	border-radius:2px;
	padding-right:0px;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
	min-height:25px;
}


.contact-us .red{color:#f00;}
.ordinal {vertical-align:super;}
*html button.submit {
	background-color: #f90; float:none;
	border: 1px solid #0291c3;
	border-bottom: 1px solid #0291c3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	/*box-shadow: inset 0 1px 0 0 #0A56A1;
	-webkit-box-shadow: 0 1px 0 0 #0A56A1 inset;
	-moz-box-shadow: 0 1px 0 0 #0A56A1 inset;
	-ms-box-shadow: 0 1px 0 0 #0A56A1 inset;
	-o-box-shadow: 0 1px 0 0 #0A56A1 inset;*/
	color: white; 
	font-weight: bold;
	padding: 4px 10px;
	text-align: center;
	/*text-shadow: 0 1px 0 #B50173;*/
}
button.submit {
	background-color: #029fd7;
	border: 1px solid #0291c3;
	border-bottom: 1px solid #0291c3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px; float:none;
	/*box-shadow: inset 0 1px 0 0 #0A56A1;
	-webkit-box-shadow: 0 1px 0 0 #0A56A1 inset;
	-moz-box-shadow: 0 1px 0 0 #0A56A1 inset;
	-ms-box-shadow: 0 1px 0 0 #0A56A1 inset;
	-o-box-shadow: 0 1px 0 0 #0A56A1 inset;*/
	color: white;
	font-weight: bold;
	padding: 4px 20px;
	text-align: center;
	/*text-shadow: 0 1px 0 #B50173;*/
}
button.submit:hover {
	opacity:.85;
	cursor: pointer;
}
button.submit:active {
	border: 1px solid #0291c3;
	/*box-shadow: 0 0 10px 5px #02446E inset;
	-webkit-box-shadow:0 0 10px 5px #02446E inset;
	-moz-box-shadow: 0 0 10px 5px #02446E inset;
	-ms-box-shadow: 0 0 10px 5px #02446E inset;
	-o-box-shadow: 0 0 10px 5px #02446E inset;*/
}
