@charset "utf-8";
/* CSS Document */

/* header part */

.os-mid-header{ margin:0 auto; width:1000px;}

.os-menu { background: url(../images/menu-bg.jpg) no-repeat; height:55px; float:left; width:780px;}
#os-menu{ width:660px;}
#os-menu ul{ font-size:15px; font-family:Arial, Helvetica, sans-serif;list-style: none; margin:15px 5px;}
#os-menu ul li {font-size:15px; font-family:Arial, Helvetica, sans-serif; display:inline; }

#os-menu ul a:link,#os-menu ul a:active,#os-menu ul a:visited{ color:#FFFFFF; background:url(../images/divider.jpg) no-repeat; padding:5px 10px;color:#fff;}
#os-menu ul a:hover{ color:#FFCC00;}

.os-right-menu{ float:right;width:200px; padding-top:15px;}
.os-right-menu a:link, .os-right-menu a:active,.os-right-menu a:visited { color:#d4d2d2;}
.os-right-menu a:hover{ color:#f4d495;}


/* content part */

.os-mid-content{ margin:0 auto; width:1000px; background:url(../images/left-bg.jpg) repeat-y;}
.os-left-content{float:left; width:279px; background:url(../images/left-bg.jpg) repeat-y top;}
.os-right-content{ float:left; width:700px; background-color:#FFFFFF;}

#bullet ul{ margin:8px 0px; padding:0px;list-style:none;}
#bullet ul li{ padding-left:15px;background:url(../images/bullet.jpg) no-repeat; line-height:15px; list-style:none;}

#bullet ul li a:link, #bullet ul li a:visited, #bullet ul li a:active{ color:#47433d;}
#bullet ul li a:hover{color:#ca9b41;}

.os-clear{ clear:both;}
.os-content-space{ padding:5px 0px 5px 15px;}
.os-title{color:#936c22; font-weight:bold; padding-top:5px;}


/* footer part */
.os-outer-footer { width:100%; background:url(../images/footer-outer-bg.jpg) repeat-x; text-align:center; color:#FFFFFF;height:68px;}

.os-inner-footer a:link, .os-inner-footer a:active, .os-inner-footer a:visited{ color:#FFFFFF;}
.os-inner-footer a:hover{ color:#f4d495;}

.os-inner-footer { background:url(../images/footer-main-bg.jpg) no-repeat; height:68px; width:1000px; margin:0px auto;}

