/***********************************

Copyright © 2007 Durgle, Inc
Creator: Edward Hotchkiss
Author: Craig Keller
Creator URL: http://www.durgle.com
Client: Driver Sport, Inc
Client URL: http://www.driversportinc.com

************************************/

/* Zero all Elements */

* {
	margin: 0;
	padding: 0;
}

/* Cross-Browser Generic Clearfix */

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/* Effective CSS Stylesheet */

a {
	text-decoration: none;
	outline: none;
}

img, a img {
	border: none;
}

p {
	margin: 10px;
}


body {
	background-color: #000;
	color: #333333;
	font: 11px arial, verdana;
	margin-bottom: 30px;
	text-align: center;
}

#holder {
position: relative;
width: 1014px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
text-align: left;
}


/* Navigation Styles */


#navigationlist {
float: left;
width: 1014px;
background: url(images/navbar.png) no-repeat;
min-height: 37px;
margin-bottom: 3px;
}

#navigationlist ul {
float: left;
width: 989px;
list-style-type: none;
padding-left: 25px;
margin-top: 13px;
}

#navigationlist ul li {
float: left;
color: #777;
font: 11px arial, helvetica, myriad, sans-serif;
}

#navigationlist ul li a {
color: #fff;
padding: 9px 12px 8px 11px;
}

#navigationlist ul li#home a:hover {
color: #fff;
background: url(images/navhover.png);
}

#navigationlist ul li#products a:hover {
color: #fff;
background: url(images/productsnavhover.png);
background-position: 1px 0;
}

#navigationlist ul li#about a:hover {
color: #fff;
background: url(images/contactnavhover.png) no-repeat;
background-position: 4px 0;
}

#navigationlist ul li#directions a:hover {
color: #fff;
background: url(images/productsnavhover.png) no-repeat;
background-position: 4px 0;
}

#navigationlist ul li#dyno a:hover {
color: #fff;
background: url(images/navhover.png);
}

#navigationlist ul li#media a:hover {
color: #fff;
background: url(images/navhover.png) no-repeat;
}

#navigationlist ul li#contact a:hover {
color: #fff;
background: url(images/contactnavhover.png) no-repeat;
background-position: 5px 0;
}

#navigationlist ul li#search {
float: right;
width: 140px;
margin-right: 40px;
margin-top: -2px;
}

#navigationlist ul li input[type="text"] {
float: left;
background: transparent;
border: none;
width: 140px;
color: #7e7e7e;
}


/* End Navigation Styles */

.bigPictures {
float: left;
width: 1007px;
margin-left: 3px;
padding-bottom: 3px;
border-bottom: 1px dotted #7e7e7e;
}

.bigPictures p {
float: left;
margin:0;
padding:0;
}

.bigPictures #welcome {
position: absolute;
top: 40px;
left: 3px;
width: 1014px;
}

.bars {
width: 1014px;
float: left;
margin-top: 20px;
}

#bar1 {
float: left;
width: 165px;
border-right: 1px dotted #7e7e7e;
}

#shopAd {
position: relative;
width: 165px;
height: 200px;
font-size: 56px;
margin-left: 10px;
padding: 0;
overflow: hidden;
}

#shopAd p {
width: 165px;
height: 200px;
font-size: 36px;
margin: 0;
padding: 0;
overflow: hidden;
}

.driverlogo {
position: relative;
width: 165px;
height: 56px;
font-size: 56px;
margin-left: 10px;
padding: 0;
overflow: hidden;
}

.driverlogo p {
width: 165px;
height: 56px;
font-size: 36px;
margin: 0;
padding: 0;
overflow: hidden;
}

.durglogo {
float: left;
width: 165px;
height: 36px;
font-size: 36px;
margin-top: 50px;
margin-left: 10px;
padding: 0;
overflow: hidden;
}

.durglogo p {
width: 165px;
height: 36px;
font-size: 36px;
margin: 0;
padding: 0;
overflow: hidden;
}

#bar2 {
float: left;
border-right: 1px dotted #7e7e7e;
padding: 0 10px 0 10px;
}

#bar2 h2 {
font: bold 16px myriad, arial, helvetica, sans-serif;
color: #212121;
margin-left: 10px;
}

#bar2 h3 {
font: bold 12px myriad, arial, helvetica, sans-serif;
color: #a3a3a3;
margin-left: 10px;
margin-top: 5px;
}

#bar3 {
float: left;
border-right: 1px dotted #7e7e7e;
padding: 0 10px 0 10px;
}

#bar3 h2 {
font: bold 16px myriad, arial, helvetica, sans-serif;
color: #212121;
margin-left: 10px;
}

#bar3 h3 {
font: bold 12px myriad, arial, helvetica, sans-serif;
color: #a3a3a3;
margin-left: 10px;
margin-top: 5px;
}

#bar5 {
float: left;
width: 535px;
margin-left: 20px;
}

#blogContainer {
	background: #000;
}


.postHolder {
width: 500px;
float: left;
text-align: left;
margin-bottom: 15px;
background: #000;
}

.postTitle {
width: 500px;
float: left;
}

.postTitle h2 {
margin-bottom: 2px;
padding-left: 7px;
color: #b3b3b3;
font: bold 18px arial, helvetica, myriad, sans-serif;
}

.postDate {
width: 500px;
float: left;
}

.postDate h3 {
margin-left: 8px;
border-left: 4px solid #7e7e7e;
padding-left: 3px;
font: 11px arial, helvetica, myriad, sans-serif;
color: #7e7e7e;
}

.postContent {
float: left;
width: 500px;
}

