/* ------------------------------------------------------

	site name - Index Stylesheet
   
------------------------------------------------------ */
/*
	Filename:					index.css
	Content:					Main website stylesheet
	Creation Date:				10/06/2008
	Last Modification Date:		
	Author:						Sonia Chen 
	Copyright:					Digitise.co.nz
*/

	@import "reset.css";
	
/* --- Selectors ------------------------------------- */

	body {
		font:12px/18px Arial, Helvetica, sans-serif;
		margin:0 auto;
		background:#d4d4d4;	
		color:#000000;
	}
	
/* --- Type ------------------------------------------ */
	
	a, a:visited { color:#023976; }
	a:hover { color:#023976;  text-decoration:none;}
	a img { border:none; }
	
	p { margin:14px 0; }
	h1 { font:bold 18px/24px Arial, Helvetica, sans-serif; color:#023976; }
	h2 { font:bold 16px/22px Arial, Helvetica, sans-serif; color:#023976; }
	h3 { font:bold 12px/16px Arial, Helvetica, sans-serif; color:#023976; }
	h4 { font:10px/14px Arial, Helvetica, sans-serif; color:#023976; text-transform:uppercase; }
	h5 { font:9px/12px Arial, Helvetica, sans-serif; color:#023976; }

	table td { vertical-align:top;}
/* --- Common Classes -------------------------------- */

	.left { float:left; }
	.right { float:right; }
	.top { vertical-align:top; }
	.clear { clear:both; }
	.backtotop { margin-top:50px; }

/* --- Layout Styles --------------------------------- */
.top-race-flag {
	background: url(../images/motorsport/race-flag-bg.png) no-repeat top center;
	height: 210px;
	background-size: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src=’../images/motorsport/race-flag-bg.png’, sizingMethod=’scale’);
	-ms-filter: “progid:DXImageTransform.Microsoft.AlphaImageLoader( src=’../images/motorsport/race-flag-bg.png’, sizingMethod=’scale’)”;
	position: absolute;
	top: 0;
	width: 100%;
}


#header {
	position:relative;
	width:981px;
	height:125px;
}

.headerimage {
	position:absolute;
	width:981px;
	height:298px;
	top:0;
	left:0;
	z-index:1;
}

/*.class185 .logo a img{
	display:none;
}*/

/*.class185 .logo a{
	background: url(../images/motorsport/logo-red.png) no-repeat;
	width: 428px;
	height: 107px;
	display: block;
}*/

.logo {
	width:428px;
	height:77px;
	position:absolute;
	top:0;
	left:5px;
	z-index:2;
}

.full-throttle{
	background: url(../images/motorsport/full-throttle.png) no-repeat;	
	width: 344px;
	height: 107px;
	position: absolute;
	right: 0;
	top: -20px;
}

#searchrow {
	width:981px;
	height:16px;
	z-index:3;
	background:#fff !important;
	position:absolute;
	bottom:0;
	left:0;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.search {
	float:left;
	margin-left:40px;
	margin-top: 13px;
	width:202px;
	height:25px;
}

.search input[name="keywords"] {
	width:158px;
	float:left;
	padding:3px;
	
}

.search input[type="image"] {
	width:30px;
	float:right;
}

#mainnav{
	background: #fc080a !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjMDgwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NzE0MDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top,  #fc080a 0%, #771403 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc080a), color-stop(100%,#771403)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fc080a 0%,#771403 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fc080a 0%,#771403 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fc080a 0%,#771403 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #fc080a 0%,#771403 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc080a', endColorstr='#771403',GradientType=0 ) !important; /* IE6-8 */
	margin: 0 auto !important;
	padding-left: 10px !important;
	height: 50px !important;
	width: 921px !important;
	border-radius: 3px;
}

/*#mainnav li a{
	font-size: 14px !important;
	font-weight: normal !important;	
}*/

#content {
	background:#fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.pagetext {
	padding: 14px 27px 0px 27px;
	margin-bottom: 15px;
}


/*
.nav1 { left: 0; width:60px; }
.nav6 { left: 60px; width: 67px; }
.nav8 { left: 125px; width: 65px; }
.nav9 { left: 190px; width: 73px; }
.nav10 { left: 264px; width: 75px; }
.nav11 { left: 339px; width: 78px;}
.nav12 { left: 417px; width: 106px;  }
.nav13 { left: 523px; width: 93px;}
.nav14 { left: 616px; width:124px;}
.nav15 { left: 739px; width: 60px; }
.nav16 { left: 799px;  width: 72px;  }
.nav17 { left: 871px; width:61px;}



.nav1 a:hover, #mainnav li.current1 { 
	background: transparent url(../images/motorsport/menu.gif) 0 -52px no-repeat;
}
.nav6 a:hover, #mainnav li.current6 { 
	background: transparent url(../images/motorsport/menu.gif) -60px -52px no-repeat;
}
.nav8 a:hover, #mainnav li.current8 { 
	background: transparent url(../images/motorsport/menu.gif) -125px -52px no-repeat;
}
.nav9 a:hover, #mainnav li.current9 { 
	background: transparent url(../images/motorsport/menu.gif) -190px -52px no-repeat;
}
.nav10 a:hover, #mainnav li.current10 { 
	background: transparent url(../images/motorsport/menu.gif) -264px -52px no-repeat;
}
.nav11 a:hover, #mainnav li.current11 { 
	background: transparent url(../images/motorsport/menu.gif) -339px -52px no-repeat;
}
.nav12 a:hover, #mainnav li.current12 { 
	background: transparent url(../images/motorsport/menu.gif) -417px -52px no-repeat;
}

.nav13 a:hover, #mainnav li.current13 { 
	background: transparent url(../images/motorsport/menu.gif) -523px -52px no-repeat;
}

.nav14 a:hover, #mainnav li.current14 { 
	background: transparent url(../images/motorsport/menu.gif) -616px -52px no-repeat;
}

.nav15 a:hover, #mainnav li.current15 { 
	background: transparent url(../images/motorsport/menu.gif) -739px -52px no-repeat;
}

.nav16 a:hover, #mainnav li.current16 { 
	background: transparent url(../images/motorsport/menu.gif) -799px -52px no-repeat;
}

.nav17 a:hover, #mainnav li.current17 { 
	background: transparent url(../images/motorsport/menu.gif) -871px -52px no-repeat;
}
*/
#firstrow, #secondrow {
	clear:both;
	width:931px;
}

#firstrow {
}

#secondrow {
	padding-top:16px;
}
.latestnews, .events, .conventions, .tickets, .upcomingevents, #whatshot{
	float:left;
	height:312px;
}

