body {
	margin: 0;
	padding:0;
	line-height:25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color:#fff;
	background:#333 url(../images/bg.png);
	background-attachment:fixed;
	
}

a:link {text-decoration:none;}
h3{color:#030; font-size:16px;}
.red{
	color:#FF0000;
	font-weight:bold;
}
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }

#red{
	color:#F00;
	font-size:14px;
}
#line{
	width:100%;
	height:8px;
	background:url(../images/line.png) repeat-x;
}
#wrapper{
	width:1000px;
	margin:0 auto 0 auto;
	padding:3px;
	background:#FFF;
	
	min-height:500px;
}

#header{
	width:1000px;
	height:190px;
	margin:0;
	padding:0;
	background:url(../images/header.png);
}

#mainmenu{
	width:1000px;
	height:50px;
	margin:0;
	padding:0;
	background:#232323;
}
#mainmenu ul {
	width:1000px;
	margin:0px auto;
	padding: 0;
	list-style: none;
	
}

#mainmenu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#mainmenu ul li a {
	min-width:160px;
	float: left;
	display: block;
	height: 30px;
	padding: 13px 0px 0px 0px;
	font-size: 20px;
	
	color:#FFF;

	text-align: center;
	text-decoration: none;
	font-weight: 700;
	outline: none;
	border: none;

}

#mainmenu ul li a:hover, #mainmenu ul .current{
	color:#09F;
}


#mainmenu ul .last { background: none }

#content{
	width:1000px;
	margin:0px;
	padding:0px;
	background:url(../images/bg_content.png) no-repeat;
	height:450px;
}
#content2{
	width:1000px;
	margin:0px;
	padding:0px;
	background:#FFF url(../images/bg_content_product.png) no-repeat;
	
}
.content_left{
	width:200px;
	margin:0px 5px;
	padding:0px;
	float:left;
	
	
}
.content_left ul{
	width:200px;
	margin:0 0 0 0px;
	padding:0px;
	
}
.content_left ul li{
	height:40px;
	width:200px;
	list-style:none;
	background:url(../images/leftmenu_button.png) no-repeat;
	margin:0px;
	padding:0px;
	line-height:30px;
	text-decoration:none;

}
.content_left ul li a{
	
	width:200px;
	margin:0;
	padding:0 0 0 26px;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
	color:#232323;
	list-style:none;
}

.content_left ul li a:hover, .content_left ul .current{
		color:#06C;
}

.bg_slide{
	 background:url(../images/bg_slide.png) no-repeat;
	 height:350px;
}
.content_right{
	width:780px;
	margin:0px;
	padding:0px;
	float:right;
	color:#000;
}
.content_right a{
	text-decoration:none;
	color:#333;
}
.content_right a:hover{
	text-decoration:none;
	color:#777;
}
.slide_pm{
	width:740px;
	height:250px;
	margin:0px 0px 0px 20px;
	padding:0px;
}




/*.detail{
	color:#000;
	width:760px;
	margin:0 auto;
	padding:0;
	line-height:30px;
}*/

#footer{
	color:#FFF;
	text-align:center;
	width:1000px;
	background:#fff url(../images/bg_footer.png) no-repeat;
	height:100px;
	margin:0 auto 0 auto;
	padding-top:1px;
	font-size:13px;

}

#footer a{
	color:#fff;
	text-decoration:none;
	
}
