/* CSS Document */
body{
	margin: 0 0 0 0;
	background:#FFFFFF;
}
a{
	text-decoration:none
}
a:hover{
	text-decoration:none;
	color:#FF0000;
}
.whitebody {
	font-family:Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.whitebody a {
	font-family:Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}
.whitebody a:hover {
	font-family:Tahoma;
	font-size: 10px;
	color: #FF0000;
	text-decoration:none;
}
.textfield {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	background: #747474;
	height: 18px;
	width: 160px;
	border: 1px solid #aeaeae;
}
.textarea {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	background: #747474;
	height: 120px;
	width: 160px;
	border: 1px solid #aeaeae;
}
.whitememberarea {
	font-family:Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.whitememberarea a {
	font-family:Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
.whitememberarea a:hover {
	font-family:Tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration:none;
}
.button_submit {
	background-image:url(../images/submit.gif);
	height: 13px;
	width: 42px;
	border: thin none;
	cursor: hand;
}
.button_reset {
	background-image:url(../images/reset.gif);
	height: 13px;
	width: 42px;
	border: thin none;
	cursor: hand;
}
.checkbox {
	background-color: #FFFFFF;
	height: 9px;
	width: 9px;
	border: 1px solid #FF0000;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 8em;
	text-decoration:none;
	font-family:CastleT;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

#nav li { /* all list items */
	float: left;
	width: 6em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	padding-left:8px;
	background: url(../images/submenubg.gif);
	width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 6em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}.offer {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4d4135;
}
.textfieldlist {

	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	background: #747474;
	height: 18px;
	width: 165px;
	border: 1px solid #aeaeae;
}
