/* CSS Document */
* {margin: 0px; padding: 0px;}

.clearfix:after {
content:".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}


body {
	background-color: #003300;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-align:center;
}
div#mainwrap {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height: auto;
}

div#header {
	width:738px;
	background-color:#D0AD66;
	height: 65px;
}
div#header2{
	width:750px;
	background-color:#FFFFFF;
}

div#contentarea {width:750px; background-color:#FFFFFF;}

div#menu {width:270px; background-color:#FFFFFF; float:left;}

div#maincontent {
	width:460px;
	background-color:#FFFFFF;
	float:left;
	padding-left: 0px;
	padding-bottom: 20px;
	text-align: justify;
}

div#footer{
	width:710px;
	background-color:#D0AD66;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#navlist
{
	float:left;
	padding-left: 37px;
	margin-left: 0;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #D0AD66;
	color: #D0AD66;
	background-color: #FFFFFF;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #003300;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #003300;
	background-color: #FFFFFF;
}

#navlist li a {
	text-decoration: none;
	color: #D0AD66;
	background-color: #FFFFFF;
}
#navlist a:hover
{
	color: #003300;
	text-decoration: none;
	background-color: #FFFFFF;
}
body#home a#menu_home,
body#wines a#menu_wines,
body#tasting_notes a#menu_tasting_notes,
body#contact a#menu_contact
{color:#990033;
background:white;
display:block;}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #003300;
	line-height: 15pt;
	background-color: #FFFFFF;
	padding-bottom: 18px;
}
.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #003300;
	line-height: 15pt;
	background-color: #FFFFFF;
	padding-bottom: 18px;
}
.maintext a
{
	color: #D0AD66;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-bottom: 25px;
	
}
	
.maintext a:hover
{
	color: #006600;
	text-decoration: none;
	background-color: #FFFFFF;
	
}
.maintextheading {
	color: #003300;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1pt;
	padding-top: 6px;
	padding-bottom: 6px;
}
.maintextcontrast {
	color: #D0AD66;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 1pt;
}
.submenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003300;
	font-size: 10pt;
}
.submenu a:hover
{
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

.submenu a {
	text-decoration: none;
	color: #FFFFFF;}
	
.wine_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
}
.price {
	color: #D0AD66;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.headtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #EBDCBC;
	background-color: #FFFFFF;
	padding-left:6px;
	padding-right:6px;
}
