/* CSS Document - 样式*/
body{
background-image:url(../images/icon_01.gif);}
body,td,div{
margin:0;
font-size:12px;
color:#494949;
line-height:22px;
}

input,textarea {
border:#CC0000 1px solid}
input:hover {
border:#FF9900 1px solid}
textarea:hover {
border:#FF9900 1px solid}

img{
border:0;}

a{color:#333333;
text-decoration:none;}
a:hover{color:#333333;
text-decoration:underline}

.mainWidth{
width:977px;
background-color:#FFFFFF;}

.nav a{
color:#FFECC4;
font-size:14px;
font-weight:bold;
text-decoration:none;}

.box{
background-color:#FFFFFF;}
.box .title_left{
width:137px;
height:31px;
background-image:url(../images/box_01_01.gif);
background-position:top left;
}
.box .title_center{
height:31px;
background-image:url(../images/box_01_01_bg.gif);
background-position:top left;
}
.box .title_right{
width:89px;
height:31px;
background-image:url(../images/box_01_02.gif);
background-position:top right;
}

.box .title{
font-size:12px;
font-weight:bold;
padding-left:10px;
text-align:left;
color:#424242;
}

.box .body{
background-image:url(../images/box_03.gif);
background-position:bottom right;
background-repeat:repeat-x;
}
.box .about{
background-position:bottom left;
}


.box .body_left{
text-align:left;
vertical-align:bottom;
background-image:url(../images/box_02.gif);
background-repeat:repeat-y;}

.box .body_right{
text-align:right;
vertical-align:bottom;
background-image:url(../images/box_04.gif);
background-repeat:repeat-y;}

.box .body_bottom{
vertical-align:bottom;
background-image:url(../images/box_07.gif);
background-repeat:repeat-x;}

.left-box{
text-align:left;
color:#CCCCCC;
}
.left-box img{
height:135px;}

#demo1{
color:#CCCCCC;
line-height:20px;
}
#demo1 img{
height:135px;}


/*下拉*/
#menuDiv a{
margin:0px;
padding:1px;
font-size:13px;
border-bottom:1px solid #FF1100;
border-top:1px solid #FFCC66;
text-decoration:none;
width:120px;
padding-left:10px;
float:left;
}
#menuDiv a:hover{
text-decoration:none;
background-color:#FFE81C}

