@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height:20px;
	margin:0;
	padding:0;
}
#header{
	width:100%;
	height:199px;
	background-color:#000;
}
#header_inner{
	width:1000px;
	height:199px;
	background-image:url(../images/banner.jpg);
	margin:0 auto;
}

#content{
	width:1000px;
	height:auto;
	display:table;
	margin:0 auto;
}
#categery{
	width:100%;
	height:33px;
	background-image:url(../images/catogery_bg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px #CCC solid;
	border-top:1px #CCC solid;
}

#categery_inner{
	width:825px;
	height:33px;
	margin:0 auto;
}
#categery_inner a{
	width:auto;
	line-height:33px;
	float:left;
	display:block;
	background-image:url(../images/button_bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding:0px 20px 0px 20px;
	font-size:14px;
	color:#333;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
#categery_inner a:hover{
	color:#999;
}
#content_left{
	width:274px;
	height:auto;
	display:table;
	float:left;
	margin-bottom:20px;
}
#left_block_1{
	width:263px;
	height:149px;
	margin:0 auto;
	background-image:url(../images/left_block1.jpg);
	background-repeat:no-repeat;

}
#left_block_new{
	width:263px;
	height:149px;
	margin:0 auto;
	background-image:url(../images/left_block2.jpg);
	background-repeat:no-repeat;

}

#left_block_2{
	width:263px;
	height:445px;
	margin:0 auto;
/*background-image:url(../images/left_block_2.jpg);*/
	background-repeat:no-repeat;
margin-top:20px;

}
#left_block_3{
	width:263px;
	height:149px;
	margin:0 auto;

}

#content_right{
	width:720px;
	height:auto;
	display:table;
	float:left;
	margin-bottom:20px;
}
#right_block{
	width:690px;
	height:auto;
	display:table;
	background-image:url(../images/right_block1_bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border:1px #CCC solid;
	margin:0px 0px 0px 10px;
	border:1px #CCC solid;
}

h2{
	width:248px;
	height:23px;
	background-image:url(../images/heading_bg.jpg);
	background-repeat:repeat-x;
	font-size:16px;
	color:#FFF;
	text-indent:15px;
	margin:22px 0px 0px 10px;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
}
h4{
	line-height:23px;
	background-image:url(../images/heading_bg.jpg);
	background-repeat:repeat-x;
	font-size:14px;
	color:#FFF;
	text-indent:15px;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
	width:247px;
	margin:0 auto
}
h3{
	width:80%;
	height:23px;
	font-size:16px;
	color:  #666;
	text-indent:15px;
	margin:0px 0px 0px 10px;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
}
p{
	width:95%;
	height:auto;
	display:table;
	margin:10px auto;
	color:#000;
	text-align:justify;
}
li{
	width:98%;
	margin-bottom:8px;
}
#footer{
	width:100%;
	height:118px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	border-top:1px #CCC solid;
}
#bottom_cat{
	width:475px;
	height:23px;
	margin:5px auto;
}
#bottom_cat a{
	width:auto;
	line-height:16px;
	float:left;
	display:block;
	padding:0px 5px 0px 5px;
	font-size:12px;
	color:#333;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	border-right:1px #CCC solid;
}

#bottom_cat a:hover{
	color:#999;
}
#copy_right{
	width:600px;
	height:auto;
	display:table;
	margin:0 auto;
	text-align:center;
	font-size:11px;
}
#search{
	width:240px;
	height:85px;
	position:relative;
	left:10px;
	top:50px;
}

#logo{
	width:414px;
	height:194px;
	float:left;
}
#log_in{
	width:527px;
	height:160px;
	float:left;
}
#login_inner{
	position:relative;
	top:60px;
}
#logstyle
{
font-size:12px;
	color:#333;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

.table_border{
	border:1px #CCC solid;
	margin-bottom:5px;
}

