/***********************************************************************************
ALL
***********************************************************************************/

body {
	font-family:  tahoma;
	font-size : 16px;
	color: #fff;
	vertical-align: top;
	background-color: #000;
	border-top: #635528 4px solid;
	margin: 0;
	padding: 0;
	}
	
body, td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	}
	
p {
	font-size: 16px;
	padding-bottom: 14px;
	}
	
p a, p a:visited {
	text-decoration: none;
	font-size: 16px;
	font-style: strong;
	color: #635528;
	}

p a:hover {
	color: #fff;
	font-size: 16px;
	font-style: strong;
	background: #9c8640;
	}
	
/***********************************************************************************
TYPOGRAPHY
***********************************************************************************/

h1 {
	color: #9c8640;
	font-size: 45px;
	font-weight: lighter;
	line-height: 24px;
	margin-bottom: 30px;
	text-align: center;
	}
	
h2 {
	color: #85713c;
	font-size: 35px;
	font-weight: lighter;
	line-height: 18px;
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: center;
	}
	
h3 {
	color: #85713c;
	font-size: 18px;
	line-height: 14px;
	font-weight: normal;
	margin-bottom: -5px;
	}
	
h4 {
	color: #85713c;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
	}
	
h5 {
	font-size: 11px;
	text-decoration: italic;
	color: #fff;
	}
	
h6 {
	font-size: 11px;
	color: #fff;
	}
	
h7 {
	color: #85713c;
	font-size: 18px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: -.05em;
	padding-bottom: 3px;
	margin-bottom: 4px;
	}
	
h7 a {
	color: #fff;
	font-size: 18px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: -.05em;
	padding-bottom: 3px;
	margin-bottom: 4px;
	text-decoration: none;
	}
	
h7 a:hover, a:visited, a:active {
	color: #fff;
	font-size: 18px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: -.05em;
	padding-bottom: 3px;
	margin-bottom: 4px;
	text-decoration: none;
	}
	
/***********************************************************************************
CONTAINERS
***********************************************************************************/

div#res-button-holder {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 15px;
	}
	
.btn-reservation, .btn-reservation:visited, .btn-reservation:hover {
	color: #fff;
	padding: 5px 15px 5px 15px;
	font-size: 13px;
	background: #635528;
	float: right;
	display: block;
	text-decoration: none;
	}
	
.logo-ft {
	margin: 15px auto 0 auto;
	padding-top: 0;
	height: 106px;
	width: 211px;
	background: url(../_images/bg_header.gif) top no-repeat;
	text-indent: -9999px;
	text-align: center;
	display: block;
	}
	
div#container {
	width: 760px;
	margin: 20px auto;
	padding: 0;
	}


/***********************************************************************************
CONTENT
***********************************************************************************/
	
	
#wines table{
	width: 760px;
	}
	
#wines table td.wine_name {
	width: 660px;
	vertical-align: top;
	}
	
.wine_price {
	width: 100px;
	text-align: right;
	vertical-align: top;
	color: #9c8640;
	}
	
#sake table{
	width: 760px;
	}
	
#sake table td .sake_name {
	width: 460px;
	vertical-align: top;
	}
	
#sake table td .sake_price {
	width: 300px;
	vertical-align: top;
	}
	
div.subtitle {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	}
	
#res-wrapper {
	background: #000;
	color: #fff;
	}
	
/***********************************************************************************
SIDES
***********************************************************************************/
	
div#sides ul{
	margin: 0;
	padding: 0;
	width: 620px;
	float: left;
	}

div#sides ul li {
	list-style: none;
	display: inline;
	background: none;
	padding: 0;
	margin: 0 0 4px 0;
	float: left;
	width: 205px;
	}


/***********************************************************************************
MISC. ELEMENTS
***********************************************************************************/

div.hr {
	background: url(../_images/bg_dotrule.gif) repeat-x;
	height: 1px;
	font-size: 0;
	width: 600px;
	}
	
.price {
	color: #9c8640;
	font-style: bold;
	padding-left: 15px;
	margin: 0;
	}
	
.wprice {
	color: #9c8640;
	font-style: bold;
	float: right;
	margin: 0;
	}

/***********************************************************************************
HORIZONTAL NAV BAR
***********************************************************************************/

ul#nav {
	text-align: center;
	margin: 25px 0 45px 0;
	}

ul#nav li  {
	display: inline;
	list-style: none;
	color: #fff;
	font-size: 18px;
	vertical-align: middle;
	}

ul#nav li a, #nav li a:visited {
	text-decoration: none;
	color: #635528;
	margin: 0 30px 0 30px;
	padding: 0 5px 0 5px;
	}

ul#nav li a:hover {
	color: #fff;
	background: #9c8640;
	margin: 0 30px 0 30px;
	padding: 0 5px 0 5px;
	}
	
ul#nav li.active {
	color: #fff;
	}

/***********************************************************************************
FOOTERS
***********************************************************************************/

div#content_footer {
	margin: 0 auto;
	width: 760px;
	}
	
.content_footer_left {
	margin: 0;
	width: 250px;
	float: left;
	}
	
.content_footer_left p {
	color: #fff;
	font-size: 11px;
	margin: 10px 0 25px 0;
	padding-bottom: 0;
	}

.content_footer_right {
	width: 500px;
	float: right;
	}
	
.content_footer_right ul {
	text-align: right;
	margin: 0;
	margin: 10px 0 25px 0;
	float: right;
	}
	
.content_footer_right ul li, .content_footer_right ul li a, .content_footer_right ul li a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	padding: 0 5px 0 5px;
	background: none;
	list-style: none;
	display: inline;
	}

.content_footer_right ul li a:hover {
	color: #9c8640;
	background: #fff;
	}