/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #D4B472;
	background-image: url('../images/background.jpg');
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}

ul {
	padding-left: 15px;
}

body.editor {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	color: #B7974A;
}

h2 {
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #6C1929;
	margin-bottom: 7px;

}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #6F1926;
}

a:hover {
	color: #B7974A;
}

hr {
	border: none;
	background-image: url('../images/divider_line.gif');
	background-repeat: repeat-x;
	margin-bottom: 3px;
	height: 1px;
}


div.hr {
	height: 1px;
	background-image: url('../images/divider_line.gif');
	background-repeat: no-repeat;
	margin: 10px 0px 15px 0px;
}

div.hr hr {
	display: none;
}

#leftcol div.hr {
	background-image: url('../images/leftcol_divider_line.gif');
	margin: 15px 0px 15px 0px;
}

.burgandy, #leftcol .burgandy {
	color: #6E1925;
}

#leftcol .burgandy {
	margin: 5px 0px 0px 0px;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button {
	border: 0px;   
	background-color: #000000; 
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 2px;
	padding: 1px;    
}

.alert, .red {
	color: #f00;
}

/* LAYOUT CSS */

#container {
	width: 100%;
	background-image: url('../images/background_top.jpg');
	background-repeat: repeat-x;
}

#wrapper {
	width: 761px;
	margin: 0px auto;
	background-image: url('../images/wrapper_bg.jpg');
	background-repeat: no-repeat;
	padding: 13px 24px 0px 0px;
}

#headerphoto {
	background-image: url('../images/headerphoto_top.gif');
	background-repeat: no-repeat;
	background-color: #2D1B11;
	padding-top: 5px;
	margin-bottom: 11px;
	width: 521px;
}

#headerphoto div {
	background-image: url('../images/headerphoto_bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

#headerphoto div div {
	background-image: url('../images/headerphoto_bg.jpg');
	padding: 12px 0px;
	text-align: center;
}

#rightcol {
	float: right;
	width: 521px;
	margin: 0px;
}

#content {
	width: 521px;
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-y;
}

#content_top {
	background-image: url('../images/content_top.gif');
	background-repeat: no-repeat;
	padding-top: 37px;
}

#content_bottom {
	background-image: url('../images/content_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 12px 17px;
}

#leftcol {
	width: 220px;
	padding-bottom: 20px;
}

#leftcol .box {
	margin-left: 10px;
	color: #885B19;
	font-weight: bold;
	line-height: 15px;
}

#leftcol .box ul {
	list-style: none;
	padding: 0px;
	width: 162px;
	margin: 5px 0px;
}

#leftcol .box li {
	text-align: right;
	background-image: url('../images/price_dots.gif');
	background-repeat: repeat-x;
	background-position: right 9px;
}

#leftcol .box span {
	float: left;
	background-image: url('../images/background.jpg');
	padding-right: 2px;
}

#mailinglist {
	margin: 0px 0px 20px 10px;
	color: #885B19;
	font-weight: bold;
	line-height: 15px;
}

#mailinglist .emailbox {
	width: 155px;
	height: 14px;
	background-color: #ECE3CF;
	border: 1px solid #976921;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #98867D;
	padding: 2px 0px 0px 3px;
}

#copyright {
	color: #B98B44;
	text-align: right;
	font-weight: bold;
	padding: 1px 4px 10px 0px;
}

/* LAYOUT CSS */

#footer_top {
	clear: both;
	height: 110px;
	width: 100%;
	background-image: url('../images/footer_top.jpg');
	background-repeat: repeat-x;
}

#footer_bottom {
	height: 57px;
	width: 100%;
	background-image: url('../images/footer_bottom.jpg');
	background-repeat: repeat-x;
}

/* NAVIGATION CSS */

#navbox {
	margin: 33px 0px 20px 2px;
	background-image: url('../images/nav_bg.jpg');
	background-repeat: no-repeat;
	width: 212px;
}

#nav {
	list-style: none;
	padding: 6px 9px;
	background-image: url('../images/nav_bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#nav li {
	font-size: 11px;
	line-height: 16px;
	width: 167px;
	background-image: none;
}

#nav li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 167px;
	height: 16px;
}

#nav li a.home { background: url('../images/nav_home.gif') no-repeat;}
#nav li a.history { background: url('../images/nav_history.gif') no-repeat;}
#nav li a.menu { background: url('../images/nav_menu.gif') no-repeat;}
#nav li a.awards { background: url('../images/nav_awards.gif') no-repeat;}
#nav li a.events { background: url('../images/nav_events.gif') no-repeat;}
#nav li a.banquet-info { background: url('../images/nav_banquet_info.gif') no-repeat;}
#nav li a.wine-shop { background: url('../images/nav_wine_shop.gif') no-repeat;}
#nav li a.location { background: url('../images/nav_location.gif') no-repeat;}
#nav li a.contact { background: url('../images/nav_contact.gif') no-repeat;}

#nav li a:hover {
	background-position: 0px -16px;
}

#nav li.active a {
	background-position: 0px -32px;
}

#nav li ul {
	padding: 0px 0px 0px 10px;
}

#nav li ul li {
	list-style: none;
}

#nav li ul li a {
	text-indent: 0px;
	color: #ECE3CF;
}

#nav li ul li a:hover, #nav li ul li.active a {
	color: #B29763;
}

/* MENU CSS */

ul.menu {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

ul.menu li {

}

ul.menu .title {
	margin-bottom: 10px;
}

ul.menu .name {
	color: #B7974A;
}

ul.menu img {
	margin-right: 5px;
}

ul.menu p {
	margin-top: -10px;	
}

#gallery td {
	width: 139px;
	text-align: center;
	padding: 0px 0px 16px 16px;
}

#gallery table {
	border: 1px solid #B7974A;
	width: 137px;
	height: 137px;
	background-color: #F2EDE3;
}

#gallery td table td {
	padding: 3px;
	width: 135px;
	height: 135px;
	vertical-align: middle;
}

#gallery img {
	padding: 0px;
	margin: 0px;
}

