#header {
	height: 65px;
	background: #26588A url('/images/header_bg.gif') repeat-x;
	width: 100%;
	z-index: 1000;
	clear: both;
	line-height: 65px;
}
#header a {
	text-align: center;
}
#logo {
	float: left;
	height: 65px;
	width: 300px;
}
#logo h1 {
	font-size: 100%;
	margin: 0;
	float: left;
}
#logo h1 a{
	display: block;
	height: 65px;
	width: 300px;
	margin: 0;
	padding: 0;
	background: #26588A url('/images/v6p_logo.gif') no-repeat;
	text-indent: -2000em;
	z-index: 1000; /* need for FX and IE */
}
#nav {
	float: right;
	margin: 0 5px 0 0;
	padding-top: 35px;
	list-style: none;
	font-size: 90%;
	font-family: Arial;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
}
#nav li a {
	float: left;
	font-weight: bold;
	display: block;
	margin: 0 5px 0 0;
	padding: 0 15px;
	color: #333;
	text-decoration: none;
	background: #69c url('/images/header_tab.gif') 0 -30px;
	
}
#nav li a:hover, #nav li a.active {
	background-position: 0 0;
	background-color: #fff;
}

#nav li a span {
	background:transparent url(/images/new.png) no-repeat scroll left top;
	display:block;
	height:40px;
	position:absolute;
	right:140px;
	top:10px;
	width:41px;
}
/* Featured Ride */
#featured {
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	width: 100%;
	clear: both;
}

#featured #info h4{
	color: #26588A;
	margin: 10px 0 0 0;
	padding: 0;
}

#featured #info ul{
	margin: 0;
	padding: 0;
}

#featured #info li{
	margin: 0 0 0 20px;
	list-style-type:none;
}

#featured #info p{
	margin: 0 0 10px 0;
}

#featured #info{
	float: left;
	margin-left: 15px;
	margin-right: 420px;
}

#featured #photos{
	float: right;
	width: 400px;
	margin-left: -400px;
}
#featured #photos ul {
	clear:both;
	margin:0pt;
	padding:0pt;
}
#featured #photos ul li{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-right:10px;
	height: 160px;
	line-height: 160px;
	text-align: center;
}

#featured #photos ul li a img{
	border: 1px solid #ccc;
	padding: 3px;
}

#featured #photos ul li a:hover img {
	border: 1px solid #26588A;
}

#marketplace {
	float: left;
	background: #fff;
	clear: both;
	width: 100%;
}

#categories {
	float: left;
	margin: 25px 0 0 25px;
	border: 1px solid #ccc;
	width: 200px;
}
#categories ul {
	clear:both;
	margin:0pt;
	padding:0pt;
	
}
#categories ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size: 90%;
}
#categories ul li ul li{
	padding: 5px 10px;
}
#categories a{
	color: #26588A;
}
#categories a:hover{
	background-color: #26588A;
	color: #fff;
}
#categories .heading {
	background: #26588A;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
}
#items {
	margin: 25px 25px 25px -275px;
	border: 1px solid #ccc;
	float: right;
	width: 80%;
}

#ribbon {
	display: none;
	float: right; 
	position: absolute; 
	right: 0; 
	top: 0; 
	width: 150px;
	height: 150px;
	z-index: 2000; 
}
#ribbon a{
	background: url('/banners/unichip_ribbon.gif');
	width: 150px;
	height: 150px;
	text-indent: -2000em;
	display: block;
}
/* Featured Ride */
#advertise {
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	width: 100%;
	clear: both;
}

#advertise #info{
	float: left;
	margin-left: 15px;
	margin-right: 400px;
}

#advertise #info a img{
	border: 1px solid #ccc;
}

#advertisements {
	background: #fff;
	text-align: center;
}
#advertisements p {
	width: 850px;
	margin: 0 auto;
	text-align: center;
}


#advertisements ul{
	margin: 0 auto;
	padding: 10px;
	width: 850px;
}

#advertisements ul li{
	display: inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 5px;
	padding: 0;
}

#search input {
	margin: 5px;
}
	
#footer {
	background: #26588A;
	float: left;
	padding: 0 0 20px 20px;
	clear: both;
	height: 36px;
}

#footer #footer_logo{
	float: left;
	display: block;
	height: 36px;
	width: 200px;
	padding: 0;
	margin-right: 10px;
	background: url('/images/footer_logo.gif');
	text-indent: -2000em;
	z-index: 1000; /* need for FX and IE */
}

#footer #copyright{
	float: left;
	color: #fff;
	font-size: 80%;
	line-height: 18px;
}

/* Lightbox CSS */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
.starbox .stars { background: #cccccc; }
.starbox .rated .stars { background: #dcdcdc; }
.starbox .rated .hover .stars { background: #cccccc; }
.starbox .colorbar { background: #1e90ff; }
.starbox .hover .colorbar { background: #ffcc1c; }
.starbox .rated .colorbar { background: #64b2ff; }
.starbox .rated .hover .colorbar { background: #1e90ff; }
.starbox .ghost { background: #a1a1a1; }
.starbox .indicator { clear: both; }

.starbox .dotted .stars,
.starbox .dotted .hover .stars,
.starbox .dotted .rated .stars, 
.starbox .dotted .rated .hover .stars { background: url('/images/starbox/background_dotted.gif') top left repeat-x; }
.starbox .dotted .colorbar,
.starbox .dotted .hover .colorbar,
.starbox .dotted .rated .colorbar, 
.starbox .dotted .rated .hover .colorbar { background: #000000; }
.starbox .dotted .ghost { background: #666666; }

.starbox .pointy .colorbar { background: #ffcc1c; }
.starbox .pointy .hover .colorbar { background: #ff9231; }

.starbox .inverse .stars { float: right; }
.starbox .inverse .indicator { clear: both; display: block; text-align: right; }
