@charset "utf-8";

html>body #main {
	height: auto; /* reset the height for compliant browsers */
	min-height: 100px;
	font-size: 14px;
}

body {
	background-color:#000;
	margin: 0;
	padding: 0;
	border: 0;
}

#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom: 131px;   /* must be same height as the footer */
	background-repeat: repeat-y;
}

#footer {
	position: relative;
	margin-top: -131px; /* negative value of footer height */
	height: 131px;
}

.clear { clear: both; }

.float { float: left; }

/*`Embedded Font
----------------------------------------*/
@font-face {
 font-family: 'Goudy';
 src: url(/css/goudy.eot);
 src: local('GOUDYSTD-BOLD'),  url(/css/goudy.ttf) format("truetype");
}
 @font-face {
 font-family: 'Myriad';
 src: url(/css/myriad.eot);
 src: local('MYRIADPRO-REGULAR'),  url(/css/myriad.ttf) format("truetype");
}

/* Main Construct
----------------------------------------*/

#TopBanner {
	height: 143px;
	width: 960px;
}

/* Nav
------*/

#TopNavPad {
	height: 66px;
	width: 240px;
	float: left;
}

#TopHome {
	height: 66px;
	width: 92px;
	float: left;
}

#TopWinery {
	height: 66px;
	width: 123px;
	float: left;
}

#TopWines {
	height: 66px;
	width: 167px;
	float: left;
}

#TopClub {
	height: 66px;
	width: 152px;
	float: left;
}

#TopContact {
	height: 66px;
	width: 186px;
	float: left;
}

#BottomNavPad {
	height: 131px;
	width: 550px;
	float: left;
}

#BottomHome {
	height: 131px;
	width: 46px;
	float: left;
}

#BottomWinery {
	height: 131px;
	width: 57px;
	float: left;
}

#BottomWines {
	height: 131px;
	width: 73px;
	float: left;
}

#BottomClub {
	height: 131px;
	width: 74px;
	float: left;
}

#BottomContact {
	height: 131px;
	width: 160px;
	float: left;
}

/* Center Area
--------------*/

#LeftCol {
	height: 619px;
	width: 240px;
	float: left;
}

#ContentArea {
	width: 720px;
	float: left;
	min-height: 619px;
	background: url(/images/Common/I_ContentArea.jpg);
	background-repeat: no-repeat;
}

#ContentPadding {
	padding: 35px 70px 10px 50px;
	margin: 0;
}

/* Footer Construct
----------------------------------------*/

#Seam {
	height: 1px;
	width: 960px;
	float: left;
}

#BottomNavPad {
	height: 131px;
	width: 550px;
	float: left;
}

#BottomNavBar {
	height: 131px;
	width: 410px;
	float: left;
}

/* Content Column Layouts - 
	2 Columns [270] 59 [270]
	3 Columns [165] 53 [164] 53 [165]
----------------------------------------*/
#TwoCol1 {
	width: 270px;
	float: left;
}

#TwoCol2 {
	width: 270px;
	float: right;
}

#ThreeCol1 {
	width: 165px;
	float: left;
}

#ThreeCol3 {
	width: 165px;
	float: right;
}

#ThreeCol2 { /* 3 Col in HTML must be 1-3-2 order */
	width: 164px;
	padding: 0px 53px;
	float: left;
}

/* Text Styles
----------------------------------------*/
body { font-family: Myriad, 'Helvetica Neue', Helvetica, Tahoma, Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", FreeSans, 'Liberation Sans', sans-serif; }

p {
	margin-top: 0px;
	text-indent: 10px;
	text-align: justify;
}

h1 {
	font-size: 17px;
	font-family: Goudy, "Goudy Old Style", "Calisto MT", "Bookman Old Style", Bookman, Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	margin-bottom: 0px;
}

h2 {
	font-size: 15px;
	font-family: Goudy, "Goudy Old Style", "Calisto MT", "Bookman Old Style", Bookman, Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	margin-bottom: 0px;
}

h3 {
	font-size: 14px;
	font-family: "Calisto MT", "Bookman Old Style", Bookman, Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #786650;
}

h4 {
	font-size: 13px;
	font-family: Goudy, "Goudy Old Style", "Calisto MT", "Bookman Old Style", Bookman, Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	margin-bottom: 0px;
}

h5 { /* Being used for the wine label sub-headings */
	font-size: 15px;
	font-family: Goudy, "Goudy Old Style", "Calisto MT", "Bookman Old Style", Bookman, Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #786650;
}

h6 { /* Being used for the wine pages page headings */
	font-size: 20px;
	font-family: Goudy, "Goudy Old Style", "Calisto MT", "Bookman Old Style", Bookman, Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	margin-top: -15px;
	margin-bottom: 10px;
	color: #786650;
}



img.stroke { border: 2px solid #AB9074; }

.tan { color: #786650; }

.wines { font-family: Goudy, "Goudy Old Style", "Calisto MT", "Bookman Old Style", Bookman, Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; }


/* `Links
----------------------------------------*/
/* Sets the style for unvisited links. */
a, a:link {
	color: #BCA07E;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #BCA07E;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #930;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #BCA07E;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #BCA07E;
}



ul {
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	white-space: normal;
	list-style: url(none) none inside;
	padding: 0px;
}
