﻿/* this style sheet is attached to ALL pages in the web site */

* {
	margin:0;
	padding:0;
}

html, body {
	width:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	background-color:black;
}

a {
	text-decoration:none;
}

a img {
	border:0;
}

div#wrapper {
	width:990px;
	margin:0 auto;
	position:relative;
}

div#header {
	width:990px;
	margin-top:18px;
	position:relative;
}

h1 {
	font-size:11pt;
	font-weight:normal;
	color:#a9a9a9;
	display:block;
	border-bottom:1px #a9a9a9 solid;
	padding-bottom:8px;
	margin-bottom:20px;
}

h1 .firstword {
	font-size:16pt;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.firstword {
	color:#feae00;
}

.padded {
	padding-bottom:10px;
}

a {
	color:#feae00;
}

/* --------------------------------------------------- navigation bar items */
div#navbar {
	position:absolute;
	left:414px;
	top:0;
	height:74px;
	width:580px;
}

div#navbar a {
	display:block;
	float:left;
	height:74px;
	width:auto;
	border-left:1px #a9a9a9 solid;
	color:#a9a9a9;
	font-size:8pt;
	white-space:nowrap;
	padding:0 34px 0 4px;
}

div#navbar a:hover span.navtitle {
	color:white;
}

span.navtitle {
	font-size:10pt;
}

div#navbar a span.navnum {
	font-size:26pt;
	color:#131313;
}

div#navbar a.current span.navnum,
div#navbar a:hover span.navnum {
	color:#262626;	
}

div#navbar a.current span.navtitle { 
	color:#feae00;
}
/* ------------------------------------------------------------------------ */

/* ----------------------------------------------------------- orange boxes */
div#orangeboxes {
	width:990px;
	height:164px;
	margin-top:11px;
}

div#orangeboxes span#orange_gallery,
div#orangeboxes a.boxed {
	position:relative;
	display:block;
	float:left;
	width:238px;
	height:164px;
	background:url('../inc/orangebox.gif') no-repeat;
	margin-right:12px;
	color:#cec8c8;
}

div#orangeboxes a.lastone {
	margin-right:0;
}

div#orangeboxes span#orange_gallery img.icon,
div#orangeboxes a img.icon {
	position:absolute;
	top:4px;
	left:4px;
}

div#orangeboxes span.title {
	position:absolute;
	width:170px;
	height:35px;
	top:4px;
	left:58px;
	border-bottom:1px #cec8c8 solid;
	text-align:center;
	font-weight:bold;
	font-size:18pt;	
}

div#orangeboxes span.boxcontent {
	position:absolute;
	width:223px;
	height:85px;
	left:7px;
	top:55px;
	overflow:hidden;
	font-size:.8em;
}

div#orangeboxes span.boxcontent img {
	float:left;
	margin-right:1px;
}

div#orangeboxes span.more {
	position:absolute;
	width:226px;
	height:14px;
	left:4px;
	top:140px;
	text-align:right;
	font-weight:bold;
	font-size:.8em;
}

div#orangeboxes span.more a {
	color:#cec8c8;
}

div#orangeboxes span#numberplate.boxcontent {
	width:200px;
	left:20px;
}

div#orangeboxes span.boxcontent img.hotpick_photo {
	margin:0 4px 4px 0;
}

div#orangeboxes span.boxgallery img.hotpick_photo {
	margin:0 0 2px 3px;
}

div#orangeboxes span.boxgallery {
	text-align:center;
}

/* ------------------------------------------------------------------------ */

/* ------------------------------------------------------ Main Content ---- */

div#content {
	padding:10px 0 15px 0;
}

/* ------------------------------------------------------------------------ */

/* ------------------------------------------------------ Main Content ---- */

div#footer {
	font-size:.8em;
	padding-top:12px;
	border-top:1px #a9a9a9 solid;
	clear:both;
	height:30px;
}

div#footer,
div#footer a {
	color:#9a9a9a;
}

div#footer a:hover {
	text-decoration:underline;
}

/* ------------------------------------------------------------------------ */

/* -------------------------------------------- Common Product Details ---- */

div.welcome_spec {
	font-size:.8em;
	color:silver;
	float:left;
	width:210px;
}

div.welcome_spec ul {
	position:relative;
	left:20px;
	width:190px;
	line-height:1.25em;
	padding-top:8px;
}

div.welcome_spec li {
	list-style-type:none;
	background:url('../inc/orange_bullet.gif') no-repeat 0 50%;
	padding-left:20px;
	/*list-style-image:url(../inc/orange_bullet.gif);*/
	font-size:.8em;
}

div.welcome_spec span.price {
	color:#f29708;
	font-size:2em;
	text-align:right;
	display:block;
	width:210px;
	padding:10px 0;
}

/* ------------------------------------------------------------------------ */
