/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bgbody.gif) repeat-x;
	background-color: #f4e38b;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center;


}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: .8em;
	color: #000;
	margin: 0px;
	padding: 5px 40px 5px 10px;
	text-align: left;
	line-height: 1.9;
}

table.menu {
	border: 1px solid #b0f3dd;
	width: 610px;
	margin: 0 auto;
}

table.redwine {
	float: left;
	width: 280px;
	margin: 10px 5px 0px 20px;
}

table.whitewine {
	float: right;
	width: 280px;
	margin: 10px 30px 0px 20px;
}	

td {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	text-align: left;
}

td.price {
	text-align: right;
}

tr.row2 {
	background-color: #fcfae1;
}

h1 { 
font: bold 2em Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px 0px 0px 0px;
padding: 20px 0px 0px 10px;

}

h2 {
font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px 20px 0px 0px;
padding: 20px 0px 0px 10px;
text-align: left;
}

h3 {
margin: 0px 0px 0px 10px;
padding: 10px 0px 0px 0px;
font: bold .9em Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}

h4 {
font: bold .8em Verdana, Arial, Helvetica, sans-serif;
color: #000000;
text-transform: uppercase;
}

address {
margin:20px 0px 0px 40px;
padding:0;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color: #fff;
text-align: left;
line-height: 1.5;
}



li {
font: normal .8em Verdana, Arial, Helvetica, sans-serif;
color: #000;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #1e4a41;
}
a:visited {
color: #1e4a41;
}
a:hover {
color: #737373;
}
a:active {
color: #1e4a41;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 990px;
margin: 0px auto;
padding: 0px;
}

div#header {
width: 990px;
height: 339px;
margin: 0px auto;
padding: 0px;
background: url(images/bgheader.jpg) no-repeat;
position: relative;
}

div#audio {
position: absolute;
top: 290px;
left: 80px;
margin: 0;
padding: 0;
}

div#headerflash {
width: 990px; 
height: 273px;
position: absolute;
top: 0px;
left: 0px;
}

div#ctaclick {
position: absolute;
top: 276px;
left: 500px;
width: 52px;
height: 13px;
margin: 0;
padding: 0;
}

div#container {
width:990px;
margin:0px auto;
padding:0px;
background: url(images/bgcontainer.gif) repeat-y;
}

div#leftnav {
float: left;
width: 244px;
margin: 0;
padding: 0;
}

div#content {
	float: right;
	width:680px;
	margin: 0px auto;
	padding: 0 30px;
	vertical-align:top;
	text-align:left;
}

div#content a:link {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#content a:visited {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#footer {
	width:940px;
	height: 23px;
	margin:0px auto;
	padding:30px 50px 0 0;
	background: url(images/bgfooter.gif) no-repeat;
	font:normal 11px Verdana, Arial, Helvetica, Verdana, sans-serif;
	color:#362f2d;
	text-align: right;
	clear:both;
} 

div#footer a:link, div#footer a:visited {
	color:#362f2d;
	font-weight: bold;
	text-decoration: none;
}

div#footer a:hover, div#footer a:active {
	color:#5f8e99;
	text-decoration:underline;
}

div#map {
	width: 600px;
	height: 400px;
	margin: 10px;
	padding: 5px;
	border: 1px dotted #534741;
	background-color: #ffffff;
}

div#applet {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/webaudio.gif) top left no-repeat;}

div#applet div {
	position: absolute;
	top: 52px;
	left: 75px;
	width: 68px;
	height: 30px;}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}
	
div#twocolumns {
background-color: #ffffff;
border-top: 1px solid #526eb0;
border-left: 1px dotted #526eb0;
border-right: 1px dotted #526eb0;
width: 600px;
margin: 30px auto 10px auto;
}

div#leftcolumn {
float: left;
margin: 10px 15px 0px 10px;
padding: 0px;

}

div#rightcolumn {
float: right;
margin: 10px 15px 0px 10px;
padding: 0px;

}

/* ----------------- NAVIGATION CONTAINER ----------------- */


	ul#mainnav {
	margin: 10px 0 0 22px;
	padding: 0;
	width: 182px;
	}
	
	ul#mainnav li {
	display: inline; 
	list-style: none;
	}

	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 160px;
	padding: 5px 2px 5px 20px;
	border: 1px solid #362f2d;
	}

	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #000;
	font-weight: bold;

	background: url(images/nav_on.gif) no-repeat;
	}

/* ----------------- UTILITY NAVIGATION CONTAINER ----------------- */

	ul#utilitynav {
	margin: 0;
	padding: 0 0 0 100px;
	width: 890px;
	}
	
	ul#utilitynav li {
	display: inline; 
	list-style: none;
	}

	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1e4a41;
	text-decoration: none;
	display: inline;
	width: auto;
	padding: 0 10px 0 10px;
	}

	ul#utilitynav li a:hover, ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
	color: #1e4a41;
	font-weight: bold;
	border-bottom: 2px solid #fab386;
	}

/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright {
position:relative;
color: #736357;
width: 960px;
margin: 0 auto;
padding: 5px 0px;
font: normal 9px Arial, Helvetica, Verdana, sans-serif;
text-align: right;}

div#copyright a:link, div#copyright a:visited {
color: #736357;
text-decoration: none;}

div#copyright a:hover, div#copyright a:active {
color: #736357;
text-decoration: underline;}

.ypimg {
position:absolute;
top:2px;
left:0;}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px dotted #534741;
	background-color: #ffffff;
	margin: 5px 10px 5px 0px;
	padding: 5px;
	clear: both;
}

img.right {
	float: right;
	border: 1px dotted #534741;
	background-color: #ffffff;
	margin: 5px 0px 5px 20px;
	padding: 5px;
	clear: both;
}

img.leftfood {
	position: absolute;
	left: 20px;
	border: 1px solid #f9ad81;
	background-color: #ffffff;
	padding: 5px;
	margin-top: 22px;
}

img.rightb {
	float: right;
	margin: 0px 60px 50px 20px;
	padding: 0px;
	clear: both;
}

img.middle {
	border: 1px dotted #5f8e99;
	background-color: #ffffff;
	margin: 5px;
	padding: 5px;
}

.clear {
	clear: both;
}

img.list {
	margin-right: 5px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

ul.bullet {
list-style:none;
}

ul.bulletfloat {
float: left;
width: 250px;
list-style:none;
padding-bottom: 10px;
}

ul.bullet li, ul.bulletfloat li {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 7px;
padding: 0px 30px 0px 15px;
line-height: 1.7;
}


.ownerlogin {
text-align: right;
font-size: 9px;
color: #736357;
}

.ownerlogin a:link, .ownerlogin a:visited {
color: #736357;
text-decoration: none;}

.ownerlogin a:hover, .ownerlogin a:active {
color: #736357;
text-decoration: underline;}

