﻿body {
	font: 10pt Verdana, Arial, sans-serif;
	color: #CCCCCC;
	background-color: #262626;
	text-align: left;
}

h3 {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

h1 {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

div {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

a {
	color: #ECFFD9;
	font-size: 8pt;
	text-indent: 15pt;
	margin-right: 15pt;
}

/*------------------------------------------------------------------- HEADER */

div.outer {
	width: 760px;
	margin: 0px auto;
}

div.header {
	padding: 10px 0px 0px 0px;
}

h3.promo {
	float: right;
	position: relative;
	font-weight: normal;
	top: +10px;
	text-align: right;
	font-size: 8pt;
}

div.inner {
	width: 760px;
	background: url(assets/bg.gif) center top repeat-y;
}

div.innerP {
	padding: 0px 20px;
}

/*------------------------------------------------------------------- MENU */

div.menu {
	width: 760px;
	height: 80px;
	background: url(assets/mm.gif) left center repeat-x;
}

div.menu_l {
	float: left;
	width: 35px;
	height: 80px;
	background: url(assets/ml.gif) bottom left no-repeat;
}

div.menu_r {
	float: right;
	width: 35px;
	height: 80px;
	background: url(assets/mr.gif) bottom right no-repeat;
}

div.menu_item {
	float: left;
	height: 80px;
}

div.menu_sel_l {
	float: left;
	width: 20px;
	height: 80px;
	background: url(assets/msl.gif) bottom left no-repeat;
}

div.menu_sel_r {
	float: left;
	width: 20px;
	height: 80px;
	background: url(assets/msr.gif) bottom right no-repeat;
}

div.menu_sel_item {
	float: left;
	height: 80px;
	background: url(assets/msm.gif) left center repeat-x;
}

h2.menu {
	font-size: 24px;
	font-weight: bold;
	color: white;
	position: relative;
	top: 22px;
	padding: 0px 10px;
}

a.menu:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12pt;
}

a.menu:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12pt;
}

a.menu:hover {
	color: white;
	text-decoration: underline;
	font-size: 12pt;
}

div.submenu {
	width: 720px;
	height: 70px;
	margin: 0px auto;
}

div.submenu_item {
	float: left;
	border: 2px solid #333333;;
}

div.submenu_sel_item {
	float: left;
	border: 2px solid #666666;
}

h3.submenu {
	font-size: 18px;
	font-weight: bold;
	color: white;
	padding: 2px 10px;
}

img.submenu {
	vertical-align: middle;
	margin-right: 5px;
}

a.submenu:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a.submenu:link {
	color: #CCCCCC;
	text-decoration: none;
}

a.submenu:hover {
	color: white;
	text-decoration: underline;
}



/*------------------------------------------------------------------- FOOTER */

div.footer {
	width: 760px;
	height: 25px;
	background: url(assets/bm.gif) left center repeat-x;
	font-size: 7pt;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

div.footer_l {
	float: left;
	width: 25px;
	height: 25px;
	background: url(assets/bl.gif) bottom left no-repeat;
}

div.footer_r {
	float: right;
	width: 25px;
	height: 25px;
	background: url(assets/br.gif) bottom right no-repeat;
}

p.sign {
	color: #666666;
	font-size: 7pt;
	text-align: center;
	padding-right: 5px;
	background: url(assets/bg.gif) center top repeat-y;
}

p.sign a {
	color: #FFFFFF;
	text-decoration: none;
}

p.sign a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/*------------------------------------------------------------------- BODY */
