/*========== Header ===========*/
#header{
	width:1003px;
	height:73px;
	margin:0 auto;
	text-align:left;
	background:#5D2E02;
	position:relative;
}
#header a{color:#FFFFFF;text-decoration:none;}
#header a:hover{color:#F00;text-decoration:none;}
#header h1{
	background:url(images/logo.jpg);
	width:419px;
	height:73px;
	text-indent:-999em;
	display:block;
	top:0; left:0;
	position:absolute;
}
#menu{
	display:inline;
	float:left;
	margin:14px 0 0 420px;
}
#menu li{
	display:block;
	float:left;
}
#menu li a{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	display:block;
	letter-spacing:1px;
	padding-top:10px;
}
#menu li#home{background:url(images/menu_01.jpg);height:51px; width:60px;}
#menu li#company{background:url(images/menu_02.jpg);height:51px; width:91px; border-left:1px solid #AC6905;}
#menu li#product{background:url(images/menu_03.jpg);height:51px; width:100px; border-left:1px solid #AC6905;}
#menu li#notebook{background:url(images/menu_04.jpg);height:51px; width:101px; border-left:1px solid #AC6905;}
#menu li#contactus{background:url(images/menu_05.jpg);height:51px; width:100px; border-left:1px solid #AC6905;}

#header p{
	float:right;
	margin:23px 21px 0 0;
}
#header p a{
	display:block;
	background:url(images/04.jpg);
	width:62px;
	height:15px;
	color:#000;
	margin-bottom:6px;
	line-height:15px;
	text-align:center;
}

#banner{
	width:1003px;
	height:auto;
	margin:1px auto 2px;
}
/*=== 主体内容区 ====*/
#mainbody{
	width:1003px;
	height:406px;
	background:#F8F0D1 url(images/main_bg.jpg) no-repeat right;
	margin:0 auto;
	text-align:left;

}
/*=== 左边侧栏 ====*/
#sidebar{
	float:left;
	width:193px;
	height:406px;
	background-color:#DAD8BA;
}
/*= 产品列表 =*/
#prod_list{margin-top:20px;}
#prod_list h3{
	background:url(images/prodlist.jpg);
	text-indent:-999em;
	height:51px;
}
#prod_list ul{
	background:url(images/prodlist_bottom.jpg) bottom;
	padding-bottom:24px;
}
#prod_list ul li{
	background:url(images/prodlist_bg.jpg);
	height:29px;
	line-height:29px;
	text-indent:49px;
}

#contact a{
	display:block;
	background:url(images/contactus.jpg);
	height:55px;
	text-indent:-999em;
	margin-top:22px;
}
/*=== 内容 ====*/
#main{
	float:left;
	width:464px;
	display:inline;
	margin:27px 130px 0 66px;
}
#main h2{
	background:url(images/path_bg.jpg) no-repeat left;
	height:23px;
	line-height:23px;
	width:97px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
}
#main .content{
	height:320px;
	width:614px;
	margin-top:5px;
	overflow:auto;
}

#footer{
	width:1003px;
	height:62px!important;
	height:72px;
	margin:0 auto;
	padding:5px 0;
	clear:both;
	background:url(images/foot_bg.jpg);
}
