@charset "utf-8";

/*  CUSTOM LINK STYLES  */
a:link {
	text-decoration: underline;
	color: #CCC;
	font: verdana;
}
a:visited {
	text-decoration: none;
	color: #CCC
}
a:active {
	text-decoration: none;
	color: #CCC
}
a:hover { 
    text-decoration: underline; 
	color: #ff0000
}
a:focus {
	color:#F00
}
a:link .image { 
     border:1px; 
     border-color: #000000; 
	 border-style: solid;
} 
a:hover .image {
     border:1px; 
	 border-color: #FF0000; 
	 border-style: solid;
}
/*  END CUSTOM LINK STYLES  */




/*  CUSTOM HTML TAGS  */
h1 {
	font-size: 14px;
	color: #CCC;
	font-weight: normal;
	text-align: justify;
}
h2 {
	font-size: 18px;
	color: #CCC;
}
h2 a span {
	text-decoration: none;
}
h3 {
	font-size: 18px;
	color: #CCC;
	font-weight: normal;
}
p {
	font-size: 12px;
	color: #CCC;
}
body {
	background-color: #000;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #CCC;
}
sup {
	font-size: 10px;
}
em {
	color: #FFF;
}
/*  END HTML TAGS  */




/*  GENERAL PAGE STYLES ID's  */
#container {
	height: auto;
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: right;
	height: 64px;
	width: 100%;
	background-position: right;
	text-align: right;
}
#slogan {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	display: none;
}
#page-content {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #CCC;
	position: relative;
}
#contact-main {
	float: right;
	width: 755px;
	padding-right: 5px;
	position: relative;
	top: 10px;
	padding-top: 100px;
	padding-bottom: 50px;
}
#main {
	float: right;
	width: 815px;
	padding-right: 5px;
	position: relative;
	top: 10px;
}
#main p {
	font-size: 14px;
	text-align: justify;
	text-transform: none;
	font-weight: normal;
}
#main ol li {
	font-size: 14px;
	text-align: justify;
	width: 90%;
	left: 15px;
	position: relative;
}
#footer {
	clear: both;
	text-align: center;
	height: auto;
	width: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #CCC;
	padding-top: 40px;
}
#footlinks {
	clear: both;
	text-align: center;
	height: auto;
	width: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #666;
	margin-top: 12px;
}
#footlinks a:link {
	text-decoration: none;
	color: #666;
	font: verdana;
}
#footlinks a:visited {
	text-decoration: none;
	color: #666;
}
#footlinks a:active {
	text-decoration: none;
	/* [disabled]color: #666; */
}
#footlinks a:hover { 
    text-decoration: none; 
	color: #ff0
}
#footlinks a:focus {
	/* [disabled]color: #666; */
}
#social {
	clear: both;
	text-align: right;
	height: auto;
	width: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #666;
	padding-top: 30px;
}
/*  END PAGE STYLES ID's  */




/*  CONTENTS STYLING  */
#contents {
	width: 175px;
	position: absolute;
	top: 41px;
	height: 300px;
	left: 0px;
	clear: none;
}
#contents p {
	font-size: 20px;
}
#contents a:link {
	text-decoration: none;
	color: #CCC;
	font: verdana;
}
#contents a:visited {
	text-decoration: none;
	color: #CCC
}
#contents a:active {
	text-decoration: none;
	color: #CCC
}
#contents a:hover { 
    text-decoration: none; 
	color: #ff0
}
#contents a:focus { color:#ff0000
}
/*  END CONTENTS STYLING  */




/*  CUSTOM CLASSES  */
.clear {
	clear: both;
	height: 1px;
}
.centre {
	text-align: center;
}
.table-text {
	font-family: tahoma, verdana, arial;
	font-size: 14px;
	color: #CCC;
}
.bottom-nav {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #CCC;
	height: 60px;
	text-align: center;
	width: 650px;
	position: relative;
}
.v4-nav-home {
	height: 56px;
	width: 122px;
	position: relative;
	left: 265px;
	top: 0px;
	z-index: 10;
}
.v4-nav-back {
	height: 8px;
	width: 69px;
	position: relative;
	top: -35px;
	left: 235px;
	z-index: 20;
}
.v4-nav-next {
	height: 8px;
	width: 69px;
	position: relative;
	top: -35px;
	left: 350px;
	z-index: 30;
}
.image-right {
	float: right;
	height: auto;
	width: auto;
	padding-left: 5px;
}
.border {
	border: 1px solid #CCC;
	padding: 5px;
}
.thn-text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #CCC;
	padding-left: 3px;
}
.highlight {
	font-weight: bold;
	color: #FFF;
}
.race-pics {
	position: relative;
	height: auto;
	width: 280px;
	text-align: left;
	float: left;
	padding-left: 40px;
	padding-top: 15px;
}
.small-text {
	font-size: 10px;
	color: #666;
}
.small-text-link {
	font-size: 9px;
	color: #666;
}
.small-text-link a {
	font-size: 9px;
	color: #666;
	text-decoration: none;
}
.small-text-link a:hover {
	font-size: 9px;
	color: #ff0;
	text-decoration: none;
}


/*  END CUSTOM CLASSES  */


/*  IMAGES  */
#marshal {
	position: relative;
	float: right;
	height: auto;
	width: 360px;
	text-align: left;
	padding-left: 8px;
}
#tuning-title {
	position: relative;
	height: auto;
	width: auto;
	text-align: center;
}
.pic-3 {
	position: relative;
	height: auto;
	width: auto;
	text-align: left;
	float: left;
	padding-left: 20px;
	top: 5px;
}
/*  END IMAGES  */
table.v4 {
	border-collapse: collapse;
}
table.v4 td {
	border-width: 1px;
	border-style: solid;
	border-color: #000050;
	-moz-border-radius: 0px;
	padding-left: 3px;
}
#addthis {
	float: right;
	height: auto;
	width: auto;
	margin-right: 125px;
	/* [disabled]margin-bottom: 75px; */
	padding-bottom: 50px;
}
.share-text {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.no-format {
	font-size: 14px;
}
#mail {
	background-color: #FFF;
}

