/******************************************

  Trackday Instruction Default CSS

  (c) Copyright XibIT Web Design 2009

*******************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.jpg) #000000 center repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
}

#header {
	background: url(../images/header_bg.jpg) no-repeat;
	background-position: right -10px;
	/*border-bottom:2px solid #FFFFFF;*/
}

#contactDetails {
	float: right;
	color: #000000;
	margin: 20px 100px 0 0;
	font-size: 0.8em;
	text-align: right;
}
#header a {
	background: url(../images/logo_v2.jpg) no-repeat;
	display: block;
	color: transparent;
	height: 93px;
}

#movie {
	height: 180px;
}

#topMenu {
	border-top:2px solid #FFFFFF;
}

#page {
	margin: 0 auto;
	width: 780px;
}

#content {
	min-height: 400px;
	padding: 0px 8px;
	background: url(../images/tyre_bg.jpg) right bottom no-repeat;
}

#content h1 {
	font-size: 1.8em;
	clear: both;
	color:#CC0000;
	margin: 10px 3px 15px 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	font-style:italic;
}

#content h2 {
	font-size: 1.3em;
	color:#CC0000;
	margin: 10px 3px 0px 0px;
}

.newsInfo {
	font-size: 0.8em;
	color:#999999;
	font-style:italic;
}

.newsItem {
	margin-bottom: 40px;
}

#content p {
	width: 450px;
	color: #CCCCCC;
	line-height: 1.5em;
	text-align: justify;
	margin: 10px 3px 15px 0px;
}

#content li {
	width: 380px;
	margin-left: 40px;
	margin-bottom: 5px;
	line-height: 1.5em;
	text-align: justify;
}

#photoSideBar {
	width: 270px;
	float: right;
}
#photoSideBar img {
	margin-bottom: 10px;
}

#clearHomepage {
	display:block;
	height: 50px;
	clear: both;
}

#dayPlan {
	width: 270px;
	float: right;
	padding: 10px;
}

#dayPlan p{
	width: 270px;
	color: #999999;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
}

#dayPlan p em {
	color: #CC0000;
}

#footer {
	background: url(../images/footer_bg.jpg) 0px -10px repeat-x;
	height: 76px;
	text-align: center;
}
#footer p {
	padding-top: 30px;
	font-size: 0.8em;
}
#footer p.small {
	padding-top: 10px;
	font-size: 0.5em;
	color: #CCCCCC;
}	

#footer a {
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:hover {
	color: #FFFFFF;
}


/* Top Menu CSS */

.menu {
	list-style-type:none;
	background:url(../images/menu_triple.png) 50px 0 no-repeat;
	margin:0 auto;
	padding:0;
	height:80px;
	width:740px;
	overflow:hidden;
}

.menu li {
	background:none;
	padding:0;
	display:table-row;
	vertical-align:middle;
	float:left;
	height:80px;
	
}

.menu li.last_menu,
.menu li.right_menu {
	float:right;
}


.menu li a {
	font-size:.8em;
	text-transform:uppercase;
	line-height:normal;
	display: block;
	vertical-align:middle;
	height:80px;
	padding:33px 10px 0 10px;
	background:url(../images/menu_triple.png) top left transparent repeat-x;
}

.menu li a:hover,
.menu li a:active {
	background-position:left -80px;
	color:#FFFFFF;
}

.menu li.current_page_item a {
	background-position:bottom left !important;
	color:#1F3700 !important;
}

.menu li a.first_menu {
	padding-left:15px;
	background-repeat:no-repeat;
	background-image:url(../images/menu_start_triple.png);
}

.menu li a.last_menu,
.menu li a.last_menu_off {
	padding-right:35px;
	background-repeat:no-repeat;
	background-image:url(../images/menu_end_triple.png);
	background-position:top right;
}

.menu li a.last_menu:hover,
.menu li a.last_menu:active {
	background-position:center right;
}

.menu li.current_page_item a.last_menu {
	background-position:bottom right !important;
}

.menu li a {
	color:white;
	text-decoration:none;
}


	
/* End Top Menu CSS */	
