/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */

body {
     color: #e7e7e7;
     background-color: #FFFFFF;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-weight: normal;
     text-align: left;
     margin: 0px;
     }

a {
     color: #d4f8ff;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

p {
     margin: 5px 0px 7px 0px;
     }

sup {
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 8px;
     }

a:hover {
     color: #FFF;
     }

legend {
     display: none;
}


label {
     display: none;
}

fieldset {
     border: none;
     padding: 4px 0px 4px 5px;
    }

fieldset p {
     display: block;
     margin: 5px 5px 5px 2px;
     }

form {
     margin: 0px 0px 5px 0px;
     }

img {
     border: none;
display:block;
overflow:hidden;
     }

li {
     padding-bottom: 5px;
     }

/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.center {
     text-align: center;
     }

.inlinecenter {
     text-align: center;
     }

p.inline {
     display: inline;
     padding: 0px;
     }

.strong {
     font-weight: bold;
     }

.big {
     font-weight: bold;
     font-size: 16px;
     }

.hidden {
     display: none;
     }

a.unfancy {
     color: #006699;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */

#skin_wrapper {
     width: 900px;
     padding: 0px;
     margin: auto;
     }

#skin_wrapper_full {
     width: 100%;
     padding: 0px;
     margin: 0px;
     background-image: url('../media/header.png');
     background-repeat: repeat-x;
     background-position:  top left;
     }

#skin_ct {
     width: 100%;
     padding: 0px;
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     }

#skin_ct_lcol_head {
     padding: 10px;
     margin: 0px;
     width: 160px;
     height: 80px;
     }

#skin_ct_rcol_head {
     padding: 10px;
     margin: 0px;
     height: 80px;
     text-align: right;
     }

#skin_ct_lcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     text-align: left;
     }

#skin_ct_mcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     line-height: 150%;
     }

#skin_ct_rcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     }

#skin_footer {
     color: #FFFFFF;
     background-color: #006699;
     padding: 50px 10px 10px 10px;
     margin: 0px;
     text-align: center;
     background-image: url('../media/footer.png');
     background-repeat: repeat-x;
     background-position:  top left;
     }

#skin_pgtitle {
     font-size: 18px;
	 color:#FFFFFF;
	 text-transform:uppercase;
     padding: 0px 0px 4px 0px;
     margin: 0px 0px 10px 0px;
     font-weight: bold;
     border-bottom: 1px solid #fff;
     }
#location_pgtitle {
     font-size: 14px;
	 color:#FFFFFF;
     padding: 0px 0px 4px 0px;
     margin: 20px 0px 5px 0px;
     font-weight: bold;
     border-bottom: 1px solid #fff;
     }

#skin_content {
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */

.skin_fenavh_white {
     color: #fff;
     padding: 3px 0px 5px 0px;
     margin: 0px;
     border-bottom: 1px dotted #FFF;
     font-weight: bold;
     font-size: 12px;
     }
.skin_fenavh {
     color: #155591;
     padding: 3px 0px 5px 0px;
     margin: 0px;
     border-bottom: 1px dotted #fff;
     font-weight: bold;
     font-size: 14px;
     }

.skin_fenav ul {
     padding: 0px;
     margin: 0px 0px 10px 0px;
     list-style: none;
     }

.skin_fenav ul li {
     margin: 0px;
     padding: 0px;
     list-style: none;
     }

.skin_fenav ul li a {
     color: #f6df5b;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 6px 5px 6px 14px;
     background-image: url('../media/menu_bullet.png');
     background-repeat: no-repeat;
     background-position:  center left;
     border-bottom: 1px dotted #fff;
     }

.skin_fenav ul li a:hover {
     color: #d4f8ff;
     background-color: #12406c;
     text-decoration: none;
     }

.skin_headacct {
     width: 100%;
     text-align: right;
     clear: both;
     }

.skin_fenavmini {
     padding: 7px;
     margin: 0px 0px 10px 0px;
     border-left: 1px dotted #999999;
     border-right: 1px dotted #999999;
     border-bottom: 1px dotted #999999;
     }

#skin_menu_head ul {
     padding: 0px 0px 4px 0px;
     margin: 0px 0px 4px 0px;
     list-style: none;
     border-bottom: 1px solid #ABABAB;
     }

