@charset "utf-8";
/* CSS Document */
html, body, div, p, form, ul, li, p, label, span, img, h1, h2, h3, h4{
	margin:0;
	padding:0;
	border:none;
	display:block;
	list-style:none;
}
body{
	background: url(../Images/bg_box.png) 0 0 repeat;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
body.bgnone{
	background:none;
}
a{
	text-decoration:none;
}
#wrapper{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}	
#hotline{
	width:400px;
	height:40px;
	overflow:hidden;
	display:block;
 	/*background:#256fba url(../Images/phone.png) 330px 5px no-repeat;*/
	top:20px;	
	left:50%;
	margin-left:-200px;
	position:absolute;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	font-size:24px;
	color:#256fba;
	font-weight:bold;
	text-shadow: 0px 0px 1px rgba(140,140,140,.4);
	padding:10px 0 0 25px;       
} 
#wrapper #header{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-top:10px;
	display:block;
	background:#FFF;
}
#header #logo{
	width:245px;
	height:81px;
	overflow:hidden;
	float:left;
	margin:10px;
}
#header #h-contacts{
	width:190px;
	height:28px;
	float:right;
	margin:20px 10px 0 0;
	padding:5px 0 0 35px;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	color:#444;
	text-shadow: 0px 0px 1px rgba(140,140,140,.4);
	
}
	#header #h-contacts.email{
		background:url(../Images/mail.png) 0 0 no-repeat;     
	}
#header #h-menu{
	width:980px;
	height:50px;
	clear:both;
	margin:5px auto 0 auto;
	background:#d9d9d9;
}
	#h-menu #medias{
		width:126px;
		height:32px;
		overflow:hidden;
		top:120px;
		right:20px;
		position:absolute;
	}
		#medias #fb{
			width:32px;
			height:32px;
			float:right;
			background:url(../Images/fb_logo.png) 0 0 no-repeat;
			margin-left:10px;
		}
		#medias #fb:hover{
			background-position:0 -32px;
			cursor:pointer;
		}
		#medias #tw{
			width:32px;
			height:32px;
			float:right;
			background:url(../Images/tw_logo.png) 0 0 no-repeat;
			margin-left:10px;
		}
		#medias #tw:hover{
			background-position:0 -32px;
			cursor:pointer;
		}
		#medias #ut{
			width:32px;
			height:32px;
			float:right;
			background:url(../Images/ut_logo.png) 0 0 no-repeat;
			margin-left:10px;
		}
		#medias #ut:hover{
			background-position:0 -32px;
			cursor:pointer;
		}
#wrapper #container{
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#FFF;
	position:relative;
	margin:0 auto;
	position:relative;
}
#container #slider{
	width:980px;
	height:400px;
	overflow:hidden;
	margin:0 auto;
	background:#fff;
}
#container h1{
	width:100%;
	height:auto;
	margin:20px auto 0 auto;
	margin-left:10px;
	color:#0f2145;
	text-transform:uppercase;
	font-size:22px;
	text-shadow:0px 0px 1px rgba(20, 20,20, 0.6);
}
 #container h2{
	width:100%;
	height:auto;
	margin:20px auto 0 auto;
	margin-left:10px;
	color:#193570;
	text-transform:uppercase;
	font-size:17px;
	text-shadow:0px 0px 1px rgba(20, 20,20, 0.6);
}
#container #about-front{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:10px auto 0 auto;
	font-size:15px;
	text-align:left;
	line-height:21px;
	color:#333;
	text-shadow:0px 0px 1px rgba(100, 100,100, 0.3);
}
#container #more-btn{
	width:auto;
	height:20px;
	background:url(../Images/next_arrow.png) right 4px no-repeat;
	overflow:hidden;
	font-size:13px;
	font-weight:600;
	text-shadow:0px 0px 1px rgba(100, 100,100, 0.3);
	line-height:20px;
	color:#004a80;
	clear:both;
	float:right;
	text-align:left;
	margin-top:10px;
	padding-right:16px;
}	
	#container #more-btn:hover, #container a #more-btn:hover{
		cursor:pointer;
		color:#f26622;
		background-position:right -12px;
	}