#whatshot p {
	margin: 0;
}
#whatshot div.whatshottext {
	display:block;
	margin: 15px; 
	width: 408px;
	height: 282px;
	overflow: hidden;
}

#whatshot {
	background: #f2f2f2;
	width:438px;
	height:312px;
	float:left;
	position:relative;
	margin-right:13px;	
	overflow:hidden;
}

#left_custom_wrapper {
	width: 231px;
	float: left;
	margin-right: 13px;
}

.block{
	border-radius: 3px;	
}

.block h3{
	background: #fc080a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjMDgwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NzE0MDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fc080a 0%, #771403 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc080a), color-stop(100%,#771403)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fc080a 0%,#771403 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fc080a 0%,#771403 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fc080a 0%,#771403 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fc080a 0%,#771403 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc080a', endColorstr='#771403',GradientType=0 ); /* IE6-8 */
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding: 12px;
	border-radius: 3px;
}

.block span{
	padding: 20px 15px !important;
	border-radius: 3px;
}

.highlights-block h3{
	background: #4c4c4c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #040404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#040404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#040404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#040404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#040404 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#040404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#040404',GradientType=0 ); /* IE6-8 */
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding: 12px;
	border-radius: 3px;
}
.latestnews {
	background:#f2f2f2;
	height: 190px;
}

.latestnews span {
	display:block;
	padding:60px 15px 25px 15px; 
}

.text-box-left, .text-box-right {
	width: 200px;
	float: left;
	height: 70px;
	border: 1px solid #c7c8ca;
	margin-top: 20px;
	padding: 15px;
	box-shadow: 0px 0px 5px 0px #c7c8ca;
}

.text-box-right p, .text-box-left p{
	margin: 0;
}

.motorevents {
	width:231px;
	background:url(../images/motorsport/btn-eventslarg.gif) top left no-repeat;
	margin-right:16px;	
	color:#023976;
	min-height:480px;
}

.motorevents ul {
	padding:60px 0;
}


.motorevents ul li{
	list-style:none;
	padding:5px 0;
}

.motorevents a {
	color:#023976;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
}



.newslettersignup {
	background:url(../images/motorsport/btn-newslettersignup.gif) top left no-repeat;
	width:231px;
	height:135px;
}

.newslettersignup span {
	display:block;
	padding:5px;
}

#mc_embed_signup label {display:block; font-weight:bold;}

.events{
	width:138px;
	background: #fff;
	position:relative;
	margin-right:12px;
	top: -1px;
}

.conventions{
	width:138px;
	background: #fff;
	position:relative;
	margin-right:12px;
	top: -1px;
}

.tickets{
	width:138px;
	background: #fff;
	position:relative;
	margin-right:0px;
	top: -1px;
}

.events img, .conventions img, .tickets img  {
	position:absolute;
	top:37px;
	left:0;
	height: 248px;
	z-index:1;
}

