/* @group structure */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

body {
	color: #333;
	background: #ffffff url(images/body.png) repeat-x;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

strong, b, i, h1, h2, h3, h4, h5, h6, th {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

em {
	font-style: italic;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 1px;
}

caption, td {
	font-weight: normal;
}

td {
	padding: 2px;
	vertical-align: top;
}

a {
	color: #cc0000;
}

textarea {
	width: 100%;
}

#container {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	background: white url(images/container.png) repeat-y left;
	overflow: hidden;
}

#header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 151px;
	background: #002a54 url(images/header.png) repeat-x;
	overflow: hidden;
}

#channel-main {
	width: 720px;
	float: left;
	margin-top: -24px;
	padding-left: 15px;
}

#channel-right {
	width: 261px;
	float: left;
	margin-top: -20px;
}



/* @end */

/* @group channel-main */

#graphic {
	background: url(images/home-graphic.jpg) no-repeat;
	width: 996px;
	height: 169px;
	margin-top: 150px;
}

#graphic.leather {
	background: url(images/graphic-leather.jpg) no-repeat;
}

#graphic.electronics {
	background: url(images/graphic-electronics.jpg) no-repeat;
}

#graphic.wheels {
	background: url(images/graphic-wheels.jpg) no-repeat;
}

/* @group intro */

#channel-main div.intro {
	background: url(images/home-intro.png) no-repeat;
	height: 227px;
	margin-bottom: 8px;
}

#channel-main div.intro h1 {
	color: #003366;
	font-size: 16px;
	line-height: 47px;
	height: 53px;
	text-indent: 15px;
}

#channel-main div.intro h4 {
	color: #cc0000;
	font-size: 16px;
	text-indent: 15px;
	margin-top: 13px;
}

#channel-main div.intro p {
	padding-left: 15px;
	padding-right: 220px;
	margin-bottom: 8px;
}

#channel-main div.intro a {
	color: #003366;
	text-decoration: none;
}

#channel-main div.intro a:hover {
	text-decoration: underline;
}



/* @end */

/* @group services */

#channel-main div.services {
	background: url(images/home-services-btm.png) no-repeat left bottom;
	width: 704px;
	overflow: hidden;
	margin-bottom: 18px;
}

#channel-main div.services div.item {
	width: 234px;
	float: left;
	padding-bottom: 12px;
}

#channel-main div.services div.tinting {
	background: url(images/home-services-top.png) no-repeat left top;
	width: 235px;
}

#channel-main div.services div.interiors {
	background: url(images/home-services-top.png) no-repeat center top;
	width: 235px;
}

#channel-main div.services div.electronics {
	background: url(images/home-services-top.png) no-repeat right top;
}

#channel-main div.services h2 {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 16px;
	color: #003366;
	line-height: 36px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 8px;
}

#channel-main div.services p {
	font-size: 11px;
	margin: 5px 15px;
}

#channel-main div.services p img {
	display: inline;
	float: left;
	margin-bottom: 5px;
}

#channel-main div.services ul {
	margin-left: 15px;
	margin-right: 15px;
}

#channel-main div.services li {
	float: left;
	background: url(images/red-dot.png) no-repeat left center;
	padding-left: 12px;
	padding-right: 12px;
}

#channel-main div.services li a {
	text-decoration: none;
}

#channel-main div.services li a:hover {
	text-decoration: underline;
}



/* @end */

/* @group recent */

#container div.recent {
	background-image: url(images/home-recent.png);
	width: 704px;
	height: 413px;
}

#container div.recent h2 {
	color: #003366;
	font-size: 16px;
	line-height: 42px;
	height: 54px;
	text-indent: 15px;
}

#container div.recent h3 {
	color: #cc0000;
	font-size: 16px;
	text-indent: 15px;
	float: right;
	margin-right: 15px;
	line-height: 42px;
	height: 54px;
}

#container div.recent h3 a {
	text-decoration: none;
}

#container div.recent h3 a:hover {
	text-decoration: underline;
}

#container div.recent div.items {
	float: left;
	margin-left: 17px;
}

#container div.recent div.items a {
	margin-left: 9px;
	float: left;
	display: block;
	height: 170px;
}



/* @end */

/* @group main-content */

#main-content {
	width: 720px;
	float: left;
	margin-top: -20px;
	padding-left: 15px;
}

#main-content ul {
	list-style-type: disc;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#main-content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#main-content li {
	margin-left: 10px;
	margin-bottom: 6px;
}

#main-content p {
	margin-bottom: 12px;
}

#main-content div.body {
	background: url(images/main-content-bg.png) repeat-y;
	margin-bottom: 15px;
}

#main-content div.content {
	background: url(images/main-content-foot.png) no-repeat left bottom;
	width: 674px;
	padding: 8px 15px;
}

