/*******************************

	WIREFRAMES
	
	Creates a base layout for the template.

*******************************/

body {
	width:100%;
}


#logo
{
	float:left;
	margin-top:30px;
}

#logo-2
{
	margin-top:40px;
	float:right;
}


#header {
	width:950px;		
	margin: 0 auto;
	height:141px;
}

#wrapper
{
	width:100%;
	margin:0;
	padding:0;
	height:100%;
}
/*Hack to have the columns aligned properly*/
#content-wrapper
{
	width:100%;
	margin: 0 auto;	
	padding:0;
	clear:both;
	background: url(../images/backgrounds/content-bg.gif) top repeat-x;	
}

#content {
	width:950px;
	margin: 0 auto;	
}

#scenery {
	width:1200px;
	margin: 0 auto;	
	height:201px;
}


#footer-wrapper {
	background: #dfdfdf;
	margin: 0 auto;	
	padding:0;
	clear:both;
}

#footer{
	width:950px;
	margin: 0 auto;	
	padding:10px;
	text-align:center;
}


#front-splash
{
	background: #4a98f7;
	width:100%;
	height:360px;
	margin: 0 auto;	
	text-align:center;
	overflow-y:hidden;
}

#splash-portsea-attractions
{
	background: #4a98f7 url(../images/backgrounds/splash-portsea-attractions.jpg) top center no-repeat;
	width:100%;
	height:255px;
	margin: 0 auto;	
}

#splash-properties-for-sale
{
	background: #4a98f7 url(../images/backgrounds/splash-properties-for-sale.jpg) top center no-repeat;
	width:100%;
	height:255px;
	margin: 0 auto;	
}


#splash-properties
{
	margin-top:16px;
}

#delgany-ave-wrapper
{
	padding-top:27px; 
	padding-bottom:27px;
	width:940px;
	padding-right:10px;
}

#button-row
{
	padding-top:30px;
}

#button-row a
{
	margin: 0 5px;
}

#nav 
{
	display:inline;
	float:right;
	height:12px;
	width:539px;
	margin: 15px 0 0;
	padding:0;
}

#nav li 
{
	float:left;
	list-style-type:none;
	margin-right:12px;	
	font-size:12px;
	color: black;
}

#nav li.last
{
	margin-right:0;
}

#nav a 
{
	background:transparent url(../images/menu.png) no-repeat scroll 0 0;
	display:block;
	height:12px;
	text-indent:-9999em;
}

#nav #nav-home 
{
	background-position:0 0;
	width:40px;
}

#nav #nav-home:hover,  #nav #nav-home.active
{
	background-position:0 -13px;
}

#nav #nav-properties
{
	background-position:-56px 0;
	width:134px;	
}

#nav #nav-properties:hover, #nav  #nav-properties.active
{
	background-position:-56px -13px;
}

#nav #nav-gallery
{
	background-position:-207px 0;
	width:104px;	
}

#nav #nav-gallery:hover, #nav #nav-gallery.active
{
	background-position:-207px -13px;
}

#nav #nav-accomodation
{
	background-position:-326px 0px;
	width:120px;	
}

#nav #nav-accomodation:hover, #nav #nav-accomodation.active
{
	background-position:-326px -13px;
}

#nav #nav-attractions
{
	background-position:-461px 0px;
	width:150px;	
}

#nav #nav-attractions:hover, #nav #nav-attractions.active
{
	background-position:-461px -13px;
}

#nav #nav-contact
{
	background-position:-626px 0px;
	width:63px;	
}

#nav #nav-contact:hover, #nav #nav-contact.active
{
	background-position:-626px -13px;
}
