﻿/************************************/
/*------------ CSS RESET ------------*/
/************************************/
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
table {
	border-collapse: collapse;
}
ul {
	list-style:none;
	list-style-position:outside;
}
/************************************/
/*------------- BASICS -------------*/
/************************************/
body {
	background-image: url('/images/bkgrd-band-body.gif');
	background-position: left top;
	background-repeat: repeat-x;
	font-family: "Swiss 721 SWA", Helvetica, Ariel, sans-serif;
	font-size: 10px;
}
#wapper {
	width: 100%;
	margin: 0 auto;
}
#page {
	position: relative;
	width: 100%;
}
/************************************/
/*------------ HEADER ------------*/
/************************************/
#header {
	margin: 0 auto;
	position: relative;
}
#masthead {
	height: 65px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

#logo {
	float:left;
	margin-right:300px;
	width:200px;
	height:65px;
}

#phone {
	position: absolute;
	right: 0;
	top: 25px;
	color: #a02732;
	font-size: 30px;
	font-weight: bold;
}
#searchband {
	position: relative;
	height: 30px;
	background-image: url('/images/bkgrd-band.gif');
	background-position: left top;
	background-repeat: repeat-x;
}
#search {
	float: right;
}
#searchbutton {
	position: absolute;
	right: 0;
	top: 3px;
	background-image: url('/search-btn.png');
	background-position: 0 3px;
	background-repeat: no-repeat;
	width: 68px;
	height: 25px;
}
/*#manufact {
	border: 2px groove green;
	height: 18px;
	position: absolute;
	right: 217px;
	top: 4px;
}*/
/*#keywords {
	border: 2px groove green;
	height: 16px;
	position: absolute;
	right: 71px;
	top: 5px;
	width: 140px;
}*/
#manufact {
	border: 2px groove green;
	height: 18px;
	position: absolute;
	*right: 230px!important;
	right: 217px;
	vertical-align:middle;
	*margin-top:2px!important;
	margin-top: 3px;
}

*#keywords {
	border: 2px groove green;
	height: 16px;
	position: absolute;
	right: 71px;
	vertical-align:middle;
	margin-top:5px;
	padding:0;
	*width: 150px!important;
	width:140px;
}
/************************************/
/*------------ CONTENT -------------*/
/************************************/
#content {
	margin-left: 190px;
}
#index #content {
	background: url('/images/special-offer.png') no-repeat 295px 12px;
	padding-left: 70px;
	padding-top: 70px;
}

#about #content {
	background: url('/images/about.png') no-repeat 295px 12px;
	padding-left: 70px;
	padding-top: 70px;
}

#news #content {
	background: url('/images/news.png') no-repeat 210px 5px;
	padding-left: 70px;
	padding-top: 70px;
}

#terms #content {
	background: url('/images/terms-and-conditions.png') no-repeat 125px 12px;
	padding-left: 70px;
	padding-top: 70px;
}

#showroom #content {
	background: url('/images/showroom.png') no-repeat 63px 12px;
	padding-left: 70px;
	padding-top: 70px;
}

#signin #content {
	background: none;
	padding-left: 70px;
	padding-top: 70px;
}

#request #content {
	background: url('/images/request.png') no-repeat 295px 12px;
	padding-left: 70px;
	padding-top: 70px;
}


#terms #specialoffer td.full {
		padding: 0 30px;
}

#showroom #specialoffer td.full {
		padding: 0 30px;
}

#contact #specialoffer td.full {
		padding: 0 30px;
}

#about #specialoffer td.full {
		padding: 0 30px;
}
#terms #content #inner {
	/*padding-left:30px;*/
	margin-top:40px;
}
#showroom #content #inner {
	padding-left:30px;
}
#about #content #inner {
	padding-left:30px;
}
#terms #content p {
	padding-bottom:10px;
	font-size:12px;
}
#showroom #content p {
	padding-bottom:10px;
	font-size:12px;
}
#contact #content p {
	padding-bottom:10px;
	font-size:12px;
}
#about #content p {
	padding-bottom:10px;
	font-size:12px;
}
#terms #content ul {
	padding: 0 0 10px 30px;
}

#about #content ul {
	padding: 0 0 10px 30px;
}

#contact #content {
	background: url('/images/contact.png') no-repeat 295px 12px;
	padding-left: 70px;
	padding-top: 70px;
}
#contact #content #inner {
	padding-left:150px;
}

/************************************/
/*------------- FOOTER -------------*/
/************************************/
#footer {
	font-size: 11px;
	margin-left: 190px;
	text-align: center;
	margin-top: 50px;
}
#footer a {
	text-decoration: none;
}
#footer a:visited {
	color: #a02732;
}
#footer a:link {
	color: #a02732;
}
#footer a:hover {
	color: #6da98f;
}
#footer a:active {
	color: #6da98f;
}
/************************************/
/*------------- LINKS --------------*/
/************************************/
a {
	text-decoration: none;
}
a:visited {
	color: #a02732;
}
a:link {
	color: #a02732;
}
a:hover {
	color: #6da98f;
}
a:active {
	color: #6da98f;
}

a:link strong, a:visited strong {
	color: #000;
}

a:hover strong, a:active strong {
	color: #6da98f;
}
/************************************/
/*--------- SPECIAL OFFER ----------*/
/************************************/
#specialoffer {
	margin-top: 5px;
}
#request #specialoffer {
	margin-top:18px;
}
#specialoffer table {
	width: 660px;
	height: 340px;
	background-image: url('/images/gradient.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}
#terms #specialoffer table, #request #specialoffer table {
	background-color: #F8E8D4;
	background-position:left top;
}

