/* CSS Document - Homepage stylesheet for CopartDirect, copyright 2008 */

* {
	padding:0;
	margin:0;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#wrapper {
	width:986px;
	height:630px;
	margin: 0 auto;
	background:white;
	border-top: 5px solid #0065a4;
	position: relative;
	}
#spanish {
	position:absolute;
	top: 0;
	left:940px;
	z-index:400;
	}
	
#spanish a {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	}
#spanish a:link, #spanish a:visited {
	color: white;
	}
#spanish a:hover, #spanish a:active {
	color: #ffe00e;
	}
#header {
	width:986px;
	height:62px;
	}
#mainImg {  /* If user does not have Flash player, this image will be displayed */
	position: relative;
	width: 986px;
	height:275px;	
	background: url(../images/mainHome.gif) left top no-repeat;

	}

#swf {
	position: relative;
	left: 0px;
	top: 0px;
	}
.chatHidden {  
	position: absolute;
	top: 181px;
	left: 770px;
	height: 62px;
	width:191px;
	visibility:hidden;
	}	
		
.chat {  
	position: absolute;
	top: 181px;
	left: 770px;
	height: 62px;
	width:191px;
	}
	
/* content */
#mainContent {
	width:984px;
	height: 223px;
	background:#e6e6e6;
	border-top: 1px solid #0065a4;
	border-right: 1px solid #0065a4;
	border-left: 1px solid #0065a4;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	}
#mainContent a:link, #mainContent a:visited {
	color:black;
	text-decoration:none;
	}
#mainContent a:link span.linked {
	color: black;
	text-decoration:underline;
	}
#mainContent a:visited span.linked {
	color: #888;
	text-decoration:underline;
	}
#mainContent a:hover span.linked, #mainContent a:active span.linked {
	color: #0065a4;
	text-decoration:underline;
	}
#mainContentCurve {
	width:986px;
	height:5px;
	background: url(../images/secBorderBottom.gif) left top no-repeat;
	}
#newerCar, #olderCar {
	width: 243px;
	height:194px;
	float:left;
	}
H1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #0065a4;
	}
H2 { 
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color:#0065a4;
}
.replace {  /* image replacement for headers for Newer Car, Older Car sections */
	position: relative;
	margin: 0;
	padding: 0;
	/* hide overflow:hidden from IE5/Mac \*/
	
	overflow: hidden;
	/* */
}
.replace SPAN {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /*for Opera 5 and 6*/
}
#h-NewCar, #h-NewCar SPAN {
	width:243px;
	height:23px;
	background:url(../images/headerHomeSellNewer.gif) left top no-repeat;
}
#h-OldCar, #h-OldCar SPAN {
	width:243px;
	height:23px;
	background:url(../images/headerHomeSellOlder.gif) left top no-repeat;
}
#h-OurCustomers, #h-OurCustomers SPAN {
	width:243px;
	height:23px;
	background:url(../images/headerHomeOurCustomers.gif) left top no-repeat;
}
#newerCar {
	margin: 17px 0 0 70px;
	background:url(../images/secSellMyNewCar.jpg) left top no-repeat;
	cursor:pointer;
	}
* html #newerCar {
	margin-left: 38px;
	}
#newerCar p {
	padding: 2px 10px 0 10px;
	font-size:12px;
	}
#olderCar {
	margin: 17px 0 0 48px;
	background:url(../images/secSellMyOldCar.jpg) left top no-repeat;
	cursor:pointer;
	}
	#olderCar p {
		padding: 2px 10px 0 10px;
		font-size:12px;
		}

	p.damaged {
		font: bold 10px Verdana, Arial, Helvetica, sans-serif;
		background: url(../images/checkbox.gif) right top repeat-y;
		margin: 0 10px 1px 0;
		}
#ourCustomers {
	width: 243px;
	margin: 17px 0 0 48px;
	background: url(../images/secOurCustomersBg.gif) left 20px no-repeat;
	height:194px;
	float:left;
	font-size:12px;
	}
	#ourCustomers .testimonialwrap {
		 padding: 4px 15px 0 15px;
		 }
	#ourCustomers .info {
		font-weight:bold;
		text-align:right;
		padding: 10px 0 3px 0;
		}
	#mainContent #ourCustomers .testimonial a {
		text-align:right;
		font-size: 12px;
		text-decoration:underline;
		}	
	#mainContent #ourCustomers .testimonial a:link {
		color:black;
		}
	#mainContent #ourCustomers .testimonial a:visited {
		color:#888;
		}
	#mainContent #ourCustomers .testimonial a:hover, .testimonial a:active {
		color: #0065a4;
		}
		
/* footer */
#footer {
	clear:both;
	margin-top:5px;
	}
#footer p {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-bottom: 3px;
	}
#footer a:link {
	color: black;
	text-decoration:none;
	}
#footer a:visited {
	color: #888;
	text-decoration:none;
	}
#footer a:hover, #footer a:active {
	color: #0065a4;
	text-decoration: underline;
	}
#footer p.copyright {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	}

/* miscellaneous */
.floatleft {
	float: left;
	}
.clear {
	clear:both;
	}
.alignright {
	text-align:right;
	}
.underline {
	text-decoration:underline;
	}
.usability {
	display:none;
	}
.print {  /* print styles */
	display: none;
	}

