@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFCF2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.subteal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003333;
}
.subwine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5E0130;
}
.subbrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #301800;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #301800;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E0130;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #301800;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #301800;
}


a.wine:link {color: #5E0130; font-size: 14px; background: #ffffff; font-weight: bold;}
a.wine:active {color: #301800; font-size: 14px; background: #ffffff; font-weight: bold;}
a.wine:visited {color: #5E0130; font-size: 14px; background: #ffffff; font-weight: bold;}
a.wine:hover {color: #003333; font-size: 14px; background: #ffffff; font-weight: bold;
}

.subwinelarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5E0130;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5E0130;
}


.subteallarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003333;
}




#pagemargins {
	padding-right: 20px;
	padding-left: 20px;
}


.oneColFixCtrHdr #container {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bg_shadow.jpg);
	background-repeat: repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFCF2;
	border-right-color: #FFFCF2;
	border-bottom-color: #FFFCF2;
	border-left-color: #FFFCF2;
}
#homeLeft {
	position: relative;
	width: 430px;
}
#homeRight {
	position: absolute;
	visibility: visible;
	width: 430px;
	top: 0px;
	left: 460px;
}
#homeLeft p {
	padding-left: 20px;
	padding-right: 20px;
}
#homeRight p {
	padding-left: 20px;
	padding-right: 20px;
}
#homeLine {
	background-image: url(../images/line.jpg);
	background-repeat: repeat;
	position: absolute;
	visibility: visible;
	height: 267px;
	width: 30px;
	left: 430px;
	top: 318px;
}


.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/mast.jpg);
	background-repeat: no-repeat;
	height: 151px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
.oneColFixCtrHdr #footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	background-image: url(../images/bg_shadow_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}
#logo {
	position:absolute;
	left:233px;
	top:4px;
	width:240px;
	height:111px;
	z-index:1;
}
.oneColFixCtrHdr #header #nav01 {
	position:absolute;
	left:303px;
	top:110px;
	width:55px;
	height:25px;
	z-index:2;
}
.oneColFixCtrHdr #header #nav02 {
	position:absolute;
	left:430px;
	top:110px;
	width:84px;
	height:25px;
	z-index:3;
}
.oneColFixCtrHdr #header #nav03 {
	position:absolute;
	left:581px;
	top:110px;
	width:76px;
	height:25px;
	z-index:4;
}
.oneColFixCtrHdr #header #nav04 {
	position:absolute;
	left:728px;
	top:110px;
	width:76px;
	height:25px;
	z-index:5;
}
.oneColFixCtrHdr #header #nav05 {
	position:absolute;
	left:880px;
	top:110px;
	width:60px;
	height:25px;
	z-index:6;
}
#tagline {
	position:absolute;
	left:358px;
	top:41px;
	width:400px;
	height:49px;
	z-index:8;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.subwinesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5E0130;
}
.subbrownsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #301800;
}

{img float:right;}.gordon {
}

{img float:right;}.g {
}

