@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #E00;
}

em.red {
	color: #E00;
	font-style: normal;
}

em.blue {
	color: #00E;
	font-style: normal;
}

/**************/
/* Top Banner */
/**************/

#top_banner {
	background-color: #000;
	height: 50px;
	width: 100%;
}

#top_banner #logo {
	float: left;
	background-image: url(images/topbanner_logo.png);
	background-repeat: no-repeat;
	width: 302px;
	height: 50px;
}

#top_banner #right_bg {
	float: right;
	background-image: url(images/topbanner_right.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 450px;
}

#right_bg a {
	color: #000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-stretch: narrower;
}

#right_bg .icon_login {
	background-image: url(images/icon_login.png);
	background-repeat: no-repeat;
	width: 154px;
	height: 30px;
	float: right;
	text-align: center;
	padding: 6px 0 0 10px;
	margin: 8px 0 0 0;
}

#right_bg .icon_pdf_dl {
	background-image: url(images/icon_pdf_dl.png);
	background-repeat: no-repeat;
	width: 154px;
	height: 30px;
	float: right;
	text-align: center;
	padding: 6px 0 0 15px;
	margin: 8px 0 0 0;
}

#right_bg .icon_pdf_na {
	background-image: url(images/icon_pdf_na.png);
	background-repeat: no-repeat;
	width: 154px;
	height: 30px;
	float: right;
	text-align: center;
	padding: 6px 0 0 15px;
	margin: 8px 0 0 0;
	color: #000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/****************/
/* Main Content */
/****************/

#main_content {
	margin: 10px auto 0 auto;
	padding: 0;
	width: auto;
	min-width: 600px;
	text-align: center;
	overflow: hidden;
}

#main_content p.welcome {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

#main_content h1 {
	color: #E00;
	font-size: 70px;
	padding: 0;
	margin: 0;
}

#main_content h1.acronym {
	color: #000;
	font-size: 30px;
}

#main_content h2 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}

#main_content p.message {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 20px 80px;
}

/***************/
/* Breadcrumbs */
/***************/

div#breadcrumbs {
	background-image: url(images/breadcrumbs.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 33px;
	width: 100%;
	padding: 7px 0 0 20px;
}

div#breadcrumbs a {
	color: #555;
}

div#breadcrumbs a.currentpage {
	font-style: italic;
	color: #777;
}

/**********************/
/* Under Construction */
/**********************/
#main_content.construction {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 800px;
}

#main_content.construction #construction_left {
	float: left;
	width: 283px;
}

#main_content.construction #construction_right {
	float: right;
	padding: 5px;
	margin: 35px 0 0 0;
	width: 500px;
}

#main_content.construction h1 {
	font-size: 36px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	color: #F90;
}

#main_content.construction p {
	font-size: 20px;
	text-align: left;
}

/*******************/
/* Main Navigation */
/*******************/

ul#navigation {
	margin: 10px auto 0 auto;
	width: auto;
	text-align: center;
}

ul#navigation li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ul#navigation li a {
	background: transparent url(images/nav_sprite_sheet.png) no-repeat scroll 0 0;
	float: left;
	height: 0;
	width: 264px;
	overflow: hidden;
	padding-top: 190px;
	margin: 10px 10px 0 0;
}

ul#navigation li#lifts a {
	background-position: 0 0;
}

ul#navigation li#tirechangers a {
	background-position: -264px 0;
}

ul#navigation li#wheelbalancers a {
	background-position: -528px 0;
}

ul#navigation li#brakelathes a {
	background-position: -792px 0;
}

ul#navigation li#aircompressors a {
	background-position: -1056px 0;
}

ul#navigation li#alignmentmachines a {
	background-position: -1320px 0;
}

ul#navigation li#pipebenders a {
	background-position: -1584px 0;
}

ul#navigation li#acrechargers a {
	background-position: -1848px 0;
}

ul#navigation li#lifts a:hover {
	background-position: 0 -190px;
}

