html, body {
	margin:0px;
	padding:0px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size:11px;
	color:#555;
	list-style-type: square;
}
	body {		
		background-image:url(IMAGES/leftCol_slice.gif);
		background-repeat: repeat-y;
	}
		body.home {
			background:#fff;
		}
div,ul,li,form,h1,h2,h3,h4 { margin:0px; padding:0px; }
p { 
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size:11px;
}
a {
	color:#346381;
	text-decoration:underline;
	cursor:pointer;
	padding:1px;
}
a:hover {
	background-color:#222;
	color:#FFF;
	text-decoration:none;
}
ul, li { list-style-type:square; }
.error #leftColumn ul { margin:5px; font-size:120%; }
.error #leftColumn li { list-style-position:inside; }
img { border:0px; padding:0px; }
h1 { line-height:24px; font-size:24px; margin:5px; }
h2 { 
	line-height:19px; 
	font-size:19px; 
	margin:5px 5px 5px 0px; 
	padding:0px 0px 5px 0px;
	font-family:Georgia; 
	color:#000;
	border-bottom:1px solid #DDD;
}
h3 { line-height:12px; font-size:12px; margin:5px; }
h1.logo, h1.logo a {
	color:yellow;
	font-size:32px;
	margin:15px 0px 0px;
	padding:0px 0px 0px 5px;
	text-decoration:none;
}
h1.logo a:hover { background:transparent; }
li a { padding:1px; }
li a:hover {
	background-color:#346381;
}
input,textarea { border:1px solid #AAA;padding:2px; }
input:hover,textarea:hover { background:#FFFFE0; }
input.submit { border:1px solid #777;background:#CCC;cursor:pointer; }
input.submit:hover { background:#EEE; }
#container {
	/*margin-bottom:25px;*/
}
#headerArea {
	margin:0px;
	padding:0px 0px;
	/*background-image:url(IMAGES/header_Slice.gif);
	background-repeat: repeat-x;*/
	background:#000;
	/*height:85px;*/
	height:99px;
	border:1px solid #FFD700;border-bottom:0 none; /*gold*/
}
#menuArea {
	position:absolute;
	left: 320px;
	/*top:45px;*/
	top:60px;
	width:920px;
	line-height:0;
	margin:0px;
	padding:0px;
	background:#000;
}
#menuArea ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
}
#menuArea li {
	display:block;
    float:left;
    background:#666 url(tabs/t_left.gif) no-repeat top left;
    height:30px;
    margin:0 0 0 5px;
    padding:0px;
    list-style:none;
}
#menuArea a {
    display:block;
    color:#FFF;
    background-image:url(tabs/t_right.gif);
    background-repeat:no-repeat;
    background-position:top right;
	height:10px;
    padding:12px 15px 9px 15px;
    text-decoration:none;

    margin:0px; /*added 17 apr*/
}
#menuArea li:hover {
	background:#FFF url(tabs/t_left_on.gif) no-repeat top left;
}
#menuArea a:hover { 
	color:#346381; 
	background-color:transparent;
	background-image:url(tabs/t_right_on.gif);
	background-repeat:no-repeat;
	background-position:top right;
	text-decoration:underline;
}
#menuArea #current,#menuArea .current {
	background-color:#FFF;
    background-image:url(tabs/t_left_on.gif);
}
#menuArea #current a, #menuArea .current a {
	color:#555;
    background-image:url(tabs/t_right_on.gif);
}
#menuArea #current a:hover, #menuArea .current a:hover { color:#346381; }
#menuArea #searchTab {
	margin-top:10px;
	margin-left:50px;
	height:20px;
	background-color:#FFF;
    	background-image:url(tabs/t_left_on.gif);
}
#menuArea #searchTab a {
	color:#555;
	padding:9px 15px 9px 15px;
   	background-image:url(tabs/t_right_on.gif);
   	border-bottom:1px solid #666;
}
#menuArea #searchTab a:hover { color:#346381;text-decoration:underline;border-bottom:1px solid #000; }
/*menuArea from 4/2009 that doesn't work on IE6*/
/*#menuArea {
	position:absolute;
	left: 320px;
	top:45px;
	width: 700px;
	line-height:0;
	margin:0px;
	padding:0px;
	background:#000;
}
#menuArea ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
}
#menuArea li {
	display:block;
    float:left;
    background:#666 url(tabs/t_left.gif) no-repeat top left;
    height:30px;
		max-width:150px;
    margin:0 0 0 5px;
    padding:0px;
    list-style:none;
}
#menuArea a {
    display:block;
    color:#FFF;
    background-image:url(tabs/t_right.gif);
    background-repeat:no-repeat;
    background-position:top right;
	height:10px;
    padding:12px 15px 9px 15px;
    text-decoration:none;

    margin:0px;
}
#menuArea li:hover {
	background:#FFF url(tabs/t_left_on.gif) no-repeat top left;
}
#menuArea a:hover { 
	color:#346381; 
	background-color:transparent;
	background-image:url(tabs/t_right_on.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
#menuArea #current {
	background-color:#FFF;
    background-image:url(tabs/t_left_on.gif);
}
#menuArea #current a {
	color:#555;
    background-image:url(tabs/t_right_on.gif);
}
#menuArea #current a:hover { color:#346381; }
#menuArea #searchTab {
	margin-top:10px;
	margin-left:50px;
	height:20px;
	background-color:#FFF;
    	background-image:url(tabs/t_left_on.gif);
}
#menuArea #searchTab a {
	color:#555;
	padding:9px 15px 9px 15px;
   	background-image:url(tabs/t_right_on.gif);
   	    border-bottom:1px solid #666;
}
#menuArea #searchTab a:hover { color:#346381;text-decoration:underline;border-bottom:1px solid #000; }
*/
#inside-container {
	min-width:1245px;
	float:left;
}
#sideArea {
	width:157px;
	float:left;
	position:absolute;
}
#leftColumn {
	display:block;
	margin:10px;
	margin-left:175px;
	margin-top:20px;
	float:left;
	width: 313px;
	line-height:18px;
	/*height: 200px;*/
}
.home #leftColumn {
	margin-left:50px;
	width:438px;
}
.error #leftColumn { width:500px; }
#leftColumn.wideColumn { width:750px; }