#main-content h1 {
	background: url(images/main-content-top.png) no-repeat;
	color: #003366;
	font-size: 16px;
	line-height: 39px;
	height: 39px;
	text-indent: 15px;
	margin: 0;
	padding: 0;
}



/* @end */

/* @group body-box */

#main-content div.body-box {
	background: url(images/main-content-bg.png) repeat-y;
	margin-bottom: 15px;
	width: 704px;
}

#main-content div.body-box div.content {
	background: url(images/main-content-foot.png) no-repeat left bottom;
	width: 674px;
	padding: 8px 15px;
}

#main-content div.body-box h2 {
	background: white url(images/main-content-top.png) no-repeat;
	color: #003366;
	font-size: 16px;
	line-height: 39px;
	height: 39px;
	text-indent: 15px;
	margin: 0;
	padding: 0;
}

#main-content div.body-box p.icon {
	float: right;
	margin-left: 20px;
}

#main-content div.body-box p.more {
	color: #cc0000;
	font-size: 14px;
	text-indent: 15px;
	float: right;
	font-weight: bold;
	line-height: 39px;
	padding: 0;
	margin: 0 15px 0 0;
}

#main-content div.body-box p.more a {
	text-decoration: none;
}

#main-content div.body-box p.more a:hover {
	text-decoration: underline;
}



/* @end */



/* @end */

/* @group channel-right */

#channel-right div.infobox {
	margin-bottom: 20px;
	line-height: 16px;
}

#channel-right div.infobox h2 {
	color: #003366;
	font-size: 18px;
	line-height: 38px;
	height: 45px;
	text-indent: 20px;
}

#channel-right div.infobox p {
	padding-left: 15px;
	padding-right: 15px;
}

#channel-right div.alloy {
	width: 245px;
	height: 191px;
	background: url(images/infobox-alloy.png) no-repeat;
	margin-bottom: 10px;
}

#channel-right div.alloy p {
	padding-right: 120px;
}

#channel-right div.alloy ul {
	padding-left: 15px;
	padding-right: 140px;
	font-size: 11px;
	line-height: 14px;
	padding-top: 5px;
}

#channel-right div.alloy li {
	padding-top: 5px;
	background: url(images/red-dot.png) no-repeat 0 10px;
	padding-left: 12px;
}

#channel-right div.alloy li a {
	text-decoration: none;
}

#channel-right div.alloy li a:hover {
	text-decoration: underline;
}

#channel-right div.ebay {
	width: 245px;
	height: 177px;
	background: url(images/infobox-newsletter.png) no-repeat;
}

#channel-right div.ebay p.logo {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

#channel-right div.newsletter {
	width: 245px;
	height: 177px;
	background: url(images/infobox-newsletter.png) no-repeat;
}

#channel-right div.newsletter p {
	margin-bottom: 6px;
}

#channel-right div.newsletter label {
	float: left;
	width: 50px;
	margin-top: 2px;
}

#channel-right div.newsletter input.name, #channel-right div.newsletter input.email {
	border: 1px solid #d9d9d9;
	width: 161px;
	height: 16px;
	margin-top: 2px;
}

#channel-right div.newsletter input.request {
	margin-left: 50px;
	margin-top: 3px;
}

#channel-right div.quote {
	width: 245px;
	height: 177px;
	background: url(images/infobox-quote.png) no-repeat;
}

#channel-right div.quote h2 {
	height: 54px;
}

#channel-right div.quote p {
	padding-left: 100px;
	margin-bottom: 8px;
}

#channel-right div.quote h3 {
	color: #cc0000;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}

#channel-right div.contact {
	width: 245px;
	height: 177px;
	background: url(images/infobox-contact.png) no-repeat;
}

#channel-right div.contact h2 {
	height: 54px;
}

#channel-right div.contact p {
	padding-left: 100px;
	margin-bottom: 8px;
	padding-right: 5px;
}

#channel-right div.contact h3 {
	color: #cc0000;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}

#channel-right div.contact h3 a {
	text-decoration: none;
}

#channel-right div.contact h3 a:hover {
	text-decoration: underline;
}



/* @end */

/* @group lower */

#lower {
	clear: both;
	background: url(images/lower.png) no-repeat center top;
	height: 283px;
}

#lower div.content {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 52px;
}

#lower div.content h2 {
	color: #003366;
	font-size: 18px;
	margin-left: 15px;
	margin-bottom: 12px;
}

#lower div.content p {
	margin-left: 15px;
	margin-bottom: 12px;
	font-size: 11px;
	width: 470px;
}

#lower div.content p.icon {
	float: right;
	margin: 0 505px 0 0px;
	padding: 0;
	width: auto;
}



