/*	BASIC LAYOUT */
* {
margin: 0;
padding: 0;
}

html, body {
height: 100%;
}

a img {
border: none;
}

#container {
width: 940px; /* total 960px */
margin: 0 auto;
padding: 0 10px;
/* to make footer stick to the bottom of the page */
min-height: 100%;
position: relative;
margin-bottom: -200px; /*height of footer*/
}

#header {
width: 940px;
position: relative;
height: 270px;
}

#tabbed_nav {
position: absolute;
right: 0;
top: 18px;
list-style: none;
font-size: 80%;
}

#tabbed_nav li {
display: inline;
padding: 3px 10px;
}

#tabbed_nav li a {
width: 90px;
}

#main_nav {
font-size: 110%;
position: absolute;
bottom: 11px;
right: 0;
}

#main_nav li {
display: inline;
height: 33px;
}

#main_nav li a {
/*display: block;*/
padding: 11px 11px;
line-height: 33px;
}

#primary {
width: 618px;
float: left;
margin-right: 10px;
}

#primary div {
padding: 10px 20px;
}

img.update_img, img.alignright, img.alignleft, img.aligncenter {
border: 3px solid white;
float: right;
margin: 5px 0 10px 10px;
}

img.alignleft {
margin: 5px 10px 10px 0;
}

img.aligncenter {
margin: 5px 10px 10px;
}

img.fullwidth {
margin: 5px 0 10px;
}

img.not_square {
border: none !important;
}

.update img.alignleft, .post img.alignleft {
float: left;
}

.update img.aligncenter, .post img.aligncenter {
clear: both;
float: none;
}

#sidebar {
width: 298px;
float: right;
margin-left: 10px;
}

#sidebar div {
padding: 10px 15px;
}

#footer {
clear: both;
background: #383533 url(../i/footer_bg_x.gif) left top repeat-x;
/* to make footer stick to the bottom of the page */
height: 200px;
position: relative;
}

#footer p {
width: 960px;
margin: 0 auto;
padding: 150px 60px 20px 0;
height: 30px;
}

.clear_footer {
/* to make footer stick to the bottom of the page */
height: 200px;
clear: both;
}

/* STYLING */
body {
color: #FFF;
background: #211E1C url(../i/header_bg_x.gif) top left repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
}

h1, h2, h3 {
color: #F22;
text-transform: uppercase;
font-weight: normal;
margin-bottom: 5px;
padding-bottom: 3px;
border-bottom: 1px dotted #555;
clear: left;
}

#sidebar h2 {
text-transform: none;
margin-top: 0;
}

#primary h2 {

}

h1 {
font-size: 150%;
}

h2 {
font-size: 130%;
}

h3 {
font-size: 115%;
margin-top: .8em;
}

h4 {
font-size: 100%;
}

strong {
/*color: #F50;*/
color: #ff7326;
text-transform: uppercase;
}

strong.alt_one {
color: #f6bd5a;
}

strong.alt_two {
color: #77e43c;
}

strong.alt_three {
color: #ff7326;
}

strong.alt_four {
color: #ed145b;
}

em {
font-style: italic;
}

a {
color: #F22;
text-decoration: none;
}

a:hover {
color: #D11;
text-decoration: underline;
}

p, li {
line-height: 1.4em;
}

p {
margin-bottom: .7em;
}

ul {
padding-left: 2em;
margin-bottom: 1em;
}

li {
margin-bottom: .5em;
}

#primary div {
background: #212121;
border: 1px solid #101010;
border-top: 2px solid #272727;
margin-bottom: 10px;
}

#sidebar div {
background: #272727;
border: 1px solid #171717;
border-top: 2px solid #333;
margin-bottom: 10px;
}

#sidebar div.product_sidebar {
background: #212121;
border: 1px solid #1a1a1a;
padding: 150px 15px 0 15px;
/*overflow: hidden;
position: relative;*/
}

div.product_sidebar p.continued {
padding: 10px 0;
margin: 0;
}

div.product_sidebar:hover p.continued {
color: #FFF;
}

