/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* Page */
body {
	background-color:#000;
	margin: 0px;
	padding: 0px;
	background:url(images/bodybg-1.gif);
}
* {
	margin:0;
	padding:0;
}

.spacer {
	clear:both;
}
/* Typography */
body {
	font: 11px/1.5em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	color: #666;
}
h1 {
	font-size: 218%;
	padding-top: 12px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
p {
	color:#FFF;
	font-size:14px;
	text-align:center;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* Structure */
/*HOMEPAGE */
/*#topBar {
	width:100%;
	height: 20px;
	background:#666;
	border-bottom:1px solid #333;
	
}
*/
#wrapper {
	width: 920px;
	margin: auto;
	padding: 0px;
}
#logo {
	width:300px;
	float:left;
}
/*HOMEPAGE */

#mainHeader {
	width:900px;
}
#racingLogos {
	width:800px;
	z-index:1;
	margin-top:-145px;
	padding-left:15px;
	display:block;
}
#racingLinks {
	display:block;
	position:relative;
	float:left;
	padding-left:50px;
	width:800px;
}
.hondaLink {
	float:left;
	text-decoration:none;
}
.yamahaLink {
	float:left;
	margin-left:27px;
	margin-top:2px;
}
.yamahaLinkHome {
	float:left;
	margin-left:38px;
	margin-top:2px;
}
.suzukiLink {
	float:left;
	margin-left:30px;
	margin-top:20px;
}
.suzukiLinkHome {
	float:left;
	margin-left:45px;
	margin-top:5px;
}
#textBrackets {
	width:800px;
	margin-top:0px;
	margin-left:40px;
}
#homeText p {
	width:800px;
	height:200px;
}
#homeBrackets {
	margin-left:70px;
	margin-top:30px;
}
#homeBracketLeft {
	float:left;
}
#homeBracketRight {
	float:right;
}
/*END HOMEPAGE */

/*HONDA PAGE */

#racingSubLinks {
	width:200px;
	float:left;
}
#apparelLinks {
	text-align:center;
	margin-left:-25px;
	margin-top:-13px;
}
#apparelLinks li {
	margin-top:10px;
}
#apparelLinks a {
	color:#FFF;
}
#apparelLinks a:hover {
	color:#e47d33;
}
.subNavBracketsTop {
	margin-top:0px;
	margin-left:35px;
}
.subNavBracketsBottom {
	margin-top:-5px;
	margin-left:35px;
}
#apparelContainer {
	width:700px;
	float:right;
	margin-right:20px;
}
#apparelContainerHondaHome {
	width:700px;
	float:right;
	margin-left:20px;
	margin-top:97px;
}
#apparelContainer img {
	float:left;
}
#jackets {
	width:700px;
}
#headers {
	font-weight:bold;
	border-bottom:1px solid #FFF;
	width:650px;
	padding-bottom:10px;
	color:#FFF;
	margin-top:-16px;
}
.thumb {
	width:208px;
	float:left;
	padding-left:10px;
}


.thumbBig {
	width:208px;
	float:left;
	padding-left:40px;
}
img {
	padding-right:10px;
}
h2 {
	text-align:left;
	color:#e47d33;
	font-size:14px;
}
#styleNumber {
	width:200px;
	font-size:16px;
}
#descriptionContainer {
	padding-top:20px;
	width:145px;
}
#description {
	color:#FFF;
	font-size:14px;
	text-align:left;
}
/*END HONDA PAGE */

/* YAMAHA PAGE */


/*END YAMAHA PAGE */


/* NAVIGATION */
a:link { /* unvisited link */
	color:#FFF;
	text-decoration: none;
}
a:visited { /* visited link */
	color:#FFF;
	text-decoration: none;
}
a:hover { /* mouse over link */
	color:#e47d33;
}
#active { /* selected link */
	color: #e47d33;
}
a:link img {
	border: none;
	color: #1CA9E1;
	text-decoration: none;
}
a:hover img {
	color: #CCCCCC;
}
a:visited img {
	text-decoration: none;
	border:none;
}
/* NAVIGATION */