#rightColumn {
	display:block;
	margin:10px;
	margin-top:20px;
	margin-left:40px;
	float:left;
	background-repeat:no-repeat;
	/*height: 200px;*/
	width: 350px;
	line-height:18px;	
}
#rotator { padding-top:50px; }
	.rotator .cycle img { border:1px solid #aaa;width:400px;height:266px;max-width:400px;max-height:266px; }
#motorsports-rotator { border:4px double #ccc;padding:20px 20px 0 20px; }
#motorsports-rotator #rotatorNav, #motorsports-rotator #rotatorCaption { margin-top:20px; }
#motosports-rotator .cycle img { margin:0 auto; }
p.video-box {
	display:block;
	border:1px solid #ccc;
	padding:5px;
}
p.video-box:hover {
	background-color:#eee;
}	
/*HOME PAGE NEWS*/
#news {
	margin:20px 10px 10px;
	float:right;
	width:200px;
	background:#eee;
	padding:10px;
	border:1px solid #aaa;
}
	#news.testimonial { margin-right:95px; }
	#news h3 { border-bottom:1px solid #777;padding-bottom:3px; }
	#news ul { margin:10px 20px; }
		#news.testimonial ul { list-style:none;margin:10px 20px 10px 0; }
	#news li { margin-bottom:10px;padding-bottom:10px;border-bottom:1px dotted #777; }
		#news.testimonial li { list-style:none;font-style:italic;padding-left:20px;background:no-repeat url(IMAGES/quote-start.png) 0px 0px; }
		#news.testimonial li span { font-style:normal;display:block;text-align:right;font-size:9px;padding-top:3px; }
	
	#news.events { width:250px;}
	#news.events ul { margin:10px; }
	#news.events li { list-style:none; }
		#news.events li span.location { display:block;text-align:right;font-size:9px;font-style:italic; }
