﻿body {
	background: url(../../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: 'opensan_regu', Open Sans, Sans-Serif;
	font-size: 0.85em;
	color: #043751;
}

img {
	border: 0px;
}

ul {
	margin-left: 0px;
	padding-left: 15px;
}

a {
	text-decoration: none;
	outline: none;
}

.wrapper {
	width: 1000px;
	margin: 0px auto;
}

.header {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 25px;
}

	.header .left, .nevigation .left {
		float: left;
	}

	.header .right, .nevigation .right {
		float: right;
	}

		.header .right img {
			float: right;
		}

	.header .link {
		clear: both;
		color: #4ac4ec;
		font-family: 'OpenSans_Italic', Open Sans, Sans-Serif;
		float: right;
		font-size: 1.5em;
		margin-top: 12px;
	}

a {
	outline: 0 none;
}
/***************************************/
.nevigation {
	z-index: 10000;
	position: relative;
}

#nav-primary > ul > li > a {
	color: #00669e;
	font-size: 17px;
	padding: 0px 22px;
	line-height: 50px;
	height: 50px;
}

#nav-primary > ul > li:hover {
	background-color: #0171aa;
}

	#nav-primary > ul > li:hover a {
		color: #ffffff;
	}

#nav-primary {
	background-color: rgba(255, 255, 255, 0.59);
	height: 50px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #ffffff;
}

	#nav-primary ul {
		background: #0171aa;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#nav-primary li {
		float: left;
		position: relative;
	}

	#nav-primary a {
		color: #fff;
		display: block;
		float: left;
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
		text-decoration: none;
		font-family: 'notosansui_regular', Noto Sans, Sans-Serif;
	}

		#nav-primary a:hover {
			background: #0171aa;
			color: white;
		}

	#nav-primary ul ul {
		display: none;
		position: absolute;
		top: 50px;
		left: 0;
		width: auto;
	}

		#nav-primary ul ul li {
			width: 200px;
		}

	#nav-primary ul li:hover > ul {
		display: block;
	}

	#nav-primary ul ul ul {
		left: 100%;
		top: 0;
	}
