﻿#header
{
     width:960px;
     height:96px;   
}

#banner
{
     width:960px;
     height:220px;
    
}

#content
{
    width:960px;
     background:white;
    
}

#left
{
   float:left;
   width:220px;
   height:550px;
   display:inline;

}

#main
{
   text-align:left;
   width:720px;
   margin-left:230px;
   
}

#footer
{
	width:960px;
	height:50px;
	border:solid 1px #ACACAC;
	color:#000099;
	background-color: #F6E1CE;
}

#search
{
    width:960px;
    height:40px;
    border:solid 1px #ACACAC;
    background:#F6E1CE;
    color:#FFFFFF;
    text-align:right;
     vertical-align:middle;
}
  
img
{
   border:0px;
}

A:link    { text-decoration:none; color: #000000; }
A:visited { text-decoration:none; color: #000000; }
A:active  { text-decoration:underline; color: #000000; }
A:hover   { text-decoration:underline; color: #a3b902; }

.ptitle
{
  font-weight:bold;
}

.pcate
{
   background-image:url(item.png);
   background-repeat:no-repeat;
   text-align:left;
   padding-left:10px;
}

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

#menu2 {
        width: 200px;
        margin: 10px;
        border-style: solid solid none solid;
        border-color: #FF7800;
        border-size: 1px;
        border-width: 1px;
        text-align:left;
        }

#menu2 li a {
           voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu2 li a:link, #menu2 li a:visited {
        color: #3688BA;
        display: block;
        background:  url(../images/menu2.gif);
        padding: 8px 0 0 30px;
        }

#menu2 li a:hover, #menu2 li #current { 
        color: #3688BA;
        background:  url(../images/menu2.gif) 0 -32px;
        padding: 8px 0 0 32px;
        }
