/* CSS Document */

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

html,
body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	line-height:23px;
	margin:0;
	padding:0;
	height:100%;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

#container	{
	min-height:100%;
	position:relative
}

/****************
----- Fonts -----
*****************/
a	{
	text-decoration:none;
	color:#000;
}

p a	{
	font-weight:bold;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 25px;
}

h2 {
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 21px;
}

h3 {
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 17px;
}

h4 {
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
}

h5 {
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

h6 {
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-bottom: 20px;
	text-align:left;
	font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
}


/****************
----- Header ----
*****************/
#header-wrap	{
	width:100%;
	height:116px;
	overflow:visible;
	background:#FFF;
}

#header	{
	background:url(../images/header-bg.jpg) no-repeat bottom right;
}

#header ul {
	list-style:none;
	float:right;
	margin-top:30px;
}

#header ul li {
	text-align:right;
}

#header ul li.phone {
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 23px;
	margin-bottom:5px;
}

#header ul li.email {
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
}

/****************
---- Top Nav ----
*****************/
#top-nav-wrap	{
	width:100%;
	height:35px;
	overflow:hidden;
	background: #353535; /* Old browsers */
	background: -moz-linear-gradient(top, #353535 0%, #484848 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#353535), color-stop(70%,#484848)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #353535 0%,#484848 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #353535 0%,#484848 70%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #353535 0%,#484848 70%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#484848',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #353535 0%,#484848 70%); /* W3C */
}

#top-nav-wrap ul	{
	list-style:none;
	display:block;
	float:right;
	line-height:35px;
}

#top-nav-wrap ul li	{
	color:#FFF;
	text-transform:uppercase;
	display:block;
	float:left;
	margin:0;
}

#top-nav-wrap ul li a	{
	padding:8px 12px 8px 12px;
	color:#FFF;
}

#top-nav-wrap ul li a:hover	{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	background: #353535; /* Old browsers */
	background: -moz-linear-gradient(top, #353535 0%, #1d1d1d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#353535), color-stop(100%,#1d1d1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #353535 0%,#1d1d1d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #353535 0%,#1d1d1d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #353535 0%,#1d1d1d 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#1d1d1d',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #353535 0%,#1d1d1d 100%); /* W3C */
}


/*****************
---- Featured ----
*****************/
#feature-wrap	{
	width:100%;
	height:390px;
	margin-bottom:80px;
	overflow:visible;
	background: #ed1913; /* Old browsers */
	background: -moz-linear-gradient(top, #ed1913 0%, #ae0b06 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed1913), color-stop(100%,#ae0b06)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ed1913 0%,#ae0b06 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ed1913 0%,#ae0b06 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ed1913 0%,#ae0b06 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1913', endColorstr='#ae0b06',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ed1913 0%,#ae0b06 100%); /* W3C */
	overflow:visible;
}

/****************
----- Main ------
*****************/
#main-wrap	{
	width:100%;
	padding-top:40px;
	padding-bottom: 310px;
}

#home-contact, #home-vehicle-parts, #home-mini-truck	{
	height:200px;
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top, #e4e4e4 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4e4e4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4e4e4 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e4e4e4 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e4e4e4 0%,#ffffff 100%); /* W3C */
}

#home-contact p, #home-vehicle-parts p, #home-mini-truck p	{
	margin-left:20px;
	margin-right:20px;
}

#home-contact h1, #home-vehicle-parts h1, #home-mini-truck h1	{
	color:#5e4040;
	text-shadow:0 1px 1px #FFF;
	margin:10px 10px 10px 20px;
	font-weight:normal;
}

#home-quote	{
	margin-top:80px;
}

#home-quote h1	{
	padding-left:40px;
	padding-right:40px;
	font-weight:normal;
	font-size:23px;
	line-height:30px;
	text-align:center;
}

#home-quote p	{
	padding-left:80px;
	padding-right:80px;
	font-size:14px;
	line-height:26px;
	text-align:center;
}