#container #ajax_box{
	width:980px;
	height:auto;
	overflow:hidden;
	margin:20px auto 0 auto;
}
#ajax_box ul#navigations{
	width:100%;
	height:40px;
	overflow:hidden;
	margin:0 auto;
}
	#ajax_box ul#navigations li{
		width:241px;
		height:40px;
		float:left;
		display:inline;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		background:#007cc2;
		margin-right:2px;
		border:#1f7aae 1px solid;
		border-bottom:none;
		overflow:hidden;
		cursor:pointer;
		font-size:17px;
		line-height:40px;
		text-align:center;
		color:#fff;
		text-shadow:0px 0px 1px rgba(120, 120, 120, 0.4);
	}
	#ajax_box ul#navigations li.act-jax{
		width:243px;
		background:#b7e3fc;
		border:#91d0ef 1px solid;
		font-size:19px;
		color:#007bc1;
	}
	#ajax_box ul#navigations li.last-jax{
		margin-right:0;
	}
	#ajax_box ul#navigations li:hover{
		background:#2d95dd;
	}
	#ajax_box ul#navigations li.act-jax:hover{
		background:#b7e3fc;
	}
	#container #ajax_box>#content_box .img-gal{
		float:left;
		display:inline;
		margin:10px 10px 10px 0;
        width: 125px;      
	}
	#container #ajax_box>#content_box .img-gal2{
		float:left;
		display:inline;
		margin:10px 10px 10px 0;
        width: 145px;      
	}
	#container #ajax_box>#content_box .img-logo{
		float:left;
		display:inline;
		margin:15px 10px 10px 0;     
	}
#ajax_box #content_box{
	width:948px;
	height:auto;
	overflow:hidden;
	background:#b7e3fc;
	padding:15px;
	font-size:14px;
	text-align:left;
	line-height:18px;
	color:#333;
	line-height:20px;
	margin:0 0 20px 0;
	border:#91d0ef 1px solid;
	border-top:none;
}	
	#ajax_box #content_box span{
		display:inline-block;
		color:#003366;
	}
	#ajax_box #content_box h1{
		width:100%;
		height:auto;
		margin:10px auto 0 auto;
		margin-bottom:10px;
		color:#00304e;
		text-shadow:0px 0px 1px rgba(50, 50,50, 0.8);
		text-transform:uppercase;
		font-size:15px;
	}
	#ajax_box #content_box br{
		margin-bottom:10px;
	}		
	#ajax_box #content_box>ul{
		width:100%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
	}
	#ajax_box #content_box>ul>li{
		width:100%;
		height:auto;
		padding-left:2%;
		margin:0 0 6px 3%;
		line-height:16px;
		font-weight:bold;
		color:#444;
		background:url(../Images/bullet.png) 0 5px no-repeat;
	}
	
	#content_box .img{
		float:left !important;
		margin:5px !important;
		display:inline-block  !important;
	}
#content_box #more-btn, #content_box a #more-btn{
	width:85px;
	height:30px;
	overflow:hidden;
	background:#0d4d95;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size:14px;
	line-height:30px;
	color:#CCC;
	clear:both;
	float:right;
	text-align:center;
	margin-top:5px;
	padding:0;
}	
	#content_box #more-btn:hover, #content_box a #more-btn:hover{
		background:#023064;
		cursor:pointer;
		color:#fff;
	}
#container #others{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:20px;
}
#container #others img{
	margin:0 auto;
}
#container #others h2{
	width:100%;
	height:auto;
	margin:20px auto 0 auto;
	color:#193570;
	text-transform:uppercase;
	font-size:17px;
	text-shadow:0px 0px 1px rgba(20, 20,20, 0.6);
}
#container #others #contents{
	width:980px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	color:#222;
	text-align:left;
	font-size:13px;
	line-height:22px;
}
#container #others #contents br{
	margin-bottom:10px;
}
#container #others #contents ul{
	width:90%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
	#container #others #contents ul.rows{
		width:96%;
	}
#container #others #contents ul li{
	width:95%;
	height:auto;
	padding-left:2%;
	margin:0 0 6px 3%;
	line-height:14px;
	font-weight:bold;
	color:#444;
	background:url(../Images/bullet.png) 0 5px no-repeat;
}
	#container #others #contents ul.rows li{
		width:42%;
		height:auto;
		float:left;
	}
