/* CSS Document */

#main_wrap {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	margin-top: 20px;
	background-image:url(../images/main_top.gif);
	background-repeat: no-repeat;
	height: 20px;
}
#bottom {
	background-image:url(../images/main_bot.gif);
	background-repeat: no-repeat;
	height: 20px;
}
#header {
	width: 820px;
	height: 190px;
	padding-left: 20px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #C8C699;
}
#logo_holder {
	width: 220px;
	height: 190px;
	float:left;
}
.logo {
	float:left;
}
a:link {
	color: #811518;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #811518;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #811518;
}
#contact {
	text-align:right;
	color:#FFFFFF;
	padding-right: 25px;
	font-size: 12px;
}
#contact strong {
	font-size: 12px;
}
#contact a , #nav strong, #nav span {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 12px;
}
#contact a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}
#nav {
	float:left;
	width: 540px;
	padding-top: 80px;
	padding-left: 25px;

}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li {
    float:left;
	text-align: center;
    margin: 0;
    padding: 0px;
}
#nav a, #nav strong, #nav span {
    display: block;
	padding-top: 16px;
	padding-bottom: 8px;
	padding-left: 11px;
	padding-right: 11px;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
    display: block;
	text-decoration: underline;
}
#nav #current, #nav #current a {
	color: #FFFFFF;
}
#nav .divide a {
	background-image: url(../images/divide.gif);
	background-repeat:no-repeat;
	background-position: right center;
}
#main {
	background-color: #C8C699;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
#left_top {
	background-image:url(../images/left_nav/top.gif);
	background-repeat:no-repeat;
	height: 15px;
}
#left_col {
	background-color: #DBDABC;
	padding-left: 15px;
	padding-right: 10px;
}
#left_bot {
	background-image:url(../images/left_nav/bottom.gif);
	background-repeat:no-repeat;
	height: 15px;
}
.left_nav {
	color: #993333;
	font-size: 14px;
	line-height: 20px;
}
.left_nav a {
	color: #993333;
	font-size: 14px;
	line-height: 20px;
	text-decoration:none;
}
.left_nav a:hover {
	color: #CC0033;
	font-size: 14px;
	line-height: 20px;
	text-decoration:underline;
}
#main_top {
	background-image:url(../images/main_content/top.gif);
	background-repeat:no-repeat;
	margin-left: 20px;
	height: 10px;
}
#main_content {
	background-color: #DBDABC;
	padding-left: 15px;
	padding-right: 10px;
	margin-left: 20px;
}
#main_bot {
	background-image:url(../images/main_content/bottom.gif);
	background-repeat:no-repeat;
	height: 15px;
	margin-left: 20px;
}
#footer {
	margin-bottom: 20px;
}
.foot_pic {
	padding-top: 8px;
	padding-bottom: 8px;
}
.right_pic {
	float:right;
	padding-left: 10px;
}
.left_pic {
	float:left;
}
.red_14 {
	font-weight: bold;
	font-size: 14px; 
	margin-bottom: 0.6em;
	color: #993333;
	line-height: 18px;
}
.red_16 {
	font-weight: bold;
	font-size: 16px; 
	margin-bottom: 0.8em;
	color: #993333;
	line-height: 20px;
}
.red_18 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0.8em;
	color: #993333;
	line-height: 22px;
}
.form_input {
	width: 180px;
}
.menu_title_top {
	padding-bottom: 4px;
	text-transform: uppercase;
}
.menu_title {	
	padding-bottom: 4px;
	padding-top: 8px;
	text-transform: uppercase;
}
.menu_decrip {
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b9b67c;
}
.wine_list {
	padding-bottom: 8px;
	padding-top: 8px;
}
.red {
	color: #993333;
	font-size:inherit;
}
.right_content {
	width: 230px;
	margin-left: 10px;
	margin-top: 20px;
	padding: 10px; 
	float:right;
	background-color: #C8C699;
}
	