#history-wrap	{
	width:100%;
	margin-top:-250px;
	padding-bottom:300px;
	background:url(../images/history-bg.jpg) top center repeat;
}

#history-wrap-bg-2	{
	width:100%;
	height:40px;
	background:url(../images/history-bg-top.jpg) repeat-x top center;
}

#history h1	{
	font-weight:normal;
	text-shadow:0 1px 1px #fefefe;
}

#vehicle-parts-list	{
	font-family:Verdana, Geneva, sans-serif;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	margin-top:20px;
	margin-bottom:30px;
	padding-top:35px;
	padding-bottom:15px;
	line-height:30px;
	color:#FFF;
	font-size:17px;
	background: #ed1913; /* Old browsers */
	background: -moz-linear-gradient(top, #ed1913 0%, #ae0b06 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed1913), color-stop(100%,#ae0b06)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ed1913 0%,#ae0b06 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ed1913 0%,#ae0b06 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ed1913 0%,#ae0b06 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1913', endColorstr='#ae0b06',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ed1913 0%,#ae0b06 100%); /* W3C */
	overflow:visible;
}

#vehicle-parts-list ul	{
	text-shadow:1px 1px 1px #000;
	list-style:none;
	text-align:center;
}

#vehicle-parts-list h1 {
	text-shadow:1px 1px 1px #000;
}

#vehicle-parts-list p {
	text-shadow:1px 1px 1px #000;
}

#contact-page-list	{
	list-style:none;
}

#contact-page-list	li	{
	border:2px solid #3f3b3c;
	display:block;
	background:#f7e1e6;
	padding:20px;
	margin-bottom:20px;
	width:320px;
}

#email-address p	{
	font-size:15px;
	text-align:center;
}

#email-address p a	{
	font-weight:normal;
}

#contact-form	{
	font-size: 15px;

}

#contact-form label	{
	display:block;
	margin-bottom:5px;
	font-weight:bold;
	color:#606068;
}

#contact-form #preferred-contact	{
	clear:left;
}

#contact-form select	{
	width:100%;
	font-weight:bold;
	color: #606068;
	outline:none;
	height:40px;
	margin-bottom:20px;
	border: 1px solid #d5d9de;
	-moz-box-shadow: 0 0 4px 2px #f1e7e7;
	-webkit-box-shadow: 0 0 4px 2px #f1e7e7;
	box-shadow: 0 0 4px 2px #f1e7e7;
}

#contact-form input[type="text"], input[type="textarea"]	{
	font-weight:bold;
	color: #606068;
	padding:0 15px;
	outline:none;
	height:40px;
	width:480px;
	border: 1px solid #d5d9de;
	-moz-box-shadow: 0 0 4px 2px #f1e7e7;
	-webkit-box-shadow: 0 0 4px 2px #f1e7e7;
	box-shadow: 0 0 4px 2px #f1e7e7;
}

#contact-form input[type="text"]:hover	{
	border:1px solid #c8cb28;
}

#contact-form input[type="radio"]	{
	margin-bottom:20px;
}

#contact-form input[type="submit"]	{
	font-weight:bold;
	text-transform:uppercase;
	width:460px;
	padding:8px;
	margin:10px 0 10px 20px;
	background:#FFF;
	border: 1px solid #d5d9de;
	-moz-box-shadow: 0 0 4px 2px #f1e7e7;
	-webkit-box-shadow: 0 0 4px 2px #f1e7e7;
	box-shadow: 0 0 4px 2px #f1e7e7;
}

#vehicleDetailsForm {
	font-size:18px;
	color:#606068;
}

#contact-form input[type="submit"]:hover	{
	border:1px solid #c8cb28;
}
	
