@charset "UTF-8";
@import url('typography.css');


/* CSS Document 

#header {
	background-color:#33F;

}
#sidebar {
	background-color:#03C;
}

#footer {
	background-color:#CF3;
	}
	
.cent {
	background:#000;
	height:100px;
}*/

#title{
	color:#fff;
}

#header{
	z-index: 90;
	padding-top: 2px;
	height: 68px;
	}

#banner{
	z-index: 80;
	}

.rounded {
  -moz-border-radius:1ex;
  -webkit-border-radius:1ex;
} 

.rounded_l{
  -moz-border-radius-topleft:1ex;
  -moz-border-radius-bottomleft:1ex;
  -webkit-border-top-left-radius:1ex;
  -webkit-border-bottom-left-radius:1ex;
} 

.rounded_r {
  -moz-border-radius-topright:1ex;
  -moz-border-radius-bottomright:1ex;
  -webkit-border-top-right-radius:1ex;
  -webkit-border-bottom-right-radius:1ex;
} 

body{
	width:960;
	background-image:url(../images/bg_sm2.png);
	background-repeat:repeat-x;
	background-color:#000;
}

.footer_title{
	font-weight:bold;
	color:#CCCCCC
}
#h_logo{margin-top: 18px;}
#h_logo h3{ line-height: 30px; }
#h_nav{margin-top: 45px;
}
#number{
	color: #fff;}

.prod-nav{
	width: 100%;
}

.firstli{
  -moz-border-radius:2ex;
  -webkit-border-radius:2ex;

}

.lastli{
	  -moz-border-radius:2ex;
  -webkit-border-radius:2ex;}
.prod-nav ul{
	margin: 0; padding: 0;
	float: left;
	font-size:smaller;
	list-style: none;
	}

.prod-nav ul li{
	float: left;
	margin: 0;
	height: 35px;
	}

.prod-nav ul li a{
	text-decoration: none;
	font-weight:bold;
	color: #fff;
	padding: 0 11px;
	line-height: 35px;
	display: block;
	background-color: #999;
	cursor: pointer; }

.prod-nav ul li a:visited{
	color: #fff;}

.prod-nav ul li a:hover, .menu ul li .current{
	color: #0b75b2;
	background-color:#aaa;}




.sub-prod-head{
	overflow:hidden;
	background-color:#eee;
	width:100%;
	 -moz-border-radius-topleft:1ex;
  -webkit-border-top-left-radius:1ex;
	
	}


.sub-prod-nav{
	width: 100%;
	/* background-color: #fff; */
}
.sub-prod-nav ul{
	margin: 0; padding: 0;
	float: left;
	font-size:smaller;
	width:100%;
	background:#eee none repeat scroll 0 0;
	list-style: none;
	
	
	
	 -moz-border-radius-topright:1ex;
  -webkit-border-top-right-radius:1ex;
 
	
	}

.sub-prod-nav ul li{
	float: left;
	margin:0;
	height: 35px;
	}

.sub-prod-nav ul li a{
	display: block;
	text-decoration: none;
	color: #999;
	line-height: 35px;
	padding: 0 13px;
	background-color: #eee; }



.sub-prod-nav ul li a:hover, .menu ul li .current{
	color: #fff;
	background-color:#0b75b2;}
	
#content{
	color:#CCC;
	margin-top:25px;
}

#product_content{
	margin-top:25px;
	background-color:#fff;
	color:#4D4D4D;
	list-style-image: url(../images/bullet.png);
	
}

#product_content_left p {
	margin:15px;
	padding: 25px;
	list-style-image: url(../images/bullet.png);

}



	
#footer{
	margin:0;
	padding:25px 0 25px;
	}
#footer  ul { 
list-style-type:none;
padding:0px;
margin:0px;
}

#footer li {
padding-left:-14px;
}

#footer li a{
	font-size:x-small;
color:#999999;
width: auto;
padding: 5px 0;
padding-left: - 20px;
text-decoration: none;
}

#footer li a:hover{
	color:#CCC;
}
