/***************************************
**	Global Styles
****************************************/
* {
	padding: 0px;
	margin: 0px;
	font-family: arial;
}
body {
	text-align: center;
	background: #1a1a1a url('images/top-stripe.png') repeat-x top left;
	padding-top: 22px;
}
h1, h2 {
	margin-bottom: 20px;
	color: #242424;
}
h1 {
	font-size: 24px;
	margin: 10px 0 20px 0 !important;
}
img {
	border: none;
}
a {
	color: #991C1F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header-contact-info a, #footer-contact-info a {
	color: #DFDFDF !important;
	text-decoration: none;
}
#header-contact-info a:hover, #footer-contact-info a:hover {
	color: #991C1F !important;
}
p {
	margin: 0 0 15px 0;
	line-height: 16px;
}
p, li, td, label {
	font-size: 12px;
}
.subpage p {
	font-size: 14px;
	line-height: 1.5em;
}
.indent {
	margin: 25px;
	line-height: 1.3em;
}
.indent li {
	font-size: 16px !important;
}
.wide-margin-center {
	margin-left: 37px !important;
	margin-right: 37px !important;
}
.wide-margin-left {
	margin-left: 0px !important;
	margin-right: 15px !important;
}
.wide-margin-right {
	margin-left: 15px !important;
	margin-right: 0px !important;
}
#right_side_large {
	float: right;
	margin-top: 20px;
	text-align: justify;
	width: 380px;
}

/***************************************
**	Site Structure
****************************************/
.wrap {
	text-align: left;
	width: 960px;
	margin: 0px auto;
}
#header-wrap {
	background: #1a1a1a url('images/content-top-bg.jpg') repeat-x bottom left;
	padding-bottom: 41px;
}
#header {
	padding: 1px 0;
	height: 197px;
	background: url('images/header-bg.jpg') no-repeat top left;
}
#header-contact-info {
	font-size: 12px;
	margin: 40px 10px 0 0;
	color: #fff;
}
#navigation {
	position: relative;
	margin: 2px 0 0 0;
	width: 958px;
	height: 65px;
	padding: 3px 0px 0px 4px;
	background: url('images/navigation-bg.png') no-repeat top left;
}
#content-wrap {
	padding-bottom: 42px;
	min-height: 250px;
	background: #eeeeee url('images/content-bottom-bg.jpg') repeat-x bottom left;
}
#content {
	position: relative;
	padding: 1px 0;
}

/***************************************
**	Navigation Styles
****************************************/
#navigation ul li a {
	display: inline-block;
	color: #252525;
}
#navigation ul li {
	list-style-type: none;
	float: left;
}

/***************************************
**	Header Styles
****************************************/
#logo {
	position: absolute;
	left: 360px;
	top: -30px;
}

/***************************************
**	Column Styles
****************************************/
.two-fifth-column {
	width: 39%;
}
.three-fifth-column {
	width: 59%;	
}

/***************************************
**	Product Details Page
****************************************/
#additional_equiptment {
	text-transform: capitalize;
}
.spacer {
	margin-bottom: 35px;
}
#contact_information, #item_summary {
/* 	margin: 0 10px; */
}
#left_side {
	float: left;
	width: 500px;
}
#right_side {
	float: right;
	width: 340px;
}
#product_images {
	text-align: center;
	width: 450px;
	margin: 0px auto;
}
#product_thumbs {
	margin-top: 10px;
}
#product_thumbs img {
	padding: 3px;
}
.item_price {
/* 	border-top: 1px solid #ddd; */
	font-size: 20px;
	font-weight: bold;
	color: #7B1718;
}
#additional_equipment td {
	font-size: 14px;
	width: 160px;
}
#additional_equipment td li {
	margin-left: 15px;
}
#right_side {
	float: right;
	width: 340px;
}
#left_side {
	float: left;
	width: 500px;
}

/***************************************
**	Content Styles
****************************************/
#banner-container {
	padding: 23px 17px;
	background: url('images/banner-bg.jpg') no-repeat top right;
}
#banner-container img {
	cursor: pointer;
}
#banner-tabs img {
	position: relative;
	left: -2px;
}
#banners {
	position: relative;
	width: 534px;
	height: 236px;
}
#banners img {
	position: absolute;
	top: 0;
	left: 0px;
}
.tab {
	left: -25px !important;
}
.first {
	z-index: 10;
}
.second {
	z-index: 9;
}
.third {
	z-index: 8;
	left: -50px !important;
}
#after-shot {
	width: 437px;
	height: 228px;
	position: relative;
	display: inline-block;
	top: -130px;
	background: url('images/after-bg.png') no-repeat top left;
}
#before-shot {
	width: 437px;
	height: 228px;
	position: absolute;
	display: inline-block;
	top: -130px;
	background: url('images/before-bg.png') no-repeat top left;
}
#after-shot img, #before-shot img {
	position: absolute;
	top: 0px;
	margin-left: 5px;
}
#after-shot {
	left: 510px;
}
#before-shot {
	left: 10px;
}

