/* Base Template Styles */

body {
	font-family:Arial, Helvetica, sans-serif;
}
/* -------------End Base Template Styles-----------------------------*/


/* Header Styles*/

#header {
	clear: both;
	margin-bottom: .35em;
	visibility: visible;
}

.header {
	width: 750px;
}

.flashstage {
	margin-bottom: 5px;
}

/* -------------End Header Styles-----------------------------*/


/* Navigation Menu */

#navlist {
	line-height: 3.25em;
	margin: 0px;
	padding: 0px;
}

.navlist_font {
	font-family: Arial, Helvetica, sans-serif, Helvetica-Condensed;
	font-size: .95em;
	color: #333;
	text-decoration: none;	
}

#navcontainer {
	width: 225px;
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif, Helvetica-Condensed;
}

#navcontainer li {
	width: 225px;
	height: 100%;
	list-style-type: none;
	text-indent: 25px;
	visibility: visible;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/nav_menu_background.png);
}

#navcontainer a {
	display: list-item;
}

#navcontainer a:link, #navlist a:visited, .navlist_font a {
	color: #333;
	text-decoration: none;
}

#navcontainer a:hover, .navlist_font a:hover {
	color: #F00;
	text-indent: 30px;
}

/* -------------End Navigation Styles-----------------------------*/


/* Body Text Styles */


.body_content_div {
	width: 750px;
	margin-bottom: 1em;
	text-align: left;
}

#bodycontent {
	width: 520px;
	clear: both;
	height: auto;
	padding-top: 12px;
	padding-left: 12px;
}

#menucolumn {
	clear: right;
	height: 100%;
	width: 225px;
	margin-right: 5px;
	visibility: visible;
}

h1 {
	color: black;
	font-weight: lighter;
	font-size: .75em;
	line-height: 1.25em;
	text-decoration: none;
}

h1 a {
	color: #f00;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	color: black;
	font-weight: bolder;
	font-size: 1.25em;
	line-height: 1.5em;
}

h2 a {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	color: black;
	font-weight: bolder;
	font-size: 1.75em;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif, Helvetica-Condensed;
}

.body { /* legacy*/
	color: black;
	font-size: .9em;
	line-height:  1.2em;
}

.body_italic { /* legacy*/
	color: black;
	font-style: italic;
	font-size: .9em;
	line-height:  1.2em;
	text-decoration: none;
}

.body_link { /* legacy*/
	color: red;
	font-weight: lighter;
	font-size: .75em;
	line-height: 1em;
	text-decoration: none;
}

.body_text_italic {
	color: black;
	font-style: italic;
	font-size: .9em;
	line-height:  1.2em;
	text-decoration: none;
}

.body_text_white {
	color:#FFF;
	font-size: .9em;
	line-height:  1.2em;
}

.body_text {
	color: black;
	font-size: 0.9em;
	line-height:  1.2em;
}

.body_text a {
	color: red;
	font-weight: bolder;
	font-size: .9em;
	line-height:  1.2em;
	text-decoration: none;
}

.body_text a:hover {
	color: red;
	font-weight: bolder;
	font-size: .9em;
	line-height:  1.2em;
	text-decoration: underline;
}

.body_white {
	color: white;
	font-size: .9em;
}
.smallmenu {
	color: black;
	font-size: 0.75em;
	line-height: 1.5em;
	text-decoration: none
}
.title {
	color: black;
	font-weight: bolder;
	font-size: 1.56em;
	text-decoration: none;
	line-height: 1.1em;
}

.title_white {
	color: white;
	font-weight: bolder;
	font-size: 1.56em;
	text-decoration: none;
	line-height: 1.1em;
}

.productlist_subtitle {
	color: black;
	font-size: .9em;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: bolder;
}

.subtitle {
	color: black;
	font-size: 1.13em;
	text-decoration: none;
	font-weight: bolder;
	line-height: 1.19em;
}
.subtitle_white {
	color: white;
	font-size: 1.13em;
	text-decoration: none;
	font-weight: bolder;
}
.subtitle_red {
	color: red;
	font-size: 1.13em;
	text-decoration: none;
	font-weight: bolder;
}

.subtitle a {
	color:#333;
	font-size: 1.13em;
	text-decoration: none;
	font-weight: bolder;
}

.subtitle a:hover {
	color:#F00;
	font-size: 1.13em;
	text-decoration: none;
	font-weight: bolder;
}

.facts_italic {
	color: black;
	font-style: italic;
	font-weight: bolder;
	font-size: 0.9em;
	line-height: 1.2em;
	text-decoration: none;
}

.unorderedlist {
	font-family: Arial, Helvetica, sans-serif, Helvetica-Condensed;
	font-size: .9em;
	color: #333;
	display: inline;
	list-style-type: square;
	line-height: 1.25em;
	list-style-position: inside;
}

.unorderedlist2 {
	font-family: Arial, Helvetica, sans-serif, Helvetica-Condensed;
	font-size: 0.9em;
	color: #000;
	list-style-type: square;
}


.unorderedlist2 li {
	font-size: 0.9em;
	color: #000;
	padding-top: 1.25em;
	line-height: 2em;
}

/* -------------End Body Text Styles-----------------------------*/


/* Footer Styles */

.footer_main {
	width:750px;
	background-position:center top;
	background-repeat:no-repeat;
	background-image: url(images/footer_gradientbackground_round.png);
	text-align: left;
}

.footertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	color: #666;
	text-transform: uppercase;
	text-align: left;
	vertical-align: bottom;
	text-decoration: none;
}