#container #others #contents ul li.h1{
	width:100%;
	height:auto;
	margin:0 0 8px 0;
	font-size:16px;
	color:#333;
	background:none;
}
#others #contents ul#main-nav{
	width:980px;
	height:40px;
	overflow:hidden;
	margin:20px auto 0 auto;
}
	#others #contents ul#main-nav li{
		width:auto;
		height:40px;
		float:left;
		display:inline;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		background:#ccc;
		margin:0 4px 0 0;
		padding:0 10px 0 10px;
		border:#CCC 1px solid;
		border-bottom:none;
		overflow:hidden;
		cursor:pointer;
		font-size:15px;
		font-weight:500;
		line-height:40px;
		text-align:center;
		color:#333;
		text-shadow:0px 0px 1px rgba(120, 120, 120, 0.6);
	}
	#others #contents ul#main-nav li.act-nav{
		background:#fff;
		border:#ccc 1px solid;
		font-size:17px;
		color:#111;
	}
	#others #contents ul#main-nav li.last-nav{
		margin-right:0;
	}
	#others #contents ul#main-nav li:hover{
		background:#998675;
		color:#222;
	}
	#others #contents ul#main-nav li.act-nav:hover{
		background:#fff;
	}
#others #contents #products{
	width:948px;
	height:auto;
	overflow:hidden;
	background:#fff;
	padding:15px;
	font-size:14px;
	text-align:left;
	line-height:18px;
	color:#333;
	line-height:20px;
	margin:-1px 0 20px 0;
	border:#ccc 1px solid;
}
#others #contents #products h1{
	width:100%;
	height:auto;
	overflow:hidden;
	color:#386381;
	font-size:14px;
	text-shadow:0px 0px 1px rgba(100, 100,100, 0.5);
	background: none;
	margin:0;
	padding:0;
}
	#others #contents #products h1.oth-line{
		clear:both;
		padding-top:30px;
	}
#products .inner-bx{
	width:916px;
	height:auto;
	overflow:hidden;
	clear:both;
	margin:5px auto 0 auto;
	line-height:18px;
	color:#333;
	text-align:left;
}
#products .inner-bx p{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0;
	padding:0;
}
#products .inner-bx br, #products .inner-bx p br{
	margin-bottom:6px;
}
#products a.download {
	color:#222;
	font-size:12px;
	font-weight:bold;
	text-shadow:0px 0px 1px rgba(20, 20,20, 0.4);
	text-decoration:underline;
	padding-left:20px;
	margin:0 0 2px 15px;
	background:url(../Images/download.png) 0 2px no-repeat;
	display:block;
	clear:both;
	float:left;
}
#products a.external {
	color:#222;
	font-size:12px;
	font-weight:bold;
	text-shadow:0px 0px 1px rgba(20, 20,20, 0.4);
	text-decoration:underline;
	margin:0 0 2px 15px;
	display:block;
	clear:both;
	float:left;
}
	#products a.download:hover, #products a.external:hover {
		color:#FF3300;
	}
#products .inner-bx ul{
	float:left;
	width:100%;
	height:auto;
	display:inline;
	padding-left:10px;
	font-weight:bold;
	line-height:16px;
}
	#products .inner-bx ul li{
		width:94%;
		height:auto;
		padding-left:15px;
		margin:0 0 6px 0;
		line-height:16px;
		font-weight:bold;
		font-size:13px;
		color:#555;
		background:url(../Images/bullet.png) 0 5px no-repeat;
	}
 #products .gallerybox{
		width:196px;
		height:150px;
		overflow:hidden;
		float:left;
		display:inline;
		margin:10px 17px 0 17px;
		border:#ddd 1px solid;
		padding:1px;
	}
	#products img{
		margin:0 auto;
	}
	
#container #gallery{
	width:100%;
	height:auto;
	overflow:hidden;
	display:block;
	margin:0 auto;
	position:relative;
	padding-bottom:20px;
}
	#gallery .gallerybox{
		width:196px;
		height:123px;
		overflow:hidden;
		float:left;
		display:inline;
		margin:10px 20px 0 24px;
		border:#EEE 3px solid;
		padding:1px;
	}
	#gallery img{
		margin:0 auto;
	}
