/***********************
	DEFAULT STYLES - for demo system
	body, td, p, etc
***********************/

html, body {
	font-family: Verdana, Tahoma, Arial, Helv, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: white;

}

body {
	height: 100%; 	}	
	
/* STANDARD IMAGE - no border or spacing */
img.hunter_valley {
	padding: 0;
	margin: 0;
	border: 0; }
	
.clearer {
	clear: both;
	font-size: 1px;
}	
/***********************
	CONTAINERS - header
	holding divs
***********************/	

#accommodation {
	background-color: #9EAD94;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 145px;
	}

#hunter {
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background-image: url(../images/hunter_valley.jpg);
	background-repeat: no-repeat;		
	content:"";
	height: 145px;
	width: 140px;
	}

#cabins {
	display: inline;
	position: absolute;
	top: 0;
	left: 140px;
	padding: 0;
	margin: 0;
	border: 0;
	background-image: url(../images/iron_bark_cottages.jpg);
	background-repeat: no-repeat;
	content:"";
	height: 145px;	
	width: 600px;
	}

#vineyards {
	display: inline;
	position: absolute;
	top: 0;
	left: 740px;
	padding: 0;
	margin: 0;
	border-left: 2px solid #fff;
	background-image: url(../images/vineyard.jpg);
	background-repeat: no-repeat;
	content:"";	
	height: 145px;
	width: 20px;	
	}
	
/***********************
	CONTAINERS - body
	holding divs
***********************/		
	
/* content - main holding div */
#self_contained	{
	background-color: #fff;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	}

/*#nav {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 3px 0 0 1px;
	background-color: white;
	height: auto;
	padding-bottom: 667px;
	margin-bottom: -667px;
	width: 140px;	}
	html>body #nav { margin-top: 4px;}
	*/
#hotel {
	position: relative;
	float: left;
	background-color: #DA3824;
	height: 100%;
	padding-bottom: 32767px;
	margin-bottom: -32767px; 	}

#nav {
	background-color:#FFFFFF;
	width: 140px;
	height: 200px;
	padding: 4px 0 0 0;	}
	html>body #nav { height: 204px;}
#nav p, div.home {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	}
#nav p {		
	border-top: 2px solid #EC988E;
	border-right: 2px solid #882316;
	border-bottom: 2px solid #5E1810;
	border-left: 2px solid #E16758;
	background-color: #DA3824;
	margin: 0 1px 4px 2px;
	padding: 5px 0 0 0;
	width: 131px;
	height: 21px;
	}
	
#nav a:link, a:active, a:visited,
a.home:link, a.home:visited {
	color: white;
	text-decoration: none;
	margin: 10px 0 0 0; }
	
a.home:hover, a.home:active {
	color: #660000; 	}
	
#nav a:hover {
	color: #660000; }
	
div.home {
	margin: 10px 0 0 0;}


	
#hunter_valley {
	width: 140px;
	position: absolute;
	top: 320px;
	left: 0;
	background-color: #DA3824;
	}
	html>body #hunter_valley {
	}

/*#content {
	position: absolute;
	top: 147px;
	left: 140px;
	background-image: url(../images/cottages.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-color: #fff;
	padding: 0 20px 0 20px;
	margin: 0;
	width: 610px;
	}
	*/
	
#content {
	position: relative;
	padding: 0 0 0 20px;
	margin: 2px 0 0 0;
	height: 100%;
	float: left;
	display: inline;
	background-image: url(../images/cottages.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	width: 600px;
	}
	html>body #content { 
	min-height: 650px; }
	
#content p	{
	font-family: Arial, Arial Narrow, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 24px;
	letter-spacing: 2px;
	margin: 0;
	padding: 10px 50px 15px 0;
	}	

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color: #0000FF;
	text-decoration: underline;
	}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #666633;
	padding: 10px 0 8px 0;
	border-bottom: 2px solid #da3824;
	width: 500px;
	}


h2, #content h2 a:link, #content h2 a:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #da3824;
	}
#content a:hover, #content a:active {
	color:#990000; }	
h2 {
	padding: 10px 0 0 0;
	margin: 0;
	width: 500px;	}

div.line {
	border-bottom: 1px solid #BDB5A8;
	padding: 5px 0 20px 0;
	width: 500px;}

img.photo {
	float: right;
	display: inline;
	text-align: right;
	padding: 0;
	margin: 15px 0 0 5px;
	border: 1px solid #fff;
	clear: both;
	}	
	
/* STYLES FOR DATA GRID DISPLAY eg: testimonials */

div.wine {
	width: 500px;
	margin: 5px 0 5px 0;
	padding: 0;
	height: auto;
	}
div.wine:after {
	content:"";
	display:block;
	clear:both; 	}
* html div.wine { height:1px;	}

	
div p.itemhd, a.itemhd:link, a.itemhd:visited  {
	font-family: Arial, Helvetica, Tahoma, sans-serif; 
	font-size: 11px;
	text-decoration: none;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0;
	}	
	
div.itemtxt {
	padding: 0;
	margin: 15px 0 15px 0;
	color: #666666;
	line-height: 130%;
	}

img.itemlink {
	border: none;
	padding: 10px 0 0 0;}
div.itemlink, a.itemlink:link, a.itemlink:visited	{
	padding: 0;
	margin: 15px 0 0 0;}

div.itemlink, a.itemlink:link, a.itemlink:visited	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1971A8;
	text-align: left;
	text-decoration: none;}
	
a.itemlink:hover, a.itemlink:active {
	text-decoration: underline;
	color: #CC6600;}

img.itempic 	{
	float: right;
	display: inline;
	padding: 0;
	margin: 0 0 0 5px;
	border: 1px solid #fff; }
	
/* FORM / TABLE LAYOUT */
.errortxt {
	color: #0000FF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px 2px 0;
	}
form {
	padding: 0;
	margin: 0;}
	
td.formLabel {
	font-size: 10px;
	color: #7D6D48;
	text-transform: uppercase;
	}
	
input.textField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 250px;
	margin: 0;
	padding: 3px 0 0 2px;
	height: 18px;
	border: 1px solid #BCAD8B;	 }		

textarea.memoField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 252px;
	margin: 0;
	padding: 0;
	height: 105px;
	border: 1px solid #BCAD8B;	}	

input.submit {
	padding: 10px 0 0 0;}	