/* BEGIN: Reset values */
p { margin: 0px 0px 7px 0px; }
h1 {	margin: 10px 0px 10px 0px; }
h3 { padding-top: 0px; font-size: 10pt; }
img { border: 0px; }
a { color: #402512 }
/* END: Reset Values */

body {
	background: #1D1000 url("../images/template/bg.jpg") no-repeat center top;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	color: #c1b49a;
}

#header-top {
	background: url("../images/template/header-top_v2.png") no-repeat center top;
	width: 905px; /* 930px */
	height: 115px; /* 130px */
	padding: 15px 0px 0px 25px;
}

#breadcrumbs {
	background: url("../images/template/header-bottom.png") no-repeat center top;
	width: 905px; /* 930px */
	height: 19px; /* 20px */
	padding: 1px 0px 0px 25px;
	color: #5a4a42;
	font-size: 1em;
	font-family: Arial;
}

ul#navlist
{
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 92px;
	left: 178px;
	/*padding-top: 78px;
	padding-left: 178px;*/
}
#navlist li
{
	text-align: center;
	display: block;
	float: left;
	width: 90px;
	list-style-type: none;
	font-size: 9pt;
}

#navlist li a:link, #navlist li a:visited, #navlist li a:active, .more a:link, .more a:visited, .more a:active { color: #fffdab; text-decoration: none; }
#navlist li a:hover, .more li a:hover { text-decoration: underline; }

#footer {
	color: #3d2314;
	font-size: 10pt;
	background: url("../images/template/footer.png") no-repeat center top;
	width: 909px; /* 830px */
	height: 163px; /* 163px */
	padding: 0px 0px 0px 26px;
}



#footer .footer_box
{
	float: left;
	width: 275px; /* 282px */
	height: 152px;
	padding: 0px 10px 0px 7px;
	margin-right: 4px;

}

#footer .footer_box h1
{
	color: #c3996b;
	font-size: 11pt;
}

#footer a:link, #footer a:visited, #footer a:active { color: #c39951; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#container h1
{
	color: white;
}

.italic
{
	font-style: italic;
}

.bold
{
	font-weight: bold;
}

.white
{
	color: white;
}

/* BEGIN: homepage specific */
#content-home
{
	background: url("../images/template/body-home-expanded.png") no-repeat center top;
	width: 915px; /* 830px */
	height: 677px;
	/*height: 695px; *//* 710px */
	/* height: 395px; *//* 410px */
	padding: 8px 0px 0px 15px;
}

#home-write-up
{
	text-align: justify;
	padding: 10px 0px 0px 10px;
	width: 610px;
	height: 150px;
}

#home-write-up h1
{
	font-size: 12pt;
}

#content-home-left
{
	float: left;
}

#content-home-right
{
	float: left;
	padding: 35px 0px 0px 15px;
	
}

.content-home-highlight
{
	font-size: 8pt;
	/* padding-top: 25px; */
	width: 233px;
	/*height: 155px;*/
}


/* END: homepage specific */
.dotted-hr
{
	font-size: 10px;
	/*border-top: 1px;*/
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
}
.thumbnail1
{
	float: right; margin: 5px; border: 4px solid #402512;
}

.thumbnail2
{
	margin: 5px; border: 4px solid white;
}

.more
{
	float: right;
	clear: both;
}

/* BEGIN: dine-in specific */
#dine-in-content
{
	/* background: url("../images/template/body-dine.png") no-repeat center top; */
	width: 930px;
	height: 395px;
	padding-bottom: 20px;
}

#dine-in-content-left
{
	background: url("../images/template/body-dine-content.png") no-repeat center top;
	padding: 20px 15px 0px 35px;
	width: 600px; /* 635px */
	height: 390px; /* 410px */
	
	float: left;
}

.dine-in-gallery-item
{
	float: left;
	padding: 20px 20px 0px 20px;
}

.dine-in-gallery-item img
{
	border: 0px;
}

#dine-in-content-right
{
	background: url("../images/template/body-dine-nav.png") no-repeat center top;
	width: 280px;
	height: 410px;
	float: left;
}

#dine-in-nav
{
	margin-top: 215px;
	margin-left: 10px;
}
/* END: dine-in specific */

/* BEGIN: menu specific */
#menu-content
{
	width: 930px;
	height: 395px;
	padding-bottom: 20px;
}

#menu-content-left
{
	background: url("../images/template/body-menu-content.png") no-repeat center top;
	padding: 8px 15px 0px 13px;
	width: 622px; /* 635px */
	height: 402px; /* 410px */
	
	float: left;
}