/*HOME PAGE PREVIEW*/
#recent {
	margin:10px;
	margin-left:175px;
	clear:both;
	float:left;
	width:920px;
	border:2px solid #333;
	padding:2px;
}
	#recent-inner {
		padding:16px;
		border:1px solid #FF0;
		float:left;
	}
#recent h3 { font-size:17px;line-height:20px; }
#recent ul { float:left;margin-bottom:10px; }
#recent li {
	list-style:none;
	display:block;
	float:left;
	
}
#recent li a {
	display:block;
	float:left;
	width:250px;height:75px;
	margin:5px 10px; 
	padding:10px;
	/*background:transparent url(IMAGES/fading_corner_1.gif) no-repeat top left;*/
	border:1px solid #ccc;
	border-width:1px 0 0 1px;
}
/*#recent li a:hover {
	background:#EEE;
}
#recent li a {  
	width:100%;
	font-size:10px;
	text-decoration:none;
	color:#777;
	line-height:1em;
}
#recent li a:hover {
	background:transparent;
}*/
#recent li a img { 
	float:left;
	margin-right:10px;
}
/**************/
/* SIDE NAVIGATION */
/**************/
#navcontainer ul
{
	margin: 0;
	margin-top:30px;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	line-height:10px;

	border-top: 1px solid #e5e5e5;
}
#navcontainer li { 
	margin:0px; 
	padding:0px;
	border-bottom: 1px solid #e5e5e5;
}
#navcontainer a
{
	display: block;
	font-weight:normal;	
	color: #555;
	background-color: #f8f8f8;
	width: 104px;
	height:30px;
	margin:0px;
	padding:5px 23px 5px 23px;
	text-decoration: none;

	border-right: 6px solid #f1f1f1;
}
#navcontainer a:hover
{
	background-color: #000;
	border-right: 6px solid #000;	
	color: #FFF;
}
#navcontainer a img {
	display:none;
	z-index:100;
	position:relative;
	left:135px;
	top:0px;
	margin-top:-40px;
	width:105px;
	height:75px;
	padding-left:5px;
	border:2px solid #CCC;
	border-left:0;
	background:#FFF url(IMAGES/arrow_right_grey.gif) no-repeat center left;
}
#navcontainer a:hover img {
	display:block;
}
/*navcontainer with submenu (for new categories addition 4/2009)*/
	#navcontainer p {
		margin:5px 10px;
		font-weight:bold;
		font-size:12px;
	}
	#navcontainer ul { 
		margin-top:0px;margin-bottom:20px;
		position:relative;
		line-height:13px;
	}
	#navcontainer ul li { max-height:40px;overflow:visible;position:relative; }
		#navcontainer ul li ul { 
			display:none;
			position:absolute;
			top:-1px;right:-200px;
			width:200px;
			margin:0;padding:10px;
			border:1px solid #ccc;
			background:#eee;
			z-index:9999;
		}
		#navcontainer ul li ul li, #navcontainer ul li ul li a {
			border:0;
			height:auto;
			padding:0;margin:0;
			background:transparent;border:0;
			list-style:none;
		}
		#navcontainer ul li ul li {
			margin:7px 0;
			padding:5px 0 2px 0;
			border-top:1px solid #ddd;
		}
			#navcontainer ul li ul li:first-child {
				padding-top:0;border-top:0;
			}
		#navcontainer ul li ul li a {
			width:100%;
		}
		#navcontainer ul li ul li a:hover {
			text-decoration:underline;
			background:transparent;
			border:0;
			color:#555555;
		}
	#navcontainer h1 {
		margin-left:-20px;
	}