#showroom #specialoffer table {
	background-image: none;
}
#specialoffer td {
	height: 85px;
	padding: 0px;
}
#specialoffer td.full {
	width: 792px;
	text-align: left;
}
#specialoffer td.left {
	width: 264px;
	text-align: left;
}
#specialoffer td.left {
	width: 396px;
	text-align: left;
	vertical-align: top;
}
#specialoffer td.middle {
	width: 264px;
	text-align: right;
	vertical-align: top;
	padding-right:6px
}
#showroom td.middle {
	width:132px;	
}
#specialoffer td.right {
	width: 132px;
}
#specialoffer img {
	width: 132px;
	height: 85px;
	border: 0px #f8e8d4 solid;
	margin-left: 3px;
}
#showroom #specialoffer img {
	border:1px solid #999;
height:85px;
margin-bottom:4px;
margin-left:4px;
width:132px;
}
#specialoffer strong {
}
#specialoffer em {
	font-weight: bold;
	color: #a02732;
	font-style: normal;
}
#specialoffer #big strong {
	font-size: 14px;
}
#specialoffer #big em {
	font-size: 12px;
}
#imgBig img {
	border: medium none;
	height: 318px;
	left: 250px;
	position: absolute;
	top: 130px;
	width: 219px;
}
#showroom #big img {
	border:1px solid #999;
	height: 267px;
	width: 380px;
}
#terms #specialoffer h3 {
	font-size: 14px;
	color: #A02732;
	/*color: #317028;*/
}
#terms #specialoffer p {
	padding-bottom:10px;
}

#terms #specialoffer strong {
	font-size:inherit;
}
#terms #specialoffer ul li {
	list-style-type:square;
	padding-right:40px;
	padding-bottom:5px;
}
#request #specialoffer #contact {
	width:80%;
	margin: 0 0 0 100px;
}
#request #specialoffer #contact tr td {
	height:30px;
}
/************************************/
/*--------- TOP NAVIGATION ---------*/
/************************************/
#top-nav {
	float: right;
	font-size: 12px;
	margin-top: 10px;
}
#top-nav a {
	text-decoration: none;
}
#top-nav a:visited {
	color: #6da98f;
}
#top-nav a:link {
	color: #6da98f;
}
#top-nav a:hover {
	color: #a02732;
}
#top-nav a:active {
	color: #a02732;
}
/************************************/
/*-------- BOTTOM NAVIGATON --------*/
/************************************/
#bottom-nav {
	margin-top: 15px;
	margin-bottom: 5px;
}
#bottom-nav a {
	text-decoration: none;
}
#bottom-nav a:visited {
	color: #6da98f;
}
#bottom-nav a:link {
	color: #6da98f;
}
#bottom-nav a:hover {
	color: #a02732;
}
#bottom-nav a:active {
	color: #a02732;
}
/************************************/
/*---- NAVIGATION SQUISHY MENU -----*/
/************************************/

#navigation {
	/*height:100%;*/
	left: 0px;
	margin-left: 15px;
	position: absolute;
	top: 0px;
	width: 175px;
	border-left: 1px #c0dacf solid;
	border-right: 1px #c0dacf solid;
	background-color: #ededed;
	min-height: 525px;
	/**height: auto !important;
	height: 700px;*/
}
#navigation #clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	background-color: #ededed;
	/*padding-bottom:70px;*/
}
#categories {
	width: 175px;
	margin-top: 25px;
	font-size: 12px;
	background-color: #ededed;
}
/*-------CATLINK-----------*/
.catlink {
}
#categories td.catlink {
	background-color: #ededed;
	border-bottom: 1px #a02732 solid;
	padding: 10px 2px 10px 2px;
}
.catlink a, .catlink span {
	text-decoration: none;
	font-size: 18px;
	color: #a02732;
	background-color: #ededed;
	font-style: italic;
	display: inline;
	position: relative;
	top: 15px;
	margin: 10px 0 0 10px;
}
/*
.catlink a:link, .catlink a:visited {
	color: #a02732;
}
.catlink a:hover, .catlink a:active {
	color: #6da98f;
}
*/
a.current.catlink {
	color: red;
}
/*----------SUBCATLINK--------*/
.subcatlink {
}
#categories td.subcatlink {
	display: block;
	padding-top: 5px;
	width: 125px;
	position: relative;
	left: 45px;
}
.subcatlink a {
	text-decoration: none;
	color: #6da98f;
}
a:hover.subcatlink {
}
a:active.subcatlink {
}
a.current.subcatlink {
	color: red;
}
/************************************/
/*----------- XXXXX -----------*/
/************************************/

#intro {
	margin: 5px;
}
#intro h5 a:link, #intro h5 a:visited {
	text-decoration:none;
	color: #317028;	
	margin: 10px 0 10px 0;
	font-size: 14px;
	display:block;
}
#intro h5 a:hover, #intro h5 a:active {
	color: #6da98f;	
}
#brands {
	width:96%;
	margin:0 auto;
}
#brands ul {}

#brands ul li {
	list-style: none; /* this is for IE */
	float: left;
	padding-right: 5px;
	white-space:nowrap; /* this is for IE */
}
#specialoffer td.padleft {
	padding-left:20px;
}


