/* CSS reset */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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: none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	height: 101%;
	overflow-y: scroll;
}
body {
	line-height: 1;
}

body, html {
	scrollbar-base-color:#3fbbef;
	scrollbar-3dlight-color:#ff0000;
	scrollbar-arrow-color:#ff0000;
	scrollbar-darkshadow-color:#770000;
	scrollbar-face-color:#990000;
	scrollbar-highlight-color:#bb0000;
	scrollbar-shadow-color:#aa0000;
	scrollbar-track-color:#3fbbef;
	-moz-user-select:none;
	
	/*
	
	color: #ff0000;
	color: #3fbbef;
	
	*/
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* //CSS reset */



/* MAIN *//* MAIN *//* MAIN *//* MAIN *//* MAIN *//* MAIN *//* MAIN *//* MAIN *//* MAIN *//* MAIN *//* MAIN *//* MAIN *//* MAIN *//* MAIN *//* MAIN */

a {
	outline: none;
	color: #ff0000;
}

a:hover {
	outline: none;
	color: #3fbbef;
}


body {
	background: #000;
}

/* HEADER *//* HEADER *//* HEADER *//* HEADER *//* HEADER *//* HEADER *//* HEADER *//* HEADER *//* HEADER *//* HEADER *//* HEADER *//* HEADER */

#pre-header {
	background: #000;
	list-style: none;
	padding:0px; 
	margin: 0px; 
  width: 100%;
  height: 110px;
}

#pre-header-container {
	background-image:url('/misc/hcar.gif'); 
	background-repeat: no-repeat; 
	background-position: 490px 0px;
	width:780px;
	height:100% ;
	background-color: #000;
	margin-left: auto;
  margin-right: auto;
}

#logo {
	margin-left: -15px; 
	float: left;
}

#logo-text {
	margin-left: 20px; 
	margin-top: 18px; 
	float: left; 
	color: #e80202;
}

#logo-text-big {
	font-size: 60px; 
	font-weight: bold; 
	font-family: Trebuchet, sans-serif;
}

#logo-text-small {
	font-size: 22px; 
	font-style: italic; 
	padding-left: 3px; 
	margin-top: -7px; 
	font-family: Trebuchet, sans-serif;
}

#logo-text-big-admin {
	font-size: 60px; 
	font-weight: bold; 
	font-family: Trebuchet, sans-serif;
}

#logo-text-small-admin  {
	font-size: 22px; 
	font-style: italic; 
	padding-left: 3px; 
	margin-top: -7px; 
	font-family: Trebuchet, sans-serif;
}

/* MENU *//* MENU *//* MENU *//* MENU *//* MENU *//* MENU *//* MENU *//* MENU *//* MENU */
#header {
	background: #000;
	list-style: none;
	margin: 0;
	padding: 0;
  width: 100%;
  height: 35px;
}

#hmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: auto;
  margin-right: auto;
	background: #000;
	height: 100%;
  width: 780px;
}

#hmenu li {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	margin: 0;
	padding: 0;
}
#hmenu a {
	background: #555 url("seperator.gif") bottom right no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin: 0px;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	font-size: 19px;
}

#hmenu .selected a {
	background: #e80202 url("seperator.gif") bottom right no-repeat;
	color: #fff;
	display: block;
	float: left;
}

#hmenu a:hover {
	color: #3fbbef;
	padding-bottom: 8px;
}
/* //MENU *//* //MENU *//* //MENU *//* //MENU *//* //MENU *//* //MENU *//* //MENU *//* //MENU */


/* CONTENT *//* CONTENT *//* CONTENT *//* CONTENT *//* CONTENT *//* CONTENT *//* CONTENT *//* CONTENT *//* CONTENT *//* CONTENT *//* CONTENT */

#content-container {
	width: 780px;
	margin-left: auto;
  margin-right: auto;
	background-color: #e80202; 
	padding: 10px 0px;
	padding-bottom: 0px;
}

#content {
	margin: 10px;
	margin-top: 3px;
	margin-bottom: 0px;
	width: 758px;
	background-color: #fff;
	border: 1px solid #f7abab;
}

#content1 {
	border: 1px solid #fce3e3;
}

#content2 {
  border: 1px solid #f7abab;
}

#content3 {
	border: 1px solid #e80202;
	min-height: 200px;

}

#content-main {
	padding: 10px;
}

