/*--------------------------------------------------------------
Common screen styles that are used in all static pages
--------------------------------------------------------------*/
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, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
* {
	margin:0;
	padding:0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background:#f60;	
	color:black;
	font-family:arial, verdana, sans-serif, serif;
	font-size:95%;
	text-align:center;
  line-height: 1.5; /* Unitless for proper inheritance */
	}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */
   
body          { font-size: 68.75%; }   /* IE */
html > body   { font-size: 11px; }  /* Other browsers */

/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a {text-decoration:underline;outline:none;font-weight:bold;}
a:link {color:#5f911c;}
a:visited {color:#5f911c;}
a:hover {color:#75b323;;text-decoration:none;}
a:active {color:#5f911c;}
a img {border:0;}
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p           { margin: 0 0 1.5em 0; text-align:justify;line-height:1.5; color:#666; }
#right-content-sub p.last {
	margin: 0;
	}
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding:0; }
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */

ul, ol      { margin: 0 0 1.5em 1.5em; line-height: 1.5; color: #666; }

#sub-full-content li {
	list-style:none;
	padding:0 0 0 16px;
	background:transparent url(/img/bullet.gif) no-repeat 0 5px;
	line-height:1.6;
	}
#left-content-sub ul li{
	list-style: none;
	background: url(/img/bullet.gif) no-repeat 0 50%;
	padding-left: 15px;
	}

ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font:0.9em Monaco, monospace; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #B2CCFF; 
  color: #B2CCFF;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
}
* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */

acronym, dfn, abbr {
	text-decoration:none;
	padding-bottom:2px;
	cursor:help;
	}
/* tables still need 'cellspacing="0"' in the markup */

caption {
	text-align:left;
	font-weight:normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { 
  font-family: Arial, Verdana, sans-serif;
  color:#666; 
  clear:both;
	}
h1 { 
	font-size: 1.7em;
	font-weight:bold;
	}
#home-content h1,
#main-content h1 {
	margin-top:42px;
	text-transform:uppercase;
	}
#home-content h1 {
	margin:0;
	}
#home-content h1 em,
#main-content h1 em {
	color:#f60;
	font-style:normal;
	}
h2 {
	font-size: 1.1em;
	font-weight:bold;
  font-family: Arial, Verdana, sans-serif;
	color:#666;
	margin-bottom:0.3em;
	}
#left-content-sub h2 {
	color: #f60;
	}
h2.dots {
	background: url(/img/dots.gif) no-repeat;
	padding-left: 37px;
	height: auto;
	width: auto;
	}
	
h3 { font-size: 1em;font-weight:bold; }
#left-content h3 {
	padding-left:14px;
	background:transparent url(/img/arrow.gif) no-repeat 0 3px;
	color:#999;
	font-weight:bold;
	margin-bottom:0.5em;
	}
#right-content h3 {
	font-weight:bold;
	margin-bottom:0.5em;
	text-transform:uppercase;
	}
#right-content h3 em {
	color:#f60;
	font-style:normal;
	}
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }
	
#main-content h2 {
	padding: 10px 0 0 15px;
	}
.about {
	background: #f60;
	margin-bottom: 15px;
	width: 40%;
	}
.about h2 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	}
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#white-background {
	background:#fff url(/img/head-back.gif) repeat-x top;
	}
#white-background.subpage {
	background:#fff url(/img/head-back-sub.gif) repeat-x top;
	}
.fixed-width-wrapper {
	margin:0 auto 0 auto;
	width:954px;
	text-align:left;
	background:transparent;
	line-height:1.1;
	}
#header {
	position:relative;
	height:239px;
	}
#main-content {
	width: 826px;
	margin: 0 auto;
	}
#main-content.span-width {
	width: auto;
	}
#main-content.span-width .padFix {
	padding: 0 20px;
	}
#left-content {
	float:left;
	width:293px;
	}
#right-content {
	float:left;
	width:661px;
	}
#main-left {
	width: 576px;
	float: left;
	border-right: 4px solid #f60;
	background: url(/img/about-span.gif) repeat-y 99% 0 ;
	}
