body {
	background: url(/assets/images/background.jpg)

}

#container {
	width: 960px;
	margin: 0 auto;
}

#headerContact {
	margin-top: 50px;
	width: 960px;
	text-align: right;
	font: 12px Arial;
	color: #fff;
	font-weight: bold;
}

#headerContainer {
	width: 960px;
}

#logo a {
	background: url("/assets/images/logo.jpg") no-repeat;
	width:83px;
	height:69px;
	display: block;
	float: left;
}

/** MAIN NAV **/

/* wwwNav */
#wwwNav { width:583px; height:39px; float: left; margin: 26px 0px 0px 294px;}
#wwwNav #Nav { width:583px; height:39px; margin:0; padding:0; background:url('/assets/images/main_nav.jpg') 0 0 no-repeat;}
#wwwNav #Nav li { display:inline; }
#wwwNav #Nav li a { float:left; outline:none; width:0; height:0; padding-top:39px; overflow:hidden; }
#wwwNav #Nav li a { background-image: url('/assets/images/main_nav.jpg'); background-repeat: no-repeat; }

/* a */
#wwwNav #Nav li#nav00 a { width: 104px; background-position: 0 0; }
#wwwNav #Nav li#nav01 a { width: 90px; background-position: -104px 0; }
#wwwNav #Nav li#nav02 a { width: 55px; background-position: -194px 0; }
#wwwNav #Nav li#nav03 a { width: 112px; background-position: -249px 0; }
#wwwNav #Nav li#nav04 a { width: 114px; background-position: -361px 0; }
#wwwNav #Nav li#nav05 a { width: 108px; background-position: -475px 0; }

/* a:hover */
#wwwNav #Nav li#nav00 a:hover { background-position: 0 -39px; }
#wwwNav #Nav li#nav01 a:hover { background-position: -104px -39px; }
#wwwNav #Nav li#nav02 a:hover { background-position: -194px -39px; }
#wwwNav #Nav li#nav03 a:hover { background-position: -249px -39px; }
#wwwNav #Nav li#nav04 a:hover { background-position: -361px -39px; }
#wwwNav #Nav li#nav05 a:hover { background-position: -475px -39px; }

/* a.current */
body#listings #Nav li#nav00 a { background-position: 0 -78px; }
body#about #Nav li#nav01 a { background-position: -104px -78px; }
body#blog #Nav li#nav02 a { background-position: -194px -78px; }
body#buyers #Nav li#nav03 a{ background-position: -249px -78px; }
body#sellers #Nav li#nav04 a{ background-position: -361px -78px; }
body#contact #Nav li#nav05 a { background-position: -475px -78px; }


#contentTop {
	background: url("/assets/images/content_top.jpg") no-repeat;
	width:960px;
	height:14px;
	display: block;	
	margin-top: 25px;
}

#contentTopHome {
	background: url("/assets/images/content_top.jpg") no-repeat;
	width:960px;
	height:14px;
	display: block;	
}

#mainHeader {
	width: 960px;
	height: 305px;
	background: url("/assets/images/header_background.jpg") no-repeat;
}

#mainHeader #headerButton{
	margin: 10px 0px 0px 380px;}

#mainHeader h1 {
	font: 22px Georgia;
	color: #fff;
	margin: 0px 0px 0px 380px;
	padding-top: 70px;
	}

#mainHeader p {
	font: 11px Arial;
	line-height: 15px;
	color: #fff;
	margin: 10px 0px 0px 380px;
	}

#contentContainer {
	background: url("/assets/images/background_content.jpg") repeat-y;
}

#contentContainer p {
	font: 12px Arial;
	line-height: 17px;
	color: #333;
	margin-bottom: 10px;
}

#contentContainer h1 {
	font: 28px Georgia;
	color: #df0a73;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: normal;
}

#contentContainer h2 {
	font: 18px Arial;
	color: #666;
	margin-bottom: 10px;
	font-weight: normal;
}

#contentContainer h3 {
	font: 14px Arial;
	color: #73c518;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
}

#contentContainer ul.list {
	font: 12px Arial;
	line-height: 17px;
	color: #333;
	margin-left: 20px;
	margin-bottom: 10px;
}

#contentContainer ul.list li {
	background: url('/assets/images/bullet.jpg') no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}