#sidebar div.product_sidebar:hover {
/*border: 1px solid #444;*/
cursor: pointer;
}

#sidebar div.sb_content {
background: none;
padding: 10px 0 0 0;
border: none;
margin: 0;
}

#main_nav {
list-style: none;
margin: 0;
padding: 0;
} 

#main_nav a, #tabbed_nav a {
color: #FFF;
text-decoration: none;
text-transform: uppercase;
}

#main_nav li a:hover, #main_nav li a.here {
background: #B30000 url(../i/main_nav_hover_x.gif) left top repeat-x;
}

#tabbed_nav li {

}

#footer {
color: #999;
text-align: right;
text-transform: uppercase;
}

#footer p {
font-size: 90%;
background: transparent url(../i/footer_bg_350z_sparkle_blue.jpg) right top no-repeat;
line-height: 2em;
}

#footer span {
color: #FFF;
}

span.date, span.filesize {
color: #C4C4C4;
font-size: 70%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

span.filesize {
color: #FFF;
white-space: nowrap;
}

dl.faq_answers_list {
margin-left: 1em;
}

dl.faq_answers_list dt {
color: #F50;
margin-top: 1em;
font-size: 1.15em;
}

dl.faq_answers_list dd {
margin: 0 0 .5em 1em;
}

/* FORM STYLING */
label {
display: block;
clear: both;
margin: 1em 0;
color: #999;
}

label strong {
color: #FFF;
}

input, textarea {
display: block;
clear: both;
margin-top: 3px;
background: #333;
color: #FFF;
border: 2px solid #444;
padding: 3px 5px;
}

input {
width: 200px;
}

textarea {
width: 90%;
}

input:focus, textarea:focus {
border-color: #666;
}

#cf_submit, #searchsubmit {
width: 100px;
cursor: pointer;
}

#cf_submit:hover, #cf_submit:focus, #searchsubmit:hover, #searchsubmit:focus, input.button:hover, input.button:focus {
border-color: #F22;
background: #B90000;
color: #FFF;
}

#cf_submit.disabled {
color: #555;
}

#cf_submit.disabled:hover {
background: #333;
color: #555;
}

#content div.return_message {
text-align: center;
border: 1px solid #8ee070;
border-bottom-width: 3px;
border-top-width: 3px;
}

#content div.error {
border: 1px solid #F22;
text-align: center;
border-bottom-width: 3px;
border-top-width: 3px;
}

label span.error {
color: #F22;
}


/* ELEMENT SPECIFIC RULES */
#uprev_logo {
text-indent: -5000px;
background: transparent url(../i/header_logo_repl.jpg) top left no-repeat;
width: 330px;
height: 225px;
margin: 0;
padding: 0;
border: none;
}

ul.faq_questions_list {
list-style: none;
}

ul.faq_questions_list li:before {
content: "\00BB \0020";
}

#dealer_pro_tuner_list {
list-style: none;
padding-left: 0;
line-height: normal;
}

#dealer_pro_tuner_list ul {
padding-left: 0;
}

#dealer_pro_tuner_list li li{
padding-left: 35px;
}

#dealer_pro_tuner_list h3 {
font-weight: normal;
text-transform: uppercase;
margin-bottom: .5em;
}

#dealer_pro_tuner_list strong {
font-size: 1.15em;
}

#dealer_pro_tuner_list ul {
list-style: none;
}

#dealer_pro_tuner_list ul li {
margin: 1em 0;
}

/*#dealer_pro_tuner_list a {
text-decoration: none;
}

#dealer_pro_tuner_list a:hover {
text-decoration: underline;
}*/

#dealer_pro_tuner_list li.pro_tuner {
background: transparent url(../i/pro_tuner_icon.gif) 5px .25em no-repeat;
}

#dealer_pro_tuner_list li.dealer {
background: transparent url(../i/dealer_icon.gif) 5px .25em no-repeat;
}

#sidebar #osiris_sidebar {
background: #212121 url(../i/osiris_product_div_bg.png) center top no-repeat;
}

#sidebar #cipher_sidebar {
background: #212121 url(../i/cipher_product_div_bg.png) center top no-repeat;
}