/******************************************/
/*.nevigation ul, .mobile-nevi ul
{
	background-color:rgba(255, 255, 255, 0.5);
	margin:0px;
	padding:0px;
	overflow:hidden;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border:1px solid #ffffff; 
	z-index: 10000;
}
.nevigation > .left > ul > li
{
	float:left;
	list-style-type:none;
	position:relative;
}
.nevigation ul li a
{
	color:#00669e;
	font-family:'notosansui_regular', Noto Sans, Sans-Serif;
	font-size:17px;
	padding:15px 22px;
	display:block;
}
.nevigation .left > ul > li:hover
{
	background:#ffffff;
}
.nevigation .left > ul > li > ul > li:hover
{
	background:#BEF0FB;
}
.nevigation .left > ul > li > ul
{
	display:none;
	position:absolute;
	background-color:rgba(255, 255, 255, 1);
	overflow:visible;
	
}
.nevigation .left > ul > li > ul > li
{
	float:inherit !important;
	position:relative;
	list-style-type:none;
}
.nevigation .left > ul > li > ul > li > ul
{
	position:absolute;
	display:none;
	left:100%;
	top:0px;
	min-width:150px;
}
.nevigation .left > ul > li:hover > ul, .nevigation .left > ul > li > ul > li:hover > ul
{
	display:block !important;
}*/
.presentation {
	clear: both;
	background-image: url(../../images/presentationshadow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0px -10px;
}

.mobile-nevi {
	display: none;
}

.search, .search input[type="submit"] {
	background: url(../../images/comman.png);
	background-repeat: no-repeat;
}

.search {
	width: 240px;
	height: 33px;
	background-position: -1px -141px;
	display: block;
	margin-top: 10px;
}

	.search input[type="text"] {
		width: 202px;
		height: 26px;
		margin: 2px;
		background-color: Transparent;
		border: 0px;
		float: left;
	}

	.search input[type="submit"] {
		width: 31px;
		height: 31px;
		background-position: -252px -142px;
		display: block;
		border: 0px;
		float: right;
	}

.contener {
	width: 1000px;
	margin: 0px auto;
	padding-bottom: 15px;
}

.body .section .left {
	float: left;
	width: 626px;
}

.body .section .right {
	float: right;
	width: 320px;
}

.clear {
	clear: both;
}

.body .section .left h1, .body .section .right .head {
	font-family: 'notosansui_regular',Noto Sans;
	color: #00669e;
	font-size: 20px;
	font-weight: normal;
}

.body .section .left p {
	text-align: justify;
}

.blue-box {
	background: #eff7fb;
	border: 1px solid #dfe1e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 12px 17px;
}

.news h4 {
	font-family: 'opensan_SemiBold',Open Sans;
	color: #0171aa;
	font-size: 13px;
	font-weight: normal;
	margin: 8px 0px;
}

.news p {
	font-size: 13px;
	color: #5c5c5c;
}

.readmore {
	overflow: hidden;
}

	.readmore a {
		float: right;
		color: #4ac4ec;
		font-size: 12px;
		text-transform: uppercase;
		font-family: 'OpenSans_Italic', Open Sans;
		text-decoration: none;
	}

.body hr {
	background: #d6d6d6;
	height: 1px;
	border: 0px;
	margin: 19px 0px;
}

.our-products .head, .application .head {
	background: url(../../images/strip.png);
	background-repeat: no-repeat;
	padding: 5px 15px;
	font-size: 20px;
	color: #00669e;
	font-family: 'notosansui_regular';
}

.our-products ul, .application ul {
	margin: 15px 0px;
	padding: 0px;
	overflow: hidden;
}

	.our-products ul li, .application ul li {
		float: left;
		list-style-type: none;
		padding-right: 11.1px;
		text-align: center;
	}

		.our-products ul li a, .application ul li a {
			display: block;
			font-size: 16px;
			color: #00669e;
			font-family: 'notosansui_regular';
			padding: 10px 0px;
		}

.footer {
	background: url(../../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -110px;
	padding-top: 145px;
	text-align: center;
}

	.footer hr {
		background: #7abde0;
		height: 2px;
		border: 0px;
	}

	.footer ul li {
		float: left;
		list-style: none;
	}

	.footer .blue a {
		font-size: 15px;
		color: #007fc4;
		padding: 0px 17px;
	}

	.footer .gray a {
		color: #272828;
		font-size: 13px;
	}

	.footer .blue {
		overflow: hidden;
		width: 365px;
		margin: 0px auto;
		padding: 0px;
		margin-top: 50px;
		margin-bottom: 10px;
	}

	.footer .gray {
		overflow: hidden;
		width: 154px;
		margin: 0px auto;
		padding: 0px;
		margin-bottom: 10px;
	}

.copyright, .credit {
	font-size: 11px;
	line-height: 20px;
}

.imgStyle {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.page {
	background: url(../../images/page.png) no-repeat top center;
	margin: 0px -20px;
	padding-top: 7px;
}

.pageBody {
	margin: 0 auto;
	padding: 30px 25px;
	max-width: 951px;
	background: #ffffff;
	min-height: 400px;
}

.font20Blue {
	font-family: 'notosansui_regular';
	font-size: 20px;
	color: #00669e;
}

.font15Blue {
	font-family: 'notosansui_regular';
	font-size: 15px;
	color: #00669e;
}

.font14Blue {
	font-family: 'notosansui_regular';
	font-size: 14px;
	color: #0689cc;
}

.tabs input[type="submit"] {
	background: #b4c4d3;
	font-family: 'notosansui_regular';
	font-size: 20px;
	color: #00669e;
	padding: 5px 18px;
	border: 0px;
	margin: 0px 8px;
	cursor: pointer;
}

.Btn {
	padding: 7px 10px;
	color: #ffffff;
	background: #00669e;
	font-weight: bold;
	border: 0px;
	border-radius: 4px;
}

.form input[type="text"],select, .form textarea {
	border: 1px solid #7abde0;
	padding: 5px;
}

.form input[type="text"]:focus, .form textarea:focus {
	border: 1px solid #7abde0;
	padding: 5px;
	box-shadow: rgba(28, 229, 242, 0.71) 0px 0px 1px 1px inset;
}

.tabHolder {
	background: url(../../images/tabHolder.png) no-repeat top center;
	padding: 20px;
	margin-top: -2px;
	min-height: 150px;
}

.activeTab {
	background: url(../../images/activetabbg.png) repeat-x top !important;
	border: 1px solid #c4d3e1 !important;
	border-bottom: 0px !important;
}

.newsDetails {
	border-bottom: 1px dotted #D6D6D6;
}

.newsList br {
	display: none;
}

.newsDetails h4 {
	font-family: 'notosansui_regular';
	font-size: 20px;
	color: #00669e;
	font-weight: normal;
	margin: 10px 0px;
}

.newsDate {
	font-style: italic;
	color: #999999;
	font-size: 13px !important;
}

.sitemap a {
	color: #4AC4EC;
}

.faq ol {
	padding-left: 0px;
	margin-left: 20px;
}

	.faq ol li {
		font-weight: bold;
		font-size: 15px;
		font-family: 'opensan_SemiBold';
		color: #0171aa;
	}

.proTable table {
	border: 2px solid #c9edff;
	border-collapse: collapse;
}

	.proTable table td {
		border: 1px solid #e7e9e9;
	}

	.proTable table tr:nth-child(even) {
		background: #f3fafe;
	}

	.proTable table b {
		font-family: 'opensan_SemiBold';
		color: #00669e;
	}
.proimg{
	float: left; width: 320px;
}
.Brochures{
	width:230px;
	float:left;
	margin:2px;
	border: 1px solid #73A4C2;
}
	.Brochures a {
		color: #007FC4;
	}
	.Brochures center{
		height:40px;
		display:block;
	}
 .paging li:hover
        {
            background-position: 0px -13px !important;
            cursor: pointer;
        }
        .paging li.active
        {
            background-position: 0px -26px !important;
            cursor: pointer;
        }
table p {
	*width:100%;
}