/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #333;
	font: 14px Arial, Verdana sans-serif;
	text-align: left;
	background: #fff;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.container {
	width: 960px;
	margin: 0 auto;
}

#header {
	background: #e9dcc2;
	height: 148px;
}

#banner {
	background: #a7151a;
	height: 150px;
}

#banner.front {
	height: 230px;
}

#content {
	clear: both;
	padding: 10px 0 20px 0;
}

#footer {
	clear: both;
	height: 60px;
}

#footer .container {
	padding-top: 20px;	
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header #logo {
	position: absolute;
	float: left;
	margin: 11px 0 0 16%;
	z-index: 1;
}

#headerVine {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#header .header_awards {
	float: right;
	margin: 14px 5% 0 0;
	width: 420px;
	text-align: right;
	text-decoration: none;
	font-size: 1.2em;
	color: #a7151a;
}


/*	-------------------------------------------------------------
	MAIN MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain {
	clear: right;
	float: right;
	margin-top: 24px;
	width: 70%;
	height: 39px;
	background: #7a624f;
}

#menuMain li {
	display: block;
	float: left;
	padding: 12px 0 0 4%;
}

#menuMain li a:link,
#menuMain li a:visited {
	display: block;
	float: left;
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
}

#menuMain li a:hover {
	color: #decf54;
	text-decoration: underline;
}

#menuMain li a.active:link,
#menuMain li a.active:visited {
	color: #d3a91a;
}

#menuMain li a.active:hover {
	color: #decf54;
}



	
/*	-------------------------------------------------------------
	BANNER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#banner #bannerText {
	float: left;
	font: 1.3em Georgia, serif;
	font-weight: normal;
	color: #fff;
	width: 40%;
	padding-top: 78px;
}

#banner #bannerText p {
	line-height: 1.3em;	
	padding: 0 0 15px 5%;
	text-align: center;
}

#banner #bannerText p strong {
	font-size: 1.5em;
	font-weight: normal;
}

#bannerFade {
	float: right;
	width: 57%;
}

#bannerFade ul {
	margin: 0 auto;
	width: 560px;
}

#bannerFade ul img {
	display: none;	
}



/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	font-size: 2.2em;
	letter-spacing: -1px;
	padding: 5px 0 10px 0;
}

#content h2 {
	color: #a7151a;
	font-size: 1.6em;
	padding: 8px 0 4px 0;
}

#content h3 {
	color: #888;
	font-size: 1.3em;
	padding: 10px 0 5px 0;
}

#content p {
	padding: 5px 0 10px 0;
	line-height: 1.3em;
}

#content a:link,
#content a:visited {
	color: #a7151a;
}

#content a:hover {
	color: #8a3b3e;
}

#content ul {
	padding: 10px 0 10px 0;
	margin-left: 20px;
}

#content ul li {
	padding: 3px 0 5px 18px;
	background: url(../images/li_bg.gif) no-repeat 0 8px;
}


/*	Awards
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #frontContent {
	float: right;
	width: 810px;	
}
	
#content #frontAwards {
	float: left;
	padding-top: 10px;
	width: 150px;
	text-align: center;
}

#content #frontAwards p {
	padding-bottom: 10px;
}


/*	Photos
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#contentPhotos {
	float: right;
	width: 200px;
}

#contentPhotos img {
	margin-bottom: 18px;	
}

/*	Restaurant
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#contentRestaurantSide {
	float: left;
	width: 200px;
}


/*	Restaurant
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#contactSide {
	width: 500px;
	float: right;
}

#contactDetails {
	width: 300px;
	float: left;
}


/*	-------------------------------------------------------------
	CONTACT FORM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#contactForm {
	width: 440px;
	margin: 10px 0 10px 10px;
	background: #96b054;
	color: #fff;
}
	
#contactForm table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;	
}

#contactForm table th {
	display: table-cell;
	color: #fff;
	padding: 8px 0 12px 0;
	font-size: 1.4em;
	font-weight: bold;
	background: #809746 url(../images/contactCorner.gif) no-repeat top right;
	text-align: center;
}

#contactForm table td {
	display: table-cell;
	padding: 5px 6px;
	vertical-align: top;
}

#contactForm table td label {
	color: #fff;
	font-size: 1.1em;
	display: block;
	float: right;
	margin-top: 4px;
	padding: 0 0 0 15px;
}

#contactForm table td.require label {
	background: url(../images/require.gif) no-repeat 0 30%;
}

#contactForm label.error,
#contactForm table td label.error
 {
	display: block;
	float: none;
	padding: 1px 0 2px 20px;
	background: url(../images/alert.gif) no-repeat 0 50%;
	color: #555;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 4px;
}

#contactForm .textbox,
#contactForm .textboxSmall,
#contactForm .textarea,
#contactForm .selectbox {
	border: 1px solid #778d41;
	background: #b6c888;
	color: #555;
	font: 1em Verdana, Arial, sans-serif;
	padding: 3px 3px;
	width: 270px;
}

#contactForm .textboxSmall {
	width: 100px;
}

#contactForm .textarea {
	height: 150px;
}

#contactForm .selectbox {
	width: auto;
}



#content .submitbox {
	text-align: center;
	background: #899e54;
	height: 42px;
}

#content .submitbox input,
#content .submitbox img {
	margin-top: 10px;
}

#content #submitbox2 {
	display: none;
}



/*	Alert
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #formAlert {
	background: #258352 no-repeat 5px 50%;
	padding: 4px 10px 4px 10px;
	text-align: center;
	border: 2px solid #78a045;
	width: 440px;
	margin: 20px 0 10px 100px;
}



/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer #pxLogo {
	float: right;
}
	
#footer p {
	padding-top: 1px;
	font-size: 0.8em;
	color: #888;
}

#footer strong {
	font-weight: normal;
	color: #444;
}

#footer a:link,
#footer a:visited {
	color: #666;
	
}
