

/* RESET */

* {
	background: none;
	border: none;
	color: #333;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}


.clear-fix:after {
	clear: both;
	content: ".";
	display: block;
	height: 1px;
	visibility: hidden;
	width: 1px;
}

.text-replace {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

/* Presentational stuff */

html, body {
	background: #3d3d3c;
	padding: 13px 0 0 0;
}

#container {
	background: url(../images/main_bg.jpg) no-repeat 0 0;
	border-top: 2px solid #f58026;
	margin: 0 auto;
	width: 980px;
}

#main {
	float: left;
	margin: 193px 0 5px 280px;
	width: 425px;
	height: 533px;
}

#main #thumb-heading {
	background: url(../images/sprite.jpg) #333 no-repeat 0 0;
	height: 22px;
	margin: 15px auto;
	width: 303px;	
}

#main #thumbnails {}

#main #thumbnails li {
	float: left;
	margin: 0 7px 0 0;
	overflow: hidden;
	text-align: center;
	width: 79px;
}

#main #thumbnails li img {
	background: #333;
	display: block;
	margin: 0 0 5px 0;
	width: 79px;
	height: 59px;
}

#main #thumbnails li a {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#main #thumbnails li a:hover {
	color: #f58026;
}

#main #thumbnails li.last {margin: 0;}

#right-col {
	float: left;
	height: 600px;
	width: 275px;
}

#right-col ul.banners {
	margin: 35px auto 0;
	width: 218px;
}

#right-col ul.banners a {
	background: url(../images/sprite.jpg) no-repeat 0 0;
	height: 119px;
	margin: 0 0 30px 0;
	width: 218px;
}

#right-col ul.banners a#auction-banner 	{background-position: -550px 0;}
#right-col ul.banners a#walk-banner 	{background-position: -550px -150px;}
#right-col ul.banners a#bike-banner 	{background-position: -550px -300px;}
#right-col ul.banners a#moveit-banner 	{background-position: -550px -450px;}


#footer {
	background: #FFF;
	clear: both;
	padding: 10px 0;
}

#footer #footer-banner{
	background: url(../images/sprite.jpg) #FFF no-repeat 0 -50px;
	height: 188px;
	margin: 0 auto;
	width: 359px
}