@charset "UTF-8";
/* CSS Document */
/* 
######################################
CSS BROWSER MASS SELECTOR RESET
######################################
*/

/* NORMALIZES MARGIN, PADDING */ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }
/* NORMALIZES FONT-SIZE FOR HEADERS */ h1, h2, h3, h4, h5, h6 { font-size: 100%; }
/* REMOVES LIST-STYLE FROM LISTS */ ol, ul { list-style: none; }
/* NORMALIZES FONT-STYLE AND FONT-WEIGHT TO NORMAL */ address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
/* COLLAPSES BORDERS FOR TABLES */ table { border-collapse: collapse; border-spacing: 0; } 
/* REMOVES BORDER FROM FIELDSET AND IMG */ fieldset, img { border: 0; }
/* LEFT ALIGNS TEXT IN CAPTION AND TH */ caption, th { text-align: left; }
/* REMOVES QUOTATION MARKES FROM Q */ q:before,  q:after { content:''; }
/* BODY FORMATTING */

body {
background-color: #999999;
background-image: url(../graphics/background.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
}

/* ALLCONTENT DIV FORMATTING */

div#allcontent {
background-color: #FFFFFF;
width: 780px;
margin-left: auto;
margin-right: auto;
border-left: solid;
border-right: solid;
border-bottom: solid;
border-top: solid;
border-color: #000000;
}

/* TOPHEADER DIV FORMATTING */

div#topheader {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #333333;
background-image: url(../graphics/header-002.jpg);
height: 177px;
text-indent: -9999px;
}

/* =navbar */
div#navbar { width: 780px; height: 50px; margin: 0 auto 20px auto; background: url(../graphics/navigation/navbar-background.jpg) repeat-x; text-align: center; }
div#navbar ul { width: 780px; height: 50px; margin: 0 auto; font-family: helvetica, arial, sans-serif; font-size: 14px; }
div#navbar li { display: inline-block; width: 142px; height: 50px; margin: 0 10px 0 0; text-transform: uppercase; font-weight: bold; }
div#navbar li.last { margin: 0; }
div#navbar li a { display: block; width: 100%; height: 50px; color: #555555; text-decoration: none; padding: 17px 0; }
div#navbar li a.current { background: url(../graphics/navigation/navbar-background-hover.jpg) repeat-x; color: #333333; }
div#navbar li a:hover { background: url(../graphics/navigation/navbar-background-hover.jpg) repeat-x; color: #333333; }
div#navbar li a:active { background: url(../graphics/navigation/navbar-background-active.jpg) repeat-x; text-indent: 3px; }

/* PICTURE STYLING */

div#picture01 { padding-left: 2.5em; }

/* CONTENT DIV FORMATTING */

div#content {
}

div#content p {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333333;
padding-top: .5em;
padding-left: 1.5em;
padding-right: 1.5em;
line-height: 20px;
word-spacing: .1em;
}

div#content h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #FF0000;
text-align: right;
border-bottom: solid #FF0000;
padding-right: 2em;
padding-top: .5em;
}

div#content h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #666666;
}

/* div#content img { padding-left: 5em; } */

div#content ul {
list-style-type: circle;
width: 760px;
height: 115px;
margin: 0;
padding: 5px 20px;
word-spacing: .1em;
}

div#content li {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #333333;
float: left;
width: 760px;
padding-bottom: 1em;
padding-left: 5px;
padding-right: 5px;
}

div#content li a {
display: block;
text-align: center;
}

li#rallywheels {
background: url(../graphics/RallyWheelButton.png) no-repeat 50% 10px;
}

li#smoothcenter {
background: url(../graphics/SmoothWheelButton.png) no-repeat 50% 10px;
}

li#hubcaps {
background: url(../graphics/HubcapButton.png) no-repeat 50% 10px;
}

li#trimrings {
background: url(../graphics/trimringbutton.png) no-repeat 50% 10px;
}

li#rallywheels a, li#smoothcenter a, li#hubcaps a, li#trimrings a {
padding-top: 205px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #000000;
text-decoration: none;
}

li#rallywheels a:hover, li#smoothcenter a:hover, li#hubcaps a:hover, li#trimrings a:hover {
padding-top: 205px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #FF0000;
}

/* =footer */
	div#footer { clear: both; height: 200px; margin: 20px 0 0 0; background: #cccccc; }
	/* =contact-info */
		ul#contact-info { height: 250px; width: 288px; float: left; }
		ul#contact-info li { height: 30px; margin: 20px 0; padding: 0 20px; line-height: 30px; background: #999999; border-top: 1px solid #dedede; border-bottom: 1px solid #666666; text-align: center; }
		ul#contact-info li.email:hover, ul#contact-info li.address:hover { background: #666666; border-top: 1px solid #dedede; border-bottom: 1px solid #222222; }
		ul#contact-info li a { display: block; text-decoration: none; text-transform: uppercase; font-size: 13px; font-weight: bold; color: #000000; }
		ul#contact-info li.address { height: 60px; }
	/* =faq-info */
		ul#faq-info { width: 472px; float: right; }
		ul#faq-info li { height: 30px; margin: 20px 0 0 0; padding: 0 20px; line-height: 30px; background: #999999; border-top: 1px solid #dedede; border-bottom: 1px solid #666666; text-align: center; }
		ul#faq-info li:hover { background: #666666; border-top: 1px solid #dedede; border-bottom: 1px solid #222222; }
		ul#faq-info li a { display: block; text-decoration: none; text-transform: uppercase; font-size: 13px; font-weight: bold; color: #000000; }

.ai {
    color: #666666;
}

/* TABULAR DATA STYLING */

table.smooth-wheels, table.smooth-wheels th, table.smooth-wheels td { border: solid #CCCCCC; border-collapse: collapse; }
table.smooth-wheels { margin-left: auto; margin-right: auto; padding-top: 10px; width: 750px; }
table.smooth-wheels caption { width: 760px; background-color: #CCCCCC; padding-top:15px; padding-bottom: 5px; font: Georgia, "Times New Roman", Times, serif; color: #666666; font-size: 20px; font-variant: small-caps; text-align: center; }
table.smooth-wheels th { padding: 3px 5px; font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 16px; text-align: left; }
table.smooth-wheels td { padding: 3px 5px; font-family: "Courier New", Courier, monospace; font-size: 15px; color: #333333; text-align: left; }
table.smooth-wheels tbody tr { background-color: #FFFFFF; }
table.smooth-wheels tbody tr:hover { background-color: #CCCCCC; font-weight: bold; }

/* RALLY WHEEL PAGE STYLING */

h3#smooth { width: 780px; height: 125px; text-indent: -9999px; background-image: url(../graphics/smoothdeluxe-header.jpg); background-repeat: no-repeat; }

table.powdercoating { margin: 10px auto; border: none; }
table.powdercoating td { text-align: center; padding: 0 5px 20px 5px; font-family: helvetica, arial, sans-serif; font-weight: normal; text-transform: uppercase; font-size: 13px; }
table.powdercoating td h4 { padding-top: 5px; }
table.powdercoating td h4 em { color: #c1201f; font-size: 16px; }
h4#powdercoating-disclaimer { margin: 0 40px 20px 40px; border: 3px solid #3aa10c; background: #e1ffd8; padding: 20px 20px; line-height: 20px; font-weight: normal; font-family: helvetica, arial, sans-serif; font-size: 13px; }
h4#powdercoating-disclaimer em { font-weight: bold; font-style: italic; }

/* ####################################################################
    LIGHTBOX CODE BEGINS HERE
   ####################################################################*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
