@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
}
.thrColFix #title{
	width:950px;
	height:78px;
	border:none;
	background:url(site_images/title1.jpg) top center no-repeat;
}
.thrColFix #title1{
	width:950px;
	height:78px;
	border:none;
	background:url(site_images/height.jpg) top left no-repeat;
}
.thrColFix #container_nfs {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:623px;
	background: url(site_images/mansell_top.jpg) top center no-repeat #000000;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFix #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(site_images/bdm_background.jpg) top center no-repeat #000000;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFix #container1 {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(site_images/bdm_background_drivers.jpg) top center no-repeat #000000;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.thrColFix #sidebar1HOME {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.thrColFix #sidebar1a {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 188px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:800px;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
}

.thrColFix #mainContent { 
	margin: 0 200px 0 170px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 13px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFix #mainContent1 { 
	width:950px;
	height:216px;
	margin:0px auto; 
	padding: 0; 
}
.thrColFix #mainContent2 {
	width:950px;
	height:405px;
	margin:0px;
	padding: 0;
}


.thrColFix #mainContentDrivers { 
	margin: 0 180px 0 131px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:1000px;
}
.thrColFix #footer{
	height:100px;
	width:800px;
}


/*++++++++++++++++++++++++++SIDEBAR 2 CONTENT++++++++++++++++++++++++++*/
.thrColFix #menuRight{
	margin:65px 0 0 0;
	padding:1px;
	width:186px;
	height:717px;
	background:url(site_images/menuRightBG2.jpg) top center no-repeat;
}
.thrColFix .menurightcontent{
	width:160px;
	height:225px;
	margin:14px;
	border:solid 2px #666666;
}
#gallery_menu{
	margin:0;
	width:186px;
	height:717px;
	background:url(site_images/menuRightBG2.jpg) top center no-repeat;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/*++++++++++++++++++++++++++SIDEBAR 1 CONTENT++++++++++++++++++++++++++*/
.thrColFix #menu {
	margin:50px 0 0 0;
	width:130px;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
}
.thrColFix #menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
}
.thrColFix #menu li{
	height:23px;
	margin:0;
}
.thrColFix #menu a{
	display: block;
	width:123px;
	padding:5px 2px 2px 5px;
	border: none;
	text-decoration:none;
}
.thrColFix #menu a:hover{
	border:none;
	background:url(site_images/menu/menu1hov.jpg);
	color:#cccccc;
}
.thrColFix #menu a:link, .thrColFix #menu a:active, .thrColFix #menu a:visited, a:link, a:active, a:visited{
	color:#cccccc;
}
a:hover{
	color:#900;
}

#menu1{background:url(site_images/menu/menu1.jpg);}
#menu2{background:url(site_images/menu/menu2.jpg);}
#menu3{background:url(site_images/menu/menu3.jpg);}
#menu4{background:url(site_images/menu/menu4.jpg);}
#menu5{background:url(site_images/menu/menu5.jpg);}
#menu6{background:url(site_images/menu/menu6.jpg);}
#menu7{background:url(site_images/menu/menu7.jpg);}
#menu8{background:url(site_images/menu/menu8.jpg);}
#menu9{background:url(site_images/menu/menu9.jpg);}
#menu10{background:url(site_images/menu/menu10.jpg);}
.menu11{background:url(site_images/menu/menu11.jpg);}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/*++++++++++++++++++++++++++MAIN CONTENT PARTS & CONTAINERS++++++++++++++++++++++++++*/
.thrColFix .contentPart{
	margin:0;
	padding:1px;
	width:524px;
	height:398px;
	background:url(site_images/content_box.jpg) top center no-repeat;
}
.thrColFix .contentPartWelcome{
	margin:0;
	padding:1px;
	width:524px;
	height:86px;
	background:url(site_images/welcome.jpg) top center no-repeat;
}
.thrColFix .contentPartShort{
	margin:0;
	padding:1px;
	width:524px;
	height:340px;
	background:url(site_images/content_box.jpg) top center no-repeat;
}
.thrColFix .contentPartShorter{
	margin:20px 0 0 0;
	width:524px;
	height:150px;
	background:url(site_images/content_box_home1.jpg) top center no-repeat;
}

.thrColFix .contentPartLong{
	margin:0;
	width:524px;
	height:625px; *height:675px;
	background:url(site_images/content_box_long1.jpg) top center no-repeat;
}
.thrColFix .contentPartTickets{
	margin:0;
	width:524px;
	height:271px; *height:675px;
	background:url(site_images/tickets_top.jpg) top center no-repeat;
	line-height:200%;
}
.thrColFix .contentPartCar{
	margin:0;
	width:524px;
	height:625px; *height:675px;
	background:url(site_images/content_box_car.jpg) top center no-repeat;
}

