/*网页总体样式*/
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {margin:0; padding:0; font-weight: normal;font-style: normal;font-size: 100%; font-family: inherit;}
ol, ul ,li{list-style: none;}
body { font-family:Verdana;line-height:150%; font-size:14px; margin:0;background-image:url(../img/background_01.gif);}
#container {margin:0 auto; width:900px;border:1px solid #cccccc;}
#header { width:900px; height:200px; background-image:url(../img/logo.gif);}
#menu { height:40px; background:#000000;}

#sidebar { float:left; width:250px;background:#ececec;}
#content { float:right; width:650px;background:#ececec;}/*因为是固定宽度，采用左右浮动方法可有效避免ie 3像素bug*/
#footer { width:900px;height:250px; background:#ffffff;filter:progid:DXImageTransform.microsoft.gradient(gradienttype=0,startColorStr=white,endColorStr=Gray);}



/*导航条*/
/* ---------------------- Redslate nav ---------------------- */
.red #slatenav{position:relative;display:block;height:40px;font-size:13px;font-weight:bold;background:transparent url(../images/redslate_background.gif) repeat;font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;}
.red #slatenav ul{margin:0px;padding:0;list-style-type:none;width:auto;}
.red #slatenav ul li{display:block;float:left;margin:0 1px 0 0;}
.red #slatenav ul li a{display:block;float:left;color:#000000;text-decoration:none;padding:12px 24px 0 24px;height:25px;}
.red #slatenav ul li a:hover,.red #slatenav ul li a.current{color:#fff;background:transparent url(../images/redslate_backgroundOVER.gif) no-repeat top center;}
/* ---------------------- END Redslate nav ---------------------- */

filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=10);
 