/* @end */

/* @group footer */

#footer {
	background: #002e5c url(images/footer.png) repeat-x;
	overflow: hidden;
	padding-bottom: 40px;
}

/* @group navigation */

#footer div.navigation {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
}

#footer div.navigation ul {
	text-align: center;
	height: 34px;
	overflow: hidden;
}

#footer div.navigation li {
	display:inline;
	line-height: 34px;
}

#footer div.navigation li a {
	color: white;
	text-decoration: none;
	padding: 9px 13px;
	border-right: 1px solid #194775;
}

#footer div.navigation li a:hover {
	color: yellow;
}

#footer div.navigation li.first a {
	padding-left: 0;
}

#footer div.navigation li.last a {
	padding-right: 0;
	border-right: none;
}

/* @end */

/* @group copyright */

#footer div.copyright {
	text-align: center;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}



/* @end */

/* @group links */

#footer div.links {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
}

#footer div.links div.item {
	width: 248px;
	float: left;
	border-left: 1px solid #1e4972;
	height: 120px;
	overflow: hidden;
}

#footer div.links div.first {
	border-left: none;
	width: 249px;
}

#footer div.links h3 {
	color: white;
	font-weight: bold;
	margin-bottom: 8px;
	margin-left: 15px;
}

#footer div.links a {
	color: white;
	text-decoration: none;
}

#footer div.links a:hover {
	color: yellow;
}

#footer div.links ul {
	list-style-type: disc;
	margin-left: 30px;
	color: white;
}


/* @end */



/* @end */

/* @group header */

#header div.content {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #ececec;
}


#header div.tertiary {
	position: absolute;
	top: 117px;
	left: 0;
}

#header div.tertiary li {
	float: left;
}

#header div.tertiary a {
	color: white;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	float: left;
	border-right: 1px solid #194775;
	height: 34px;
	line-height: 32px;
}

#header div.tertiary a:hover {
	color: yellow;
}

#header div.tertiary li.active a {
	color: yellow;
}

#header div.primary {
	position: absolute;
	top: 87px;
	left: 0;
	height: 30px;
	overflow: hidden;
}

#header div.primary ul {
	height: 30px;
}

#header div.primary li {
	float: left;
	background: url(images/header-tab.png) no-repeat left top;
	margin-right: 4px;
}

#header div.primary li a {
	color: #003366;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	background: url(images/header-tab.png) no-repeat right top;
}

#header div.primary li a:hover {
	color: #c00;
}

#header div.primary li.active {
	background: url(images/header-tab.png) no-repeat left bottom;
}

#header div.primary li.active a {
	background: url(images/header-tab.png) no-repeat right bottom;
	color: white;
}

#header div.logo {
	position: absolute;
	top: 32px;
	left: 0;
}

#header div.address {
	position: absolute;
	right: 503px;
	top: 28px;
	text-align: right;
	border-right: 1px solid #39597b;
	padding-right: 40px;
	height: 42px;
}

#header div.sales {
	position: absolute;
	top: 28px;
	text-align: left;
	border-right: 1px solid #39597b;
	height: 42px;
	left: 541px;
	width: 153px;
}

#header div.search {
	position: absolute;
	top: 28px;
	left: 741px;
}

#header div.search p {
	margin-top: 4px;
}

#header div.search .keywords {
	width: 204px;
	height: 16px;
	border: 1px solid #d9d9d9;
	margin: 0 4px 0 0;
	padding: 0;
}

#header div.search input {
	vertical-align: middle;
}



/* @end */

/* @group misc */

p.important {
	background-color: #ffdbd8;
	border: 1px dashed #ff939d;
	padding: 8px 12px;
}

.input-box {
	border: 1px solid #e1e1e1;
}

span.required {
	color: #cc0000;
	font-size: 11px;
}



/* @end */

/* @group wheels */

.wheel-manufacturers {
	display: block;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;	
}
.wheel-manufacturers a {
	padding: 5px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	background-color: #EDECEC;
	margin-right: 5px;
	text-decoration: none;
}

.wheel-manufacturers a:hover {
	text-decoration: underline;
}
div.image-gallery {
	width: 150px;
	float: left;
	height: 200px;
	font-size: 11px;
	margin-right: 24px;
}

div.image-gallery a {
	text-decoration: none;
}

div.image-gallery a:hover {
	text-decoration: underline;
}

div.image-gallery-last {
	margin-right: 0;
}

div.image-gallery img {
}

div.gallery-footer {
	clear: both;
}

table.wheel-fit {
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}

table.wheel-fit td {
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

table.wheel-fit th {
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	font-weight: bold;
	background-color: #ededed;
	padding-bottom: 4px;
	padding-top: 4px;
}


/* @end */