#wait{
	width:220px;
	height:100px;
	position:absolute;
	top:640px;
	padding:0 25px 0 25px;
	left:50%;
	margin-left:-110px;
	background:#FFF url(../Images/wait.gif) center center no-repeat;
	z-index:100;
	font-size:16px;
	color:#888;
	-webkit-box-shadow: 2px 2px 10px rgba(20, 20, 20, 0.80);
    -moz-box-shadow:2px 2px 10px rgba(20, 20, 20, 0.80);
    box-shadow:2px 2px 10px rgba(20, 20, 20, 0.80);
	border:#DDD 1px solid;
	display:none;
}
/** Contact Start */
#container #contactus{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	display:block;
	border:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	position:relative;
}
#contactus #left{
	width:480px;
	height:auto;
	overflow:hidden;
	float:left;
	display:block;
	margin-top:20px;
}
#contactus #left ul{
	width:460px;
	height:auto;
	overflow:hidden;
	float:left;
	display:block;
	padding:0 0 10px 20px;
}
	#contactus #left ul li{
		width:100%;
		height:auto;
		float:left;
		display:block;
		margin-bottom:8px;
		text-shadow: 0 1px 1px rgba(32,35,37,.2);
		text-align:left;
		font-size:13px;
		line-height:18px;
	}
	#contactus #left ul li h1{
		width:100%;
		height:25px;
		color:#1E1E1E;
		font-weight:bold;
		text-transform:capitalize;
		text-shadow: 0 1px 1px rgba(44,48,49,.3);
		text-align:left;
		line-height:20px;
		margin:0;
		padding:0 0 5px 0;
	}
	#contactus #left ul li label{
		width:120px;
		float:left;
		font-size:13px;
		display:inline;
		color:#333;
		font-weight:500;
	}
	#contactus #left ul li span{
		width:320px;
		height:auto;
		float:left;
		display:inline;
		padding-left:10px;
		color:#5f5f5f;
		font-size:13px;
		font-weight:500;
	}
	#contactus #left ul li span a{
		text-decoration:none;
		color:#5f5f5f;
		font-weight:500;
	}
	#contactus #left ul li span a:hover{
		color:#333;
	}
	
	#contactus #left ul#medias{
		width:460px;
		height:auto;
		overflow:hidden;
		float:left;
		display:block;
		padding:10px 0 10px 20px;
	}
	#contactus #left ul#medias li{
		width:48%;
		height:auto;
		float:left;
		display:block;
		margin-bottom:8px;
		text-shadow: 0 1px 1px rgba(32,35,37,.2);
		text-align:left;
		font-size:13px;
	}
	#contactus #left ul#medias li label{
		width:auto;
		float:left;
		color:#999;
		font-weight:bold;
	}
	#contactus #left ul#medias li a, #contactus #left ul#medias li img{
		float:left;
	}
	#contactus #left #map{
		width:458px;
		height:auto;
		overflow:hidden;
		float:left;
		display:block;
		margin:0 0 10px 18px;
		border:#EEE 2px solid;
	}

#contactus #contactform{
	width:410px;  /* 410+40 */
	float:left;
	display:block;
	padding:0 15px 10px 15px;
	margin:0 0 10px 60px;
}
	#contactus #contactform ul{
		width:410px;
		height:auto;
		overflow:hidden;
		display:block;
		float:left;
		padding-left:10px;
	}
	#contactus #contactform ul li{
		width:400px;
		min-height:30px;
		height:auto;
		float:left;
		display:block;
		padding-top:2px;
		text-shadow: 0 1px 1px rgba(32,35,37,.2);
		text-align:left;
		padding-top:10px;
	}
	#contactform ul li.mandetory{
		color:#666;
	}
	#contactform ul li img{
		float:left;
		display:inline
	}
	#contactform ul li #reload{
		width:100px;
		height:55px;
		float:left;
		display:inline;
	}
	#contactform ul li #reload #text{
		height:25px;
		display:block;
		color:#666666;
		font-size:11px;
	}
	#contactform ul li h1{
		width:400px;
		height:20px;
		font-size:15px;
		font-weight:bold;
		color:#444;
		text-shadow: 0 1px 1px rgba(100,100,100,.2);
		text-transform:capitalize;
		text-align:left;
		line-height:22px;
		margin:0;
	}
	#contactform ul li label{
		width:110px;
		float:left;
		font-size:12px;
		display:inline;
		color:#555;
		font-weight:bold;
	}
#contactform ul li .buttons{
	width:auto;
	height:auto;
	float:right;
	border:#3e709e 1px solid;
	background-color:#3e709e;
	cursor:pointer;
	text-align:center;
	padding: 4px 15px 4px 15px;
	font-size:12px;
	font-weight:600;
	color:#FFFFFF;
}
#contactform ul li .buttons:hover{
	background-color:#214a72;
}
#ajaxerror{
	top:15px;
	right:15px;
	width:400px;
	position:absolute;
	height:20px;
	padding-left:25px;
	color:#CC0000;
	background:#fea3a3;
	text-align:left;
	font-size:13px;
	line-height:18px;
}
#ajax-error{
	width:100%;
	height:20px;
	margin:2px auto;
	padding-left:25px;
	color:#CC0000;
	background:#fea3a3;
	text-align:left;
	font-size:13px;
	line-height:18px;
}
#ajaxsuccess{
	top:15px;
	right:15px;
	width:400px;
	position:absolute;
	height:20px;
	padding-left:25px;
	color:#006600;
	background:#acfea3;
	text-align:left;
	font-size:13px;
	line-height:18px;
}
#ajax-success{
	width:100%;
	height:20px;
	margin:2px auto;
	padding-left:25px;
	color:#006600;
	background:#acfea3;
	text-align:left;
	font-size:13px;
	line-height:18px;
}
/** Contact End */

