@import url("reset.css");

body {
	background: url(/public/images/suttle_body_background.jpg) #090909 no-repeat top center;
	font: 13px Georgia, Trebuchet MS, Verdana, Arial;
	color: #797878;
}

p {
	line-height: 18px;
	margin: 8px 0;
}

#interior p {
	line-height: 20px;
	margin: 12px 0;
}


a {
	color: #d31e0b;
	text-decoration: none;
}

h2 {
	color: #0c0c0c;
	font-size: 1.2em;
	font-family: Trebuchet MS, Verdana, Arial;
	font-style: italic;
}

#interior h2 {
	font-size: 1.9em;
	font-style: normal;
	font-weight: normal;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

#wrap {
	width: 994px;
	margin: 0 auto 20px auto;
}

/* shadow */
#shadow-left {
	background: url(/public/images/suttle_shadow_background_left.png) repeat-y;
}
#shadow-right {
	background: url(/public/images/suttle_shadow_background_right.png) repeat-y top right;
}

#shadow-bottom {
	width: 902px;
	margin: 0 auto 10px auto;
	background: url(/public/images/suttle_shadow_background_bottom.png) repeat-x;
}

/* header */
#header {
	width: 902px;
	height: 114px;
	background: url(/public/images/suttle_header_background.png) no-repeat;
	margin: 0 auto;
}

#header h1 {
	background: url(/public/images/suttle_logo.png) no-repeat;
	width: 430px;
	height: 114px;
	text-indent: -999em;
}

#interior #header h1 a {
	width: 430px;
	height: 114px;
	display: block;
}

/* middle */
#middle {
	background-color: #fff;
	padding: 8px;
	width: 886px;
	margin: 0 auto;
}

/* nav */
#nav {
	background-color: #e8e8e8;
	padding: 2px 5px 10px 10px;
	height: 20px;
	margin-bottom: 12px;
	font-family: Trebuchet MS, Verdana, Arial;
}

#nav li {
	float: left;
	margin-right: 28px;
}

#nav li.last {
	margin-right: 0;
}

#nav li a {
	color: #5b5a5a;
	display: block;
	font-size: 1.5em;
	text-decoration: none;
	height: 31px;
}

#nav li a:hover, #nav li a.current {
	background: url(/public/images/suttle_nav_arrow.gif) no-repeat bottom center;
}

/* nav ie6 hacks */
#nav { _padding-bottom: 0; }
#nav #about { _width: 140px; }
#nav #new { _width: 150px; }
#nav #used { _width: 150px; }
#nav #parts { _width: 180px; }
#nav #contact { _width: 120px; }

/* content */
#content-wrap {
	padding: 2px 2px 4px 2px;
	background-color: #e8e8e8;
}

#content {
	padding: 8px;
}

#featured {
	background-color: #fff;
	padding: 8px;
	width: 443px;
	float: left;
	display: inline;
}

#featured a {
	font-style: italic;
}

#copy {
	float: right;
	display: inline;
	width: 380px;
	margin: 4px 4px 0 0;
}

#interior #copy{
	min-height: 700px;
	height: auto !important;
	height: 700px;
}

#interior #copy {
	float: right;
	display: inline;
	width: 663px;
	background-color: #fff;
	padding: 10px;
	margin: 0;
}

#copy li {
	list-style: disc;
	margin: 0 0 5px 35px;
}

#products {
	margin-top: 25px;
}

.product {
	border-bottom: 2px solid #e8e8e8;
	clear: both;
	min-height: 158px;
	margin-bottom: 15px;
}

#products .last {
	border: none;
}

.product img {
	float: left;
	margin: 0 10px 20px 0;
}

#product a {
	font-style: italic;
}

#copy h3 {
	color: #060100;
	font-size: 1.3em;
	font-family: Trebuchet MS, Verdana, Arial;
	font-style: italic;
	margin: 6px 0 10px 0;
}

#sidebar {
	float: left;
	display: inline;
	width: 173px;
	background-color: #fff;
}

#sidebar h3 {
	color: #060100;
	font-size: 1.3em;
	font-family: Trebuchet MS, Verdana, Arial;
	font-style: italic;
	margin: 6px 0 10px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #060100;
}

#subnav, #brands, #equipment_search , #news, #news_archives{
	padding: 6px 6px 10px 6px;
}

#subnav ul {
	margin: 8px 0 0 8px;
}

#subnav li {
	margin-bottom: 5px;
}

#subnav li a {
	font-style: italic;
}

#brands {
	border-top: 10px solid #e8e8e8;
}

#equipment_search {
	border-top: 10px solid #e8e8e8;
}

#news {
	border-top: 10px solid #e8e8e8;
}

#news ul {
	margin: 8px 0 0 8px;
}

#news li {
	margin-bottom: 15px;
}

#news li a {
	font-style: italic;
}

#promos {
	
}

#promos li {
	width: 251px;
	float: left;
	margin-right: 32px;
	padding: 8px;
	background-color: #fff;
}

#promos li.last {
	margin-right: 0;
}

#promos a {
	font-style: italic;
}

/* footer */
#footer {
	color: #fff;
	padding-top: 10px;
	font-size: 1em;
	width: 902px;
}

#footer h3 {
	font-size: 1.3em;
}

#footer ul {
	margin-top: 10px;
}

#footer li {
	float: left;
	margin-right: 55px;
}

input, textarea, select{
	font: 13px Georgia, Trebuchet MS, Verdana, Arial;
	color: #797878;
	padding: 2px;
}

/* Validation styles */

td.field input.error, td.field textarea.error, td.field select.error {
	border: 2px solid #D31E0B;
	background-color: #FFFFD5;
	margin: 0px;
	color: #D31E0B;
}

input.error, textarea.error, select.error {
	border: 2px solid #D31E0B;
	background-color: #FFFFD5;
	margin: 0px;
	color: #D31E0B;
}

label.error {
	display: block;
	color: #D31E0B;
	font-style: italic;
	font-weight: normal;
}

p.error, p.notice, p.success {
	border:2px solid #D31E0B;
	margin-bottom:1em;
	padding:0.8em;
}
p.error {
	background:#FFFFD5 none repeat scroll 0 0;
	border-color:#D31E0B;
	color:#D31E0B;
}
p.notice {
	background:#FFF6BF none repeat scroll 0 0;
	border-color:#FFD324;
	color:#514721;
}
p.success {
	background:#E6EFC2 none repeat scroll 0 0;
	border-color:#C6D880;
	color:#264409;
}

#product_image{
	float: left;
	width: 40%;
}
#product_info{
	float: left;
	text-align: center;
	vertical-align: middle;
	width: 60%;
}

#product_image_slider{
	border: 3px solid #E8E8E8;
}

.product-table td, .product-table th{
	padding: 5px;
	font-size: 20px;
	text-align: left;
}

#breadcrumbs{
	padding: 5px 0 10px 0;
}

/*-- INLINE IMAGE STYLES ---------------------------------------------------------------------------*/
.imageBorderLeft {
	padding: 6px;
	border: #E8E8E8 2px solid;
	margin: 3px 20px 10px 0px;
}
.imageBorderRight {
	padding: 6px;
	border: #E8E8E8 2px solid;
	margin: 3px 0px 10px 20px;
	float: right;
}