/*****************
---- Selector ----
*****************/
.item-selector {
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 0%,#d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 0%,#d6d6d6 100%); /* IE10+ */
	background: linear-gradient(top, #f9f9f9 0%,#d6d6d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}

.item-selector:hover {
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top, #e8e8e8 0%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e8e8e8 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e8e8e8 0%,#f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e8e8e8 0%,#f9f9f9 100%); /* IE10+ */
	background: linear-gradient(top, #e8e8e8 0%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

.item-selector h2 {
	text-align:left;
	margin-left:10px;
	margin-bottom:10px;
	font-size:20px;
	line-height:20px;
	font-weight:normal;
}

/*****************
---- Product -----
*****************/
#topBack {
	position:relative;
	top:-20px;
}

.productPage table {
	width:530px;
}

.productPage table tr {
	border-bottom: 1px solid #CCC;
}

.productPage table th {
	font-weight:bold;
	background:#afa3a6;
	border-bottom:1px solid #2e2e2e;
	padding-left:5px;
	padding-right:5px;
}

.productPage table td {
	padding-left:5px;
	padding-right:5px;
}

.sideImages {
	padding-top:40px;
}

.sideImages img {
	border: 10px solid #efefef;
	margin-bottom:20px;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
}
.specialsImages {
	padding-top:0;
}
.specialsImages img {
	border: 10px solid #efefef;
	margin-bottom:20px;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
}

.sideImages a {
	color:#FFF;
	font-size:14px;
	text-shadow:0 1px 0 #000;
	line-height:38px;
	width:99%;
	display:block;
	border:2px solid #ed1e24;
	margin-top:-5px;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: #ed1e24; /* Old browsers */
	background: -moz-linear-gradient(top, #ed1e24 0%, #bc2025 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed1e24), color-stop(100%,#bc2025)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ed1e24 0%,#bc2025 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ed1e24 0%,#bc2025 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ed1e24 0%,#bc2025 100%); /* IE10+ */
	background: linear-gradient(top, #ed1e24 0%,#bc2025 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1e24', endColorstr='#bc2025',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
}

.sideImages a:hover {
	background: #c92227; /* Old browsers */
	background: -moz-linear-gradient(top, #c92227 0%, #f0383e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c92227), color-stop(100%,#f0383e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c92227 0%,#f0383e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c92227 0%,#f0383e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c92227 0%,#f0383e 100%); /* IE10+ */
	background: linear-gradient(top, #c92227 0%,#f0383e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92227', endColorstr='#f0383e',GradientType=0 ); /* IE6-9 */
}

.altezzaItem {
	background:#d8d7d8;
	overflow:hidden;
	clear:both;
	margin-bottom:20px;
	padding-top:10px;
}

.altezzaItem h2 {
	padding-left:10px;
}

.altezzaImages {
	border: 10px solid #efefef;
	margin-bottom:20px;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px#888;
	box-shadow: 2px 2px 5px #888;
}

.backToTop {
	margin-bottom:60px;
}

#history-content-right {
	margin-top:50px;
	line-height:22px;
}
/*****************
----- Footer -----
*****************/
#footer-wrap	{
	width:100%;
	height:250px;
	border-top:2px solid #2a2727;
	background:#3f3c3c;
	background:url(../images/footer-bg.jpg) top center repeat;
	position:absolute;
	bottom:0;
	overflow:hidden;
}

#footer	{

}

.footer-contact	{
	height:170px;
	padding:20px 0 10px 0;
	color:#d8d8d8;
	text-shadow:0 1px #000;
	font-weight:normal;
}

#footer h1	{
	margin-bottom:10px;
	padding:8px 8px 8px 15px;
	background:#2f2c2c;
	font-weight:normal;
}

#footer p	{
	margin-left:10px;
}

#footer-classic	{
	color:#d8d8d8;
	height:50px;
	line-height:50px;
	text-align:right;
	text-transform:uppercase;
}

#footer-classic a	{
	color:#d8d8d8;
}

#footer-classic a:hover	{
	color:#c3abab;
}

