
body {
	margin: 0px 0px 0px 0px;
	-webkit-text-size-adjust: 100%;
	color: #56544f;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	font-weight: 300; 
	line-height: 25px;
	background-color: #c29766;
	background-image: url(/img/temp/background.jpg);
	background-repeat: repeat;
	background-position: top center;
}

img { 
	border: 0; 
	padding: 0px;
	margin: 0px;
	outline: none;
	display: block;
}

div {
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

a {
	color: #da0000;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

a:active, a:focus {
	outline: none;
}

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

h3, h4 {
	display: inline;
	margin: 0px;
	padding: 0px; 
}
	
h3 {
	color: #da0000;
	font-family: 'Ultra', serif;
	font-size: 20px;
	font-weight: 400;
}

h3.grey {
	color: #56544f;	
}

h4 {
	color: #56544f;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	font-weight: 700; 
}

#social {
	position: absolute;
	z-index: 999;
	top: 12px;
	right: 12px;
	width: 46px;
	height: 46px;	
}

#social a {
	display: inline-block;
	width: 46px;
	height: 36px;
	padding-top: 10px;
	background-color: #302e2d;
	border-radius: 23px;
	color: #ffffff;
	font-size: 26px;	
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#social a:hover {
	background-color: #da0000;
	color: #ffffff;
	text-decoration: none;
}

#wrapper {
	width: 1125px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;	
}

#header {
	width: 1125px;
	height: 670px;
	background-image: url(/img/temp/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#header-intro {
	width: 405px;
	height: 215px;
	padding: 85px 90px 0px 630px;
	color: #423c3e;
	font-family: 'Ultra', serif;
	font-size: 19px;
	font-weight: 400; 
	line-height: 22px;
	text-transform: uppercase;
}

#header-map {
	width: 72px;
	height: 86px;
	padding: 98px 0px 0px 825px;
}

#header-map a {
	display: inline-block;
	width: 72px;
	height: 86px;
	padding: 0px;
	margin: 0px;
	background: url(/img/temp/map.png) top left no-repeat;
}

#header-map a:hover {
	background-position: bottom left;
}


#content-area {
	width: 1035px;
	padding: 35px 45px 40px 45px;
	background-color: #ffffff;	
}

#content-left {
	float: left;
	width: 675px;
}

.menu-item {
	clear: both;
	float: left;
	width: 585px;	
}

.menu-item span.note {
	font-weight: 400;	
}

.menu-price {
	float: right;
	width: 90px;
	text-align: right;
	font-weight: 400;	
}

.menu-divider {
	clear: both;
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 16px;
	overflow: hidden;
}

#content-right {
	float: right;
	width: 315px;	
}

#content-right a.menu {
	display: inline-block;
	width: 315px;
	height: 90px;
	padding: 0px;
	margin: 0px;
	margin-top: 27px;
	background: url(/img/temp/menu.gif) top left no-repeat;
}

#content-right a.menu:hover {
	background-position: bottom left;
}

#sauce {
	width: 255px;
	height: 65px;
	margin-top: 21px;
	padding: 11px 0px 0px 60px;
	color: #56544f;	
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 700; 
	line-height: 17px;
	text-transform: uppercase;
	background-image: url(/img/temp/pepper.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#footer {
	width: 1125px;
	height: 50px;
	padding-top: 30px;
	background-color: #c80404;
	text-align: center;	
	color: #ffffff;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	font-weight: 400; 
	line-height: normal;
}