.no-margin {
	margin: 0px !important;
}

/***************************************
**	Forms
****************************************/
.contact-us input, .contact-us textarea {
	padding: 5px;
	font-size: 12px;
}

.contact-us select {
	font-size: 12px;
}

.button-red {
	background-color: #9C2629;
	border: 1px solid #661416;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

.button-gray {
	background-color: #CFCFCF;
	border: 1px solid #AFAFAF;
	color: #333333;
	font-weight: bold;
	padding: 5px;
}

/***************************************
**	Images
****************************************/
.image-bg {
	background-color: #DFDFDF;
	padding: 10px;
	margin: 10px;
	border: 1px solid #CFCFCF;
}

.image-bg-light {
	background-color: #EFEFEF;
	padding: 10px;
	margin: 10px;
	border: 1px solid #CFCFCF;
}

/***************************************
**	Footer Styles
****************************************/
#footer-wrap {
	background: #1a1a1a;
	min-height: 232px;
	height: auto !important;
	height: 232px;
}
#footer {
	color: #FFFFFF;
	position: relative;
	margin-bottom: 20px;
}
#footer-links li {
	list-style-type: none;
	float: left;
}
#footer-links li a {
	color: #e0e0e0;
	padding: 2px 5px;
	display: inline-block;
	text-transform: uppercase;
}
#credit a {
	color: #747474;
	text-transform: uppercase;
	font-size: 11px;
}
#footer-contact-info {
	clear: left;
	text-transform: uppercase;
	font-size: 10px;
	color: #e0e0e0;
	margin: 0px 5px;
	padding-top: 5px;
}

/***************************************
**	Items Table
****************************************/
#items {
	width: 100%;
}

#items tr {
	cursor: pointer;
}
#itemTable {
/* 	margin-top: 25px; */
	width: 500px;
}
#itemTable td {
	vertical-align: top;
	padding: 2px 4px;
	min-width: 100px;
}
#itemTable .fieldName {
	font-weight: bold;
}

/***************************************
**	Item Listings
****************************************/
.itemListing {
	background-color:#DFDFDF !important;
	border:1px solid #BFBFBF;
	margin-bottom:25px;
	padding-top:7px;
	width:100%;
}
.itemPadding {
	margin: 10px;
}
.itemListing table {
	font-size: .90em;
	color: #373737;
}
.itemListing li {
	margin-left: 30px;
}
.additional_equipment li {
	font-size: 13px;
	float: left;
}

/***************************************
**	Product Images
****************************************/
.productImage {

}
.productImageThumb {
	margin: 5px;
	border: 0px !important;
	padding: 0px !important;
	margin: 1px 1px 0 0 !important;
}
#loan_calc {
	border: 1px solid #888;
}
#loan_calc td, #loan_calc th {
	border-bottom: 1px solid #888;
	padding: 3px 6px;
}
#loan_calc td {
	font-size: 13px;
}
#loan_calc input {
	width: 90%;
	margin: 0px auto;
}

/***************************************
**	Tire Application
****************************************/
#truck {
	background: url(../images/body.png) no-repeat top left;
	height: 508px;
	width: 150px;
	position: relative;
}
#truck td {
	height: 69px;
	width: 40px;
	text-align: center;
	font-size: 11px;
}
#truck td img {
	margin: 0px;
	padding: 0px;
	width: 26px;
	border: 0px;
}
#truck td.spacer {
	width: 8px;
}
#truck td.wheelSpacer {
	height: 30px;
}

/***************************************
**	Class Styles
****************************************/
.odd {
	background-color: #efefef;
	border-bottom: 1px solid #BDBDBD;
}
.even {
	background-color: transparent;
}

.accent {
	font-weight: bold;
}
.clear-both {
	clear: both;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.read-more a, .button a {
	display: inline-block;
	margin: 13px 0 0 10px;
}
.read-more {
/* 	display: inline-block; */
	float: left;
	width: 121px;
	height: 68px;
	background: url('images/read-more-bg.jpg') no-repeat top left;
}
.margin-bottom-large {
	margin-bottom: 100px;
}
.button a {
	margin: 13px 0 0 13px !important;
}
.button {
/* 	display: inline-block; */
	float: left;
	width: 141px;
	height: 68px;
	background: url('images/button-bg.jpg') no-repeat top left;
}
.validationErrors {
	background-color:#FFCFCF;
	background-image:url(../images/delete.png);
	border:1px solid #FF9595;
	color:#CC3300;
}
.success, .fail, .information, .validationErrors {
	background-position:10px 13px;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	margin-bottom:10px;
	margin-top:10px;
	padding:10px 10px 10px 60px;
	position:relative;
}


