/* 风格0样式 */

body
{
background-color:#E4DDB6;
color:#4A3101;
}
a 
{
color:#4A3101;
text-decoration:none;
} 
a:hover 
{
text-decoration : underline; 
color : #4A3101; 
} 
select
{
width:306px;
height:13px;
border:solid 1px #896414;
padding:0px;
}
.inputtext
{
width:200px;
height:14px;
border:solid 1px #896414;
padding:0px;
margin-bottom:6px;
margin-top:3px;
}

/*下拉菜单样式*/
.menuskin
{
background-color:#E4DDB6;
background-image:url("/images/bg_0.jpg");
}

/*  顶部样式 */
.top
{
background: no-repeat center url("/images/top_banner0.jpg");
height:148px;
width:1002px;
}
.top span
{
margin-left:10px;
}

/* 导航栏样式 */
.menu
{
background: no-repeat center url("/images/menu_bg0.jpg");
text-align:center;
line-height:33px;
height:33px;
color:white;
width:1002px;
}
.menu a 
{
text-decoration : none;
color : #ffffff; 
} 
.menu a:hover 
{
text-decoration : underline; 
color : #A49D97; 
} 
.menuline
{
margin:16px;
}
.menunow
{
font-weight:bold;
}

/* 整体样式 */
.total
{
padding-top:5px;
padding-bottom:10px;
clear:both;
width:1002px;
background-image:url("/images/bg_0.jpg");
}

/* 左侧样式 */
.left
{
float:left;
margin-left:0px;
text-align:center;
}

/* 中间主要内容样式 */
.main
{
float:left;
margin-left:1px;
}
.list
{
list-style-image:url(/images/list_ico3.gif);
line-height:20px;
margin-top:2px;
}
.list span
{
background:no-repeat center url("/images/new.gif");
}
.right
{
float:left;
}

/* 底部样式 */
.foot
{
height:105px !important;
height:75px;
background:no-repeat top center url("/images/foot_bg0.gif");
background-color:#fffff0;
clear:both;
color:#000000;
text-align:center;
line-height:30px;
padding-top:25px;
width:1002px;
}
.foot a 
{
	text-decoration : none;
	color : #000000; 
} 
.foot a:hover 
{
	text-decoration : underline; 
	color : #000000; 
} 