#sidebar #etune_sidebar {
background: #212121 url(../i/etune_product_div_bg.png) center top no-repeat;
}

.product_sidebar strong {
color: #D11;
}

.product_sidebar ul {
list-style: none;
padding-left: 0;
}

/*#tabbed_nav #login_tab a {
height: 25px;
background: transparent url(../i/tabbed_bg.gif) center 1px no-repeat;
}*/

p.movie {
text-align: center;
background: #1A1A1A;
padding: 15px 0;
width: inherit;
border-top: 5px solid #606060;
border-bottom: 5px solid #606060;
}

p.continued, a.continued{
color: #999;
text-align: right;
font-size: .8em;
text-transform: uppercase;
}

#contact_info {
font-size: 115%;
}

#contact_info dt {
color: #D11;
width: 260px;
text-align: right;
float: left;
padding: 5px 0;
}

#contact_info dd {
clear: right;
margin-left: 280px;
padding: 5px 0;
}

#google_map_p {
margin-top: 5px;
}

#google_map {
border: 10px solid #FFF;
}

#google_link {
font-size: 80%;
text-align: right;
display: block;
width: 570px;
text-decoration: none;
padding-top: 5px;
}

#footer span#phone_footer {
color: #F11;
}

/* RULES REGARDING THE VEHICLE SELECTOR */
div#vehicle_selector.unused, ul#vs_products.unused {
display: none;
}

div#vehicle_selector {
position: absolute;
top: 24px;
right: 0px;
width: 620px;
height: 176px;
overflow: hidden;
}

#vehicle_selector * {
padding: 0;
margin: 0;
}

ul#vs_products {
position: absolute;
top: 0;
height: 26px;
left: 155px;
overflow: hidden;
list-style: none;
}

ul#vs_products li {
float: left;
height: 26px;
line-height: 26px;
width: 80px;
background: #666;
margin-right: 3px;
}

ul#vs_products #vs_osiris_trigger {
background: transparent url(../i/osiris_vehicle_select_tab.png) center center no-repeat;
text-indent: -5000px;
}

ul#vs_products #vs_cipher_trigger {
background: transparent url(../i/cipher_vehicle_select_tab.png) center center no-repeat;
text-indent: -5000px;
}

ul#vs_products li a {
padding: 0 10px;
color: #FFF;
}

#vehicle_specifics {
font-size: 12px;
position: absolute;
top: 26px;
right: 0px;
height: 148px;
width: 618px;
overflow: hidden; 
border: 1px solid #888;
margin: 0;
padding: 0;
}

#vehicle_specifics li {
float: left;
width: 28px;
height: 100%;
background: transparent;
border-left: 1px solid #666;
border-right: 1px solid #666;
list-style: none;
}

#vehicle_specifics div.vs_content {
position: absolute;
top: 0;
left: 150px;
padding: 10px 10px 5px 10px;
width: 448px;
background: #282828;
}

#vehicle_specifics div.vs_content  {
top: 0;
}

#vehicle_specifics div.vs_content.two  {
top: -150px;
}

#vehicle_specifics div.vs_content li {
border: none;
width: inhert;
}

#vehicle_specifics li li {
width: 100%;
height: 150px;
overflow: hidden;
float: none;
}

#vehicle_specifics ul.vs_explanation li {
text-indent: 15px;
background: transparent url(../i/vs_bullet.gif) left 2px no-repeat;
/*overflow: auto;*/
height: auto;
margin: 0 0 .3em 0;
}

li#vs_350z_select {
background: #363636 url(../i/vs_350z_select.gif) left center no-repeat;
}

li#vs_g35_select {
background: #363636 url(../i/vs_g35_select.gif) center center no-repeat;
}

li#vs_titan_select {
background: #363636 url(../i/vs_titan_select.gif) center center no-repeat;
}

li#vs_armada_select {
background: #363636 url(../i/vs_armada_select.gif) center center no-repeat;
}

li#vs_frontier_select {
background: #363636 url(../i/vs_frontier_select.gif) center center no-repeat;
}
