/* AVB STRUCTURE */

html, body{
	margin:0;
	padding:0;
	height:100%;
	background:url('../images/bamboo_bgtile2.jpg')  top center repeat;
	font:11px verdana;
}

#wrapper{
	min-height:100%;
	position:relative;
}

#header{
	height:180px;
	background:#95a0a1 url('../images/header_bg.jpg') repeat-x top left;
}
		h1{
			float:left;
			width:522px; 
			height:90px;
			background:url('../images/logo.gif') no-repeat top left;
			padding-right:20px;
			text-indent:-99999px;
		}
		h1 a{
			display:block;
			width:542px;
			height:91px;
		}
		#header h2{
			float:left;
			width:331px;
			height:90px;
			background:url('../images/explanation_text.gif') no-repeat center left;
			text-indent:-99999px;
		}
		#contact_button{
			display:block;
			float:right;
			width:124px;
			height:32px;
			margin-top:23px;
			background:url('../images/contact_us.gif') no-repeat;
		}
		#contact_button a{
			display:block;
			width:124px;
			height:32px;
			text-indent:-99999px;
		}
		#header_shadow{
			height:6px;
			background:url('../images/header_shadow.png') repeat-x top left;
		}

#content{
	/*padding:10px;*/
	padding-bottom:400px;   /*373 Height of the footer */
}

#footer{
	position:absolute;
	bottom:0;
	width:100%;
	height:288px;   /* Height of the footer(373px) - padding(85px)*/
	background:#a2a08e url('../images/footer_bg.gif') repeat-x top left;
	padding-top:85px;
}

		#footer_menu{
			width:100%;
			height:200px;
		}
		#footer_menu li{
			float:left;
			height:170px; /* height - padding */
			border-right:1px dashed #fff;
			padding:18px 17px 12px;			
		}
		#footer_menu li#end{
			border-right:none;
		}
		#footer_menu li a{
			text-transform:uppercase;
			font:bold 11px  verdana;
			text-decoration:none;
			color:#fff;
		}
		#footer_menu ul{
			margin-top:12px;
		}
		#footer_menu ul li{
			float:none;
			height:auto;
			border-right:none;
			padding:0 0 8px;
			position:relative;
		}
				#availableHomes li ul{
					width:83px;
					display:none;
					position:absolute;
					bottom:23px;
					left:0px;
					margin-top:0;
					background:url('../images/footer_thumb_bg.png') top right no-repeat;
					padding:2px 3px 6px 3px;
					line-height:0;
				}
				#availableHomes li ul li{
					margin:0;
					width:83px;
					height:63px;
					padding:0;
					background:url('../images/ajaxloader.gif') no-repeat center center #fff;
					
				}
				#availableHomes li ul li img{
					border:1px solid #fff;
					margin:0;
				}
		
		#footer_menu ul li a{
			display:block;
			text-transform:none;
			font-weight:normal;
			color:#000;
		}
		#footer_menu a:hover{
			text-decoration:underline;
		}
		
		#footer p{
			float:left;
			margin-top:36px;
		}
		
		#footer img{
		}
		
		#footer .container{
			position:relative;
		}
		#logos{
			position:absolute;
			bottom:-10px;
			right:0;
		}
		.negmarg{
			position:relative;
			right:-15px;
		}

.container{
	margin:0 auto;
	width:954px;
}

