/* INITIAL SETUP -----------------------------------> */
html {
	height: 100%;
}
body {
	background-color: #4d6831;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-top: 0em;
	padding-bottom: 0em;
	padding-top: 0em;
	font-family: "Verdana", "Trebuchet MS", "sans-serif";
	font-size: 0.7em;
	line-height: 1.4em;
	color: #000;
	height: 100%;
	width: 1000px;
}
div#wrap {
	float: left;
	width: 728px;
	margin-left: 0px;
	margin-right: auto;
	background-image: url(images/wrap_bg.gif);
	background-color: #4d6831;
}
/* CONSTANTS -----------------------------------> */
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
a {
	color: #667d4e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: "Verdana", "Trebuchet MS", "sans-serif";
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	color: #000;
	margin-bottom: 2em;
}
ul {
	margin-top: 0em;
	padding-top: 0em;
	margin-left: 1.3em;
	padding-left: 0em;
}

/* NAV -----------------------------------> */
div#nav {
	text-align: center;
	padding-top: 40px;
}
div#nav a {
	text-decoration: none;
	padding-bottom: 15px;
}
div#nav ol li a:hover {
	background-position: 0 -30px;
}
div#nav ol {
	height: 30px;
	list-style-type:none;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	padding-right: 0em;
}
div#nav ol li {
	height: 30px;
	display: inline;
	margin-right: 1em;
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top:0px;
	padding-bottom: 15px;
	padding-left: 0em;
	padding-right: 0em;
	background-position: 0 0;
}

/* CONTENT -----------------------------------> */
img.photo {
	float: left;
	margin-top: 30px;
	margin-left: 15px;
}
div#leftContent {
	float: left;
	width: 272px;
}
div#mainContent {
	width: 698px;
	margin-left: 20px;
	background-color: #FFF;
}
div#banner {
	margin-bottom: 3em;
	margin-top: 3em;
}
div#bodyContent {
	margin-left: 4em;
	margin-right: 4em;
	padding-bottom: 4em;
}
div#bodyContent img {
	margin-bottom: 10px;
}
div#bodyContent table {
	width: 605px;
	margin-bottom: 2em;
}
div#bodyContent table td.price{
	text-align: right;
	width: 100px;
}
div#bodyContent table td.wine{
	text-align: right;
	width: 60px;
}
div#bodyContent .anchors p {
	margin-bottom: 2em;
	text-align: center;
}
div#bodyContent .anchors a {
	margin-left: 0.7em;
	margin-right: 0.7em;
}
div#bodyContent .spicy {
	color: #FF0000;
}

/* FOOTER -----------------------------------> */
div#footer {
	clear: both;
	width: 698px;
	height: 163px;
	background-image: url(images/footer_bg.gif);
	background-color: #958338;
	color: #FFF;
	font-size: 0.8em;
}
div#footer p {
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}
div#footer .dagger {
	float: left;
}
div#footer a.daggerText {
	color: #FFF;
	text-decoration: none;
}
div#footer a.daggerText:hover {
	text-decoration: underline;
}
div#footer a.daggerLogo {
	float: left;
	margin-right: 0em;
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 15px;
}
div#footer a.daggerLogo:hover {
	text-decoration: none;
	background-position: -21px;
}
div#footer .copyright {
	float: right;
}
div#footer span.dagger {
	margin-top: 135px;
	width: 200px;
}
div#footer span.copyright {
	margin-top: 142px;
}