/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

ul { list-style: inside; }

ul ul { margin-left: 20px; }

html, body {
	text-align: center;
	font-size: 13px;
	font-family: "Gill Sans", verdana, arial, sans-serif;
	color: #444;
	line-height: 18px;
	background: url(../images/bg.jpg) top left repeat-x #fff; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: normal;
		color: #5fa7c6;
		margin: 10px 0 10px 0;
		text-transform: uppercase; }
	
	a:link, a:visited { color: #5fa7c6; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 1000px;
	margin: 0 auto; }
	
	/*** NAVIGATION ***/
	ul#nav { 
		width: 1000px;
		height: 157px;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 157px; }
			
			a.home {
				width: 99px;
				height: 157px;
				display: inline-block;
				background: url(../images/nav_01_home.jpg) no-repeat 0px 0px; }
				
				a.home:hover {background: url(../images/nav_01_home.jpg) no-repeat 0px -157px; }
				
			a.aboutus {
				width: 125px;
				height: 157px;
				display: inline-block;
				background: url(../images/nav_02_aboutus.jpg) no-repeat 0px 0px; }
				
				a.aboutus:hover {background: url(../images/nav_02_aboutus.jpg) no-repeat 0px -157px; }
				
			a.listings {
				width: 112px;
				height: 157px;
				display: inline-block;
				background: url(../images/nav_03_listings.jpg) no-repeat 0px 0px; }
				
				a.listings:hover {background: url(../images/nav_03_listings.jpg) no-repeat 0px -157px; }
				
			a.buying {
				width: 107px;
				height: 157px;
				display: inline-block;
				background: url(../images/nav_04_buying.jpg) no-repeat 0px 0px; }
				
				a.buying:hover {background: url(../images/nav_04_buying.jpg) no-repeat 0px -157px; }
				
			a.selling {
				width: 113px;
				height: 157px;
				display: inline-block;
				background: url(../images/nav_05_selling.jpg) no-repeat 0px 0px; }
				
				a.selling:hover {background: url(../images/nav_05_selling.jpg) no-repeat 0px -157px; }
	
	/*** HEADER ***/
	#header {
		width: 1000px;
		height: 350px;
		float: left;
		background: url(../images/header_bg.jpg) no-repeat; }
		
		/*** FEATURED LISTING ***/
		img#featuredListing {
			width: 320px;
			height: 210px;
			float: right;
			margin: 73px 99px 0 0;
			border: 5px solid #414141; }
			
	/*** SUB NAV ***/
	ul#subNav {
		width: 1000px;
		height: 140px;
		float: left;
		list-style: none; }
		
		ul#subNav li {
			height: 140px;
			float: left; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 1000px;
		min-height: 400px;
		float: left;
		padding: 25px 0 50px 0;
		text-align: left; }
	
		/*** CONTENT ***/
		#content {
			width: 852px;
			float: left;
			margin: 0 0 0 72px; }

			#innercontent {
				width: 950px;
				float: left;
				margin: 0 0 0 25px; }
				
	/*** AD SPACE ***/
	#adSpaceWrapperWrapper {
		width: 1000px;
		height: 69px;
		float: left; }
		
		#adSpaceHAC { margin: 0 0 0 30px; }
		
		
				
	/*** FOOTER ***/
	#footer {
		width: 100%;
		height: 102px;
		text-align: left;
		float: left;
		background: url(../images/footer_bg.jpg) top left repeat-x; }
		
			#footer p { 
				font-size: 12px;
				color: #414141;
				margin: 20px 0 0 67px;
				line-height: 20px; }
				
				#footer p span.copy {
					margin: 0 0 0 5px; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: none;
					color: #414141;
					margin: 0 5px; }
					
		#redcow {
			width: 100px;
			float: right;
			margin: 3px 72px 0 0; }
			
			#redcow a img {
				float: right;
				margin: 0 0 3px 15px; }


/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */
