body {
	color: #e1e1e1;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	background: url(images/webbg.jpg) repeat top left;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #C07D35;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 15px;
	display: inline;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 24px;
	font-family: aviano-slab,serif;
	font-style: normal;
	font-weight: 300;
	color: #a1a1a1;
}

h3 {
	width: 100%;
	font-size: 24px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}

img {
	border: none;
}

hr {
	width: 100%;
	margin: 10px 0;
	border: none;
	border-top: 1px solid #212121;
	float: left;
	display: inline;
}

.inputButtonStyle {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	border: 4px solid #272727;
	background-color: #e1e1e1;
	background-image: url(images/formbuttonbg.jpg);
	background-repeat: repeat;
	color: #b2b2b2;
} 

.textfieldStyle {
	height:23px;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666;
	background-image: url(images/form-inputbg.jpg);
	background-repeat:repeat-x;
	border:solid 1px #bababa;
	padding:7px 0 0 7px;
}

.textBoxStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666;
	background-color:#f3f3f3;
	border:solid 1px #bababa;
	padding:2px 0 0 4px;
}

.listMenuStyle {
	width: 80%;
	height: 23px;
	font-size: 11px;
	padding: 2px 0;
	margin: 0;
	color:#242424;
	background-color:#D3C8B7;
}

.messagepass {
	width: 97%;
	padding: 1%;
	margin: 10px 0;
	margin-bottom: 20px;
	background-color: #759577;
	border: 1px solid #415943;
	clear: both;
	float: left;
	display: inline;
}

.messagewarning {
	width: 97%;
	padding: 1%;
	margin: 10px 0;
	margin-bottom: 20px;
	background-color: #c3bf77;
	border: 1px solid #83804d;
	clear: both;
	float: left;
	display: inline;
}

.messagefail {
	width: 97%;
	padding: 1%;
	margin: 10px 0;
	margin-bottom: 20px;
	background-color: #aa5f55;
	border: 1px solid #5c2821;
	clear: both;
	float: left;
	display: inline;
	opacity:0.8;
	filter:alpha(opacity=80)
}

#full_wide {
	width: 100%;
	float: left;
	display: inline;
}

.width_setter {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#top_banner {
	width: 100%;
	height: 350px;
	background: url(images/topbannerbg.jpg) top center repeat-x;
	float: left;
	display: inline;
}

#top_banner h1 a {
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	text-indent: -9999px;
	cursor: pointer;
}

#top_banner_internal {
	width: 100%;
	background: url(images/topbannerbg.jpg) top center repeat-x;
	height: 300px;
	float: left;
	display: inline;
}

#top_banner_internal h1 a {
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	text-indent: -9999px;
	cursor: pointer;
}

/* menu */

#menu {
	width: 660px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #efefef;
	line-height: 41px;
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	position: absolute;
	top: 43px;
	right: 0;
	z-index: 100;
}

#menu a {
	color:#efe9d1;
	text-decoration:none;
}

#menu li {
	background: none repeat scroll 0 0;
	cursor: pointer;
	float: left;
	position: relative;
	padding: 0px 11px 0px 12px;
	border-right: 1px dotted #5e5d5c;
}

#menu li a:hover {
	color:#bba631;
}

#menu .logo {
	background:transparent none repeat scroll 0% 0%;
	padding:0px;
	background-color:Transparent;
}

/* sub-menus*/
#menu ul {        	
	padding:0px;
	margin:0px;
	display:block;
	display:inline;
}

#menu li ul {
	position:absolute;
	left:0px; 
	top:0px;
	margin-top:41px; 
	width:490px;
	line-height:14px;
	padding: 0 8px;
	background: #121212;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#8b8669;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

	/* I hate you IE, this is for your high-maintenance needs */ display:none;
}

#menu li:hover ul {
	display:block;
}

#menu li ul li{
	float: left;
	display: inline;
	margin: 0 8px;
	width: 225px;
	padding: 8px 0px;
	border-bottom: dotted 1px #606060;
	list-style-type:none;
}

#menu li ul li:first-child {
	border-top: none;
}

#menu li ul li a {
	display:block;
	color:#8b8669;
}

#menu li ul li a:hover {
	color:#bba631;
}

/* main submenu */
#menu #main {
	left:0px;
	top:-20px;
	padding-top:20px;
	background-color:#7cb7e3;
	color:#fff;
}


/* corners*/
#menu .corner_inset_left {
	position:absolute;
	top:0px;
	left:-12px;
}

#menu .corner_inset_right {
	position:absolute;
	top:0px;
	left:150px;
}

#menu .last {
	background:transparent none repeat scroll 0% 0%;
	margin:0px;
	padding:0px;
	border:none;
	position:relative;
	border:none;
	height:0px;
}

#menu .corner_left {
	position:absolute;
	left:0px;
	top:0px;
}

#menu .corner_right {
	position:absolute;
	left:132px;
	top:0px;
}