#active a
{
	display: block;
	color: #000;
	background-color: #efefef;
	width: 104px;
	padding: 10px 23px;
	text-decoration: none;
	font-weight:normal;
	border-right: 6px solid #e9e9e9;	
	
}
#caption {
	font-size:11px;
	position:absolute;
	left:774px;
	top:11px;
	color:#BBB;
	width:199px;
	height: 50px;
	text-align:right;
}
#caption a { 
	color:#777;
	text-decoration:none;
	padding:3px;
}
#caption a:hover { 
	background:#222;
	text-decoration:none;
	padding:3px;
}
#caption a.contactEmail {
	background:#000 url(IMAGES/email-address-grayonblack.png) no-repeat 0 0;
	display:inline-block;
	width:169px;height:13px;
}
	#caption a.contactEmail:hover { background-color:#000; }
div.webmaster {
	margin-top:50px;
	padding:0px;
	border-top:1px solid #DDD;
}
form.contact { margin-top:10px; padding-top:10px; border-top:1px solid #DDD; }
form.testimonial { width:600px; }
form.contact p.label { clear:both; float:left; width:50px; padding:3px; margin:0px; }
	form.testimonial p.label { width:100px; }
form.contact p.input { float:left; padding:3px; margin:0px; }
form.contact textarea { clear:both; width:300px; }
	form.testimonial textarea { width:500px; }
form.contact p.submit { float:right; }
.thanks { clear:both; float:left; font-style:italic; background:#EEE; border:1px solid #DDD; padding:5px 20px; }
.red { color:#F00; }
p.arrow { clear:both; float:right; background:transparent url(IMAGES/arrow_right_gray.gif) no-repeat center right; margin:0;margin-right:100px;padding:0;padding-right:10px; }
p.arrow a { color:#555; text-decoration:underline; font-size:14px; }
p.arrow a:hover { color:#FFF; background:#000; }
ul.about { margin-top:10px; }
ul.about li { list-style-position:inside; }
#footer {
	clear:both;
	float:left;
	display:block;
	width:140px;
	margin:0px 0 0 0px;
	padding:3px 0 3px 10px;
	background:transparent;
	border:1px solid #fff;
}
	.home #footer {
		border:1px solid #ccc;
		background:#eee;
	}
#footer p {
	font-size:10px;
	line-height:10px;
	color:#666;
	text-align:left;
	margin:0px;
	padding:0px 0 5px 0px;
}
#footer a:hover { color:#000;text-decoration:underline; }
#footer img, #footer a { background:transparent;border:0; padding:0px; margin:0px; }
#footer p.sema-footer { text-align:center; }
.bigger { font-size:150%;line-height:20px;text-align:center; }
.bigger-text { font-size:150%;line-height:20px; }

#textresizer { display:none;position:absolute;top:5px;right:10px; }
ul.textresizer li { list-style-type: none;display:inline-block;text-transform:uppercase }
	#footer ul.textresizer li a { color:#aaa;display:inline-block;width:16px;height:16px;text-indent:-5000px; }
	#footer ul.textresizer li a.small-font {
		background:transparent url(IMAGES/textresizeicon.png) no-repeat 0px 0px;
		text-indent:-5000px;
	}
	#footer ul.textresizer li a.large-font {
		background:transparent url(IMAGES/textresizeicon.png) no-repeat -17px 0px;
		text-indent:-5000px;
	}
.small-font { }
.large-font { font-size:93%;line-height:130%; }

/*----CUSTOMER PAGE-----*/
ul#customer-collage li { 
	list-style-type:none;
	display:inline-block;
	margin:10px;padding:0;
	width:200px;height:100px;
	border:1px dotted #FFD700;
	text-align:center;
	line-height:100px;
}
	ul#customer-collage li a {
		margin:0;padding:0;
		width:200px;height:100px;
		display:block;
		background:#eee;
		color:#346381;
	}
		ul#customer-collage li a:hover {
			background:#ddd;
		}
	ul#customer-collage li img {
		background:#ddd;
		padding:5px 10px;
	}

/*hack for IE*/
/*#leftColumn {
	*margin-left:120px;
}
#menuArea {
	*width:900px;
}
#menuArea li {
	*width:120px;
	*text-align:center;
	*overflow:hidden;
  *height:30px;
}*/