ul#navigation li#tirechangers a:hover {
	background-position: -264px -190px;
}

ul#navigation li#wheelbalancers a:hover {
	background-position: -528px -190px;
}

/* COMMENTED OUT DURING CONSTRUCTION */
/* ************************************

ul#navigation li#brakelathes a:hover {
	background-position: -792px -190px;
}

ul#navigation li#aircompressors a:hover {
	background-position: -1056px -190px;
}

ul#navigation li#alignmentmachines a:hover {
	background-position: -1320px -190px;
}

ul#navigation li#pipebenders a:hover {
	background-position: -1584px -190px;
}

ul#navigation li#acrechargers a:hover {
	background-position: -1848px -190px;
}

**********************************************/

/********************/
/* Navigation Lifts */
/********************/

#main_content.lifts {
	width: auto;
}

ul#navlifts {
	margin: 10px auto 0 auto;
	width: auto;
	text-align: center;
}

ul#navlifts li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ul#navlifts li a {
	background: transparent url(images/lifts/nav_sprite_sheet_lifts.png) no-repeat scroll 0 0;
	float: left;
	height: 0;
	width: 264px;
	overflow: hidden;
	padding-top: 190px;
	margin: 10px 10px 0 0;
}

ul#navlifts li#twopostlift a {
	background-position: 0 0;
}

ul#navlifts li#fourpostlift a {
	background-position: -264px 0;
}

ul#navlifts li#heavylift a {
	background-position: -528px 0;
}

ul#navlifts li#motorcyclelift a {
	background-position: -792px 0;
}

ul#navlifts li#scissorlift a {
	background-position: -1056px 0;
}

ul#navlifts li#alignmentlift a {
	background-position: -1320px 0;
}

ul#navlifts li#twopostlift a:hover {
	background-position: 0px -190px;
}

ul#navlifts li#fourpostlift a:hover {
	background-position: -264px -190px;
}

ul#navlifts li#heavylift a:hover {
	background-position: -528px -190px;
}

ul#navlifts li#motorcyclelift a:hover {
	background-position: -792px -190px;
}

ul#navlifts li#scissorlift a:hover {
	background-position: -1056px -190px;
}

ul#navlifts li#alignmentlift a:hover {
	background-position: -1320px -190px;
}

/**************************/
/* Product Selection Page */
/**************************/

#main_content h1.productpage {
	font-size: 50px;
	margin: 0 auto;
}

img.productpage {
	width: 200px;
}

.productinfo {
	width: 600px;
	margin: 0 auto;
}

.productheader {
	background-image: url(images/infobox_header.png);
	background-repeat: no-repeat;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	height: 31px;
	width: 600px;
	padding: 5px 0 0 8px;
	margin: 0;
}

.productcontent {
	background-image: url(images/infobox_content.png);
	background-repeat: repeat-y;
	overflow: hidden;
	width: 600px;
	margin: -6px 0 0 0;
	padding: 0 6px;
}

.productcontent .left {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
}

.productcontent .right {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

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

.productcontent a {
	color: #00F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.productcontent a img {
	border: none;
}

.productinfo .price {
	font-size: 32px;
	text-align: right;
	margin: 0 15px 0 0;
}

.productinfo .price_call {
	font-size: 24px;
	font-style: italic;
	text-align: right;
	margin: 0 15px 0 0;
}

.productfooter {
	background-image: url(images/infobox_footer.png);
	background-repeat: no-repeat;
	height: 17px;
	margin: 0 0 15px 0;
}

/******************************/
/* Product Information Tables */
/******************************/

#main_content.product_table_page {
	width: 900px;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
}

#main_content.product_table_page h1.product_table_page {
	font-size: 50px;
}

#product_image_container {
	width: 355px;
	float: right;
}

#main_content.product_table_page div.caption_left {
	width: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #DDD;
	color: #777;
	text-align: right;
	float: left;
	clear: left;
	margin: 0 auto 5px auto;
	padding: 2px;
}