#menu .middle {
	position:absolute;
	left:18px;
	height: 20px;
	width: 115px;
	top:0px;
}

#truck_holder {
	width: 620px;
	height: 388px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
	
#bottom_content_holder {
	width: 100%;
	min-height: 920px;
	background: url(images/bottomwoodbg.jpg) top left repeat-x;
	padding: 10px 0;
	float: left;
	display: inline;
}

#bottom_content {
	width: 960px;
	background: url(images/bottomcontentbg.png) repeat;
	margin: 10px 0;
	float: left;
	display: inline;
}

#cart_nav {
	width: 960px;
	background: url(images/footerbg.png) repeat;
	font-size: 12px;
	color: #9d9d9d;
	float: left;
	display: inline;
}

	#user_links {
		font-size: 11px;
		font-family: Helvetica, Arial, sans-serif;
		text-align: left;
		padding: 5px 0px;
		margin-top: 5px;
		margin-bottom: 8px;
		background: url(images/footerbg.png) top left repeat;
		list-style: none;
		float: left;
		display: inline;
	}
	
	#user_links a {
		color: #efe9d1;
		text-decoration: none;
	}
	
	#user_links .nav_item {
		padding: 5px 15px;
		border-right: 1px dotted #5e5d5c;
		float: right;
		display: inline;
	}
	
	#user_links .cart {
		height: 20px;
		padding: 5px 20px;
		padding-left: 44px;
		border: none;
		background: url(images/cart_icon.png) 20px 7px no-repeat;
		float: right;
		display: inline;
	}
	
	#user_links .items_in_cart {
		height: 20px;
		padding: 5px 20px;
		padding-left: 44px;
		border: none;
		background: url(images/cart_icon.png) 20px 7px no-repeat;
		float: right;
		display: inline;
	}
	
	#user_links .items_in_cart a {
		font-size: 13px;
		letter-spacing: -.025em;
		font-weight: bold;
	}
	
	#user_links .cart a {	
		font-size: 13px;
		letter-spacing: -.025em;
		font-weight: bold;
	}

#truckLogosHolder {
	width: 940px;
	height: 73px;
	padding: 4px 10px 14px 10px;
	background: url(images/trucklogosbarbg.png) repeat-x;
	float: left;
	display: inline;
	z-index: 900;
}

#truckLogosHolder ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 73px;
	display:inline-block;
	float: left;
}

#truckLogosHolder ul li {
	cursor:pointer;
	float:left;
	height: 73px;
	margin: 0;
	padding:0px 13px;
	border-right: 1px dotted #5e5d5c;
	display: inline;
}

#main_title_bar {
	width: 920px;
	padding: 10px 20px;
	margin: 10px 0;
	background: url(images/maintitlebarbg.png) repeat;
	float: left;
	display: inline;
}

#main_title_bar h2 {
	width: 500px;
}

#purchase_option {
	width: 200px;
	float: left;
	display: inline;
}
	
	#purchase_option .buy_button a {
		font-family: 'Helvetica', sans-serif;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		padding: 10px 20px;
		border: 4px solid #272727;
		background-color: #e1e1e1;
		background-image: url(images/formbuttonbg.jpg);
		background-repeat: repeat;
		color: #b2b2b2;
		float:left;
	}

.leftColumn {
	width: 620px;
	margin: 10px;
	float: left;
	display: inline;
}
	.accountColumn {
		width: 940px;
		margin: 0px;
		float: left;
		display: inline;	
	}
	
#contentHolder {
	width: 590px;
	padding: 0 15px;
	margin-bottom: 25px;
	float: left;
	display: inline;
}

.leftColumn h2 {
	font-size: 21px;
	line-height: 21px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: white;
	margin-bottom: 15px;
	float: left;
	display: inline;
}

.fit_list {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;	
}

.fit_list li {
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 5px; 
	background: url(images/bottomcontentbg.png) top left repeat;
	color: white;
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	float: left;
	display: inline;
	position: relative;
}

.fit_list li .view a:link, .fit_list li .view a:visited {
	padding: 2px 3px;
	background-color: #c07d35;
	font-size: 11px;
	font-weight: bold;
	color: #0E0706;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	position: absolute;
	top: 3px;
	right: 3px;
}

.product_no_link {
	width: 60px;
}

.product_no_link a:link, .product_no_link a:visited {
	padding: 7px;
	background-color: #c07d35;
	font-size: 14px;
	font-weight: bold;
	color: #0E0706;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.product_make_name {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.product_make_name a:link, .product_make_name a:visited {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 6px;
}

.prod_cat {
	width: 185px;
	height: 250px;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	float: left;
	display: inline;
}

.prodimg {
	margin: 0 20px 20px 10px;
	float: left;
	display: inline;
}

.sub_prod_cat {
	width: 165px;
	height: 250px;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	float: left;
	display: inline;
}

.sub_prod_cat img {
	max-width: 165px;
	margin-bottom: 10px;
}

.sub_prod_img {
	margin: 0 20px 20px 10px;
	float: left;
	display: inline;
}