#skin_menu_head li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_menu_head ul li a {
     color: #FFFFFF;
     font-weight: normal;
     text-decoration: none;
     margin: 0px 0px 0px 30px;
     padding: 0px 0px 0px 10px;
     background-image: url('../media/menu_arrow.png');
     background-repeat: no-repeat;
     background-position: center left;
     }

#skin_menu_head ul li a:hover {
     text-decoration: underline;
     }

#skin_headacct {
     color: #ABABAB;
}

#skin_headacct a {
     color: #FFFFFF;
     text-decoration: none;
}

#skin_headacct a:hover {
     color: #FFFFFF;
     text-decoration: underline;
}

/* +------------------------------------------------------------+ */
/* | System Required Divs                                       | */
/* +------------------------------------------------------------+ */

#debug {
     color: #555555;
     background-color: #FFFFFF;
     border-top: 1px solid #999999;
     overflow: hidden;
     padding: 10px;
     margin: 0px auto 10px auto;
     }

#printable {
     padding: 10px;
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Messages                          | */
/* +------------------------------------------------------------+ */

.error {
     color: #FF0000;
     font-weight: bold;
     }

.confirm {
     color: #339933;
     font-weight: bold;
     }

.imgfloatrt {
     float: right;
     margin-bottom: 10px;
     margin-left: 10px;
     display: inline;
     }

.inline {
     display: inline;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Fields                       | */
/* +------------------------------------------------------------+ */

.formfieldrelwrap {
     overflow: auto;
     width: 550px;
     height: 90px;
     border: 1px solid #555555;
     padding: 5px;
     margin: 10px 0px 10px 0px;
     }

.formfieldwysiwyg {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfieldwysiwyg:hover {
     background-color: #F5F5F5;
     }

.formfieldradcb {
     color: inherit;
     background-color: inherit;
     }

.formfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfield:hover {
     background-color: #F5F5F5;
     }

.formfieldp {
     display: block;
     padding: 0px;
     margin: 0px 0px 2px 2px;
     }

.formfieldpnfs {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 5px 0px;
     }

.formfielda {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }

.formbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px 0px 5px 0px;
     font-size: 11px;
     width: 130px;
     border: 1px solid #555555;
     }

.formbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     }

.quickbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px;
     font-size: 11px;
     width: 130px;
     border: 1px solid #555555;
     }

.quickbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     }

.quickform {
     margin: 5px 0px 0px 0px;
     }

.quickfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     font-size: 11px;
     margin: 1px 0px 0px 0px;
     }

.quickfield:hover {
     background-color: #EFEFEF;
     }

.formfieldleg {
     font-weight: bold;
     }

