@CHARSET "UTF-8";

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana; color: #9b9b9b;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	background: #000000;
}

html, body {
	height: 100%;
}

a { color: #ffffff; text-decoration: none; }
a:hover { color: #e0e0e0; text-decoration: underline; }

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

h1
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 16px;
	color: #ff0000;
	text-align: center;
}

strong
{
	font-weight: normal;
	color: #ff0000;
}

#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}

#header
{
	width: 100%;
	height: 140px;
	margin: 0;
	clear: both;
}

#headerContainer
{
	width: 960px;
	height: 140px;
	margin: auto;
}

#headerLogo
{
	width: 290px;
	height: 140px;
	margin: 0;
	padding: 0;
	float: left;
}

#headerTop
{
	width: 670px;
	height: 115px;
	float: right;
}

#headerMenu
{
	width: 670px;
	height: 25px;
	float: right;
}

#bannerTop
{
	margin-top: 30px;
	text-align: right;
}

#menuTop
{
	float: right;
	text-align: right;
	font-size: 11px;
	line-height: 12px;
	color: #ffffff;
}

#menuTop a
{
	list-style-type: none;
	list-style-image: url("./../images/menu_belt.gif");
	margin: 0 5px 0 5px;
	padding: 0;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #ff0000;
}

#menuTop a.over
{
	color: #ff0000;
	text-decoration: underline;
}

#menuTop a:hover { color: #ffffff; text-decoration: underline; }

#headerLabel
{
	width: 100%;
	height: 40px;
	margin: 0;
	background: url("./../images/main_top_background.gif") 0 0 repeat-x;
}

#headerLabelContent
{
	width: 960px;
	height: 40px;
	background: url("./../images/main_top.gif") 0 0 no-repeat;
	margin: auto;
}

#center
{
	margin: auto;
	clear: both;
}

#content
{
	width: 960px;
	margin: auto;
	text-align: left;
}

#footer
{
	width: 100%;
	height: 50px;
	margin: 0;
	background: url("./../images/main_bottom_background.gif") 0 0 repeat-x;
	padding: 0px;
	clear: both;
	overflow: hidden;
}

#push {
	height: 50px; /* .push must be the same height as .footer */
}

#footerContent
{
	width: 960px;
	height: 50px;
	background: url("./../images/main_bottom.gif") 0 0 no-repeat;
	margin: auto;
}

.spacer { height: 15px; }

#content img
{
	border: 1px solid #ff0000;
	margin: 0;
	padding: 0;
}

.leftColumn
{
	width: 475px;
	float: left;
	margin: 0;
	padding: 0;
}

.rightColumn
{
	width: 475px;
	float: right;
	margin: 0;
	padding: 0;
}

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

table
{
	border: 1px solid #ebebeb;
	width: 100%;
	padding: 0;
	margin: 0;
}

table th
{
	background-color: #c20016;
	color: #ffffff;
	padding: 5px;
	margin: 0;
	text-align: center;
}

table td
{
	padding: 5px;
	color: #000000;
}

table .light
{
	background-color: #ffffff;
}

table .dark
{
	background-color: #ebebeb;
}

table .center
{
	text-align: center;
}

form
{
	margin: 0;
	padding: 15px;
	border: 1px solid #f00;
	background-color: #f0f0f0;
	color: #000;
}

.label
{
	width: 100%;
}

#show
{
	display: none;
}