#contentContainer h4 {
	font: 12px Arial;
	color: #666;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#contentContainer a:link, #contentContainer a:visited {
	color: #666;
	text-decoration: underline;
}

#contentContainer a:hover {
	color: #73c518;
	text-decoration: none;
}


#contentMain {
	width: 642px;
	float: left;
	margin: 20px 0px 20px 50px;
}

#homeLeft, homeRight {
	float: left;
	width: 250px;
	margin-right: 50px;
}

#contentSecondary {
	width: 182px;
	float: left;
	margin: 20px 0px 20px 68px;
}

#twitter{
	background: url(/assets/images/twitter_icon.jpg) no-repeat;
	background-position: 50px 15px;
	background-color: #363636;
	border-bottom: 1px solid #464646;
}

#contactInfo {
	background: #363636;
	border-bottom: 1px solid #464646;
}

#twitter p, #contactInfo p {
	padding: 15px 0px 15px 50px;
	font: 11px Arial;
	color: #898989;
}

#twitter #twitter_update_list {
	padding: 15px 0px 15px 80px;
}

#twitter #twitter_update_list li {
	list-style-type: none;
	display: inline;
}

#twitter #twitter_update_list span {
	font: 11px Arial;
	color: #898989;
}

#twitter_update_list a:link, #twitter #twitter_update_list a:visited {
font-family: Arial !important;
font-size: 9px !important;
color: #666 !important;
text-decoration: none;
}

#twitter_update_list a:hover {
text-decoration: underline;
font-family: Arial !important;
font-size: 9px !important;
color: #73c518 !important;
}

#footerBottom {
	background: url("/assets/images/footer_bottom.jpg") no-repeat;
	width:960px;
	height:15px;
	display: block;	
}

#footerContainer {
	background-color: #363636;
}

#footerContainer p {
	font: 11px Arial;
	line-height: 15px;
	color: #898989;
	margin-bottom: 10px;
}

#footerContainer a:link, #footerContainer a:visited {
	color: #898989;
	text-decoration: underline;
}

#footerContainer a:hover {
	color: #73c518;
	text-decoration: none;
}

#footerContainer h4 {
	font: 12px Arial;
	color: #898989;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: normal;
}

#footerContainer li {
	font: 11px Arial;
	line-height: 15px;
}

#footerMain {
	width: 642px;
	float: left;
	margin: 20px 0px 20px 50px;
}

#footerSecondary {
	width: 182px;
	float: left;
	margin: 20px 0px 20px 68px;
}

#credits {
	margin-top: 30px;
	font: 10px Arial;
	color: #e1e1e1;
	text-align: right;
	margin-bottom: 20px;
}

#credits a:link, #credits a:visited {
	font: 10px Arial;
	color: #e1e1e1;
	text-decoration: none;
}

#credits a:hover {
	font: 10px Arial;
	color: #73c518;
	text-decoration: none;
}


/*** LISTINGS ***/

.listingbox {
float: left;
padding: 15px;
border: 1px solid #e1e1e1;
margin-bottom: 15px;
margin-right: 15px;
}

.status {
background: #e1e1e1;
padding: 6px;
font-family: Arial;
font-size: 9px;
text-transform: uppercase;
display: block;
}

.statusnew {
background: #df0a73;
padding: 6px;
font-family: Arial;
font-size: 9px;
color: #fff;
text-transform: uppercase;
display: block;
}

ul.thumbnails li {
	display: inline;
	padding: 0 !important;
	margin: 0px !important;
}

.pageCurrent {
	font-family: Arial;
	font-size: 11px;
	border: 1px solid #e1e1e1;
	padding: 4px;
	background: #f1f1f1;
}

.newCurrent {
	font-family: Arial;
	font-size: 11px;
	border: 1px solid #e1e1e1;
	padding: 4px;
	background: #fff;
}

table#details {
margin-top: 10px;
}

table#details td {
	font: 12px Arial;
	color: #333;
	padding: 5px;
	border-bottom: 1px solid #e1e1e1;
}

table#details td.grey {
	background-color: #f1f1f1;
	font-size: 9px;
	text-transform: uppercase;
	color: #666;
}

table#details td.price {
	font-size: 18px;
	font-family: Georgia;
	color: #df0a73;
}


/*************************
	Clear Fix
*************************/

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* End hide from IE-mac */


