﻿@import"../css/menu-style.css";

html {}
body { margin:0px; background:#ccc url(../img/bg.png) no-repeat center top; font:normal 12px Arial; color:#888;font-weight:normal; line-height:20px;}

p { font:normal 12px Arial; color:#666; margin:0; font-weight:normal; line-height:20px;}
h1 { color:#333; margin:0; font-size:16px; margin-bottom:15px;}
a {color:#000; text-decoration:none; }
a:hover {color:#fff; text-decoration:none;}

.clr { clear:both; padding:0; margin:0; background:none; }

img{ border:0px;}

/*************menu**********/
#menu {width:920px; height:35px; margin-left:auto; margin-right:auto;}
#menu_resize {width:426px; height:35px; float:right; margin-right:20px; background:#99FF00;}

/*************header**********/
#header {width:100%; height:150px;}
#header_resize {width:920px; height:150px; margin-left:auto; margin-right:auto;}
.logo { float:left; padding:0; margin:0; width:340px; padding-top:40px; padding-left:80px;}

/*************banner**********/
#banner {width:100%; height:300px; margin:0 auto;}

#slideshow {position:relative; height:290px; width:910px; padding:5px; margin-left:auto; margin-right:auto; overflow:hidden; background-color:#fff;}
#slideshow IMG {position:absolute; top:5; left:5; z-index:8; opacity:0.0;}
#slideshow IMG.active {z-index:10; opacity:1.0;}
#slideshow IMG.last-active { z-index:9;}

/*************content**********/
#content { width:100%; min-height:200px; }
#content_resize { width:920px; margin-left:auto; margin-right:auto; padding-top:30px; padding-bottom:30px;}

/*************footer**********/
#footer { width:100%; height:70px; font-size:11px; font-family:Arial; color:#8D8D8D; margin-top:40px;}
#footer_resize { width:820px; height:20px; margin-left:auto; margin-right:auto; text-align:right; background:url(../img/footer.png) no-repeat; padding-right:100px;}
#footer_resize a{ color:#666;}
#footer_resize a:hover{ color:#000; text-decoration:underline;}