body,
html {
	margin:0;
	padding:0;
	color:#000;
}
body {
	min-width:1004px;
	background: url(images/bg.jpg);
	color: #3a301c;
}

#wrap {
	background: #ebe8df;
	margin:0 auto;
	width:1004px;
}

#header {
	background:#ddd;
	height: 274px;
}

img {
	padding: 0px;
	display: block;
	float: left;
	border: 0px;
}

a { color: #00293f; }
a:visited { color: #00293f; }
a:hover { color: #284d60; }

#nav {
	text-align: center;
	background:#c99;
	min-width:1004px;
	margin: 0px;
	padding: 0px;
	background: url(images/nav_bg.gif);
	height: 23px;
}

#nav ul, #footer ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li, #footer li {
	display:inline;
	margin:0;
	padding:20px;
}

#nav a {
	text-align: center;
	color: #bbb78;
	font: 16px;
	text-decoration: none;
}

#main {
	float:left;
	width:462px;
	background: #ebe8df url(images/content_bg.jpg) left top no-repeat;
	padding: 20px;
}

#main h2, #main h3, #main p {
	padding:0 0 5px 0;
}

#menu_main {
	float:left;
	width:454px;
	padding: 20px;
}

#sidebar {
	background: #ebe8df;
	float:right;
	width:462px;
	padding: 20px;
}

#sidebar ul {
	margin-bottom:0;
}

#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}

#menu_sidebar {
	float:right;
	width:454px;
	padding: 20px;
}

#single_menu { 
	float:left;
	width:454px;
	padding: 0 20px 20px 20px;
	margin: 0 0 0 250px;
	position: relative;
}

#single_menu p {
    position:relative;
    margin-bottom: 5px;
    padding-bottom:4px;
    border-bottom: 1px #ccc solid;
    vertical-align: baseline;
    display:block;
	text-align:left; 
}
.menutext {
display: inline-block;
width: 360px;
}
.price {position:absolute; bottom:0px; right:0px; display:block; vertical-align:bottom; padding-bottom: 3px;}
.price2 {position:absolute; bottom:0px; right:40px; display:block; vertical-align:bottom; padding-bottom: 3px; text-align: right;}
#pricelabel {position:relative; width: 454px; float:right; height:30px; font-size: 12px; }
#sections {
	background: #ebe8df url(images/content_bg.jpg) left top no-repeat;
	min-height: 300px;
	text-align: center;
}

#sections #tabs {
	padding-left: 15px;
}

#sections #tabs ul li {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#sections #tabs a {
	color: #6c4c14;
	font: 16px;
}

#footer {
	text-align: center;
	background-color: #9B8D6B;
	clear: both;
	color: #000000;
}
#footer p {
	padding: 5px;
	margin: 0;
	padding-bottom: 15px;
}
#footer ul {
	padding-top: 15px;
	margin: 0;
}

#footer a {
	color: #000000;
	font: 16px;
	text-decoration: none;
}

#footer img {
	padding-bottom: 15px;
}

h4 { color: #685434; font-size: 18px; margin-bottom: 3px; }
.vardescription { margin: 1px 0 1px 0; border: 0px !important;}
#menu1, #menu2, #menu3, #menu4 { color: #000; }
.menuhead { height: 30px; width: 200px; text-align: center; margin-left: 375px; }
.singlemenuhead { height: 30px; width: 200px; text-align: center; margin-left: 120px; }

.photocontainer img { 
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.photocontainer img:hover {
	opacity: 1;
	-webkit-box-shadow: 0px 0px 20px rgba(78,78,78,0.8);
	-moz-box-shadow: 0px 0px 20px rgba(78,78,78,0.8);
	box-shadow: 0px 0px 20px rgba(78,78,78,0.8);
}
