html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

body {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 90%;
	color: white;
}

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

a:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	*font-size: 100%;
}

legend {
	color: #000;
}

html {
	background-image: url('../images/bg.png');
	background-repeat: repeat;
}

body {
	margin: 0;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	height: 182px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background-color: #a0070b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(160, 7, 11)), to(rgb(115, 11, 11)));
	background-image: -webkit-linear-gradient(top, rgb(160, 7, 11), rgb(115, 11, 11));
	background-image: -moz-linear-gradient(top, rgb(160, 7, 11), rgb(115, 11, 11));
	background-image: -o-linear-gradient(top, rgb(160, 7, 11), rgb(115, 11, 11));
	background-image: -ms-linear-gradient(top, rgb(160, 7, 11), rgb(115, 11, 11));
	background-image: linear-gradient(top, rgb(160, 7, 11), rgb(115, 11, 11));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#a0070b', EndColorStr='#730b0b');
}

#header-top {
	height: 135px;
}

#header h1 {
	padding-top: 35px;
	color: #fff;
	font-family: Trebuchet MS, Verdana, Arial;
	font-weight: bold;
	font-size: 220%;
	letter-spacing: 1px;
}

#header h2 {
	color: #fff;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 107%;
	letter-spacing: 1px;
}

#header ul {
	clear: left;
	height:47px;
	background-color: #fcbf26;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 191, 38)), to(rgb(248, 152, 41)));
	background-image: -webkit-linear-gradient(top, rgb(252, 191, 38), rgb(248, 152, 41));
	background-image: -moz-linear-gradient(top, rgb(252, 191, 38), rgb(248, 152, 41));
	background-image: -o-linear-gradient(top, rgb(252, 191, 38), rgb(248, 152, 41));
	background-image: -ms-linear-gradient(top, rgb(252, 191, 38), rgb(248, 152, 41));
	background-image: linear-gradient(top, rgb(252, 191, 38), rgb(248, 152, 41));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fcbf26', EndColorStr='#f89829');
	background-repeat: repeat-x;
}

#header ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 0px #000, 1px 1px #000;
	padding-top: 11px;
	display: block;
}

#header ul li {
	float: left;
	height: 100%;
	list-style-type: none;
	text-align: center;
	width: 150px;
	font-size: 131%;
	letter-spacing: 1px;
	background: url('../images/divider.png') top right no-repeat;
}

#header ul li a.active {
	color: #800000;
	background: url('../images/nub.png') top center no-repeat;
	text-shadow: 0px 0px white, 1px 1px white;
}

#header-left {
	float: left;
	width: 60%;
}

#header-right {
	float: right;
	width: 30%;
}

.header-right-inner {
	text-align:center;
	padding-right:30px;
}

#header-right h3 {
	padding:0;
	padding-top: 15px;
	color: #fff;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 20px;
	letter-spacing: 1px;
	margin:0;
}

#header-right h4 {
	color: #fff;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 170%;
	letter-spacing: 1px;
}

.logo {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}