.postContent p {
font: 11px arial, helvetica, myriad, sans-serif;
line-height: 15px;
color: #b3b3b3;
}

select {
	border: 1px solid #ccc;
	background: #eee;
	width: 240px;
	padding: 2px;
	line-height: 16px;
	font: 11px tahoma;
	margin-top: 5px;
}

.postHolder {
	margin-top: 10px;
	margin-left: 20px;
}

iframe {
margin-left: 15px;
width: 535px;
height: 200px;
text-align: left;
border: none;
}

#contentContainer {
width: 1014px;
float: left;
margin-top: 20px;
}

#contentText {
float: left;
width: 600px;
padding: 10px;
}

#contentText h2 {
font: bold 25px "Lucida Grande", "Lucida Sans", arial, myriad, tahoma, helvetica, sans-serif;
color: #ff0000;
padding-bottom: 3px;
border-bottom: 1px dotted #7e7e7e;
}

#contentText p {
font: 11px "Lucida Grande", "Lucida Sans", arial, myriad, tahoma, helvetica, sans-serif;
color: #b3b3b3;
line-height: 16px;
}

#contentText ul {
	float: left;
	width: 300px;
	margin-left: 40px;
}

#contentText ul li {
	padding: 4px;
	color: #9e9e9e;
}

#contentText a {
	color: #ff0000;
}


/* Display Photos */

.contentPictures {
width: 190px;
float: right;
padding: 6px;
margin-right: 20px;
}

.contentPictures .photoRow {
width: 190px;
float: left;
}

.contentPictures .photo {
float: left;
width: 190px;
margin-top: 10px;
}

.contentPictures .photo img {
width: 180px;
border: 8px solid #fff;
}


/* End Display Photos */


#bottomSponsors {
float: left;
clear: both;
margin-top: 60px;
}

#bottomSponsors ul {
float: left;
margin-left: 25px;
}

#bottomSponsors ul li {
float: left;
text-decoration: none;
list-style-type: none;
margin-right: 40px;
}

#bottomSponsors ul li img {
float: left;
width: 100px;
}

/* Modal Windows */

.theX {
 	float: right;
	margin-top: 0px;
 	margin-right: 0px;
 	max-width: 15px;
	max-height: 15px;
 	min-width: 15px;
 	min-height: 15px;
	z-index:99;
}

.theX p, .theX p a {
	max-width: 15px;
	padding: 0;
	float: right;
	font: 15px myriad, helvetica, sans-serif;
	color: #ff0000;
}

.theX p a img {
 	max-width: 15px;
	max-height: 15px;
 	min-width: 15px;
 	min-height: 15px;
}


/* Request For Proposal */

#RFP {
	display: none;
	width: 400px;
	position: absolute;
	margin-left: 32%;
	margin-right: 32%;
}

#RFP {
	z-index: 1;
	top: 0px;
}

#RFPHolder {
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
	width: 386px;
	height: 550px;
}

#RFP .formPieceHolder {
	width: 340px;
	margin: 0 20px 0 10px;
	padding: 7px;
	float: left;
	font: 12px Arial, Helvetica, Myriad, Verdana, sans-serif;
	line-height: 18px;
	color: #7e7e7e;
}

#RFP h2 {
	width: 325px;
	font: bold 18px Arial, Helvetica, Myriad, Verdana, sans-serif;
	color: #7e7e7e;
}

#RFP #RFPHeader {
	background: #212121;
	border: 1px dotted #7e7e7e;
	margin-left: 22px;
	margin-top: 7px;
	margin-bottom: 10px;
	padding: 9px;
	width: 325px;
}

p.tinyType {
	font: 10px Arial, Helvetica, Myriad, Verdana, sans-serif !important;
	color: #9b9b9b !important;
	padding: 0 !important;
}


#RFP .formLeft {
	width: 85px;
	margin-top: 2px;
	margin-right: 20px;
	float: left;
}

.formLeft p {
	text-align: right;
	color: #7e7e7e;
}

#RFP .formRight {
	width: 220px;
	float: right;
	margin-right: 10px;
}

#RFP .formRight p {
	width: 220px;
	color: #7e7e7e;
	font: 12px Arial, Helvetica, Myriad, Verdana, sans-serif;
}

#RFP .formRight p input {
	width: 220px;
	padding: 3px;
	border: 1px solid #7e7e7e;
	background: #fff;
	color: #7e7e7e;
	font: bold 13px Arial, Helvetica, Myriad, Verdana, sans-serif;
}

#RFP .formRight p a {
	width: 95px;
	height: 34px;
	float: right;
	margin-right: 1px;
	color: #ff0000;
	text-align: center;
	font: 20px tahoma;
}

#RFP .formRight p select {
	width: 227px;
	padding: 2px;
	border: 1px solid #7e7e7e;
	background: #fff;
	color: #7e7e7e;
	font: bold 14px Arial, Helvetica, Myriad, Verdana, sans-serif;
}

#RFP .formRight p textarea {
	width: 220px;
	height: 130px;
	padding: 2px;
	border: 1px solid #7e7e7e;
	background: #fff;
	color: #7e7e7e;
	font: bold 14px Arial, Helvetica, Myriad, Verdana, sans-serif;
}


/* Modal Window Styles */

.modalWindow {
	width: 388px;
	background-position: bottom left;
	padding-top: 25px;
}

.modalWindowTop {
	width: 388px;
	background-position: top left;
	padding-top: 1px;
}

.modalWindowContent {
	max-width: 386px;
	background: #0a0a0a;
	background-position: left;
	margin-top: -1px;
		border: 1px solid #7e7e7e;
}