.formfieldleg_rnc {
     font-weight: bold;
     color: #FF0000;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Table Displays               | */
/* +------------------------------------------------------------+ */

.formsecthead {
     color: #f6df5b;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     font-size: 14px;
     }

table.formtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

table.formtable td {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Sort Table Displays               | */
/* +------------------------------------------------------------+ */

table.sorttable {
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

th.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     font-weight: bold;
     }

td.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Regular Table Displays            | */
/* +------------------------------------------------------------+ */

.regtablehead {
     color: #be0125;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     font-size: 14px;
     }

table.regtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.regtable {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

.regtable p {
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Ghost Table Displays              | */
/* +------------------------------------------------------------+ */

table.ghost {
     margin: 0px;
     padding: 0px;
     border-spacing: 3px;
     border-collapse: collapse;
     width: 100%;
     }

td.ghost {
     padding: 0px;
     margin: 0px;
     vertical-align: top;
     }

.ghost form {
     display: inline;
}

td.ghost img {
     margin-right: 10px;
     margin-bottom: 10px;
     }

td.ghost p {
     margin: 0px 0px 6px 0px;
}

/* +------------------------------------------------------------+ */
/* | System Required Classes: Boxed Paragraphs                  | */
/* +------------------------------------------------------------+ */

p.ultablesp {
     margin: 0px;
     font-size: 1px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Online Store Displays             | */
/* +------------------------------------------------------------+ */

.storehead {
     color: #fff;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #fff;
     font-weight: bold;
     clear: both;
     font-size: 14px;
     }

.storelink {
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 5px;
     }

.storelink p {
     margin: 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Category List Display Tables      | */
/* +------------------------------------------------------------+ */

table.cptbl_cat {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_cat {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.cptbl_cat a {
     font-weight: bold;
     }

td.cptbl_cat_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product List Display Tables       | */
/* +------------------------------------------------------------+ */

table.cptbl_prod {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_prod {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.cptbl_prod a {
     font-weight: bold;
     }

td.cptbl_prod_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product Detail Display Tables     | */
/* +------------------------------------------------------------+ */

table.cptbl_det {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_det {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     }

td.cptbl_det_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Price Displays                    | */
/* +------------------------------------------------------------+ */

.pricediv {
     margin: 5px 0px 7px 0px;
     }

.price {
     color: #FC8E2F;
     font-weight: bold;
     display: inline;
     }

.pricex {
     color: #FF0000;
     font-weight: bold;
     display: inline;
     text-decoration: line-through;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Shopping Cart Displays            | */
/* +------------------------------------------------------------+ */

.cartbutton {
     color: #FFF;
     background-color: #ae0001;
     padding: 1px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     margin: 0px 0px 5px 0px;
     width: 125px;
     border: 1px solid #FFF;
     text-decoration: none;
     }

.cartbutton:hover {
     color: #FFF;
     background-color: #990000;
     text-decoration: none;
     cursor: default;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Misc                              | */
/* +------------------------------------------------------------+ */

.clearboth {
     clear: both;
     }

.outstock {
     color: #FF0000;
     }

a.hrefbutton {
     color: #FFF;
     background-color: #ae0001;
     padding: 2px 5px 2px 5px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     border: 1px solid #FFF;
     text-decoration: none;
     }

a.hrefbutton:hover {
     color: #FFF;
     background-color: #990000;
     text-decoration: none;
     cursor: default;
     }

.outline {
     border: 1px solid #999999;
     padding: 5px;
     margin-top: 5px;
     }

.outline p {
     margin: 0px 0px 3px 0px;
}

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */

img.featured_reseller_image {
	border:6px solid #CCCCCC;
}


/* +------------------------------------------------------------+ */
/* | Header                                                     | */
/* +------------------------------------------------------------+ */

.top_mini_link {
	color: #043c71;
	text-decoration:none;
}
.top_mini_link:hover {
	text-decoration:underline;
}
#top_mini_nav {
	margin-left:30px;
	font-size:13px;
	color: #043c71;
}



body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bottom_links {
	font-size: 13px;
	color:#cccccc;
	line-height:32px;
}


#menu_footers {
width: 318px;
height:20px;
margin: 0px 2px 10px 0px;
padding-top:4px;
text-indent: 5px;
font-family: tahoma, verdana, arial;
color: #cccccc;
font-size: 13px;
 }
 #menu_footers:hover {
 background:#771d31;
 }
#menu_footers a                         { 
	text-decoration: none; 
	display: block;
}
#menu_footers a:link            { color: #ccc;
display: block; }
#menu_footers a:visited         { color: #ccc; }
#menu_footers a:active          { color: #ccc; }
#menu_footers a:hover           { color: #fff; }

img.bottom_bullet {
	padding-right:10px;
	float:left;
	padding-top:4px;
	padding-left:10px;
}
table.client_testimonials {
	background-image:url('../media/client_testimonials.png');
background-repeat:no-repeat;
background-position:top left;
}
#testimonials_text {
	font-size:11px;
	color:#333333;
	margin-left:25px;
	margin-top:90px;
	width:275px;
	font-style:italic;
}

.footer_text {
	color: #666666;
	font-size: 13px;
	padding-left:90px;
}
.footer_link {
	color:#666666;
	text-decoration:none;
}
.footer_link:hover {
	color:#b80000;
	text-decoration:underline;
}
table.main_content {
	margin-top:30px;
}
#qpac_text {
	font-size:11px;
	color:#FFF;
	margin-left:15px;
	margin-top:47px;
	width:218px;
}
table.main_bg_table {
background-image:url('../media/main_bg.jpg');
background-repeat:repeat;
background-position:top center;
}
table.column1_table {
background-image:url('../media/crankshaft_07.jpg');
background-repeat:no-repeat;
background-position:top left;
}
table.column2_table {
background-image:url('../media/crankshaft_08.jpg');
background-repeat:no-repeat;
background-position:top left;
}
table.column3_table {
background-image:url('../media/crankshaft_09.png');
background-repeat:no-repeat;
background-position:top left;
}
#location_breadcrum_title {
	font-size:18px;
	height:25px;
	color:#FFFFFF;
	float:left;
	margin-top:-5px;
	padding-right:5px;
	padding-left:30px;
     background-image: url('../media/location_arrow.png');
     background-repeat: no-repeat;
     background-position:  center left;
}
input.newsletter_field {
	width:200px;
	height:19px;
	border:1px solid #999999;
	margin-left:10px;
	margin-top:5px;
}
#newsletter_submit {
	margin-top:10px;
	margin-left:10px;
}
#newsletter_header {
	margin-top:20px;
}


/* +------------------------------------------------------------+ */
/* | Homepage                                                   | */
/* +------------------------------------------------------------+ */



#home_panel_titles {
	font-size: 18px;
	color: #FFFFFF;
	margin-left:60px;
	margin-top:21px;
}
#home_panel_icons {
	margin-right:25px;
	margin-top:10px;
}

.home_panel_text {
	font-size: 12px;
	color:#FFFFFF;
}
#home_panel_top_text {
	font-size: 12px;
	color:#FFFFFF;
	width:500px;
	height:125px;
	float:left;
	margin-top:12px;
}
.featured_title {
	font-size: 18px;
	color: #333333;
}
img.featured_reseller_image {
	border:6px solid #CCCCCC;
}
#featured_homepage_image {
	margin-top:12px;
	float:left;
	height:212px;
}
img.featured_homepage_image {
	border:3px solid #CCCCCC;
	margin-right:10px;
}
#reseller_name {
	color:#000000;
	font-size:18px;
	width:100%;
	border-bottom: solid #CCCCCC 1px;
	margin-top:10px;
	margin-bottom:10px;
	line-height:25px;
}
.reseller_description {
	font-size: 11px;
	color:#333333;
}
#find_reseller_banner {
	margin-left:5px;
	margin-top:17px;
	clear:both;
}
#hompage_title {
	margin-top:3px;
	margin-bottom:10px;
	margin-left:35px;
	font-size:18px;
	color:#FFFFFF;
}
img.featured_product_image {
	border:3px solid #5b5b5b;
	margin-top:22px;
	margin-left:7px;
	margin-bottom:5px;
}
.featured_product_link {
	font-size: 13px;
	color: #e32323;
}
.featured_product_link:hover {
	color: #FFFFFF;
}
#featured_prod_description {
	width:120px;
	margin-left:7px;

}
.featured_prod_descript {font-size: 11px; color: #FFFFFF; }
#arrow_icon_down {
	margin-top:1px;

}
#arrow_icon_down2 {
	padding-top:5px;

}

