@charset "utf-8";
/* CSS Document */
/* 主要ID选择符布局设置 */

*{ margin: 0px; padding: 0px; }*

body{
	font-family:宋体,楷体,Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background-color:#fef5d1;
	color:#660000;
}

#wrap /* 外套 */
{
	width:1003px;
	height:580px;
	background-color:#F9CF01;
	margin: 0 auto;
}

#left_home,#left_sale,#left_product,#left_knowledge,#left_online,#left_subscriber/* 左边 */
{
	width:806px;
	height:499px;
	float:left;
}

#left_home{
	background:url(../images/left_home.jpg) no-repeat;
}

#left_sale{
	background:url(../images/left_sale.jpg) no-repeat;
}

#left_product{
	background:url(../images/left_.jpg) no-repeat;
}


#left_knowledge{
	background:url(../images/left_knowledge.jpg) no-repeat;
}

#left_online{
	background:url(../images/left_online.jpg) no-repeat;
}

#left_subscriber{
	background:url(../images/left_subscriber.jpg) no-repeat;
}

#right /* 右边 */
{
	width:197px;
	height:499px;
	float:right;
	background:url(../images/right_bg.jpg) no-repeat;
}



#mainNav
{
	width:36px;
	height:499px;
	float:right;
}
#mainNav ul.nav{
	width:36px;
	height:499px;
}
#mainNav ul.nav li{
	float:left;
	margin:0;
}
#mainNav ul.nav li.noMargin{
	margin:0;
}
#mainNav ul.nav li a{
	display:block;
	background:url(../images/nav_bg.jpg)  no-repeat right top;
	width:110px;
	height:45px;
	padding-top:10px;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
#mainNav ul.nav li a:hover{
	background:url(../images/nav_bg_hover.jpg) no-repeat right top;
	color:#ccc;
	background-color:inherit;
}

#mainNav ul.nav li.other a{
	display:block;
	background:url(../images/nav_other_bg.jpg)  no-repeat right top;
	width:110px;
	height:45px;
	padding-top:10px;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
#mainNav ul.nav li.other a:hover{
	background:url(../images/nav_other_bg_hover.jpg) no-repeat right top;
	color:#ccc;
	background-color:inherit;
}


#content{
	width:770px;
	float:left;
	height:499px;
}


/* 页脚开始 */
#footer
{
	width:1003px;
	height:81px;
	float:left;
	background:url(../images/footer_bg.jpg);
}
#footer_text{
	width:606px;
	height:73px;
	float:left;
	padding: 14px 0px 0px 200px;
}
/* 页脚结束 */