#navigation {
	width: 550px;
	padding-top:30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 1.4em;
	float:right;
	margin-top:32px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul {
	list-style-type: none;
}
#navigation ul li {
	display: inline;
	padding-right: 31px;
	list-style-type: none;
}
#navigation ul li a {
	text-decoration: none;
	list-style-type: none;
}
#navigation a:link { /* unvisited link */
	color: #FFF;
}
#navigation a:visited { /* visited link */
	color:#FFF;
}
#navigation a:hover { /* mouse over link */
	color: #999;
	background:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#active2 { /* selected link */
	color: #e47d33;
	font-weight:bold;
}
#active { /* selected link */
	color: #e47d33;
	font-weight:bold;
}
/* END NAVIGATION */
#contactInfo {
		width:900px;
}
#contactHeaderMain {
	color:#FFF;
	font-size:25px;
	border-bottom:1px solid #FFF;
	width:750px;
	text-align:center;
	margin-top:20px;
	margin-left:65px;
}

strong {
	font-size:18px;
	font-weight:bold;
	color:#e47d33;
}

#contactHeader {
	color:#e47d33;
	font-size:20px;
	width:750px;
	text-align:center;
	margin-top:30px;
	margin-left:40px;
}
#contactHeaderEmail {
	color:#e47d33;
	font-size:20px;
	width:830px;
	text-align:center;
	margin-top:30px;
	margin-left:0px;
}
#contactSubHeaderUl {
	font-size:16px;
	color:#FFF;
	text-align:center;
	padding-bottom:6px;
	width:850px;
	margin-top:10px;
	margin-left:20px;
}
#contactSubHeadersLi {
	font-size:16px;
	color:#FFF;
	text-align:center;
	padding-bottom:6px;
}
#googleMaps {
	margin-top:0px;
	width:830px;
	background:none;
	text-align:center;
	font-size:14px;
	margin-left:45px;
}
#googleMaps a {
	color: #e47d33;
	border-bottom:1px dotted #e47d33;
}
#googleMaps a:hover {
	color: #FFF;
	border-bottom:1px dotted #FFF;
}
#contactBrackets {
	width:900px;
}
#contactBracketLeft {
	float:left;
}
#contactBracketRight {
	float:right;
}
#emailAddress {
	margin-top:10px;
	margin-left:-10px;
}
#emailAddressLink {
}
#footerContainer {
	width:100%;
	background:#F00;
}

.footer {
	
	height:50px;
	width:815px;
	
	
}

.footer ul {
	margin-top:40px;
	border-top:1px solid #999;
	font: bold 12px;
	text-align: center;
	height: 50px;
	padding-top:10px;
	margin-left:0px;
	
	
}
.footer ul li {
	list-style: none;
	display: inline;
	

	
}


.footer ul li a {

	padding: 8px 2.5em;
	text-decoration: none;
	color: #FFF;
	

}
.footer ul li a:hover {
	color:#e47d33;
}




#footerHonda {
	
}
#copyright {
	z-index:1;
	margin-top:10px;
	color:#FFF;
}
#copyright p {
	color:#FFF;
}
#footerLinks {
	display:block;
}
#footerLinksHonda {
	display:block;
	margin-left:25px;
	width:858px;
	z-index:1;
	border-top:1px solid #FFF;
	padding-top:10px;
	
}
#footerLinksMainImages {
	display:block;
	position:relative;
	margin-left:30px;
	width:920px;
	z-index:1;
	border-top:1px solid #FFF;
	padding-top:10px;
	margin-top:50px;
}
#footerLinks li {
	float:left;
	padding-left:20px;
	color:#FFF;
}
#footerLinksHonda li {
	float:left;
	padding-left:30px;
	color:#FFF;
}
#footerLinksMainImages li {
	float:left;
	padding-left:60px;
	color:#FFF;
}
#footerLinks a {
	color:#FFF;
	font-weight:bold;
}
#footerLinksHonda a {
	color:#FFF;
	font-weight:bold;
}
#footerLinksMainImages a {
	color:#FFF;
	font-size:9px;
}
#footerLinks a:hover {
	color: #e47d33;
}
#footerLinksHonda a:hover {
	color: #e47d33;
}
#footerLinksMainImages a:hover {
	color: #e47d33;
}

