/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.3em;
	color: #000;
	font-family: Arial, Helvetica, san-serif;
	background: #6e5e37 url(../images/bg.jpg) repeat-x;
}

/** Main Strucutural Divs **/

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#head {
	width: 800px;
	height: 145px;
	margin: 0;
}

#content {
	width: 800px;
	margin: 0;
	background: #F5F0D6 url(../images/content_bg.gif) repeat-x;
}

#left {
	width: 160px;
	margin: 50px 0 0 50px;
	float: left;
	display: inline;
}

#right {
	width: 490px;
	margin: 50px 0 0 50px;
	float: left;
	display: inline;
}

#bottom { /*sets bottom margin and displays bottom shadow */
	width: 800px;
	height: 60px;
	margin: 0;
	background: url(../images/bottom_bg.gif) no-repeat;
	clear: both;
}

#footer {
	width: 800px;
	height: 100px;
}

#footerleft {
	width: 350px;
	margin: 20px 0 0 15px;
	float: left;
	display: inline;
}

#footerright {
	width: 350px;
	margin: 20px 15px 0 0;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

#address {
	margin: 30px 0 18px;
}


/** Text Styles **/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin: 30px 0 30px;
	font-weight: normal;
	padding: 0;
}

h2 {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

p {
	font-size: 0.8em;
}

p.menus {
	line-height: 1.1em;
}


#left p {
	font-size: 0.75em;
	margin: 8px 0 0;
	line-height: 1.2em;
}

#address p {
	font-size: 0.75em;
	line-height: 1.3em;
}

.first {
	margin: 30px 0 10px 0;
}

#right p {
	width: 400px;
	font-size: 0.8em;
}

#right p.wide {
	font-family: Arial, Helvetica, sans-serif;
	width: 450px;
	font-size: 0.8em;
	font-style: italic;
}

#right p.wide2 {
	font-family: Arial, Helvetica, sans-serif;
	width: 450px;
	font-size: 0.8em;
}

#right p.caption {
	font-size: 0.7em;
	line-height: 1.2em;
}

#footer p {
	font-size: 0.68em;
	line-height: 1.1em;
	font-family: arial, helvetica, sans-serif;
	color: #F5F0D6;
}

p.hours {
	font-family: arial, helvetica, sans-serif;
}

.small {
	font-size: 0.74em;
}



/** Link Style **/

a {
	color: #c25c08;
	text-decoration: none;
}

a:hover {
	color:#f6af0a;
	text-decoration: underline;
}

a.reserve {
	text-transform: uppercase;
	font-size: 0.75em;
	letter-spacing: 0.1em;
}

a.menulink {
	font-size: 1.1em;
}

a.footlink {
	text-decoration: none;
	color: #F5F0D6;
}

a.footlink:hover {
	text-decoration: underline;
	color: #F5F0D6;
}


/** Main Nav Styles  - rollovers use single image and negative positioning **/

#menus, #wine, #reservations, #directions, #history, #cookbook {
  display: block;
  width: 160px;
  height: 28px;
}

#cookbook {
	height: 30px;
}

#menus:hover, #wine:hover, #reservations:hover, #directions:hover, #history:hover { 
  background-position: 0 -28px;
}

#cookbook:hover {
	  background-position: 0 -30px;
} 

#menus {
  background: url("../images/nav_menus.jpg") no-repeat 0 0;
}

#wine {
  background: url("../images/nav_wine.jpg") no-repeat 0 0;
}

#reservations {
	background: url("../images/nav_reservations.jpg") no-repeat 0 0;
}

#directions {
  background: url("../images/nav_directions.jpg") no-repeat 0 0;
}

#history {
  background: url("../images/nav_history.jpg") no-repeat 0 0;
}

#cookbook {
  background: url("../images/nav_cookbook.jpg") no-repeat 0 0;
}

#menus span, #wine span, #reservations span, #directions span, #history span, #cookbook span   {
  display: none;
}


/** Site Map Styles **/

.sitemap {
	width: 143px;
	margin: 0 0 25px;
	padding: 0 20px 0 0;
	float: left;
	display: inline;
}

.sitemap ul {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

.sitemap li {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 0.9em;
}

.sitemap li a {
	font-size: 0.75em;
	
}

.sitemap li a:hover {
	color: #000;
}

.sitemap li a.large {
	font-size: 0.9em;
	color: #000;
}
	

/** Image Styles **/

img {
	border: 0;
}

img.head {
	margin: 30px 0 5px 0;
}






	