.footertitle td {
	color: #666;
	text-align: left;
	vertical-align: bottom;
}

.footer_disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
	margin-top: .4em;
	padding-top: .4em;
}

.footer_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	text-decoration: none;
	margin-top: 1em;
	padding-top: 1em;
	color: #999;
}

.footer_copyright a {
	text-decoration:none;
	color: #F00;
}

.footer_smallmenu {
	color: #999;
	font-size: 0.9em;
	line-height: 1.5em;
	text-decoration: none;
}

.footer_smallmenu a {
	color: #999;
	font-size: 0.9em;
	line-height: 1.5em;
	text-decoration: none;
}

.footer_smallmenu a:hover {
	color: #F00;
	font-size: 0.9em;
	line-height: 1.5em;
	text-decoration: none;
}

.footer_subtitle {
	color: #666;
	font-size: 0.9em;
	text-decoration: none;
	text-transform: uppercase;
}

.footer_subtitle a {
	color: #666;
	font-size: 0.9em;
	text-decoration: none;
	text-transform: uppercase;
}

.footer_subtitle a:hover {
	color: #F00;
	font-size: 0.9em;
	text-decoration: none;
	text-transform: uppercase;
}

.footer_orderinfo {
	color: #666;
	font-size: 1em;
	text-decoration: none;
	margin-top: .5em;
	line-height: 1.2em;
}

.footer_orderinfo a {
	color: #666;
	font-size: 1em;
	text-decoration: none;
	margin-top: .5em;
	line-height: 1.2em;
}

.footer_orderinfo a:hover {
	color: #F00;
	font-size: 1em;
	text-decoration: underline;
	margin-top: .5em;
	line-height: 1.2em;
}

#footer_tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	white-space: nowrap;
	padding-top: .6em;
}

.footer_right_vertical_line {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999;
}

#shopinglink{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 60px;
	vertical-align: middle;
}

.othermenudivs {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666;
	font-size: .9em;
	text-decoration: none;
	text-transform: uppercase;
}

.othermenudivs a {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666;
	font-size: .9em;
	text-decoration: none;
	text-transform: uppercase;
}

.othermenudivs a:hover {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #F00;
	font-size: .9em;
	text-decoration: none;
	text-transform: uppercase;
}

#footer_pricelisticon {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #F00;
	font-size: .9em;
	text-decoration: none;
	text-transform: uppercase;
}

/* -------------End Footer Styles-----------------------------*/

/* ----- Download Page Styles ------ */



#downloadbox {
	width: 508px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}

#pricelistdownload {
	width: 508px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 12px;
}

#pricelisticon {
	width: 254px;
}

#acrobatbox {
	width: 95%;
	padding: 0.2em;
}

/* ----- END Download Page Styles ------ */

/* ----- Product Page Styles ------ */

#accessoriesdiv {
	width: 508px;
}

#accessoriestable {
}

#irstableclea {
	clear: both;
	width: 508px;
	margin-top: 15px;
}

.product_lists li {
	color: black;
	font-size: 0.9em;
	line-height:  1.2em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 1px;
}

#exhaustflangetable {
	width: 508px;
}
.exhaustflangetable td {
	width: 508px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	padding-top: 8px;
	padding-bottom: 8px;
}

#rearsuspensionimage {
	padding-bottom: 15px;
}

.margins{
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

#brakedetails {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-top: 15px;
	margin-bottom: 15px;
}

#descript_table {
	padding: 0.25em;
}

.column_left {
	padding: 0.4em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-right-color: #999;
	border-left-color: #999;
	width: 160px;
}

.column_center {
	padding: 0.4em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-right-style: dashed;
	border-right-color: #999;
	border-left-color: #999;
	width: 160px;
}

.column_right {
	padding: 0.4em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-right-color: #999;
	border-left-color: #999;
	width: 160px;
}

/*--- Brake styles ---*/

#brakepartextras {
	margin-top: 15px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999;
	padding-right: 0.5em;
	padding-left: 0.5em;
	text-align: center;
}

.braketable td {
	padding: .25em;
}


#brakenav {
	vertical-align: bottom;
	margin-top: 10px;		
}

.brakeimage {
	vertical-align: top;
	width: 250px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#configurationdiv {
	background-color: #000;
	padding: 3px;
	margin-top: 5px;
}

#configurationdiv2{
	background-color: #000;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#configurationtext {
	background-color: #C00;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom: 10px;
	padding-right: 3px;
}

#accessoriesdiv {
	margin-top: 15px;
	padding: 3px;
	border: 1px dashed #999;
}

/*--- end brake styles ---*/

/*------ my tagline style -----*/


.mytagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	text-decoration: none;
	margin-top: 1em;
	padding-top: 1em;
	color: #999;
}

.mytagline a {
	text-decoration:none;
	color:#666;
}

#irsfactbox2 {
	width: 508px;
}


/*---- LAST EDITED + SL on April 30th 2009 ------*/
.body_text_lowercase {
	color: black;
	font-size: 0.9em;
	line-height:  1.2em;
	text-transform: lowercase;
}

/*--- Edit update NOV 2009 ---*/

.listp p {
	font-size: 0.9em;
	border-bottom-width: .5pt;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}

.rowline td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;	
}

.subheads {
	margin-top:8px; 
	margin-bottom:5px; 
	padding-top:3px; 
	padding-bottom:3px; 
	border-top:dashed; 
	border-top-width:1px; 
	border-bottom:dashed; 
	border-bottom-width:1px;
}

/*-- MY BANNER BOXES --*/

.res_banner {
	height: 208px;
	width: 220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