#main-left .padFix {
	padding: 0 40px 0 0;
	margin: 0;
	}
#main-right {
	width: 246px;
	float: left;
	}
#main-right .padFix {
	margin: 0;
	padding: 0;
	}
#sub-content {
	width: 826px;
	margin: 17px auto 0 auto;
	background:url('/img/car-span.gif') repeat-y 514px 0;
	}
#left-content .padFix {
	padding:28px 36px 0 76px;
	}
#right-content .padFix {
	margin-top:28px;
	padding:0 70px 16px 15px;
	border-left:1px solid #d0ccc8;
	}
#left-content-sub {
	float:left;
	width:514px;
	}
#right-content-sub {
	float:left;
	width: 312px;
	}
.dots {
	width: 28px;
	height: 8px;
	background: url(/img/dots.gif) no-repeat;
	}
#left-content-sub .padFix {
	margin: 0px 9px 0 0;
	border: 1px solid #ccc;
	}
#left-content-sub .padFix-inner {
	padding: 13px 17px;
	}
#right-content-sub.cars .padFix {
	padding:0 0 0 53px;
	}
#footer {
	background:#f60 url(/img/footer-back.gif) repeat-x top;
	}
#top-arrows {
	position:absolute;
	top:136px;
	left:0;
	width:954px;
	background:transparent url(/img/top-arrows.gif) repeat-x;
	height:14px;
	overflow:hidden;
	}
/*--------------------------------------------------------------
 Car page styles 
-------------------------------------------------------------*/
#car-prev {
	width: 312px;
	float: left;
	}
a.carprev:hover {
	background: #cdcdcd;
	}
#car-main {
	width: 514px;
	float: left;
	}
#car-main img {
	float:left;
	border: 1px solid #9e9e9e;
	padding: 7px;
	margin-bottom: 10px;
	display:inline;
	}
.car-row {
	padding-bottom: 10px;
	}
.car-1, .car-2 {
	float: left;
	width: 146px;
	}
.car-1 {
	margin-right: 10px;
	}
.car-row a {
	border: 1px solid #9e9e9e;
	display: block;
	margin: 0;
	padding: 7px;
}
.car-row a img {
	display:block;
}
.specs {
	background: #f60;
	margin-right: 10px;
	}
.specs h2 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	}
.car-name {
	background: #cfcfcf;
	}
.car-name h2 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	}
#right-content-sub.cars ul {
	padding: 0;
	margin: 0;
	}
#right-content-sub.cars li {
	margin-bottom: 2px;
	list-style: none;
	}
#right-content-sub.cars a {
	display: block;
	background: #ededed;
	width:259px;
	text-decoration: none;
	color: #666;
	font-size: 110%;
	}
#right-content-sub.cars a span {
	display:block;
	padding: 5px 15px;
	}
#right-content-sub.cars a:hover {
	background: #666;
	color: #fff;
	}
#right-content-sub.cars a.current {
	background: #f60;
	color: #fff;
	}
/*--------------------------------------------------------------
 Homepage specific styles 
--------------------------------------------------------------*/
#home-content {
	position:relative;
	height:437px;
	}
#home-content h1 {
	position:absolute;
	top:42px;
	left:0;
	width:100%;
	}
#home-flash {
	position: absolute;
	width: 165px;
	height: 245px;
	top: 80px;
	left: 655px;
	z-index: 1;
	}
#feature {
	background:transparent url(/img/feature.jpg) no-repeat;
	width:843px;
	height:327px;
	position:absolute;
	top:68px;
	left:0;
	}
#shop-link {
	position: absolute;
	height: 327px;
	width: 654px;
	}
#cars-link {
	position: absolute;
	height: 270px;
	width: 189px;
	left: 654px;
	z-index: 999;
	}
#left-content img {
	border:1px solid #9e9e9e;
	padding:10px;
	}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#header h1 {
	margin:0;
	padding:0;
	position:absolute;
	top:68px;
	left:40px;
	width:362px;	
	height:48px;
	background:transparent url(/img/pure-performance-logo.gif) no-repeat;
	}
