* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	background:  #194a74  url("../img/max.png");
	color: #000;
	font-size: x-small;
	text-align: center;
	min-width: 770px;
	line-height: 1.5;
}
html>body {
	font-size: small;
}
html, body {
	height: 100%
}
.noscreen {
	width: 200px;
	position: absolute;
	left: 0;
	top: -1000px
}
hr {
	display: none;
}
.end {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
/* layout */
#back {
	background: url("../img/body.png") repeat-x;
	min-height: 100%;
	width: 100%;
}
#backin {
	padding: 15px 0
}
#max {
	max-width: 900px;
	background: #fff;
	margin: 0 auto 15px auto;
}
#min {
	text-align: left;
	min-width: 770px;
}
#head {
	width: 100%;
	background: #3c8a49 url("../img/head.png") repeat-x;
	border-top: 5px solid #fff;
	height: 225px;
	position: relative;
}
#content {
	background: #fff;
	width: 100%;
	margin-top: -1px;
}
#content .in {
	border: 5px solid #b7d4e5;
	border-top: none;
	margin: 0 5px;
	min-height: 220px;
	padding: 25px 20px 25px 25px;
}
#text {
	margin-right: 285px;
}
#img {
	float: right;
	width: 250px;
	overflow: hidden;
	background: #e7e7e7;
	padding: 0 0 5px 0;
}
#imgas {
	float: right;
	width: 170px;
	overflow: hidden;
	background: #ffffff;
	padding: 0 0 5px 0;
}
.google {
	background: #e7e7e7;
	padding: 0 0 5px 0;
}
#foot {
	width: 100%;
	clear: both;
	background: #e0f4fc   url("../img/foot.gif") repeat-x left bottom;
	text-align: center;
	overflow: hidden;
}
#foot .in {
	min-height: 60px;
	border: 5px solid #fff;
}
/* layout */
/* headers */
h1, h1 span {
	width: 336px;
	height: 225px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	color: #fff;
	font-size: 150%;
	z-index: 1;
	overflow: hidden;
}
h1 span {
	z-index: 2;
	left: 0;
	cursor: pointer;
	background:  url("../img/h1.png") no-repeat;
}
h1 a:link, h1 a:visited {
	color: #fff;
}
h1 a:hover {
	color: #ffcc00;
}
h2, h2 span {
	width: 434px;
	height: 225px;
	left: 0;
	top: 0;
	z-index: 3;
	position: absolute;
	display: block;
	color: #fff;
	font-size: 130%;
	overflow: hidden;
}
h2 span {
	background:  url("../img/h2.png") no-repeat;
	z-index: 4;
}
h3 {
	font-size: 140%;
	color: #4992bb;
	padding: 0 0 10px 0;
}
.enter {
	margin: 15px;
	text-align: center;
}
.enter h3 {
	margin: 0 auto;
	text-align: left;
	width: 200px;
	min-height: 80px;
	padding: 0 80px 0 0;
	font-size: 100%;
	background:  url("../img/enter.gif") no-repeat right center;
}
.enter h3 span {
	display: block;
	font-size: 130%;
	text-decoration: underline;
}
#text h4 {
	font-size: 110%;
	padding: 0 0 5px 0;
	color: #509c5b;
}
#img h4 {
	font-size: 100%;
	font-weight: normal;
	margin: 0 15px;
}
h4 strong {
	color: #000;
}
h5 {
	font-size: 86%;
	padding: 0 0 2px 0;
	font-weight: normal;
}
/* headers */
/* main menu */
#menu {
	width: 100%;
}
#menu ul {
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}
#menu li {
	display: block;
	width: 20%;
	float: left;
	list-style: none;
	text-align: center;
	overflow: hidden;
}
#menu li a, #menu li strong {
	display: block;
	padding: 10px 5px;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-weight: bold;
	border-bottom: 5px solid #b7d4e5;
}
#menu li.last a {
	border-right: none;
}
#menu li a:link, #menu li a:visited {
	background:  #bdfcbd url("../img/a.gif") repeat-x;
	color: #fff;
}
#menu li a:hover {
	color: #fff;
	background: #68b9e5  url("../img/menu.gif") repeat-x;
}
#menu li strong {
	background: #b7d4e5  url("../img/strong.gif") repeat-x left bottom;
	border: 5px solid #b7d4e5;
	border-bottom: none;
	color: #1a4770;
	padding-top: 5px;
	padding-bottom: 15px;
}
/* main menu */
/* table */
.table {
	width: 100%;
	padding: 0 0 15px 0;
	overflow: hidden;
}
table {
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
}
th, td {
	text-align: center;
	padding: 5px;
	border: 2px solid #fff;
}
.name {
	text-align: left;
}
thead th {
	background:  #dcfcdc url("../img/adv.gif") repeat-x;
}
tbody .name {
	font-weight: normal;
	background: #e2fee2;
}
tbody td {
	background: #e4f3fc;
}
tfoot td {
	background:  #dcfcdc url("../img/tfoot.gif") repeat-x left bottom;
}
/* table */
/* lists */
#text ul {
	padding: 0 0 15px 35px;
}
#text ol {
	padding: 0 0 15px 40px;
}
#text ul li {
	list-style: square;
	margin-bottom: 4px;
}
#text ol li {
	margin-bottom: 4px;
}
dl {
	width: 100%;
	overflow: hidden;
}
dt {
	font-weight: bold;
	font-size: 110%;
	color: #e0660c;
	padding: 0 0 10px 35px;
	background:   url("../img/dt.gif") no-repeat;
}
dd {
	padding: 0 0 15px 35px;
}
/* lists */
/* images */
.img {
	margin-bottom: 15px;
	text-align: center;
}
#img p {
	width: 250px;
	min-height: 170px;
	position: relative;
}
#img img, #img p span {
	width: 250px;
	height: 170px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 1;
}
#img p span {
	z-index: 2;
	background:   url("../img/border.gif") no-repeat;
}
#img p.ver img {
	width: 170px;
	height: 250px;
}
#img p.ver span {
	background:   url("../img/border_ver.gif") no-repeat;
	width: 170px;
	height: 250px;
}
#adv img {
	border: 2px solid #fff;
	margin: 0 5px;
}
#adv a:hover img {
	border: 2px solid #62d06a;
}
/* images */
/* form */
.form fieldset {
	border: 3px solid #cefece;
	padding: 0 15px 15px 15px;
	margin-bottom: 10px;
}
.form legend {
	color: #509c5b;
	padding: 10px;
	font-weight: bold;
}
.req {
	color: #c00000;
}
.form br {
	display: none;
}
.form label {
	display: block;
}
.form p {
	padding: 5px 0;
}
input, textarea {
	margin: 0 0 10px 0;
	width: 320px;
}
.small {
	width: 160px
}
.form p.button {
	padding: 15px 0;
	text-align: center;
}
.form p.button input {
	width: 120px;
}
/* form */
/* paragraphs */
#text p, address {
	padding: 0 0 15px 0;
	font-style: normal;
}
#text p strong {
	color: #990000
}
#foot p {
	line-height: 60px;
	white-space: nowrap;
}
p.top {
	clear: both;
	color: #24618b;
	padding: 15px 15px 0 0;
	text-align: right;
	line-height: 1.7;
}
#adv {
	text-align: center;
	clear: both;
	padding: 5px 0 2px 0;
	border: 5px solid #fff;
	border-bottom: none;
	background:  #dcfcdc url("../img/adv.gif") repeat-x;
}
#adv p {
	padding: 0 15px;
	background:  url("../img/adv_text.gif") no-repeat;
}
/* paragraphs */
/* links */
a:link, a:visited {
	text-decoration: underline;
	color: #0b4770;
}
a:hover {
	color: #c00000;
}
a.print {
	background:  url("../img/print.gif") no-repeat left center;
	padding-left: 20px;
}
a.fav {
	background:  url("../img/fav.gif") no-repeat left center;
	padding-left: 20px;
}
.toplist {
	display: none;
}
/* links */
#google {
	padding: 0 0 15px 0;
	margin: -10px 0 0 0
}
