﻿/*------------------------------------------------------Base CSS-------------------------------------------------*/
html {
	height: 100%;
}
a {
	border: 0 white none;
	color:#CCC;
}
img {
	border: 0 white none;
}
body {
	width: 100%;
	min-width: 924px;
	height: 100%;
	font-family: sans-serif,helvetica,arial;
	color: #000000;
	font-size: medium;
	margin: 0px;
	background-color: #073a3a;
	background-image: url('images/bkg_grad.jpg');
	background-position: center top;
	background-repeat: repeat-x;
}
#container_main {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	background-image: url('images/bkg_img.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 1;
}
#container {
	margin: 0 auto;
	width: 924px;
	height: 100%;
	text-align: left;
	z-index: 1;
}
/*---------------------------------------------------Background--------------------------------------------------*/
#top {
	width: 924px;
	height: 20px;
	margin: 0;
	z-index: 2;
}
#nav {
	width: 924px;
	height: 61px;
	z-index: 2;
}
#nav table tr td {
	text-align: center;
	width: 154px;
}
.nav_acitve {
	background-color: white;
	background-image: none;
}
.nav_acitve a {
	font-size: large;
	color: #402812;
	text-decoration: none;
}
.nav_inacitve {
	font-size: large;
	background-image: url('images/button.jpg');
}
.nav_inacitve a {
	color: white;
	text-decoration: none;
}
#nav table tr td a {
	display: block;
	width: 100%;
	height: 61px;
}
#header {
	width: 912px;
	height: 250px;
	border: 6px white solid;
	margin-bottom: 30px;
	z-index: 1;
}
#main {
	width: 924px;
	z-index: 1;
	margin-bottom: 40px;
}
.block {
	width: 292px;
	height: 310px;
	border: 4px white solid;
	z-index: 3;
}
.block_content {
	margin: 18px 6px 10px 6px;
	text-align: left;
	height: 100%;
}
.main_block {
	width: 916px;
	min-height: 310px;
	border: 4px white solid;
	z-index: 3;
}
.main_block_content {
	margin: 50px 70px 70px 70px;
	text-align: left;
	height: 100%;
	min-height: 500px;
}
/*-----------------------------------------------------Float-----------------------------------------------------*/
#title_l {
	position: absolute;
	margin-left: 51px;
	margin-top: 356px;
	text-align: center;
	padding-top: 6px;
	width: 200px;
	height: 30px;
	border: 1px #336666 solid;
	background-color: #99cccc;
	z-index: 10;
}
#title_c {
	position: absolute;
	margin-left: 363px;
	margin-top: 356px;
	text-align: center;
	padding-top: 6px;
	width: 200px;
	height: 30px;
	border: 1px #336666 solid;
	background-color: #99cccc;
	z-index: 10;
}
#title_r {
	position: absolute;
	margin-left: 674px;
	margin-top: 356px;
	text-align: center;
	padding-top: 6px;
	width: 200px;
	height: 30px;
	border: 1px #336666 solid;
	background-color: #99cccc;
	z-index: 10;
}
#sidelink {
	position: absolute;
	margin-left: 870px;
	margin-top: 377px;
	width: 50px;
	height: 600px;
	background-image: url(images/sidelink.png);
	background-repeat: no-repeat;
	z-index: 10;
}
/*-----------------------------------------------------Style-----------------------------------------------------*/
h1 {
	color: #402812;
	font-size: large;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}
.button {
	background-color: #402812;
	color: white;
	height: 40px;
	font-size: large;
	font-weight: bold;
	border: 1px white solid;
}
.button a {
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
}
.button2 {
	background-color: #ffffff;
	color: #402812;
	height: 20px;
	font-size: large;
	border: 1px #402812 solid;
	padding-top: 5px;
	margin: 0;
	text-align: center;
}
.button2 a {
	display: block;
	width: 60px;
	height: 20px;
	color: #402812;
	font-size: medium;
	text-decoration: none;
}
.error {
	font-size: x-small;
	color: red;
	display: none;
}
.error_star {
	font-size: x-small;
	color: red;
}
/*--------------------------------------------Link Bar Drop Down Menu--------------------------------------------*/
#haTabStoreMenu {
	padding: 0;
	margin: 0;
	height: 25px;
	font-weight: normal;
	font-size: x-small;
}
#haTabStoreMenu table {
	width: 100%
}
#haTabStoreMenu table tr td {
	width: 135px;
}
#haTabStoreMenu td:hover ul {
	display: block;
	min-width: 150px;
	padding-top: 4px;
}
#haTabStoreMenu ul {
	display: none;
	position: absolute;
	margin: 14px 0 0 -2px;
	padding: 0;
	font-size: 1.1em;
	list-style: none;
	z-index: 10;
}
#haTabStoreMenu ul li {
	padding: 0 2px;
	background: #FBF9EA;
	border-left: 1px solid #33425a;
	border-right: 1px solid #33425a;
	white-space: nowrap;
}
#haTabStoreMenu ul li a {
	width: auto;
	display: block;
	padding: 2px;
	border: 1px solid #fff;
	background: #fff;
}
#haTabStoreMenu ul li a:link {
	text-align: left;
	color: #000;
	text-decoration: none;
}
#haTabStoreMenu ul li a:visited {
	text-align: left;
	color: #000;
	text-decoration: none;
}
#haTabStoreMenu ul li a:hover {
	text-align: left;
	color: #000;
	text-decoration: none;
	background: #d1d2d3;
	border: 1px solid #aaa;
}
#haTabStoreMenu ul li a:active {
	text-align: left;
	color: #000;
}
#haTabStoreMenu ul li.first {
	padding-top: 2px;
	border-top: 1px solid #33425a;
}
#haTabStoreMenu ul li.last {
	padding-bottom: 2px;
	border-bottom: 1px solid #33425a;
}
/*--------------------------------------------Link Bar Drop Down Menu--------------------------------------------*/