.logo img {
    width: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.sub-content {
	padding-top: 30px;
	padding-bottom: 20px;
	height: 220px;
	background: #74110b;
	height: 220px;
}

.main,.sub-content {
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

.sub-content ul li {
	list-style: none;
	background: url('../images/libg.png') top left no-repeat;
	padding-left: 25px;
	line-height: 1.6em;
}

.sub-content ul li span {
	position: relative;
	left: -19px;
	bottom: 1px;
	color: darkRed;
}

.sub-content h3 {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 150%;
	margin-bottom: 7px;
}

.sub-column {
	float: left;
	width: 313px;
	margin-left: 10px;
	margin-right: 10px;
}

.sub-column-inner {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #fff;
	padding: 20px;
	height: 178px;
}

.main {
	background: #74110b;
}

.menu-container {
	margin: 0 auto;
	width: 814px;
}

.menu-category,.menu-category-first,.menu-category-last {
	text-align: center;
}

.menu-category h2,.menu-category-first h2,.menu-category-last h2 {
	font-family: Verdana, arial, sans-serif;
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 80%;
	cursor: pointer;
	text-shadow: 0px 0px black, 1px 1px black;
	text-transform: uppercase;
	background-image: url('../images/menucatbg.png');
	background-repeat: no-repeat;
}

.menu-category-description {
	font-family: Verdana, arial, sans-serif;
	font-size: 90%;
	background-color:#fff;
	color:#666;
	text-align: left;
	padding:20px;
	width:712px;
}

.menu-category h2.active,  .menu-category-first h2.active, .menu-category-last h2.active{
	background: url('../images/menucatbgactive.png') top left no-repeat;
	color: #810D0D;
	text-shadow: 0px 0px #F1F1F1, 1px 1px #F1F1F1;
}

.menu-category h2 {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.menu-category-first h2 {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border: 2px solid #fff;
}

.menu-category-last h2 {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.menu-wrapper {
	padding-left:20px;
	padding-right:20px;
}

.menu {
	width:754px;
}

.item-container, .item-container-odd {
	color: #666;
	text-align: left;
	padding: 20px;
	width:712px;
}

.item-container {
	background-color:#fff;
}

.item-container-odd {
	background-color: #F4F4F4;
}

.item {
	float: left;
	display:inline;
	font-family: Verdana, arial, sans-serif;
	font-size: 95%;
	font-weight: bold;
	text-transform: uppercase;
	width:610px;
}

.price {
	padding-top:6px;
	width:60px;
	float: left;
	display:inline;
	text-align: right;
	font-weight: normal;
	font-size: 95%;
}

.add-to-order {
	float: left;
	display:inline;
	text-align: right;
	font-weight: normal;
	font-size: 95%;
	width:42px;
}

.add-button {
	background:red;
	padding-left:7px;
	padding-right:7px;
	padding-top:1px;
	padding-bottom:1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	color:white;
	font-size:20px;
	text-shadow: 0px 0px #000, 1px 1px #000;
	font-weight:bold;
	background-color: #ffbc3b;
	background-image: -webkit-gradient(radial, 50% 0%,0,50% 0%,200, from(rgb(254, 152, 55)),to(rgb(255, 188, 59)));
	background-image: -webkit-radial-gradient(50% 0%, rgb(255, 188, 59), rgb(254, 152, 55));
	background-image: -moz-radial-gradient(50% 0%, rgb(255, 188, 59), rgb(254, 152, 55));
	background-image: -o-radial-gradient(50% 0%, rgb(255, 188, 59), rgb(254, 152, 55));
	background-image: -ms-radial-gradient(50% 0%, rgb(255, 188, 59), rgb(254, 152, 55));
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.add-button:hover {
	text-decoration: none;
	background-color: #e8aa36;
	background-image: -webkit-gradient(radial, 50% 0%,0,50% 0%,200, from(rgb(223, 133, 50)),to(rgb(232, 170, 54)));
	background-image: -webkit-radial-gradient(50% 0%, rgb(232, 170, 54), rgb(223, 133, 50));
	background-image: -moz-radial-gradient(50% 0%, rgb(232, 170, 54), rgb(223, 133, 50));
	background-image: -o-radial-gradient(50% 0%, rgb(232, 170, 54), rgb(223, 133, 50));
	background-image: -ms-radial-gradient(50% 0%, rgb(232, 170, 54), rgb(223, 133, 50));
}

.description {
	clear: both;
	width:610px;
}

.category-panel {
	float: left;
	width: 20%;
}

.menu-panel {
	float:right;
	width: 78%;
}

.clear {
	height: 0;
	clear: both;
}

.menu-footer {
	height: 5px;
	width: 752px;
	background: white;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.opening-hours td {
	padding-left:6px;
	padding-right:6px;
}

.large-button {
	margin-top:0;
	padding:top:0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding:12px;
	color:white;
	font-size:30px;
	text-decoration: none;
	text-shadow: 0px 0px #000, 1px 1px #000;
	font-weight:bold;
	background-color: #ffbc3b;
	background-image: -webkit-gradient(radial, 50% 0%,0,50% 0%,200, from(rgb(254, 152, 55)),to(rgb(255, 188, 59)));
	background-image: -webkit-radial-gradient(50% 0%, rgb(255, 188, 59), rgb(254, 152, 55));
	background-image: -moz-radial-gradient(50% 0%, rgb(255, 188, 59), rgb(254, 152, 55));
	background-image: -o-radial-gradient(50% 0%, rgb(255, 188, 59), rgb(254, 152, 55));
	background-image: -ms-radial-gradient(50% 0%, rgb(255, 188, 59), rgb(254, 152, 55));
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.large-button:hover {
	text-decoration: none;
	background-color: #e8aa36;
	background-image: -webkit-gradient(radial, 50% 0%,0,50% 0%,200, from(rgb(223, 133, 50)),to(rgb(232, 170, 54)));
	background-image: -webkit-radial-gradient(50% 0%, rgb(232, 170, 54), rgb(223, 133, 50));
	background-image: -moz-radial-gradient(50% 0%, rgb(232, 170, 54), rgb(223, 133, 50));
	background-image: -o-radial-gradient(50% 0%, rgb(232, 170, 54), rgb(223, 133, 50));
	background-image: -ms-radial-gradient(50% 0%, rgb(232, 170, 54), rgb(223, 133, 50));
}

.scoffable-tab {
	display:block;
	text-align:left;
	position:absolute;
	top:108%;
	left:25%;
	background:red;
	color:white;
	font-size: 10px;
	height:19px;
	line-height:19px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	margin:0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: normal;
	background-color: #ff010f;
	background-image: -webkit-gradient(radial, 50% 0%,0,50% 0%,200, from(rgb(249, 36, 10)),to(rgb(255, 1, 15)));
	background-image: -webkit-radial-gradient(50% 0%, rgb(255, 1, 15), rgb(249, 36, 10));
	background-image: -moz-radial-gradient(50% 0%, rgb(255, 1, 15), rgb(249, 36, 10));
	background-image: -o-radial-gradient(50% 0%, rgb(255, 1, 15), rgb(249, 36, 10));
	background-image: -ms-radial-gradient(50% 0%, rgb(255, 1, 15), rgb(249, 36, 10));
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.scoffable-tab:hover {
	background-color: #de1f14;
	background-image: -webkit-gradient(radial, 50% 0%,0,50% 0%,200, from(rgb(222, 31, 16)), to(rgb(222, 31, 20)));
	background-image: -webkit-radial-gradient(50% 0%, rgb(222, 31, 20), rgb(222, 31, 16));
	background-image: -moz-radial-gradient(50% 0%, rgb(222, 31, 20), rgb(222, 31, 16));
	background-image: -o-radial-gradient(50% 0%, rgb(222, 31, 20), rgb(222, 31, 16));
	background-image: -ms-radial-gradient(50% 0%, rgb(222, 31, 20), rgb(222, 31, 16));
}

.scoffable-tab-lock  {
	float: left;
	display: inline;
	padding-right: 5px;
	padding-top: 2px;
}

.scoffable-tab-secure  {
	float: left;
	display: inline;
	padding-right: 5px;
}

.scoffable-tab-logo  {
	float: left;
	display: inline;
}

.order-online-button-container {
	position:relative;
}