@charset "utf-8";
/* CSS Document */
body
{
	font-family:arial;
	font-size:12px;
	margin-top:0;
	color:#403e3c;
	padding:0px;
	margin:0px;
	line-height:1.7em;
}
input, textarea {border:#ddd 1px solid;}
.button{background:#f69e16; color:#fff; padding:3px 10px; cursor:pointer; border:none;}
.clearfloat
{
	clear:both;
}
.h1
{
	font-size:160%;
	color:#25211e;
	text-transform:normal;
}
.product_photo
{
	clear:both; 
	width:700px; 
	float:right;
	margin:10px 0;
	padding:0 0 10px 0;
	margin-right:0px;
}
.product_photo ul { margin:0px; margin-top:10px; padding:0;font-size:11px;}
.product_photo li { display: inline; margin:0; margin-top:5px; background-image:none; font-size:11px;  }
.product_photo li a{
	margin:5px 10px 0 0;
	width:190px;
	color:#444;
	padding:10px;
	text-decoration:none;
	float:left;
	line-height:1.5em;
	text-align:center;
	font-size:11px;
	border:#ddd 1px solid; background:#f9f9f9;
}
.product_photo li a:hover{text-decoration:none; color:#000;}
.product_photo li img
{
	width:180px;
	height:137px;
	border:none;
	padding:2px;
}
.h2
{
	font-size:120%;
	color:#25211e;
}
.h4
{
	font-size:160%;
	font-weight:;
	color:#f47504;
	
}
table{}
table img{border:none;}
table td{ text-align:left;}
table td a{color:#000; text-decoration:none;}
table td a:hover{color:Orange; text-decoration:underline;}
ul
{
	list-style:none; 
    padding:7px;
    padding-left:8px;
    margin:0px;
}
li
{
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	background-position: 0 .6em;
    padding-left: 1em;
}
li a
{
	text-decoration:none;
	color:#403e3c;
}
li a:hover
{
	text-decoration:underline;
	color:Orange;
}
.article_title a
{
	font-size:120%;
	color:Orange;
	text-decoration:none;
}
.article_title a:hover
{
	font-size:120%;
	color:#000;
	text-decoration:underline;
}
.article_block
{
	border-bottom:#e9e9e9 1px dotted;
	margin-top:10px;
}

.content
{
	padding:5px 5px 10px 0;
}

#line
{
	width:100%;
	height:15px;
	background:#25211e;
	padding:0px;
}
#main
{
	width:1000px;
	margin:0 auto;
}
#header
{
	width:100%;
	margin:0 auto;
	
}

#header .logo
{
	width:250px;
	margin-top:20px;
	float:left;
}
#header .menu
{
	width:500px;
	height:100px;
	float:right;
	
}
#header .menu_item a
{
	display:block;
	width:84px;
	text-decoration:none;
	font-size:130%;
	border-right:#e9e9e9 1px solid;
	padding:20px 0 10px 15px;
	float:left;
	color:#000;
}
#header .menu_item a:hover
{
	background:#25211e;
	text-decoration:none;
	color:#fff; 
}

.current
{
	background:#25211e;
	color:#fff;
}
#banner
{
	width:100%;
	float:left;
	
}
#banner .left
{
	width:553px;
	height:334px;
	float:left;
	z-index:500;
}
#banner .right
{
	width:446px;
	height:334px;
	float:right;
	z-index:500;
}
#main_content
{
	width:100%;
	float:left;
}
#main_content .main_content_left
{
	float:left;
	width:700px;
	margin-top:-35px;
	border-right:#e9e9e9 1px solid;
	border-top:#e9e9e9 1px solid;
	background:#fff;
	z-index:600;
}
.home_box
{
	width:100%; 
}
.home_box_item
{
	width:33%; 
	float:left; 
	text-align:center;
}
.under_home_box
{
	width:100%; 
	margin-top:20px;
	border-top:#e9e9e9 1px solid;
}
.under_home_box_left
{
	float:left;
	width:47%; 
	padding:15px 10px 0 0;
}
.under_home_box_right
{
	float:right; 
	width:47%; 
	padding:15px 10px 0 10px;
}
#main_content .main_content_right
{
	float:right;
	width:270px;
	margin-top:15px;
}
#footer
{
	clear:both;
	width:100%;
	background-color:#25211e;
	height:50px;
	margin-top:10px;
	color:#fff;
	padding-top:20px;
}
#footer_fixedwidth
{
	width:1000px;
	margin:0 auto;
}
#footer_fixedwidth .left
{
	width:500px;
	float:left;
}

#footer_fixedwidth .right
{
	width:400px;
	float:right;
	text-align:right;
	
}
