@charset "utf-8";
html, body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #5C5C5C;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header{
	margin-bottom:15px;
}

#topnav {
	background-image: url(../images/nav_bg.jpg);
	margin: 0px;
	padding: 0px;
	height: 45px;
}
#topnav li {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-type: none;
	background-image: url(../images/verticle_hots.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 45px;
}
#topnav li.first {
	padding-left: 0px;
}

#topnav li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	height: 35px;
	padding-top: 12px;
	float: left;
	white-space: nowrap;
}

#topnav li a:hover,#topnav li a.cur{
	background-image: url(../images/nav_bg_over.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


.topnav_right {
	height: 49px;
	text-align: left;
	float: left;
	width: 960px;
	margin:0px;
	padding:0px;
	background: url(../images/nav_bg.jpg) repeat-x top;
}

.topnav_right ul{
	background:none;
	list-style:none;
	margin:0;
	padding:0;
}

.topnav_right li{
	float:left;
	font-size: 13px;
	list-style: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(../images/verticle_hots.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.topnav_right li.first{
	padding-left: 0px;
}

.topnav_right li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	height: 31px;
	padding-top: 14px;
	display:block;

}

.topnav_right li a:hover, .topnav_right ul li:hover a {
	color:#FFFFFF;
	text-decoration:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url(../images/nav_bg_over.jpg) repeat-x left top;	
}
.topnav_right li a.subnav:hover, .topnav_right ul li:hover a.subnav{
	background-image: url(../images/downarrow.gif);
	background-repeat: no-repeat;
	background-position:78px 20px;
}
.topnav_right li.cur{
	background: url(../images/nav_bg_over.jpg) repeat-x left top;
}
.topnav_right li a.cur{
	background: url(../images/nav_bg_over.jpg) repeat-x left top;
}

.topnav_right li a.subnav {
	background: url(../images/downarrow.gif) no-repeat 78px 20px;
	padding-right: 20px;
	margin-right: 5px;
}

.topnav_right li ul{
	background: #515151;
	display:none;
	height:auto;
	padding:0px;
	margin:0;
	border:0px;
	position:absolute;
	width:320px;
	z-index:200;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;		/*top:1em;
		/*left:0;*/
		}
.topnav_right li:hover ul{
	display:block;
	margin:0px;
	padding:0px;		
	}


.topnav_right li li {
	display:block;
	float:none;
	margin:0px 0px 0px;
	padding:0px;
	background-image:none;

	}
.topnav_right li:hover li a {
	background:#0099CC;
	padding:5px 10px 0px 10px;
	margin:0px;
	}
.topnav_right li ul a{
	display:block;
	margin:1px;
	height:25px;
	padding:5px 10px 0px 10px;
	text-align:left;
	color:#ffffff;
	border-bottom:1px solid #FFFFFF;
	}
.topnav_right li ul a:hover, .topnav_right li ul li:hover a{
	background:#122043;
	border-bottom:1px solid #FFFFFF;
	color:#ffffff;
	text-decoration:none;
	}

#banner {
	background-color: #FFFFFF;
	width: 940px;
	margin-top: 5px;
	height: 350px;
	padding: 10px;
}
#banner .bannerLeft {
	background-image: url(../images/banner_left.jpg);
	float: left;
	height: 361px;
	width: 13px;
	font-size: 1px;
	line-height: 1px;
}
#banner .bannerRight {
	background-image: url(../images/banner_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 361px;
	width: 13px;
	font-size: 1px;
	line-height: 1px;
}
#banner .bannerMiddle {
	background-image: url(../images/banner_middle.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 361px;
	width: 910px;
}

h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


h3 {
	padding: 0px 0px 5px;
	border-bottom:1px dotted #CCCCCC;
	font-size: 19px;
	margin: 0px 0px 10px;
	color: #0066CC;
}


h4 {
	padding: 5px 5px 5px 10px;
	font-size: 14px;
	margin: 15px 0px 10px;
	color:#333333;
	background: #EAFBFF;
	border: 1px solid #C7EAFE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
h4 span{
	color:#666666;
	font-weight:normal;
}


p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.readmore {
	color: #FF0000;
	text-decoration: none;
}
#inner_cleft {
	float: left;
	width: 254px;
	margin-right: 15px;
	text-align:center;
}
#inner_cright{
	float: left;
	width: 660px;
}


#cleft {
	float: left;
	width: 660px;
}
#contents {
	padding: 20px 15px;
	margin-top:0px;
	background: #FFFFFF;
}

#cright {
	float: left;
	width: 254px;
	margin-left: 15px;
}


.infrastructure {
	float: left;
	width: 310px;
	background-image: url(../images/verticle_dots.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-right: 20px;
	padding-right: 20px;
}
p img {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.quality {
	float: left;
	width: 300px;
}

#qcontact {
	float: left;
	width: 254px;
}
#qcontact .qcTop {
	background-image: url(../images/quickcontact_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 48px;
	width: 254px;
}
#qcontact .qcMiddle {
	background-image: url(../images/quickcontact_middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 254px;
}
#qcontact .qcInner {
	background-image: url(../images/receiver.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:95px;
	padding-left: 75px;
	margin-top: 5px;
	margin-right: 10px;
}
#qcontact .cname {
	font-weight: bold;
	color: #FF0000;
	display: block;
	margin-top: 5px;
	margin-bottom: 0px;
}
#qcontact .phone {
	color: #3366CC;
}

#qcontact .qcBottom {
	background-image: url(../images/quickcontact_bottom.png);
	float: left;
	height: 10px;
	width: 254px;
	background-repeat: no-repeat;
	background-position: left top;
}
#qcontact .items {
	background-image: url(../images/hor_dotr.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.clearline {
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}
.clearline2 {
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	background-image: url(../images/hor_dotr.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #B6B6B6;
	background-color: #E4E4E4;
	padding: 10px 20px;
	height: 45px;
}
#footernav {
	width: 600px;
	float: left;
	text-align: left;
}
#footernav a {
	background-image: url(../images/gray_dot.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	padding-left: 9px;
	color: #000000;
	text-decoration: none;
}
#footernav a.first{
padding-left:0px;
}
#footernav a.last{
padding-right:0px;
background-image:none;
}

#rights {
	width: 320px;
	float: left;
	text-align: right;
}


table.specification td{
	border-bottom: 1px dotted #666666;
}

ul.eqipments{
	margin:0px 15px 0xp 0px;
	padding:0px;
	float:left;
	width:200px;
}

ul.eqipments li{
	margin:0px 0px 5px 0px;
	list-style:none;
	background: url(../images/rightarrow_gray.gif) no-repeat left 6px;
	padding-left: 15px;
}

ul.general{
	margin:0px;
	padding:0px;
}

ul.general li{
	margin:0px 0px 7px 0px;
	list-style:none;
	background: url(../images/bc_grayarrows.jpg) no-repeat 5px 6px;
	padding-left: 15px;
	line-height:18px;
}