/* PAGES *//* PAGES *//* PAGES *//* PAGES *//* PAGES *//* PAGES *//* PAGES *//* PAGES *//* PAGES *//* PAGES *//* PAGES *//* PAGES *//* PAGES *//* PAGES */

#contact-text {
	margin-bottom: 50px;
}

#hp_btext {
  margin-top: 20px; 
  width: 500px;
}

.hplink {
	color: black; 
	text-decoration: none;
	display: inline-block;
	cursor: hand;
}

#cars_right {
	display: block; 
	float: left; 
	width: 350px; 
	margin: 0px; 
	padding: 0px;
}

#soldtag {
	float: right; 
	position: relative; 
	right: 150px;
}


#vlightbox {
	width:430px;
	float: left;
	zoom:1;	
}
.vlightbox {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	float: left;
	margin:4px;
	margin-left: 0px; margin-right: 4px;
	width:40px;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
}
.vlightbox a{
	margin:0;
}

.vlightbox img {
	width: 40px;
	height: 30px;
}

.vlightbox:hover, .vlightbox a:hover{
	opacity:1;
}
.vlightbox img{
	display:block;
	border:none;
	margin:0;
}
.vlightbox div {display:none}
#content3 {
	border: 1px solid #e80202;
}

#carthumbs {
	width: 430px; 
	height: 39px; 
	float: left;
}

/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */

#footer-container {
	width: 780px;
	margin-left: auto;
  margin-right: auto;
	padding-bottom: 0px;
}

#footer-left, #footer-right, #footer-center {
 	float: left;
	height: 36px;
	background-color: #e80202; 
}

#footer-left, #footer-right {
	width: 50px;
}

#footer-center {
	width: 680px;
}

#footer-logo {
	margin-left: auto;
	margin-right: auto;
	width: 112px;
	margin-top: -8px; 
	margin-bottom: 8px; 
	position: relative; 
}

#footer-logo img {
	z-index: 1000;
}

#copyright-container {
	color: #444; 
	z-index: 100; 
	margin-top: -5px;
}

#copyright-text {
	margin-left: auto; 
	width:400px; 
	margin-right: auto; 
	font-size: 12px; 
	z-index: 100; 
}

#copyright-text a {
	text-decoration: none;
	color: #444;
	font-weight: bold;
}

#copyright-text a:hover {
	color: #e80202;
}





/* FOOTER */

#footer_bg {
	height: 40px;
	margin-left: auto;
  margin-right: auto;
/*  width: 780px;*/
	color: #ccc;
}

#footer {
	height: 40px;
	width: 780px;
	color: #ccc;
	background: #e80202;
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
}


#footer-message {
  padding-left: 10px;
  font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;  
}

.fileuploadbox {
	width: 92px;
}

.leftcol {
	font-weight: bold;
	padding-right: 2px;
}

/* HACKS */ /* HACKS */ /* HACKS */ /* HACKS */ /* HACKS */ /* HACKS */ /* HACKS */ /* HACKS */ /* HACKS */ /* HACKS */ /* HACKS */ /* HACKS */ /* HACKS */ 

.hack {color:#000;}
/* Hack IE6 */
*html .hack_ie6 {color:#080;}
/* Hack IE7 */
*+html .hack_ie7 {color:#00f;}
/* Hack IE8 */
.hack_ie8 {color:#f00\0/;}


/* IE6 */
*html #footer-logo {
	top: -36px;
}

*html #hmenu li { 
	margin-top: -16px; 
	margin-bottom: -16px; 
}

*html #hmenu { 
	position: relative; 
	top: 16px; 
}

*html #content-container {
	left: 1px;
}


/* IE7 */
*+html #footer-logo {
	top: -36px;
}

*+html #hmenu li { 
	margin-top: -16px; 
	margin-bottom: -16px; 
}

*+html #hmenu { 
	position: relative; 
	top: 16px; 
}

*+html #copyright-container {
	position: relative;
	top: -45px;
}

*+html #hp_btext {
  margin-top: 30px; 
}



*+html #cars_right {
	width: 320px;
}

*+html #soldtag {
	right: 130px;
}

*+html #vlightbox {
	width: 440px; 

}

*+html #carthumbs {
	width: 440px; 
}
/* IE8 */
#footer-logo { top: -44px\0/; }

/* Firefox 3 */
html>/**/body #footer-logo, x:-moz-any-link, x:default { position: relative; left: -410px; }


* { outline: none; }
