﻿/* CSS Document */

/* Global
------------------------------------------------------------------*/
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #b84646 url(../graphics/background.jpg) repeat-x 50% 0;
	margin: 0;
	padding: 0;
}

img,
img a { border: 0;}

/* Header 
------------------------------------------------------------------*/
#head {
	display: block;
	margin: 0;
	padding: 0;
	background-image: url(../header.jpg);
	width: 760px;
	height: 150px;
}

#header-bar {
	background: url(../graphics/menu_top.jpg);
	padding: 6px 0 0 6px;
	margin: 0px;
	width: 754px;
	float: left;
	height: 34px;
	color: #ffffff;
	vertical-align: middle;
}

#header-top {
	margin: 0 0 5 0;
	padding: 0;
	background: url(../graphics/header_racers.jpg);
	height: 37px;
	width: 760px;
	text-align: right;
	vertical-align: middle;
	clear: both;
}

#head-break {
	height:5px;
	width: 754px;
	clear: both;
}

/* Main body
------------------------------------------------------------------*/
#wrap-main {
	background: #6f0808;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width:760px;
	background-image: url(../graphics/contentbg-board.jpg);
	background-position: bottom left;
	background-position: 0px -100px;
	background-repeat: no-repeat;
}

.wrapper #content {
	width: 557px;
	float: left;
	line-height: 19px;
	padding: 0px 0px 10px 10px;
	color: #ffffff;
}

.wrapper #content h2{
	clear: both;
	color: #f6b52e;
	border-bottom: 1px dotted #9f3e3e;
	letter-spacing: -1px;
	font: normal 170% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 2px;
	margin: 15px 0 10px 0;	
}

.wrapper #content h3{
	clear: both;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	font-family: "Trebuchet MS";
	background: #7f0d0d;
	border: 1px solid #9b1617;
	margin: 15px 0 10px 0;
	padding: 5px;
}


.wrapper #content h4{
	clear: both;
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 100%;
	font-weight: bold;
	margin: 15px 0 10px 0;
	border-bottom: 1px dotted #9f3e3e;
}

.wrapper #content h5{
	clear: both;
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	border-bottom: 1px dotted #9f3e3e;
}

.wrapper #content a:link, 
.wrapper #content a:visited, 
.wrapper #content a:active {
	text-decoration: none;
	color: #f6b52e;
}

.wrapper #content a:hover {
	text-decoration: none;
	background: #9b1617;
	padding: 3px;
	color: #f6b52e;
}

.medium {
	font-size: 11px;
	font-family: Tahoma, Arial, Sans-Serif;
}

/* Footer
------------------------------------------------------------------*/
#foot {
	background: #7f0d0d;
	height: 26px;
	padding: 15px 0px 0px 10px;
	font: 11px Arial, Helvetica, sans-serif;
	clear: both;
	border-top: 1px double #9b1617;
	width: 750px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	color: #ffffff;
}

#foot a:link, 
#foot a:visited, 
#foot a:active {
	text-decoration: none;
	color: #f6b52e;
}

#foot a:hover {
	text-decoration: none;
	background: #8d1b1b;
	color: #f6b52e;
}

/* Drop down menu
------------------------------------------------------------------*/

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	border: 0;
	background: #7f0d0d;
	padding: 0;
	margin: 0 0 0 0;
	text-align: left;
}


#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.25em 0.5em;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 5px;
	width: 7em;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

#nav li ul {
	position: absolute;
	top: 220px;
	left: -999em;
	height: auto;
	width: 14em;
	w\idth: 13.2em;
	font-weight: normal;
	border-width: 0.01em;
	margin: 0;
}

#nav li li {
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	padding: 2px;
	width: 12.8em;
}

#nav li ul a {
	width: 13.3em;
}

#nav li ul ul {	
	margin: -1.75em 0 0 12.8em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #9b1617;
}