﻿/* Layout */
body
{
	background: #ececec;
	padding-top: 0px;
	margin-top: 0px;
	background-color: White;	
}
#page {
	margin: 0 auto;
	width:1000px;
	min-width:1000px;
	background: #ffffff;	

	background: transparent url('../images/css/PageBG.gif') repeat-y left;	
}

#PageHeader
{	
	padding-bottom: 5px;
	margin-bottom: 10px;
	height: 60px;
	background: transparent url('../images/css/HeaderBG-cut.png') no-repeat top;
}

#PageBanner
{	
	margin-top: 0px;	
	height: 40px;
	/*background-color: #3D76BF;*/
	background-color: #3067B7;
}

.PageBannerLabel
{
	color: #ffffff;
	font: 14px Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;	
	line-height: 38px;
	 
}

#PageMain 
{
	clear:right;
	display:block;
	width:1000px;
	min-height:550px;
	height:auto;
	/*padding-left: 10px; */
}

#PageMainLeft 
{
	display:block;
	width:200px;
	min-height:500px;
	float:left;	
	background: transparent url('../images/css/LeftMenuMidBG2.gif') repeat-y left;	
	padding-left: 10px;
} 

#PageMainCenter2Column
{
	float:left;
	width:770px;
	min-height:550px;
}

#PageFooter 
{
	clear: both;
	background: White url('../images/css/FooterBG.gif') repeat-x top;
	width: 1000px;
	height: 40px;
	text-align: center;
	padding-top: 15px;
}

#PageFooter span
{	
	margin-left: 200px;
	font-size: 26px;
	font-weight: 200;
	color:#000000;
	line-height: 50px;
	vertical-align: bottom;
	
}

hr
{
	border: solid 1px #C8DBF1;	
}

.logoimage
{	
	border: solid 3px #646464;
	padding: 3px 3px 3px 3px;	
	background-color: #ffffff;
	margin-top: 10px;
}


#FooterImage
{
	 background-image: url('../images/css/FooterBG.gif');
	 padding-left:25px;
	 padding-top:5px;
	 float:left;
	 width:300px;
}

#FooterRight
{
	float:right;
	height:100%;
	padding-right:25px;	
	/*background:  url('../images/CompanyLogo.gif') ;*/
}

/* Used to prevent content to be hidden by fixed-positionned footer*/
#FakeFooter
{
	clear: both;	
	height: 50px;	
	bottom:0px;
	left:0px;
	width:100%;
	background-image: url('../images/css/CustomSite_footer_bg_middle.gif');
}

.LeftClubContentTop
{
	background: transparent url('../images/css/LeftSearchTopBG2.gif') no-repeat left;
	height: 15px;
	width: 205px;
}

#RightCSSLogo
{
	width:150px;
	height:150px;
	position: absolute;
	left: 980px;
	top: 510px;
	background: transparent url(../images/YachtingNZ.png) no-repeat left
}

