html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "Tahoma";
	font-size: 10pt;
	background-color:#ADC000;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.clearboth {
	clear: both;
}
#page {
	width: 100%;
	min-height: 100%;
	position: relative;
}
#main_navigation {
	height: 38px;
	width: 100%;
	background-color: #6b016c;
}
#main_navigation ul {
/*	padding-left: 59px;
*/	color: white;
	margin: 0 auto;
	width: 542px;
}
#main_navigation ul li {
	float: left;
	padding-left: 7px;
	height:38px;
}
#main_navigation ul li a {
	color: white;
	display: block;
	padding-left: 35px;
	padding-right: 14px;
	padding-top: 11px;
	height: 27px;
	font-family: "Tahoma";
	font-size: 100%;
	font-weight: normal;
	background-image: url(../images/bg_bullet_white.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#main_navigation ul li a:hover {
	color: #ADBF00;
}
#main_navigation #search_form {
	padding-top: 8px;
	float: right;
	margin-right: 50px;
}
#main_navigation #search {
	border: 1px inset gray;
	background-color: white;
	color: black;
}
#main_navigation input {
	background-color:#6B016C;
	border: 1px solid white;
	color:white;
	font-family:tahoma;
	margin-left:15px;
}
#main_navigation input:hover {
	border: 1px solid #ADBF00;
	color: #ADBF00;
}
#header {
	padding-top: 15px;
	text-align: center;
	position: relative;
	background-color:#fff;
}
#header h1 {
	color: #ADBF00;
	font-family: "Tahoma";
	font-size: 270%;
	font-weight: bold;
	margin-top: 10px;
	font-size: 16pt;
}
#header h2 {
	background-color:#ADC000;
	color:#6C006B;
	font-family: "Tahoma";
	font-size:300%;
	height:37px;
	margin:0;
	padding-top:13px;
	font-size: 14pt;
}
.greenbg {
	background-color:#ADC000;
}
#header #login {
	background-image: url(../images/login_slot.png);
	background-repeat: no-repeat;
	bottom: 107px;
	height: 74px;
	position: absolute;
	right: 0;
	width: 150px;
}
#header #login a {
	background-image: url(../images/bg_bullet_green.png);
	background-position: left center;
	background-repeat: no-repeat;
	bottom: 0;
	color: #6C006B;
	font-family: "Tahoma";
	font-size: 80%;
	font-weight: bold;
	height: 14px;
	padding-left: 12px;
	position: absolute;
	right: 5px;
}
#header #login a:hover {
	text-decoration: underline;
}
#submenu {
	margin: 9px auto 0;
	width: 1000px;
}
#submenu li {
	background-color:#6B016C;
	float:left;
	height:206px;
	margin-left:3px;
	position:relative;
	width:163px;
}
#submenu li .menu_title {
	bottom:9px;
	color:white;
	display:block;
	font-family:Tahoma;
	font-size:100%;
	font-weight:bold;
	height:31px;
	margin-left:0;
	text-align:center;
	width:100%;
}
#submenu li a:hover .menu_title {
	color: #ADBF00;
}
#footer {
	position: absolute;
	bottom: 0;
	height: 42px;
	width: 100%;
}
#footer_border {
	margin: 0 48px 0 59px;
	border-top: 1px solid #6b016c;
}
#footer .customer {
	color: #6D6E6D;
	display: block;
	float: left;
	font-size: 80%;
	margin-top: 15px;
}
#footer .webvanced {
	color: #6D6E6D;
	display: block;
	float: right;
	font-size: 80%;
	margin-top: 15px;
}
#footer .webvanced a {
	color: #6D6E6D;
}
#footer .webvanced a:hover {
	text-decoration: underline;
}
