
html { height: 100%; }

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
    background: #CFC376;
    color: #630;
    font-size: 62.5%;
}

#header { height: 144px; background: url(images/header.jpg) no-repeat 50% 0; }
#headerWrap, #mainWrap, #awardsWrap { width: 800px; margin: 0 auto; }

#nav {
    position: relative;
    top: 0px;
    left: 10px;
    width: 800px;
    height: 140px;
    float: left;
	z-index: 9999;
}

#main {
    height: auto;
    width: 100%;
    text-align: justify;
    clear: both;
    float: left;
    padding-bottom: 10px;
    background: #CFC376;
}

#main h3 {
    margin: 0;
    color: #DFDFB6;
    font-size: 1.8em;
    font-weight: normal;
}

#main p { margin: 0px 0; padding: 0; }
#main p.red { color: #900; }
#main .subHeading { color: #FFEFFF; background: none; clear: both; }
#main a.subHeading { color: #FFEFFF; }

#main .title { font-weight: bold; }
#main strong { color: #900; }
#main em { color: #333; }

#mainLogo {
	border:0px; 
	padding:3px 0px 0px; 
	margin:0px; 
	display:block;
}


* {
	margin: 0;
}

#push, #footer {
	height:154px;
}

#headerBodyWrap {
	min-height: 100%;
	height: auto !important; /* overcome footer problems created by IE */
	height: 100%;
	margin: 0 auto -154px; /* the bottom margin is the negative value of the footer's height */
}


#leftColumn {
    float: left;
    width: 240px;
    height: auto;
    font-size: 1.1em;
	padding-left:5px;
}


#leftColumnHeading {
	padding-left:10px;
	font-size:2.0em;
	position:absolute;
	top:113px;
	font-weight: normal;
	margin: 0;
    color: #DFDFB6;
}
 

#rightColumn {
    float: left;
    padding-left: 25px;
    background: url(images/divider.jpg) repeat-y;
    width: 530px;
    height: auto;
    font-size: 1.1em;
}
#rightColumn p {  padding: 0px;}
#rightColumn h3 { font-size: 1.8em; }

#rightColumn a:hover { text-decoration: none; color: #333;}
#rightColumn a { 
    color: #7C1D03; 
    text-decoration: none;
    background: #DCDCAF;     
}

#main .rightColumnAlignRight { text-align: right; width: 530px; display: block; } 
#main .rightColumnAlignRight a { color: #FFEFFF; }
#main .rightColumnAlignRight a:hover { text-decoration: underline; color: #FFEFFF; } 

#innerRightColumn {

float:right;
margin:0px 0px 20px 20px;
padding:3px;
width:200px;
background-color:#C8BB62;
border-width: 1px 0px 1px 0px;
border-color:#BEAF45;
/*border-style:solid;*/
}


#thumbsContainer {
	position: relative;
	width: 200px;
	height: 200px;
	padding: 0px;
	margin: 0px;	
}

#thumbs {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 200px;
	display: inline;
	overflow: hidden;
	width: 200px;
	}
	
#thumbs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	
}

#thumbs a {
	float: left;
	padding: 46px 0px 45px 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:96px; /* for IE5/Win */
	margin:2px;
	border: 1px #880029 solid;

}
	
#thumbs a:hover {
	background-position: 0 -94px;
	border: 1px #FFFFFF solid;

	}
	
#bookings a  {
	width: 94px;
	height: 94px;
	background: url("images/bookings.jpg") top left no-repeat;
}

#wine a  {
	width: 94px;
	height: 94px;
	background: url("images/wine.jpg") top left no-repeat;
}

#fresh a  {
	width: 94px;
	height: 94px;
	background: url("images/fresh.jpg") top left no-repeat;
}

#events a  {
	width: 94px;
	height: 94px;
	background: url("images/events.jpg") top left no-repeat;
}
	
	



#footer {
    float: left;
    clear: both;
    width: 100%;
    background: url(images/footer.jpg) no-repeat 50% 0 #581604;
    color: #581604;
}

#footerContainer {
    margin: 0 auto;
    width: 800px;
	height: 154px;
}

#leftColumnFooter {
    float: left;
    width: 230px;
	padding-top:20px;
    text-align: right;
    font-size: 1.1em;
}


#rightColumnFooter { width: 540px; padding-left: 260px; font-size: 1.1em; padding-top: 30px; text-align:right; margin:0px; border:0px; }


#webDesigner {
font-size:9px;
color:#962304;
position:absolute;
width:800px;
text-align:right;
margin-top:130px;
}

#webDesigner a {
color:#962304;
text-decoration:none;
}

#webDesigner a:hover {
color:#C72F03;
text-decoration:underline;
}



/* Places items out of view */
.invisible {
	height: 0px;
	position:relative;
	right:1000px;
	top:0px;
}