#main_content.product_table_page div.caption_right {
	width: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #DDD;
	color: #777;
	text-align: right;
	float: right;
	clear: right;
	margin: 0 auto 5px auto;
	padding: 2px;
}

ul.featurelist {
	text-align: left;
	margin: -10px 0 0 0;
}

ul.featurelist h3 {
	margin: 15px 0 2px 0;
}

#product_table_container {
	width: 543px;
	margin: 0 auto;
	float: left;
}

img.product_image {
	float: right;
	width: 355px;
}

.product_table {
	width: 543px;
	margin: 0;
	padding: 0;
}

.product_table_header {
	background-image: url(images/table_header.png);
	background-repeat: no-repeat;
	height: 30px;
	padding: 5px 0 0 0;
	font-family: Verdana, Geneva, sans-serif;
}

.product_table_bg {
	background-image: url(images/table_content.png);
	background-repeat: repeat-y;
	margin: -5px 0 0 0;
	padding: 5px;
}

table.specifications {
	border-style: none;
	width: 530px;
}

table.specifications td.firstcolumn {
	border-style: solid;
	border-width: 1px;
	border-color: #AAA;
	text-align: right;
	padding: 2px 8px 2px 0;
	color: #444;
/*	width: 50%; */
}

table.specifications td {
	border-style: solid;
	border-width: 1px;
	border-color: #AAA;
	text-align: left;
	padding: 3px 0 3px 3px;
}

table.specifications td.table_em {
	background-color: #DDD;
	text-align: center;
}

.product_table_footer {
	background-image: url(images/table_footer.png);
	background-repeat: no-repeat;
	height: 21px;
	margin: 0 0 10px 0;
}

/***********************/
/* Distributor's Login */
/***********************/

#main_content.distro {
	margin: 10px auto 0 auto;
	padding: 0;
	width: auto;
	min-width: 600px;
	text-align: center;
	overflow: hidden;
}

#main_content.distro h1.small {
	font-size: 30px;
}

form.distrologin {
	background-image: url(images/distrologin/login_bg.png);
	background-repeat: no-repeat;
	width: 409px;
	height: 150px;
	margin: 40px auto 20px auto;
	padding: 10px 0 0 0;
}

form.distrologin label {
	color: #EEE;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	float: left;
	margin: 0 0 0 25px;
	text-align: right;
	display: block;
	width: 100px;
}

form.distrologin input.txt_fld {
	width: 200px;
}

form.distrologin input.btn_submit {
	margin-left: -20px;
}

.download_pdf{
	background-image: url(images/distrofiles/downloadicon_pdf.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 299px;
	padding: 15px 0 0 0;
	margin: 10px auto;
}

.download_pdf a{
	color: #EEE;
}

/**********************/
/* Footer Information */
/**********************/

#footer {
	clear: both;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	margin: 30px 0 0 0;
	padding: 20px 0 0 45px;
}

#footer p {
	color: #444;
}

p.counter {
	margin: 0 0 0 0;
	padding: 20px 0 0 40px;
	clear: both;
	text-align: left;
}

#footer ul#sitemap li {
	display: inline;
	margin: 0 10px 0 0;
}

#footer h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #444;
	font-size: 22px;
	margin: 0;
	
	/* Hides from IE-mac \*/
	* html .container {height: 1%;}
	/* End hide from IE-mac */
}

#footer h2 {
	font: Verdana, Geneva, sans-serif;
	color: #555;
	font-size: 14px;
	margin: 0;
	
	/* Hides from IE-mac \*/
	* html .container {height: 1%;}
	/* End hide from IE-mac */
}

#footer h3 {
	color: #AAA;
	font-family: Verdana, Geneva, sans-serif;
	margin: 20px 0 0 0;
	
	/* Hides from IE-mac \*/
	* html .container {height: 1%;}
	/* End hide from IE-mac */
}

#footer a {
	color: #555;
	padding: 10px 0;
	
	/* Hides from IE-mac \*/
	* html .container {height: 1%;}
	/* End hide from IE-mac */
}