﻿* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
}
a:link, a:visited, a:active {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
body {
	background: #f6e5bb url('images/background.png') repeat-x;
	margin: 0 auto;
	height: 100%;
	font-family: Garamond, serif;
	font-size: 10pt;
	line-height: 19px;
}
.bold {
	font-weight: bold;
}
.lh-2 {
line-height: 14px;;
}
h1 {
	font-size: 30pt;
	font-weight: bold;
	color: #84181a;
	margin-bottom: 15px;
	line-height: 30pt;
}
h2 {
	font-size: 25pt;
	font-weight: bold;
	line-height: 25pt;
}
h3 {
	font-size: 15pt;
	font-weight: bold;
	line-height: 15pt;
}
h4 {
	font-size: 14pt;
	font-weight: bold;
	line-height: 14pt;
}
h5 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 16pt;
}
h6 {
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 10px;
}
#page {
	position: absolute;
	top: 0;
	left: 50%;
	width: 991px;
	height: 694px;
	margin-left: -495px; /*set to a negative number 1/2 of your width*/
}
#header {
	position: relative;
	float: left;
	width: 991px;
	height: 151px;
}
#logo {
	position: relative;
	float: left;
	width: 297px;
	height: 151px;
}
#header-right {
	position: relative;
	float: left;
	width: 460px;
	height: 151px;
	margin-left: 100px;
}
#container {
	position: relative;
	float: left;
	width: 991px;
	height: 498px;
	background-image: url('images/container_bg.jpg');
}
#nav {
	position: relative;
	float: left;
	width: 592px;
	height: 22px;
	background-image: url('images/nav-bg.png');
	margin-left: 350px;
	margin-top: 18px;
	padding-top: 6px;
}
.home {
	width: 87px;
	text-align: center;
}
.about {
	width: 91px;
	text-align: center;
}
.food {
	width: 100px;
	text-align: center;
}
.wine {
	width: 95px;
	text-align: center;
}
.events {
	width: 108px;
	text-align: center;
}
.contact {
	width: 106px;
	text-align: center;
}
#brick {
	position: relative;
	float: left;
	width: 210px;
	height: 22px;
	margin-top: 220px;
	margin-left: 40px;
	background-image: url('images/brick-bg.png');
	text-align: center;
	padding-top: 4px;
	color: #15130F;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
#brick-form {
	position: absolute;
	float: left;
	width: 220px;
	height: 22px;
	top: 310px;
	left: 35px;
	text-align: center;
}
#newsletter {
	position: absolute;
	float: left;
	width: 220px;
	height: 22px;
	top: 293px;
	left: 35px;
	text-align: center;
}
input, select, textarea {
	color: #2F1B09;
	font-size: 9pt;
	font-family: Garamond, serif;
	border: 1px solid #b7975e;
	background-color: #f6e7be;
	padding: 1px;
	margin: 3px;
}
input:hover, select:hover, textarea:hover {
	background-color: #f9e4aa;
}
#main {
	position: absolute;
	float: left;
	width: 650px;
	height: 380px;
	top: 85px;
	left: 310px;
	overflow: auto;
}
#benzing {
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	width: 141px;
	height: 32px;
}
#copyright {
	position: relative;
	float: left;
	width: 650px;
	height: 32px;
	margin-left: 150px;
	margin-top: 5px;
	text-align: center;
	font-size: 10pt;
}
.copyright {
	text-transform: uppercase;
	font-weight: bold;
}
.join {
	width: 140px;
}
.submit {
	width: 60px;
}
.pics {
	position: relative;
	float: left;
	height: 155px;
	width: 115px;
	padding: 0;
	margin: 0;
}
.pics img {
	width: 115px;
	height: 155px;
	top: 0;
	left: 0;
}
#box {
	position: relative;
	float: left;
	margin: 3px;
	width: 195px;
	min-height: 120px;
	padding: 5px;
}
#box2 {
	position: relative;
	float: left;
	margin: 3px;
	width: 195px;
	background: #C57448;
	padding: 5px;
	min-height: 120px;
	color: #fff;
}
p {
	margin-bottom: 5px;
	text-indent: 20px;
}
#split {
	position: relative;
	float: left;
	width: 300px;
}
#split2 {
	position: relative;
	float: left;
	width: 300px;
	margin-top: 50px;
}
#navbar {
	position: absolute;
	top: 2px;
	left: 0px;
	margin: 0;
	padding: 0;
}
#navbar li {
	list-style: none;
	float: left;
}
#navbar li a {
	display: block;
	padding: 3px 5px;
	color: #15130F;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
		cursor: pointer;
}
#navbar li a:hover {
	color: #990000;
		cursor: pointer;
}
#navbar li ul {
	display: none;
}
#navbar li:hover ul, #navbar li.hover ul {
	position: absolute;
	display: inline;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navbar li:hover li, #navbar li.hover li {
	float: left;
	padding-right: 3px;
	padding-top: 10px;
}
#navbar li:hover li a, #navbar li.hover li a {
	color: #990000;
	text-decoration: none;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 1px;
}
#navbar li li a:hover {
	color: #fff;
	background: #990000;
}
#home1 {
	position: relative;
	float: left;
	width: 175px;
	padding-right: 5px;
}
#home2 {
	position: relative;
	float: left;
	width: 220px;
	padding-right: 10px;
}
#home-container {
	position: relative;
	float: left;
	margin-bottom: 12px;
}
#home3 {
	position: relative;
	float: left;
	width: 220px;
}
#home-brick {
	position: relative;
	float: left;
	width: 210px;
	height: 22px;
	background-image: url('images/brick-bg.png');
	text-align: center;
	padding-top: 4px;
	color: #15130F;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#home-text {
	padding-left: 10px;
}
#auth-contact {
position: relative;
float: left;
border: 2px #ff000 solid;
background: #990000;
color: #fff;
padding: 5px;
margin: 5px;
}