@charset "utf-8";

/* MAIN CSS */
body {
	background: url(../images/bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #626262;
	font-weight: normal;
	margin: 0;
}
a:link {
	text-decoration: none;
	color: #626262;
}
a:visited {
	text-decoration: none;
	color: #626262;
}
a:hover {
	text-decoration: none;
	color: #626262;
}
a:active {
	text-decoration: none;
	color: #626262;
}
img {
	border: 0px;
}

/* HEADER */
#header_bg {
	background-image: url(../images/header/bg_header.png);
	background-repeat: repeat-x;
	height: 90px;
	padding: 0px;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 90;
	overflow: hidden;
}
#header_main {
	width: 820px;
	height: 75px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	left: auto;
	right: auto;
}
#header_logo {
	width: 250px;
	height: 75px;
	float: left;
	margin-left: 5px;
	clear: none;
}
#header_mainmenu {
	position: relative;
	width: 530px;
	height: 22px;
	float: right;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 27px;
	padding-right: 25px;
}
#header_mainmenu a:hover {
	text-decoration: underline;
	}
#header_menu_container {
	position: relative;
	width: 555px;
	height: 26px;
	text-align: center;
	float: right;
}
#header_menu {
	width: 105px;
	height: 16px;
	padding-left: 3px;
	padding-right: 3px;
	float: right;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	cursor: pointer;
}
#header_menu a{
	color: #FFFFFF;
}
#header_menu_green {
	width: 105px;
	height: 16px;
	padding-left: 3px;
	padding-right: 3px;
	float: right;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	cursor: pointer;
}
.onBlu {
	background-image: url(../images/header/menu_blue_hover.gif);
	}
.offBlu {
	background-image: url(../images/header/menu_blue.gif);
	}
.onGrn {
	background-image: url(../images/header/menu_green_hover.gif);
	}
.offGrn {
	background-image: url(../images/header/menu_green.gif);
	}

/* BODY */
#body_main {
	width: 845px;
	height: auto;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-y;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	top: auto;
	padding-top: 85px;
	padding-left: 5px;
	padding-right: 5px;
}

/* FOOTER */
#footer_main {
	width: 850px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size: 9px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-left: 12px;
}
#footer_main a:hover {
	text-decoration: underline;
	}
#footer1 {
}
#footer2 {
	font-size: 8px;
}
