/*
----------------------------------------------- 
racers auction site layout and design css
powered by advantage mm w/speedXdesign
version: 11.15.07
----------------------------------------------- */


/* gone global 
----------------------------------------------  */
body {
	background: #696969;
	font-family: 'Tahoma','Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: #FFF;
	}

a, a:link, a:visited {
	background: transparent;
	color: #444;
	text-decoration: none;
	}

a:hover {
	background: transparent;
	color: #fff;
	text-decoration: none;
	}
	
h4 { padding: 0; margin: 0; font-size: 14px; }


/* main layout 
----------------------------------------------  */
#mainBodyWrap {
	margin: 25px auto;
	padding: 0;
	width: 800px;
	}

#topHeader {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 160px;
	background: transparent url(gfx/backgrounds/topHeader_01.jpg) top left no-repeat;
	}
#logo { float: left; display: inline; width: 300px; height: 160px; }
#topPhoto { float: left; width: 200px; height: 160px; }
#mainLinks { float: left; width: 288px; height: 55px; padding: 105px 0 0 12px; }
	
#learnMore {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 76px;
	background: transparent url(gfx/backgrounds/learnMore_01.jpg) top left no-repeat;
	}

#slogan {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 44px;
	background: transparent url(gfx/backgrounds/slogan_01.jpg) top left no-repeat;
	}
	
#auctionDates {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 172px;
	background: transparent url(gfx/backgrounds/auctionDates_01.jpg) top left no-repeat;
	}
#auctionInfo { float: left; padding: 60px 0 0 20px; width: 180px; height: 112px; display: inline; }
#auctionMadison { float: left; padding: 0 0 0 20px; width: 180px; height: 112px; display: inline; }
#daysLeft { float: left; padding: 17px 0 0 7px; width: 58px; height: 155px; }

#brochureLink {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 316px;
	background: transparent url(gfx/backgrounds/brochureLink_01.jpg) top left no-repeat;
	}
#bottomPhotos { float: left; display: inline; padding: 226px 0 0 40px; width: 260px; height: 90px; }
#brochureTag { float: left; width: 500px; height: 316px; }
	
#generalContent { 
	margin: 0;
	padding: 20px 40px 10px 40px;
	width: 720px;
	background: transparent url(gfx/backgrounds/generalContent_01.gif) top left repeat-y;
	}


/* text
----------------------------------------------- */
#mainLinks { font-size: 1.3em; color: #333; font-weight: 900; }
#auctionInfo, #auctionMadison { font-size: 0.7em; color: #333; font-weight: 600; }
#generalContent { font-size: 0.8em; color: #333; }
#bottomPhotos { font-size: 0.8em; color: #ccc; }
.daysNumber { font-size: 1.8em; color: #fff; font-weight: 900; }
.days { font-size: 0.8em; text-transform: uppercase; }


/* links
----------------------------------------------- */
#mainLinks a:link, #mainLinks a:visited { color: #333; text-decoration: none; }
#mainLinks a:hover { color: #d50000; }
#bottomPhotos a:link, #bottomPhotos a:visited { color: #999; text-decoration: none; }
#bottomPhotos a:hover { color: #fc0; }


/* misc
----------------------------------------------- */
.center { text-align: center; }
a img { border: none; }	
.hide { display: none; }
#clear { clear: both; }
	

/* thats all
----------------------------------------------- */