.events span, .conventions span, .tickets span  {
	display:block;
	position:absolute;
	top:250px;
	left:15px;
	z-index:2;
	width:120px;
	font-size:12px;
	color:#FFFFFF;
}

.events span a, .conventions span a, .tickets span a  {
	display:block;
	clear:both;
	color:#d7820d;
}

.upcomingevents {
	width:231px;
	background:#f2f2f2;
	height: 190px;
}

.upcomingevents span {
	display:block;
	padding:60px 15px 15px 15px; 
}

.leftcol {
	width: 231px;
	margin-right:13px;	
	float:left;
}

.buytickets, .lodge {
	margin-bottom:15px;
}
.buytickets {
	background: #f2f2f2;
	width:231px;
	height:135px;
}

.buytickets span {
	display:block;
	padding:60px 15px 15px 15px; 
}

.newslettersignup {
	background: #f2f2f2;
	width:231px;
	height:135px;
}

.newslettersignup span {
	display:block;
	padding:60px 15px 15px 15px; 
}

#centrecol { width:438px; float:left; height:300px; margin-right:13px;
 }

.lodge {
	background: #f2f2f2;
	width:231px;
	height:135px;
	float:left;
	position:relative;
}

.lodge img  {
	position:absolute;
	top:38px;
	left:0;
	z-index:1;
}

.lodge span  {
	display: block;
	position: absolute;
	bottom: -15px;
	left: 0px;
	z-index: 2;
	width: 196px;
	font-size: 12px;
	color: #FFFFFF;
}

.lodge span a  {
	display:block;
	clear:both;
	color:#fff;
}

.chrome {
	background:url(../images/motorsport/btn-chrome.gif) top left no-repeat;
	width:438px;
	height:135px;
	float:left;
	position:relative;
}


.chrome img  {
	position:absolute;
	top:39px;
	left:0;
	z-index:1;
}



.rightcol {
	float:left;
	width:231px;
}

.directions {
	background: #f2f2f2;
	width:231px;
	height:135px;
	float: left;
}

.directions span {
	display:block;
	padding:60px 15px 15px 115px; 
}

.directions img{
	float: left;
	margin: 22px 15px 0 15px;
}

.weather {
	background:url(../images/motorsport/btn-weather.gif) top left no-repeat;
	width:231px;
	height:135px;
}

.weather span {
	display:block;
	padding:60px 15px 15px 15px; 
}

#leftcol {
	float:left;
	width:231px;
}

#rightcol {
	width:684px;
	min-height:615px;
	background:#ffffff;
	float:right;
}

.text {
	padding:0 0 15px 15px;
	width:437px;
	float:left;
	color:#000000;
}
.images {
	width:202px;
	float:right;
	padding:15px;
}



#footer {
	background:url(../images/motorsport/footer-linkbg.gif) bottom left no-repeat;
	width:931px;
	height:43px;
	clear:both;
	padding-top:15px;
	color:#FFFFFF;
	text-align:center;
	line-height:43px;
}

#footer ul li {
	display:inline;
}

#footer ul li a {
	color:#FFFFFF;
	text-transform:uppercase;
	padding-right:5px;
	font-size:11px;
	text-decoration:none;
}

#digitise {
	padding:10px 0 15px 0;
}

#digitise a{
	text-decoration:none;
	color:#000000;
}

#sponsors {
	/*background:url(../images/motorsport/footer-addressbg.gif) top center no-repeat;*/
	text-align:center;
}



.rightcolbanner p{
	background:url(../images/motorsport/bannerbg.gif) top left no-repeat;
}

.rightcolbanner a{
	color:#FFFFFF;
	text-decoration:none;
}

/* Events Calendar List */
#eventsCalendarList {
	font-size: 12px;
}
#eventsCalendarList th {
	background: url(../images/chrome/footer-addressbg.gif) top center no-repeat;
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
}
#eventsCalendarList th, #eventsCalendarList td {
	padding: 5px;
}

#eventsCalendarList tr.even {
	background: #CCC;
}
.calMonthHeader {
	width: 32%;
	float: left;
	text-align: center;
}
.calMonthHeader.first {
	text-align: left;
}
.calMonthHeader.last {
	text-align: right;
}
#calendar  fieldset{
	margin: 20px;
}
a.events-more {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 15px;
	text-decoration: none;
	text-align: center;
	background: url(../images/chrome/btn-eventslarg.gif) center no-repeat
}


.bottom-race-flag{
	background: url(../images/motorsport/race-flag-bg-bottom.png) no-repeat bottom center;
	height: 160px;
	background-size: 100%;
	position: relative;
	margin-top: -65px;
}

#sponsors{
	padding-bottom: 0px !important;
}


