*{
  margin: 0;
  padding: 0;
  vertical-align: top;
}
img{
  vertical-align: top;
  border: 0;
}
table{
  border-collapse: collapse;
}
td{
  vertical-align: top;
  text-align: left;
}
body{
  font-family: Verdana;
  font-size: 12px;
  background:url(new/background.jpg) repeat-x;
}
a{
  text-decoration: none;
  color: black;
}
a:hover{
  text-decoration: underline;
}

#admin_menu a{
  padding:0 10px 0 10px;
  font-weight: bold;
  color: darkorange;
}
#admin_menu a:hover{
  color: red;
}
#main_wrap{
  width: 824px;
  margin: 0 auto;
}
#header_logo{
  width: 100%;
  height: 199px;
  background: black;
}
#header{
  width: 650px;
  height: 200px;
  float: left;
}
#eshop{
  width: 170px;
  height: 200px;
  border: 0;
}
#top_nav_wrap{
  width: 824px;
  height: 30px;
  background: black;
  z-index: 50;
  vertical-align: bottom;
}
.spacer{
  height: 10px;
  margin: 1px 0 1px 0;
  background: orange;
  clear: both;
}
#content_wrap{
  margin-left: -9px;
  width: 824px;
  border-left: 9px solid #f29400;
  border-right: 9px solid #f29400;
  background:white;
}
.section_header{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
#left_col{
  width: 234px;
  min-width: 234px;
  border-right: 1px solid gray;
  vertical-align: top;
}
#right_col{
  width: 590px;
  padding-bottom: 10px;
  vertical-align: top;
  padding: 5px 0 5px 0;
  text-align: center;
}
#news_wrap{
  margin: 0 auto;
  text-align: left;
}
#news_wrap a{
  text-decoration: none;
}
#news_wrap a:hover{
  text-decoration: underline;
}
.news{
  border-top: 1px solid gray;
  padding: 4px 0 4px 0;
  margin:0 auto;
  width:220px;
  display:block;
}
.news_title, .news_title a{
  font-weight: bold;
  display:block;
  color: black;
}
.news_title a:hover{
  text-decoration: underline;
}
.news_author{
  color: gray;
  font-size: 10px;
  display:block;
  text-align:right;
}
.news_img{
  width: 50px;
  float: left;
}
.banner_wrap{
   width: 590px;
   border: 0;
   overflow: hidden;
}
.banner_wrap img{
  border: 0;
  float:left;
  margin:0 0 0 0;
  padding:0 0 0 0;
}
.admin_link{
  font-weight: bold;
  color: gray;
  text-decoration: underline;
}
#admin_news_wrap{
  width: 100%;
  border-style: groove;
}
.strong{
  font-weight: bold;
}
.italic{
  font-style: italic;
}
.underline{
  text-decoration: underline;
}
.news_red, .news_red a{
  color: red;
}
.article_demo_wrap{
  border-top: 1px solid gray;
}
#article_wrap{
  width: 95%;
  margin: 30px auto;
  text-align: justify;
}
#article_title{
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  padding-bottom: 20px;
}
#article_content{
  text-align: justify;
  clear: both;
  border-top: 1px solid gray;
}

#top_nav_wrap ul{
  list-style-type:none;
  z-index: 50;
  padding-top:1px;
}
#top_nav_wrap li{
  float:left;
  position:relative;
  min-width: 68px;
  max-width: 151px;
  border: 0;
  z-index: 50;
}
#top_nav_wrap ul li ul li{
  border: 0;
  z-index: 50;
}
#top_nav_wrap a{
  display:block;
  text-decoration:none; 
  color:#fff; 
  height:20px;  
  background:#000000;  
  line-height:20px;
  z-index: 50; 
}
#top_nav_wrap ul ul a{
  border-right: 1px solid gray;
  border-left: 1px solid gray;
  margin-right: 20px;
  padding: 5px 10px 5px 10px;
  z-index: 50;
}
#top_nav_wrap ul ul{
  visibility:hidden;
  position:absolute;
  height:0;
  top:30px;
  left:5px;
  z-index: 50;
}
#top_nav_wrap ul ul li{
  width: 170px;
  z-index: 50;
}
#top_nav_wrap ul ul a{
  background:#000000; 
  height:auto; 
  line-height:1em;  
  color: white;
  z-index: 50;
}
#top_nav_wrap a:hover, #top_nav_wrap ul ul a:hover{
  color:#000; 
  background:#000000;
  z-index: 50;
}
#top_nav_wrap :hover > a{
  color: orange;
  background:#000000;
  z-index: 50;
}
#top_nav_wrap ul ul :hover > a, #top_nav_wrap ul ul ul :hover > a{
  color: black;
  background: darkorange;
  z-index: 50;
}
#top_nav_wrap ul li:hover ul, #top_nav_wrap ul a:hover ul{
  visibility:visible;
  z-index: 50;
}
#top_nav_wrap ul :hover ul ul{
  visibility:hidden;
  z-index: 50;
}
#top_nav_wrap ul :hover ul :hover ul{
  visibility:visible;
  z-index: 50;
}
.submenu_top{
  border-top: 1px solid gray;
  z-index: 50;
}
.submenu_bottom{
  border-bottom: 1px solid gray;
  z-index: 50;
}
