/* Precision Racing '07 Layout CSS  */

/*     Global
--------------------------------------------*/

html {
	height: 100%;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

h2 {
	line-height: .8em;
}
	
ul,li {
	list-style-type: none;
}

body {
	color: #ffffff;
	background: #000000 url(images/header-bg.jpg) repeat-x 0 0;
	font: 76%/150% Arial, Helvetica, sans-serif;
}

hr {
	clear:both;
	visibility:hidden;
}
	
.clear {
	clear:both;
}

.centered, p.centered {
	text-align:center;
}

.right {
	text-align:right;
}

.justify {
	text-align: justify;
}		

img {
	border:0;
}

a, a:hover {
	text-decoration: none;
}

#spacer {
	height: 15px;
}


/*     Layout
------------------------------------------*/

#wrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#innerwrapper {
	width: 740px;
	position: relative;
	margin: 0 auto;
	background-color: #333333;
}

#content {
	background-color: #333333;
	background-image: url(images/sidebar-bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
	width: 740px;
}

#content #content-main {
	width: 500px;
	padding: 20px 10px 40px 10px;
	float: left;
	background-color: transparent;
}

#content #content-sidebar {
	width: 200px;
	padding: 20px 10px 40px 10px;
	float: left;
	background-color: transparent;
}


/*      Header
---------------------------------------------------*/

#header {
	background: transparent url(images/logo.jpg);
	height: 110px;
	width: 740px;
}


/*      Navigation Bar
----------------------------------------------------*/

#navbar {
	height: 35px;
	width: 740px;
}

#navbar ul li {
	display: inline;
}

a.home {
	display: block;
	background-image: url(images/home.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 80px;
	height: 35px;
	float: left;
}

a.home:hover {
	background-position: 0 -35px;
}

a.fuel {
	display: block;
	background-image: url(images/fuel.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 110px;
	height: 35px;
	float: left;
}

a.fuel:hover {
	background-position: 0 -35px;
}

a.valve {
	display: block;
	background-image: url(images/valve.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 111px;
	height: 35px;
	float: left;
}

a.valve:hover {
	background-position: 0 -35px;
}

a.parts600 {
	display: block;
	background-image: url(images/600parts.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 86px;
	height: 35px;
	float: left;
}

a.parts600:hover {
	background-position: 0 -35px;
}

a.parts270 {
	display: block;
	background-image: url(images/270parts.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 86px;
	height: 35px;
	float: left;
}

a.parts270:hover {
	background-position: 0 -35px;
}

a.tires {
	display: block;
	background-image: url(images/tires.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 52px;
	height: 35px;
	float: left;
} 

a.tires:hover {
	background-position: 0 -35px;
}

a.misc {
	display: block;
	background-image: url(images/misc.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 51px;
	height: 35px;
	float: left;
}

a.misc:hover {
	background-position: 0 -35px;
}

a.used {
	display: block;
	background-image: url(images/used.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 54px;
	height: 35px;
	float: left;
}	

a.used:hover {
	background-position: 0 -35px;
}

a.contact {
	display: block;
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 110px;
	height: 35px;
	float: left;
}

a.contact:hover {
	background-position: 0 -35px;
}

/*     Welcome & News
----------------------------------------------------*/

#welcome {
	width: 495px;
	padding: 0 5px 0 0;
	float: left;
}

#news {
	width: 500px;
	float: left;
	text-align: left;
}

#welcome h2, #news h2 {
	text-indent: -9999px;
	display: block;
	height: 20px;
	border-bottom: 2px solid #999999;
	margin-bottom: 10px;
}

#welcome h2 {
	background: transparent url(images/welcome-h2.gif) no-repeat;
}

#news h2 {
	background: transparent url(images/news-h2.gif) no-repeat;
}

#welcome p {
	padding: 0 0 0 10px;	
}

#welcome img {
	padding: 0 0 0 8px;
	float: right;
}

#news ul {
	padding: 0 0 1px 0;
	width: 500px;
	margin: 0 0 10px 0;
}

#news ul li {
	background: transparent url(images/stars.gif) no-repeat top left;
	border-top: 1px dotted #999999;
	padding-top: 5px;
}

#news .title {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.1em; 
	color: #05c2f4;
} 

#news ul li a {
	color: #05c2f4;
	display: block;
	padding: 0 0 8px 49px;
}

#news ul li a:hover {
	background-color: transparent;
	background-image: url(images/stars.gif);
	background-repeat: no-repeat;
	background-position: 0 -6px;
	background-color: #393939;
}

#news a em {
	color: #ffffff;
	font-style: normal;
}

#news .date {
	color: #999999;
	font-size: 90%;
}


/*     Packages
-----------------------------------------------------*/

#packages {
	width: 500px;
	float: left;
	text-align: left;
}

#packages h2 {
	text-indent: -9999px;
	display: block;
	border-bottom: 2px solid #999999;
	margin-bottom: 10px;
}

#packages h2 {
	background: transparent url(images/packages-h2.gif) no-repeat;
}

#packages .left {
	width: 234px;
	float: left;
	padding: 5px 5px 15px 10px;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

#packages .right {
	width: 225px;
	float: right;
	padding: 5px 10px 15px 15px;
	text-align: left;
	border-bottom: 1px dotted #999999;
}