/* footer -------------------------------------------------------------------------------------- */
#footer{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	display:block;
	background:#292a2b;
	border-top:#22252b 2px solid;
}
#footer #inner-top{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding:10px 0 15px 0;
	position:relative;
}
	#footer #inner-top a{
		color:#999;
		text-decoration:none;
	}
	#footer #inner-top ul li.h1 a{
		color:#FFF;
		text-decoration:none;
	}
	#footer #inner-top a:hover{
		color:#007cc2;
		text-shadow:0px 1px 2px rgba(10,10,10,.2);
		text-decoration:underline;
	}
	#footer #inner-top ul{
		width:200px;
		height:auto;
		overflow:hidden;
		float:left;
		display:inline;
		margin:10px 20px 0 0;
	}
	#footer #inner-top ul li{
		width:94%;
		height:auto;
		margin-bottom:7px;
		padding-left:6%;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:12px;
		font-weight:500;
		color:#999;
		text-shadow:0px 1px 2px rgba(80,80,80,.2);
	}
		#footer #inner-top ul li.h1{
			width:100%;
			height:auto;
			padding-left:0;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:13px;
			line-height:15px;
			margin-bottom:10px;
			color:#FFF;
			text-shadow:0px 1px 3px rgba(60,60,60,.5);
		}
		#footer #inner-top ul li.more-margin{
			margin-top:40px;
		}
	#footer #inner-top #right-panel{
		width:200px;
		height:auto;
		overflow:hidden;
		float:right;
		margin-right:15px;
	}
	#inner-top #right-panel img{
		float:right;
		margin-top:35px;
	}
	#inner-top #right-panel #ft-medias{
		width:126px;
		height:32px;
		overflow:hidden;
		clear:right;
		float:right;
		margin:15px 0 0 0;
		font-size:13px;
		color:#FFF;
	}
		#ft-medias #fb{
			width:32px;
			height:32px;
			float:right;
			background:url(../Images/fb_logo.png) 0 0 no-repeat;
			margin-left:10px;
		}
		#ft-medias #fb:hover{
			background-position:0 -32px;
			cursor:pointer;
		}
		#ft-medias #tw{
			width:32px;
			height:32px;
			float:right;
			background:url(../Images/tw_logo.png) 0 0 no-repeat;
			margin-left:10px;
		}
		#ft-medias #tw:hover{
			background-position:0 -32px;
			cursor:pointer;
		}
		#ft-medias #ut{
			width:32px;
			height:32px;
			float:right;
			background:url(../Images/ut_logo.png) 0 0 no-repeat;
			margin-left:10px;
		}
		#ft-medias #ut:hover{
			background-position:0 -32px;
			cursor:pointer;
		}
	#footer #inner-top #contacts{
		bottom:10px;
		right:210px;
		width:405px;
		height:24px;
		overflow:hidden;
		position:absolute;
		z-index:3;
	}
	#inner-top #contacts #links{
		width:125px;
		height:24px;
		overflow:hidden;
		float:left;
		margin:0 10px 0 0;
		font-size:14px;
		line-height:24px;
		color:#FFF;
	}
		#contacts #links.last{
			width:135px;
			margin:0;
		}
	#inner-top #contacts #links a:hover{
		text-decoration:none;
	}
	#inner-top #contacts #links img{
		float:left;
		margin-right:5px;
	}
#footer #inner-bottom{
	width:400px;
	height:auto;
	overflow:hidden;
	float:right;
	margin:0 10px 10px 0 ;
}
#copyright{
	width:100%;
	height:auto;
	margin:5px auto;
	text-align:right;
	font-size:12px;
	color:#b3cbd8;
	padding-top:10px;
}
#inner-bottom #designby{
	width:100%;
	height:auto;
	margin:5px auto 0 auto;
	text-align:right;
	font-size:12px;
	color:#b3cbd8;
}
	#inner-bottom #designby a{
		font-size:13px;
		color:#fc7e83;
		text-shadow:0px 1px 2px rgba(0,0,0,.2);
	}
	#inner-bottom #designby a:hover{
		color:#000;
	}