#logo_bar {
	margin-top:-7px;
}
#home_techs_agree {
	width:260px;
	color:#FFFFFF;
	font-size: 12px;
	float:right;
	margin-top:3px;
	margin-right:135px;
}
#home_techs_agree_title {
	color:#ffff66;
	font-size:12px;
	margin-top:5px;
	font-weight:bold;
}

table.newsletter_signup_table {
background-image:url('../media/home_signup_bar.png');
background-repeat:no-repeat;
background-position:bottom left;
}
input.newsletter_field2 {
	margin-bottom:10px;
	margin-left:6px;
	width:180px;
	border:0px solid #FFFFFF;
}
img.simple_border_right {
	border:2px solid #CCCCCC;
	margin-left:10px;
}




ul.locationtitle
{
  width: 40em;  /* room for 3 columns */
  margin:0px;
  padding:0px;
}
ul.locationtitle li
{
  float: left;
  width: 13em;  /* accommodate the widest item */
  list-style: none;
}

/* separate the list from what follows it */
div.wrapper
{
  margin-bottom: 1em;
}
/* anchor styling */
ul.locationtitle li a
{
  display: block;
  width:10em;
  color:#ffff66;
  text-decoration: none;
  padding: 0px 10px 6px 22px;
  background-image: url('../media/location_link.jpg');
     background-repeat: no-repeat;
     background-position:  top left;
}
ul.locationtitle li a:hover
{
  color: #FFF; /* white */
  text-decoration:underline;
}
#reseller_list_image {
float:none;
}
img.reseller_list_image {
	border:2px solid #CCCCCC;
	margin-bottom:5px;
}