body {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, "Nimbus Sans L";
	color: #555;
	overflow-y: scroll;
	behavior: url('hover.htc');
	background-image: url("./images/bg_top.jpg");
	background-repeat: repeat-x;
}

a:link, a:active, a:visited {
	text-decoration: none;
  	color: #004477;
}

a:hover {
	text-decoration: none;
	color: #006699;
}

#bg_hover {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	padding-top: 5px;
	width: 842px;
	background-image: url("./images/bg_hov.png");
	background-repeat: no-repeat;
}

#page {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 13px;*/
	width: 800px;
}

#baner {
	width: 800px;
	height: 170px;
	margin-bottom: 8px;
}

#menu {
	width: 800px;
	padding-bottom: 1px;
	padding-top: 1px;
	height: 20px;
	font: 13px Verdana, "Nimbus Sans L";
	color: #FFFFFF;
	background-image: url("./images/menu.gif");
}

#menu ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
}

#menu li {
	padding-left: 7px;
	/*border-left: 1px solid #AAAAef;*/
	padding-right: 7px;
	float: left;
	position: relative;
}

#menu li.first, li.menu {
	border-left: 1px solid #F0F0FF;
	height: 20px;
}


#menu li.first:hover {
	background-image: url("./images/menuLT.gif");
}

#menu li.menu:hover {
	background-image: url("./images/menuLT.gif");
}

#menu a {
	font-weight:800;
	text-decoration: none;
	color: #FFFFFF;
}

#menu li>ul {
	top: 17px;
	left: 0px;
}

#menu li:hover ul, li.over ul {
	display: block;	
}

#menu li:hover ul {
	display: block;
}

#menu ul li.first, li.ssitem {
	padding-left: 3px;
	border: 0px;
}

#main {
	width: 800px;
	background: #FFFFFF;
}

#menu_side {
	width: 200px;
	margin-top: 10px;
	display: inline;
	float: left;
}

#menu_side .logo {
	width: 200px;
	max-height: 70px;
}

#menu_side ul {
	width: 190px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	list-style: none;
	display: none;
	font: 12px Verdana, "Nimbus Sans L";
	background: #f5f5f5;
	border: 0px solid #efeded;
}

#menu_side img {
	margin: 0px;
	padding: 0px;
	border: 0px solid #efeded;
}

#content {
	width: 570px;
	display: inline;
	float: left;
	margin: 10px;
	margin-right: 0px;
}

#content a:link {
	text-decoration: none;
	font-weight: 500;
  	color: #004477;
}

#content a:active {
	text-decoration: none;
  	font-weight: 500;
  	color: #004477;
}

#content a:visited {
	text-decoration: none;
  	font-weight: 500;
  	color: #004477;
}

#content a:hover {
	text-decoration: none;
	font-weight: 500;
	color: #006699;
}


#content h1 {
	width: 570px;
	margin: 0px;
	font: 14px Verdana, "Nimbus Sans L";
	font-weight: bold;
	border-top: 1px solid #555;
}

#content p {
	width: 570px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 0px;
	font: 13px Verdana, "Nimbus Sans L";
	text-align: justify;
}

#content h2 {
	width: 570px;
	margin: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	font: 11px Verdana, "Nimbus Sans L";
	text-align: right;
	border-bottom: 1px dotted #555;
	clear: both;
}

#content img {
	margin: 5px;
	margin-top: 0px;
	max-width: 200px;
	max-height: 200px;
	float: right;
}

#content img.logo {
	margin: 0px;
	max-width: 500px;
	max-height: 500px;
	/*display: line;*/
	float: none;
}

#copy {
	clear: both;
	margin: 0px;
	text-align: center;
	font: 10px Verdana, "Nimbus Sans L";
	color: #FFFFFF;
	background-image: url("./images/copy.gif");
	border: 0px;
}

#mail_bck {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	filter: alpha(opacity=80);
	display: none;
}

#mail_box {
	font-size: 13px;
	position: fixed;
	margin: 0px;
	margin-left: 200px;
	top: 200px;
	width: 400px;
	height: 300px;
	background: #f5f5f5;
	border: 1px solid #efeded;
	display: none;
}

#mail_box .header {
	width: 100%;
	height: 20px;
	background: #333;
	text-align: right;
}

#mail_box .content {
	margin: 20px;
	margin-bottom: 0px;
	font-size: 13px;
}

#mail_box .content input {
	font: 12px Verdana, "Nimbus Sans L";
	background: #efeded;
	border: 1px solid #555;
}

#mail_box .content textarea {
	font: 12px Verdana, "Nimbus Sans L";
	background: #efeded;
	border: 1px solid #555;
	width: 100%;
	height: 170px;	
}

#mail_box .send {
	text-align: center;
}

#mail_content {
	font-size: 13px;
}

#mail_content input {
	font: 12px Verdana, "Nimbus Sans L";
	border: 1px solid #bfbdbd;
}

#mail_content textarea {
	font: 12px Verdana, "Nimbus Sans L";
	border: 1px solid #bfbdbd;
	width: 100%;
	height: 170px;	
}

.submenu {
	display: none;
	width: 150px;
	position: absolute;
	top: 20px;
	left: 0px;
	background: #328DC9;
	border-left: 1px solid #005C96;
	border-right: 1px solid #005C96;
	border-bottom: 1px solid #005C96;
}

.submenu li a:link, a:active, a:visited {
	/*width: 100%;*/
	font: 13px Verdana, "Nimbus Sans L";
	border: 0px;
	color: #555;
}

.submenu ul {
	display: inline;
}


.submenu li {
	width: 136px;
	font: 10px Verdana, "Nimbus Sans L";
	font-weight:500;
	color: #000AD8;
	border: 0px;
}

li.ssitem {
	margin-left: 7px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 125px;
	display: block;
	text-decoration: none;
}

li.title {
	display: block;
	padding-top: 5px;
	border: 1px solid #0063A9;
	border-top: 0px;
	background: #328DC9;
}

li.ssitem:hover {
	background: #389FE0;
}

.offer_box {
	clear: both;
	margin-bottom: 10px;
}

.offer_title {
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #efeded;
	background: #f5f5f5;
}

.offer_title img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
	width: 22px;
	height: 22px;
}

.offer_desc {
	border: 1px groove #efeded;
	border-top: 0px;
}

div.offer_header {
	/*display: block;*/
	text-align: center;
	clear: both;
	font: bold 15px Verdana, "Nimbus Sans L";
	font-weight: bold;
	margin-bottom: 10px;
}

.mh {
	padding-bottom: 10px;
	border-top: 2px solid #efeded;
}

.offerGroup {
	display: none;
	margin-top: 3px;
}

