/* master layout css */
body {
	margin: 0px;
	padding: 0px;
	background-color: #E9E6D5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

/* page */
#page {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	background-color: #E9E6D5;
	min-width: 990px;
}

/* head */
#head {
	display: block;
	height: 80px;
	background-color: #E9E6D5;
}
#head #logo {
	height: 80px;
	float: left;
	background-image: url(/down/logo_hp.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 60%;
}
#head #global {
	height: 80px;
	text-align: right;
	background-image: url(/down/logo_snake.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 210px;
	float: right;
}

/* navigation */
#navigation {
	display: block;
	height: 30px;
	padding-left: 5px;
	background-color: #252726;
}
#subnav {
	display: block;
	height: 30px;
	background-color: #E8E7D3;
	border-bottom: solid 1px #928D77;
}
#subnav #breadcrumbs {
	display: block;
	float: left;
	height: 30px;
}
#subnav #sitetools {
	height: 30px;
	display: block;
	text-align: right;
}



/* billboard */
#billboard {
	display: block;
	background-color: #000000;
	height: 50px;
	background-image: url(/down/billboard_temp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#billboard #swf {
	display: none;
	background-position: left top;
	background-repeat: no-repeat;
	height: 250px;
	width: 100%;
}
#billboard #alt {
	height: 250px;
	width: 100%;
	display: none;
	background-color: #CCFF00;
}




/* content */
#content {
	display: block;
	width: 100%;
	background-image: url(/down/bg_cream_dark.gif);
	background-repeat: repeat-y;
	background-position: -25% 0px;
	background-color: #F4F1EA;
}
#content #left {
	float: left;
	margin-left: -1px;
	display: block;
	width: 18%;
	background-color: #D8D2B2;
	min-height: 800px;
}
#content #middle {
	width: 58%;
	float: left;
	margin-left: 0px;
	margin-right: -1px;
	border-left: dotted 1px #928B6E;
	border-right: dotted 1px #928B6E;
	background-color: #E9E6D5;
	display: block;
	min-height: 800px;
}

#content #right {
	float: right;
	width: 24%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	min-height: 800px;
}
#middle #split {
	display: none;
}
#cms #td-mid-left {
	background-color: #E9E6D5;
	width: 50%;
	font-size: 100%;
	border-right: dotted 1px #928B6E;
}

#cms #td-mid-right {
	width: 50%;
	font-size: 100%;
	background-color: #F4F1EA;
}

#content #footnav {
	text-align: right;
	height: 20px;
	display: none;
	width: auto;
}

/* foot */
#foot {
	display: block;
	background-color: #E9E6D5;
	border-top: solid 1px #928B6E;
}
#foot #footer {
	float: left;
	height: 25px;
	display: none;
}
#foot #copyright {
	float: left;
	height: 25px;
}

/* custom regions */
#wineclub {
	border-bottom: dotted 1px #928B6E;
	padding-bottom: 10px;
}

#googlemap {
	display: block;
	float: right;
	height: 300px;
	width: 300px;
	border: #d6d3c3 2px solid;
	margin: 0px 10px 10px 10px;
}