#header h1 a {
	display:block;
	height:48px;
	}
#header a span {
	display:none;
	}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer p {
	text-align:center;
	color:#ffc299;
	padding-top:68px;
	}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------*/
#nav-wrap {
	position:absolute;
	top:154px;
	left:0px;
	width:952px;
	}
#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	width: 12em;
	height:43px;
	background:#fff;
	color:#f60;
	text-decoration:none;
}
#nav a:hover {
	background:#5fb546;
	color:#fff;
}
#nav li {
	float: left;
	width: 12em; /* width needed or else Opera goes nuts */
}
/*-------------------------------------------------------------
 Width for all custom Tier 1 LI tags
-------------------------------------------------------------*/
#nav li#home {
	width:120px;
	}
#nav li#products {
	width:119px;
	}
#nav li#about-us {
	width:119px;
	}
#nav li#turbo-kits {
	width:119px;
	}
#nav li#customer-cars {
	width:119px;
	}
#nav li#ordering {
	width:119px;
	}
#nav li#services {
	width:119px;
	}
#nav li#contact {
	width:118px;
	}
/*-------------------------------------------------------------
 Width and background images for all custom Tier 1 A tags
-------------------------------------------------------------*/
#nav li#home a {
	background:transparent url(/img/nav/home.gif) no-repeat 0 0;
	width:120px;
	}
#nav li#products a {
	background:transparent url(/img/nav/products.gif) no-repeat 0 0;
	width:119px;
	}
#nav li#about-us a {
	background:transparent url(/img/nav/about-us.gif) no-repeat 0 0;
	width:119px;
	}
#nav li#turbo-kits a {
	background:transparent url(/img/nav/pistons.gif) no-repeat 0 0;
	width:119px;
	}
#nav li#customer-cars a {
	background:transparent url(/img/nav/customer-cars.gif) no-repeat 0 0;
	width:119px;
	}
#nav li#ordering a {
	background:transparent url(/img/nav/ordering.gif) no-repeat 0 0;
	width:119px;
	}
#nav li#services a {
	background:transparent url(/img/nav/services.gif) no-repeat 0 0;
	width:119px;
	}
#nav li#contact a {
	background:transparent url(/img/nav/contact.gif) no-repeat 0 0;
	width:118px;
	}
/*-------------------------------------------------------------
 Hide the span tags on all Tier 1 links
-------------------------------------------------------------*/
#nav li a span {
	display:none;
	}
#nav li#home a:hover,
#nav li#products a:hover,
#nav li#about-us a:hover,
#nav li#turbo-kits a:hover,
#nav li#customer-cars a:hover,
#nav li#ordering a:hover,
#nav li#services a:hover,
#nav li#contact a:hover {
	background-position: 0 -43px;
	}
#nav li#home a.current,
#nav li#products a.current,
#nav li#about-us a.current,
#nav li#turbo-kits a.current,
#nav li#customer-cars a.current,
#nav li#ordering a.current,
#nav li#services a.current,
#nav li#contact a.current {
	background-position: 0 -86px;
	}