#packages h4 {
	display: block;
	font-size: 1em;
	background: transparent url(images/packages-h4.gif) no-repeat 0 0;
	height: 24px;
	padding: 2px 0 0 3px;
}

#packages ul {
	padding-left: 25px;
}

#packages ul li {
	list-style: square;
}

#packages span {
	list-style: none;
	font-weight: bold;
	padding: 5px;
	background-color: #111111;
	border: 1px solid #05C2F4;
	width: 75px;
	margin-bottom: 5px;
}

.price {
	text-align: center;
	margin: 5px 0 8px 0;
}

/*     Tables
----------------------------------------------------*/

#tables {
	text-align: left;
	width: 420px;
}

.tableHeaders {
	background: #0079AD;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	padding: 3px;
	text-align: center;
}

.content-Odd {
	background: #fefefe;
	color: #666666;
	padding: 3px 6px 3px 6px;
}

.content-Even {
	background: #e8f5fd;
	color: #666666;
	padding: 3px 6px 3px 6px;
}

.photoHeader {
	background: #0079AD;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px;
}


/*     Valve
-----------------------------------------------------*/

#valve {
	text-align: left;
}

#valve-content {
	padding: 10px 15px 0 15px;
	clear: both;
}

#valve p {
	padding-left: 15px;
}

#valve h2 {
	background: transparent url(images/valve-h2.gif) no-repeat;
	text-indent: -9999px;
	border-bottom: 2px solid #999999;
	display: block;
	height: 20px;
	margin-bottom: 10px;
}

#valve h3 {
	font-size: 150%;
	border-bottom: 1px dotted #cccccc;
	margin: 0 0 8px 0;
	color: #cccccc;
}

#valve h5 {
	padding: 0 0 8px 10px;
}

#valve img {
	padding: 3px;
	border: 1px solid #333333;
	background-color: #cdcdcd;
	float: right;
	margin-left: 8px;
}

#valve ul li {
	padding: 0 25px 8px 35px;
}

.contentBox {
	padding: 5px;
	background-color: #646464;
	border: 1px solid #c02922;
}


/*     Contact
-----------------------------------------------------*/

#contact h2 {
	background: transparent url(images/contact-h2.gif) no-repeat;
	text-indent: -9999px;
	border-bottom: 2px solid #999999;
	display: block;
	height: 20px;
	margin-bottom: 10px;
}

#contact h5 {
	color: #999999;
}

#contact-content {
	width: 400px;
}

#contact-left {
	width: 200px;
	float: left;
	text-align: left;
}

#contact-right {
	width: 200px;
	float: right;
	text-align: left;
}

#contact-form {
	width: 400px;
	clear: both;
	text-align: left;
}

fieldset {
	padding: 5px;
	border: 1px solid #999999;
	margin: 20px 0 8px 0;
}

legend {
	font-weight: bold;
	font-size: 1.1em;
	color: #ffffff;
}

fieldset p {
	padding: 5px;
	background-color: #646464;
	border: 1px solid #c02922;
	margin: 5px 0 3px 0;
}

#name, #email {
	width: 375px;
	height: 21px;
	background: transparent url(images/textfield.gif) no-repeat;
	border: none;
	padding: 3px 0 0 5px;
}

#message {
	width: 375px;
	height: 66px;
	background: transparent url(images/textarea.gif) no-repeat;
	border: none;
	padding: 3px 0 3px 5px;
}

.button {
	background-color: #646464;
	border: 1px solid #c02922;
	color: #ffffff;
}

#button {
	text-align: right;
	margin-right: 2px;
}

#contact a, a:visited {
	color: #cccccc;
}


/*     Sidebar
-----------------------------------------------------*/

#kits {
	width: 200px;
	float: left;
	text-align: left;
}

#kits h2 {
	background: transparent url(images/kits-h2.gif) no-repeat;
}

#bikes {
	width: 200px;
	float: left;
}

#bikes h2 {
	background: transparent url(images/bikes-h2.gif) no-repeat;
}

#kits h2, #bikes h2 {
	text-indent: -9999px;
	border-bottom: 2px solid #999999;
	display: block;
	height: 20px;
	margin-bottom: 10px; 
}

#kits ul {
	padding: 0;
	width: 200px;
	margin: 0 0 20px 0;
}

#kits ul li {
	border-bottom: 1px dotted #999999;
	padding: 8px 0 0 0;
	text-indent: 5px;
}

#kits ul li a {
	display: block;
	color: #ffffff;
}

#kits ul li a:hover {
	background-color: #333333;
}

#kits ul li a span {
	color: #c02922;
}

.bike {
	padding-bottom: 15px;
}

#bikes img {
	padding: 3px;
	border: 1px solid #333333;
	background-color: #cdcdcd;
}

#bikes span {
	font-weight: bold;
}

/*      apparel
---------------------------------------------------*/

.galRow a img {
	margin: 10px;
}

/*      footer
---------------------------------------------------*/

#footerwrapper {
	background: transparent url(images/footer-bg.jpg) repeat-x top left;
	height: 140px;
	text-align: center;
	clear: both;
}

#footer {
	color: #999999;
	padding: 36px 25px 0 45px;
	width: 660px;
	margin: 0 auto;
}

.footerbox {
	width: 220px;
	text-align: left;
	float: left;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #ffffff;
}

#footer b {
	color: #ffffff;
}