.galleryJS {
	width: 100%;
	height: 275px;
	overflow: hidden;
	float: left;
	display: inline;
}

	.galleryJS ul li.category .image {
		width: 175px;
		height: 250px;
		float: left;
		display: inline;
	}
	
	.galleryJS ul li.category img {
		min-width: 175px;
		max-width: 175px;
	}
	
	.galleryJS ul li.category .info {
		width: 410px;
		margin-left: 30px;
		float: left;
		display: inline;
	}
	
		.galleryJS ul li.category .info h2 {
			width: 100%;
			float: left;
			display: inline;
		}

.rightColumn {
	width: 300px;
	margin: 10px;
	font-size: 11px;
	float: left;
	display: inline;
}

#yourTruck {
	width: 100%;
	font-size: 15px;
	color: white;
	float: left;
	display: inline;
}

#removeTruck {
	width: 280px;
	padding: 10px;
	float: left;
	display: inline;
}

.title {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
}

.date {
	font-size: 12px;
	font-style: italic;
	color: #a1a1a1;
}

#bottom_content_bottom {
	width: 100%;
	height: 20px;
	background: url(images/bottom_content-bottom.png) no-repeat top center;
	float: left;
	display: inline;
}

#bottomAds {
	width: 100%;
	float: left;
	display: inline;
}

#bottomAds img {
	margin: 10px;
	float: left;
	display: inline;
}

#footer {
	width: 960px;
	background: url(images/bottomcontentbg.png) repeat;
	font-size: 12px;
	color: #9d9d9d;
	float: left;
	display: inline;
}

#bbcLogoHolder {
	float: right;
	display: inline;
}

#galleryHolder {
   width: 100%;
   overflow-y:hidden;
   height:210px;
   margin: 0;
   padding: 0;
   float: left;
   display: inline
}

#galleryHolder ul {
   list-style:none;
   margin: 0;
   padding: 0;
}
		
.insideGalleryHolder {
    width: 600px;
    height: 210px;
    float: left;
    display: inline;
}

.galleryImageHolder {
    float:left;
    display:inline;
    width: 200px;
}

.galleryDescriptionHolder {
    float:right;
    display:inline;
    width: 380px;
}

#leftGalleryButton {
    position: absolute;
    top: 330px;
    left: 238px;
}

#rightGalleryButton {
    position: absolute;
    top: 330px;
    left: 660px;
}

#productImage {
	width: 285px;
	float: left;
	display: inline;
}

#productCatImage {
	width: 215px;
	float: left;
	display: inline;
}

.productSpecTitle {
	color: #808080;
	font-size: 11px;
	font-style: italic;
}

#productDescription {
	width: 300px;
	float: right;
	display: inline;
}

#fb-root {
	width: 100%;
	margin-top: 15px;
	float: left;
	display: inline;
}
	
.news_item {
	float:left;
	width: 100%;
	margin-bottom: 20px;
	clear:both;
	border-bottom: 1px solid #222;
}

.field100 {
	width: 580px;
	background: url(images/darker.png) top left repeat;
	height: 24px;
	font-size: 16px;
	color: #8c8c8c;
	border: 1px solid #2d2d2d;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.field50 {
	width: 260px;
	background: url(images/darker.png) top left repeat;
	height: 24px;
	font-size: 16px;
	color: #8c8c8c;
	border: 1px solid #2d2d2d;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.field30 {
	width: 160px;
	background: url(images/darker.png) top left repeat;
	height: 21px;
	font-size: 14px;
	color: #8c8c8c;
	border: 1px solid #2d2d2d;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.field25 {
	width: 110px;
	background: url(images/darker.png) top left repeat;
	height: 21px;
	font-size: 14px;
	color: #8c8c8c;
	border: 1px solid #2d2d2d;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

select {
	color: #8c8c8c;
	background: url(images/darker.png) top left repeat;
	border: 1px solid #2d2d2d;
	padding: 7px;
}

.form100 {
	width: 100%;
	margin-bottom: 15px;
	float: left;
	display: inline;
}

.form50 {
	width: 300px;
	margin: 0 10px 15px 0;
	float: left;
	display: inline;
}

.form30 {
	width: 200px;
	margin: 0 5px 15px 0;
	float: left;
	display: inline;
}

.form25 {
	width: 150px;
	margin: 0 5px 15px 0;
	float: left;
	display: inline;
}

label {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width:100%;
	font-size: 10px;
	line-height: 12px;
	color: #656565;
	letter-spacing: .2em;
	margin: 10px 0px 5px;
	clear: both;
	float: left;
	display: inline;
}

.account_column {
	width: 300px;
	padding: 10px;
	margin: 10px 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	float: left;
	display: inline;
}

#cart_contents_title {
	width: 900px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -.025em;
	border-bottom: 2px dotted #d8d8d8;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	display: inline;
}

#cart_items_column {
	width: 740px;
	padding-top: 20px;
	float: left;
	display: inline;
}