.thrColFix .contentPartWide{
	margin:8px 0 0 0;
	padding:5px 0 10px 0;
	width:631px;
	height:689px;
	background:url(http://www.curvecreations.com/bdm_images/driverbg_ah.jpg) top center no-repeat;
}


.video{
	margin:25px 22px;
}

/*content box title bars*/
.thrColFix .ctitleS{
	margin:40px 0 0 0; 
	padding:10px 0 0 10px;
	height:20px;
	width:auto;
	background:url(site_images/contentbox_title3.jpg) left top no-repeat;
}
.thrColFix .ctitleSa{
	margin:40px 0 0 0; 
	padding:10px 0 0 10px;
	height:20px;
	width:auto;
	background:url(site_images/contentbox_title3a.jpg) left top no-repeat;
}
.thrColFix .ctitleSb{
	margin:20px 0 0 0; 
	padding:10px 0 0 10px;
	height:20px;
	width:auto;
	background:url(site_images/contentbox_title3b.jpg) left top no-repeat;
}
.thrColFix .ctitleM{
	margin:40px 0 0 0; 
	padding:10px 0 0 10px;
	height:20px;
	width:auto;
	background:url(site_images/contentbox_title2.jpg) left top no-repeat;
}
.thrColFix .ctitleMa{
	margin:40px 0 0 0; 
	padding:10px 0 0 10px;
	height:20px;
	width:auto;
	background:url(site_images/contentbox_title2a.jpg) left top no-repeat;
}
.thrColFix .ctitleMb{
	margin:20px 0 0 0; 
	padding:10px 0 0 10px;
	height:20px;
	width:auto;
	background:url(site_images/contentbox_title2b.jpg) left top no-repeat;
}
.thrColFix .ctitleL{
	margin:40px 0 0 0; 
	padding:10px 0 0 10px;
	height:20px;
	width:auto;
	background:url(site_images/contentbox_title1.jpg) left top no-repeat;
}
.thrColFix .ctitleLa{
	margin:40px 0 0 0; 
	padding:10px 0 0 10px;
	height:20px;
	width:auto;
	background:url(site_images/contentbox_title1a.jpg) left top no-repeat;
}
.thrColFix .ctitleLb{
	margin:20px 0 0 0; 
	padding:10px 0 0 10px;
	height:20px;
	width:auto;
	background:url(site_images/contentbox_title1b.jpg) left top no-repeat;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.thrColFix #contentA{
	width:475px;
	height:300px;
	/*border:2px solid #666666;*/
	border-top-style:solid;
	border-bottom-style:solid;
	border-left-style:none;
	border-right-style:none;
	border-width:2px;
	border-colour:#666666;
	padding:10px 10px;
	margin:32px 12px;
	overflow:auto;
	position:relative;
}
.thrColFix .contentA1{
	width:504px;
	height:100px;
	padding:40px 10px;*padding:0 10px;
	margin:20px 0 0 0;
	overflow:auto;
}
.thrColFix .contentB{
	float:left;
	width:300px;
	height:160px;
	margin:10px 10px 0 20px;
	border:2px solid #666666;
}
.thrColFix .contentC{
	float:left;
	width:165px;
	height:160px;
	margin:10px 20px 0 0;
}
.thrColFix #contentD{
	width:484px;
	height:110px; *height:115px; 
	margin:200px 0 0 20px;
	*margin:25px 20px;
	overflow:auto;
	position:relative;
	white-space:nowrap;
	background-color:#0c1117;
/*	border:solid #666666 1px;*/
	clear:left;
}
/*.thrColFix #contentE{
	width:auto;
	height:580px;
	margin:0;
	margin:0 15px 0 15px;
	*margin:30px 15px 0 15px;
	padding:0;
	background-color:#0c1117;
}*/
/*+++++++++++++++CONTACT PAGE++++++++++++++++++++++++*/
.thrColFix #contact{
	padding:35px 15px 0 10px;
}
/*+++++++++++++++NEWS PAGE++++++++++++++++++++++++*/
.thrColFix #newsiframe{
	width:524px;
	height:1500px;
	margin:50px 0 0 0;
	padding:0;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++SPONSERS/TECH PART PAGE++++++++++++++++++++++++*/
.thrColFix .contentPartBD{
	margin:0;
	padding:1px;
	width:524px;
	height:340px;
	background:url(site_images/contentbox_bd.jpg) top center no-repeat;
}
.thrColFix .contentPartSCOT{
	margin:0;
	padding:1px;
	width:524px;
	height:340px;
	background:url(site_images/contentbox_scot.jpg) top center no-repeat;
}
.thrColFix .contentPartCHRONO{
	margin:0;
	padding:1px;
	width:524px;
	height:340px;
	background:url(site_images/contentbox_chrono.jpg) top center no-repeat;
}
.thrColFix .contentPartTENG{
	margin:0;
	padding:1px;
	width:524px;
	height:340px;
	background:url(site_images/contentbox_teng.jpg) top center no-repeat;
}
.thrColFix .contentPartSTRAT{
	margin:0;
	padding:1px;
	width:524px;
	height:340px;
	background:url(site_images/contentbox_strat.jpg) top center no-repeat;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++FLOAT CLASSES+++++++++++++++++++++++++*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