#menu-content-right
{
	background: url("../images/template/body-menu-nav.png") no-repeat center top;
	width: 280px;
	height: 410px;
	float: left;
}

#menu-nav
{
	margin-top: 45px;
	margin-left: 10px;
}

#menu-nav a:link, #menu-nav a:visited {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	width: 205px; /* 245px */
	padding: 8px 0px 0px 40px;
	height: 22px; /* 30 px */
	background: url('../images/template/buttons/menu-button-off.png');
	text-decoration: none;
	color: #C1B49A;
}

#menu-nav a:hover, #menu-nav a:active {

	background: url('../images/template/buttons/menu-button-on.png');
}

#menu-nav .active {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	width: 205px; /* 245px */
	padding: 8px 0px 0px 40px;
	height: 22px; /* 30 px */
	background: url('../images/template/buttons/menu-button-on.png');
}

#menu-writeup  h1{
	font-family: 'Tahoma';
	font-weight: normal;
	font-size: 16pt;
	color: white;
	margin: 10px 0px 5px 0px;
}

#menu-writeup  {
	margin: 5px 0px 0px 5px;
	font-family: 'Arial';
	font-size: 8pt;
	color: #C1B49A;
}

#menu-writeup img {
	padding: 0px 0px 0px 0px;
}
/* END: menu specific */

/* BEGIN: Promo specific */
#content-promo
{
	background: url("../images/template/body-promo.png") no-repeat center top;
	width: 930px;
	height: 395px;
	padding-bottom: 20px;
}
/* END: Promo specific */

/* BEGIN: contact us specific */
#content-contact
{
	background: url("../images/template/body-contact.png") no-repeat center top;
	width: 930px;
	height: 395px;
	padding-bottom: 20px;
}

#content-contact-left
{
	padding: 50px 15px 0px 45px;
	width: 590px; /* 635px */
	height: 360px; /* 410px */
	float: left;
}

#content-contact-right
{
	float: left;
	padding: 0px 25px 0px 20px;
	margin-top: 55px;
	width: 235px;
	height: 360px;
}

#content-contact-right table tr td
{
	padding: 2px 0px;
	margin: 0px;
}

#map
{
	padding-left: 5px;
	width: 390px;
	height: 285px;
	/* float: right; */
	margin: 0 auto;
}

#map a:link, #map a:visited, #map a:hover, #map a:active {
	color: #C1B49A
}

.orange
{
	color: #F7931E;
}
/* END: contact us specific */

/* BEGIN: write up specific */
#writeups-content
{
	width: 930px;
	height: 395px;
	padding-bottom: 20px;
}

#writeups-content-left
{
	background: url("../images/template/writeups-left.png") no-repeat center top;
	padding: 58px 15px 0px 35px;
	width: 265px;
	height: 352px;
	
	float: left;
}

#writeups-content-center
{
	background: url("../images/template/writeups-center.png") no-repeat center top;
	padding-top: 8px;
	width: 300px;
	height: 402px;
	float: left;
}

#writeups-content-right
{
	background: url("../images/template/writeups-right.png") no-repeat center top;
	width: 315px;
	height: 410px;
	float: left;
}

#writeups-nav
{
	margin-top: 55px;
	margin-left: 10px;
}

#writeups-nav a:link, #writeups-nav a:visited {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	width: 235px; /* 275px */
	padding: 8px 0px 0px 40px;
	height: 22px; /* 30 px */
	background: url('../images/template/buttons/write-button-off.png');
	text-decoration: none;
	color: #C1B49A;
}

#writeups-nav a:hover, #writeups-nav a:active {

	background: url('../images/template/buttons/write-button-on.png');
}

#writeups-nav .active {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	width: 235px; /* 275px */
	padding: 8px 0px 0px 40px;
	height: 22px; /* 30 px */
	background: url('../images/template/buttons/write-button-on.png');
}

#writeups-writeup  h1{
	padding-top: 2px;
	font-family: 'Tahoma';
	font-weight: normal;
	font-size: 16pt;
	/* color: #F7931E; */
	color: #D9E021;
	margin: 10px 0px 5px 0px;
}

#writeups-writeup  {
	margin: 5px 15px 0px 15px;
	font-family: 'Arial';
	font-size: 10pt;
	color: #C1B49A;
}

#writeups-writeup img {
	padding: 0px 0px 0px 0px;
}
/* END: write up specific */