#nav li#home a.current:hover,
#nav li#products a.current:hover,
#nav li#about-us a.current:hover,
#nav li#turbo-kits a.current:hover,
#nav li#customer-cars a.current:hover,
#nav li#ordering a.current:hover,
#nav li#services a.current:hover,
#nav li#contact a.current:hover {
	background-position: 0 -86px;
	}
	
	/*--------------------------------------------------------------
 Form styles 
--------------------------------------------------------------*/
form.std-form {
	padding-top:6px;
}
form.std-form fieldset {
	margin:0 0 13px 0;
	display:block;
	width:480px;
	overflow:hidden;
	border:0;
}
form.std-form legend {
	margin:0 0 12px 0;
	padding:8px 0;
	padding-bottom:0;
	color:#658180;
	font-weight:normal;
	font-size:100%;
	text-transform:capitalize;
}
form.std-form td {
	padding-bottom:6px;
}
form.std-form tr {
	vertical-align:top;
}
form.std-form label {
	display:block;
	color:#676767;
	font-size:100%;
	padding:0 0 6px 0;
}
form.std-form input, form.std-form textarea, form.std-form select {
	display:block;
	color:#658180;
	border-color:#bababa;
	background:#fff url(/img/input-back-white.gif) repeat-x bottom;
	padding:3px;
}
form.std-form select option {
	padding:0 18px 0 0;
}
form.std-form textarea {
	font-family:Arial, sans-serif, serif;
	font-size:110%;
}
.input_text, .input_password, textarea, select {
	border-collapse:collapse;
	background:#fff url(/img/input-back-white.gif) repeat-x bottom;
	border:1px solid #a3b3bb;
	padding:3px 0;
}
form.std-form td.large input, form.std-form td.large textarea {
	width:380px;
}
form.std-form td.large {
}
form.std-form td select {
	width:auto;
}
form.std-form td.sub {
	padding:8px 0 0 23px;
}
label {
	color:#000;
	font-size:70%;
}
form.std-form fieldset input.input_check, #members-login input.input_check {
	width:auto;
}
label:hover, label.ie_hover {
	color:#666;
}
form.std-form fieldset input.ie_hover, form.std-form fieldset textarea.ie_hover, form.std-form fieldset input:hover, form.std-form fieldset textarea:hover, input.input_text:hover, textarea.input_text:hover {
	border:1px solid #d0c73d;
	background:#FDFDE2;
}
/*.input_text:focus, .input_password:focus, textarea:focus,*/
form.std-form fieldset input.ie_focus, form.std-form fieldset textarea.ie_focus, form.std-form fieldset input:focus, form.std-form fieldset textarea:focus, input.input_text:focus, textarea.input_text:focus {
	border:1px solid #d0c73d;
	background:#FDFDE2;
}
form.std-form input.submit, form.std-form input.submit:hover, form.std-form fieldset input.submit {
	margin:0;
	padding:0;
	border:0;
}
#error {
	border:1px solid #d0c73d;
	background:#FDFDE2;
	font-size:70%;
	padding:10px;
}
#error p {
	font-size:100%;
	color:#9c9307;
	font-weight:bold;
	margin:0;
	line-height:1.8em;
}
#contactForm table, #contactForm td, #contactForm th{
	border: none;
	}
/*--------------------------------------------------------------
 Form Validation styles 
--------------------------------------------------------------*/
form.std-form fieldset input.validation-failed, form.std-form fieldset textarea.validation-failed {
	border: 1px solid #f00;
}
form.std-form fieldset input.validation-passed, form.std-form fieldset textarea.validation-passed {
	border: 1px solid green;
}
.validation-advice {
	margin: 2px;
	padding: 2px;
	color:#fff;
	background-color:#f00;
}
.warning {
	border: 1px solid #c66;
}
.warning-advice {
	margin: 2px;
	padding: 2px;
	color:#fff;
	background-color:#bbb;
}
/*-------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.text-align-right {text-align:right;}
.text-align-left{text-align:left;}
.center {text-align:center;}
.float-right {float:right;padding:0 0 10px 30px;}
.float-left {float:left;padding:0 14px 24px 0;}
div.float-fix {overflow:hidden;clear:both;height:0;}
br.float-fix {clear:both;}
.bold {font-weight:bold;}
.hide {display:none;height:0;overflow:hidden;visibility:hidden;}
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active #home-content h1,
.sIFR-active #main-content h1,
.sIFR-active #main-content h2,
.sIFR-active #main-content h3,
.sIFR-active #right-content h3,
.sIFR-active #right-content-sub h3 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
}
.sIFR-active #home-content h1,
.sIFR-active #main-content h1 {
	font-size:18px;
}
.sIFR-active #main-content h2 {
	font-size: 14px;
	}
.sIFR-active #main-content h3,
.sIFR-active #right-content h3,
.sIFR-active #right-content-sub h2 {
	font-size:11px;
}