﻿@charset "utf-8";
/* CSS Document */
body {
   background:#ebebeb;
   font-family:Tahoma;
}
img, table {
   border:0
}
#wrapper {
   width:810px;
   vertical-align:top;
}

.top-bg {
   background:url(images/top_bg.gif) bottom repeat-x;
   width:100%
}
.menu-box {
   background:url(images/menu_box.gif) bottom no-repeat;
   width:91px;
   height:68px;
   text-align:center;
   padding-left:4px;

   font-size:12px;
}
.left {
   background:url(images/left_bg.gif) right repeat-y;
   vertical-align: top;
}
.right {
   background:url(images/right_bg.gif) left repeat-y;
   vertical-align: top;
}
#all-content {
   background:#000;
   width:100%;
}
#finger {
   background:url(images/finger.gif) top right no-repeat;
   height:280px;
}
#logo {
   background:url(images/logo.gif) top left no-repeat;
   height:138px;
}
#cont-left {
   color:#FFF;
   width:180px;
   vertical-align:top;
}
#cont-main {
   color:#fff;
   width:520px;
   vertical-align:top;
}
#cont-l-t {
   background:url(images/cont_row_l_t.gif) top right no-repeat;
   min-height:120px;
   padding-right:40px;
   text-align:left;
   padding-bottom:20px;
}
#cont-r-t {
   background:url(images/cont_row_r_t.gif) top left no-repeat;
   min-height:120px;
   padding-left:40px;
   text-align:left;
   padding-bottom:20px;
}
#cont-r-m {
   background:url(images/cont_row_r_m.gif) left repeat-y;
}
#cont-l-m {
   background:url(images/cont_row_l_m.gif) right repeat-y;
}
#cont-l-b {
   background:url(images/cont_row_l_b.gif) bottom right no-repeat;
}
#cont-r-b {
   background:url(images/cont_row_r_b.gif) bottom left no-repeat;
}
#bottom {
   background:url(images/bottom.gif) no-repeat top;
   height:104px;
}
#bot-nav{
   color:#FFFFFF;
   text-align:right;
   font-size:10px;
   vertical-align:bottom;
   padding-right:50px;
   padding-top:54px;
}
#bot-nav a {
   padding-right:8px;
}
a { text-decoration:none;}
a, a:visited {
   color:#FF0000;
}
a:hover {
   color: #FF6666;
}
.cont-tit {
   font-size:18px;
   padding-bottom:10px;
}
.cont {
   font-size:11px;
   text-align:left;
}

#nav, #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	color: #FF0000;
}
#nav li {
	float: left;
	position: relative;
	back\ground: none;
	left: 7px;
	background-color: #FFFFFF;
}

#nav a {
	color: #FF0000;
	text-decoration: none;
	display: block;
	width: 57px;
	padding: 4px 10px;
}
#nav a:hover {
	color: #000;
	background: #ccc;
}
#nav li:hover,
#nav li.jshover {
	background: #333;
}

#nav li ul {
	display: none;
	position: absolute;
	padding: 8px 0;
	width: 176px;
	background-color: #FFFFFF;
	top: 20px;
}
#nav li li a {
	dth: 118px;
	background: none;
	text-align: left;
	width: 149px;
}
#nav li:hover ul,
#nav li.jshover ul {
  display: block;
}

#nav li:hover li ul,
#nav li.jshover li ul {
  -display: none;
  width: 150px;
  top: -9px;
  left: 150px;
  lef\t: 133px;
}
#nav li:hover li:hover ul,
#nav li.jshover li.jshover ul {
  display: block;
}

