/* Global Defaults 
=====================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
b, strong, th { font-weight: bold; }
em, i { font-style: italic; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


a, a:active, a:visited { color: #54246a; outline:0; }
a:hover { color: #6c2e88; }

/* Global Elements
=====================================================================*/
html { }
body {
	font:12px arial, verdana, serif;
	background:url(../images/back-pattern.png) repeat-x 0 686px;
	min-width: 1150px
}

#editor { padding: 5px 10px; min-width: 650px; }



.link,
.link a,
.signupframe
{
	color: #460569;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	.link,
	.link a {
		text-decoration: none;
		}
	.signupframe {
		border: 1px solid #ffffff;
		background: #ffffff;
		}
.signupframe .required {
	font-size: 10px;
	}
	

.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
.clear {
	clear: both;
}

#container {
	min-width: 1150px;
	background:url(../images/back-nav.png) repeat-x 0 29px;
	position:relative;
	z-index:10;
	margin:0px 0 0 0;
}
#banner {
	width:1090px;
	height:89px;
	margin:0 auto 22px auto;
	position:relative;
	padding: 0 15px;
}
#logo {
	width:190px;
	height:103px;
	position:absolute;
	z-index:100;
	left:34px;
	top:0;
}
#logo img {
	width:190px;
	height:103px;
}

header#splash{
	text-align: center;
}

header#splash img{
}

#selector{
	text-align: center;
	width: 700px;
	margin: 0 auto;
}

#selector h1{
	color: #ffffff;
	background-color: #46166a;
	padding: 10px 0px;
	width: 700px;
	margin: 30px auto 10px;
}

.splash_select{
	width:300px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .8);
	padding:25px 20px;
	text-align: center;
/*
	font-size: 120%;
*/
	float: left;
}

.select_right{
	float: right !important;
}

.splash_select h2{
	font-size:16px;
	line-height:1em;
	margin:8px 0;
	font-weight:normal;
	color:#411c52;
	font-family: 'Quicksand', Georgia, serif;
	
}

#nav {
	height:61px;
	float:left;
	margin:28px 0 0 250px;
}
#nav-main {
	height:61px;
}
#nav-main li {
	height:61px;
	float:left;
	display:inline;
	margin:0 0 0 3px;
	position: relative;
}
#nav-main li a {
	height:41px;
	float:left;
	display:inline;
	font-family:'Droid Sans', arial, serif;
	font-size:14px;
	font-weight:bold;
	color:#313131;
	text-shadow:0 1px #fff;
	text-transform:uppercase;
	text-decoration:none;
	padding:20px 12px 0 12px;
}
#nav-main li:hover a, #nav-main li.current-menu-item a {
	background:url(../images/nav-hover.png) no-repeat 50% 0;
	color:#000;
	-webkit-transition: all 0.8s ease-in-out 0.1s; 
	-moz-transition: all 0.8s ease-in-out 0.1s;
}
/* Start CSS POPUP Menu
=====================================================================*/
#nav ul ul {
	position:absolute;
	z-index:100000;
	display:none;
	width:188px;
	margin: 0;
	top: 61px;
	left:0;
	background:url(../images/dropdown-1.png) no-repeat;
	padding:11px 0 8px 0;
	float: none;
	text-align: left;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
#nav ul#nav-main li:hover ul li {
	display: inline;
	float: left;
	width:178px;
	padding:0 5px;
	height:auto;
	position:relative;
	margin: 0;
	background:url(../images/sep-dropdown.png) 50% 100% no-repeat;
}
#nav ul ul ul {
	position:absolute;
	z-index:1300;
	display:none;
	width:188px;
	margin: 0;
	top: -2px;
	left:188px;
	padding:0 0 8px 9px;
	background:url(../images/dropdown-2.png) no-repeat;
	border:none;
}
#nav ul li ul li ul li {
	display: inline;
	float: left;
	padding: 0;
	margin:0;
	height:auto;
}
#nav #nav-main li:hover ul li {
	background:none
}
#nav #nav-main li:hover ul li a, #nav #nav-main li:hover ul li a:link, #nav #nav-main li:hover ul li a:visited {
	font-size:14px;
	width:152px;
	height:auto;
	text-transform:none;
	border:none;
	background:none;
	padding:8px 13px 8px 13px;
	text-shadow:none;
	margin:0;
	font-weight:lighter;
	line-height: 1.6em;
	color:#2c2c2c;
}
#nav #nav-main li:hover ul li a:hover, #nav #nav-main li ul li a:hover {
	background: #fff;
	text-decoration: none;
	color:#000;
	-webkit-transition: all 0.4s ease-in-out 0.1s; 
	-moz-transition: all 0.4s ease-in-out 0.1s;
}
nav#nav li:hover ul ul,
nav#nav li li:hover ul ul
{display:none;}

nav#nav li:hover ul,
nav#nav li li:hover ul
{display:block;}
/* End CSS Drop Down Menu */

#phone {
	color: #54246a;
	font-size:18px;
	position: absolute;
	width: 160px;
	height: 32px;
	top:41px;
	right:165px;
}

#phone span {
	margin-left: 6px; position: absolute; top: 6px; color: #46166a;
}

#phone span.top {
	top: -2px; font-size: 16px; color: #46166a;
}

#phone span.bottom {
	top: 16px; font-size: 16px; color: #46166a;
}

#social-media{
	position: absolute;
	width: 160px;
	height: 24px;
	top:45px;
	right:5px;
	text-align: right;
}

#content-homepage {
	width:1090px;
/*
	height:575px;
*/
	margin:0 auto;
	overflow:hidden;
	padding: 0 15px;
}
#restaurant-info {
	float:left;
	margin:150px 0 0 0;
}
#restaurant-info h1 {
	height:30px;
	background:#46166a;
	font-family:'Droid Sans', arial, serif;
	color:#ffffff;
	font-size:20px;
	font-weight:normal;
	padding:15px 16px 0 19px;
	float:left;
	position:relative;
	z-index:20;
}
#restaurant-info h2 {
	height:28px;
	float:left;
	clear:both;
	background:url(../images/label-1.png) no-repeat;
	padding:15px 16px 0 16px;
	font-family:'Quicksand', arial, serif;
	font-size:12px;
	color:#404040;
	margin:-15px 0 0 6px;
	position:relative;
	z-index:30;
}
#restaurant-info p {
	float:left;
	clear:both;
	/* background:url(../images/label-3.png) -5px -5px no-repeat #fff; */
	background-color: #fff;
	-webkit-box-shadow:  -3px -2px 5px 2px rgba(0, 0, 0, .3);
     box-shadow:  -3px -2px 5px 2px rgba(0, 0, 0, .3);
	padding:14px 16px 15px 16px;
	font-family:'Quicksand', arial, serif;
	font-size:12px;
	color:#404040;
	margin:-5px 0 0 1px;
	position:relative;
	z-index:40;
}
#panel-front {
	width:265px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .8);
	float:right;
	margin:16px 0 0 0;
	padding:23px 25px;
	position: relative;
	left: 8px;
}
#panel-front .static-page p {
	font-size:13px;
	color:#272727;
	line-height:1.4em;
	margin-top:1em;
	margin-bottom:.5em;
/*
	text-shadow:0 1px #fff;
*/
}

#panel-front h2 {
	font-size:18px;
	line-height:1em;
	margin-top:1.2em;
	margin-bottom:0.2em;
	font-weight:normal;
	color:#411c52;
	font-family: 'Quicksand', Georgia, serif;
}

#panel-front ul, #main-content ul, #editor ul	{ 
	color: #253043; margin: 10px 0 10px 0px; list-style: none;  
	}
#panel-front ul > li 	{ 
	list-style-image: none;  background-image:  url("../images/bullet.png"); background-position: 0px 2px; background-repeat: no-repeat; padding: 0 0 9px 15px;   
	}
.contentText ul > li, #editor ul > li { 
	list-style-image: none;  background-image:  url("../images/bullet.png"); background-position: 0px 6px; background-repeat: no-repeat; padding: 0 0 9px 15px;   
	}

.widget-container ul{ 
	color: #253043; margin: 10px 0 10px 0px; list-style: none;  
	}
.widget-container ul > li { 
	list-style-image: none;  background-image:  url("../images/bullet_white.png"); background-position: 0px 2px; background-repeat: no-repeat; padding: 0 0 9px 15px;   
	}

.imgframe {
	padding:8px;
	background:#fff;
	box-shadow:0 0 3px #d7d7d7;
}

#content {
	width:1120px;
	margin:0 auto;
	overflow:hidden;
	padding: 0 15px;
}
#content-top {
	width: 1120px;
	height: 30px;
	background: url(../images/content-top.png) no-repeat;
	font-size: 0;
}
#content-back {
	width: 1120px;
	background: url(../images/back-content.png) repeat-y;
}
#content-bottom {
	width: 1120px;
	height: 19px;
	background: url(../images/content-bottom.png) no-repeat;
	font-size: 0;
}
#main-content {
	width: 700px;
	float: left;
	display: inline;
	margin: 0 0 0 55px;
	padding: 10px 0 15px 0;
	min-height: 500px;
}
#main-content .static-page h1, h1, #editor h1 {
	font-size:24px;
	color:#191919;
	line-height:0.75em;
	margin-top:1.1em;
	margin-bottom:0.375em;
	font-family: 'Quicksand', Georgia, serif;
	font-weight: normal;
}
.contentText h1#main-title, h1#main-title {
	background: url(../images/sep-main-title.png) no-repeat 0 100%;
	padding: 0 0 18px 0;
	margin-bottom:25px;
}
h1#main-title.blog {
	margin-bottom: 0;
}
.contentText p, #editor p {
	font-size:14px;
	color:#272727;
	line-height:1.6em;
	margin-top:1.6em;
	margin-bottom:1.6em;
}
#main-content .imgframe, #editor .imgframe {
	padding:10px;
}
/*
#main-content .static-page h2, #editor h2 {
*/
.contentText h2, #editor h2, h2.menu-title {
	font-size:20px;
	line-height:1.1em;
	margin-top:1.65em;
	margin-bottom:1.1em;
	font-weight:normal;
	color:#411c52;
	font-family: 'Quicksand', Georgia, serif;
}

h2.menu-title { margin-top: 2em; }

.contentText h3, #editor h3 {
	font-size:18px;
	line-height:1.222em;
	margin-top:1.833em;
	margin-bottom:0.611em;
	font-weight:normal;
	color:#191919;
	font-family: 'Quicksand', Georgia, serif;
}
.contentText h4, #editor h4 {
	font-size:16px;
	line-height:1.375em;
	margin-top:2.062em;
	margin-bottom:0.687em;
	font-weight:normal;
	color:#191919;
	font-family: 'Quicksand', Georgia, serif;
}
.contentText h5, .contentText h6, #editor h5, , #editor h6 {
	font-size:14px;
	line-height:1.571em;
	margin-top:2.356em;
	margin-bottom:0.785em;
	font-weight:bold;
	color:#191919;
	font-family: 'Quicksand', Georgia, serif;
}
.contentText h6, #editor h6 {
	font-weight:normal;
}
.contentText ul, #editor ul {
	font-size:14px;
	line-height:1.6em;
	margin-top:1.6em;
	margin-bottom:1.6em;
}
.alignright {
	float:right;
	margin-left:30px;
}
.alignleft {
	float:left;
	margin-right:30px;
}
.separator {
	background:url(../images/separator.png) repeat-x 0 3px;
	height:6px;
	font-size:11px;
	margin-top:1.6em;
	margin-bottom:1.6em;
	line-height:1.6em;
	position:relative;
}
.separator a {
	float:right;
	background:url(../images/label-sep.png) no-repeat;
	padding:7px 10px 0 20px;
	height:16px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-family:'Droid Sans', serif;
	font-size:9px;
	font-weight:bold;
	text-shadow:0 -1px #8eaa35;
	margin:-8px 0 0 0;
	line-height: 1.0em;
}
.panel-static {
	width:780px;
	height:226px;
	background:url(../images/panel-static.jpg) no-repeat;
	margin:37px 0 0 -40px;
	padding: 25px 0 0 0;
}
.panel-static #title-panel {
	text-align: center;
	font-size: 18px;
	color: #341d0a;
	font-family: 'Quicksand', Georgia, serif;
	margin: 0 0 20px 0;
}
#list-panel-food {
	margin: 0 0 0 40px;
	list-style: none;
}
#list-panel-food li {
	width: 148px;
	height: 175px;
	float: left;
	position: relative;
	margin: 0 36px 0 0;
}
#list-panel-food li img {
	padding: 5px;
	background: #fff;
	box-shadow:0 1px 2px #b5a688;
	margin: 0 0 7px 0;
}
#list-panel-food li h4 {
	text-align: center;
	font-size: 12px;
	color: #51331a;
	font-family: 'Droid Sans', serif;
	line-height: 1.5em;
}
#list-panel-food li .panel-price {
	width: 149px;
	height: 30px;
	position: absolute;
	z-index: 40;
	background: #6a3482;
	left: -1px;
	bottom: 62px;
	display: none;
}
#list-panel-food li .panel-price span {
	font-size: 12px;
	font-family: 'Quicksand', Georgia, serif;
	float: left;
	color: #fff;
	margin: 8px 0 0 7px;
	display: inline;
}
.button-zoom {
	width: 22px;
	height: 22px;
	float: right;
	background: url(../images/button-zoom.png) no-repeat;
	text-indent: -9999px;
	margin: 5px 4px 0 0;
}
.button-zoom:hover {
	background-position: 0 -22px;
}

#sidebar {
	width: 284px;
	float: right;
	margin: 0 15px 0 0;
	display: inline;
	padding: 20px 0 0 26px;
}
#sidebar .widget-container {
	width: 258px;
	background-color: #80559d;
	background-color: rgba(104, 55, 127, .6);
	padding: 0 0 10px 0;
	margin: 0 0 30px 5px;
	color: #ffffff;
}
#sidebar .widget-wrapper {
	width: 208px;
	padding: 22px 25px 17px 25px;
}
#sidebar .widget-title {
	font-size: 16px;
	color: #ffffff;
	font-family: 'Quicksand', Georgia, serif;
	background: url(../images/sep-title-widget.png) no-repeat 0 100%;
	width: 208px;
	margin: 0 0 20px -5px;
	padding: 0 5px 11px 5px;
}
#sidebar .imgframe {
	padding: 6px;
	box-shadow:0 1px 2px #b5a688;
}
#sidebar .text-widget p, .widget-container p {
	font-size:12px;
	color:#ffffff;
	line-height:1.6em;
	margin-top:1.2em;
	margin-bottom:0;

}

#sidebar .separator {
	background: url(../images/sep-sidebar.png) repeat-x;
	margin-bottom:1.1em;
}
#sidebar ul.menu, #nav-twitter ul {
	margin: 0;
	list-style: none;
}
#sidebar ul.menu li, #nav-twitter ul li {
	background: url(../images/sep-sidebar.png) repeat-x 0 100%;
	padding: 0 0 13px 0;
	margin: 0 0 11px 0;
	line-height:1.4em;
}

#sidebar ul.menu li:last-child, #nav-twitter ul li:last-child {
	background: none;
}

#sidebar ul.menu li a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
#sidebar ul.menu li a:hover {
	color: #ded4ff;
}

#sidebar ul li a {
	font-size: 12px;
	color: #ded4ff;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #ded4ff;
	text-decoration: underline;
}

#sidebar img.testimonial {
	float: left;
	background: url(../images/frames-testimonial.png) no-repeat;
	padding: 7px 8px 18px 8px;
	margin: 0 0 10px 0;
}
#sidebar .text-widget blockquote {
	clear: both;
}
#sidebar .testimonial-header {
	width: 88px;
	float: right;
	background: url(../images/sep-sidebar.png) repeat-x 0 100%;
	padding: 0 0 10px 0;
}
.testimonial-header h4 {
	font-size: 14px;
	color: #63381a;
	font-weight: bold;
	margin: 6px 0;
}
.testimonial-header h5 {
	font-size: 12px;
	font-family: 'Quicksand', Georgia, serif;
	color: #a68e7c;
	font-weight: normal;
	font-style: italic;
}
.star {
	width: 59px;
	height: 10px;
	background: url(../images/star.png) no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 7px 0 3px 0;
}
.rate45 {
	background-position: 0 -10px;
}
.rate40 {
	background-position: 0 -20px;
}
.rate35 {
	background-position: 0 -30px;
}
.rate30 {
	background-position: 0 -40px;
}
.rate25 {
	background-position: 0 -50px;
}
.rate20 {
	background-position: 0 -60px;
}
.rate15 {
	background-position: 0 -70px;
}
.rate10 {
	background-position: 0 -80px;
}
.rate05 {
	background-position: 0 -90px;
}
.rate00 {
	background-position: 0 -100px;
}
#sidebar .text-widget blockquote {
	font-size: 14px;
	line-height:1.6em;
	margin-top:1.6em;
	margin-bottom:1.2em;
}
#sidebar .text-widget blockquote p {
	font-size: 14px;
	line-height:1.6em;
	margin-top:1.6em;
	margin-bottom:1.2em;
	color: #51331a;
	font-family: 'Droid Sans', serif;
}


#main-content .static-page header h2 {
	margin-bottom:0.55em;
}
#main-content .static-page header h2 a {
	color:#191919;
	text-decoration:none;
}
#main-content .static-page header h2 a:hover {
	color:#8ca833;
}
#main-content .static-page header time {
	float:left;
	height:14px;
	background:url(../images/back-date.png) no-repeat 100% 0;
	font-family:'Droid Sans', serif;
	font-size:11px;
	color:#868686;
	padding:3px 16px 0 8px;
	line-height: 1.0em;
}
#main-content .static-page header ul.news-info {
	list-style:none;
	margin:-1px 0 0 0;
	float:left;
	height:17px;
}
#main-content .static-page header ul.news-info li {
	float:left;
	height:17px;
	font-size:11px;
	color:#868686;
	background:url(../images/sep-newsinfo.png) no-repeat 100% 5px;
	padding:0 10px 0 8px;
	font-family:'Droid Sans', serif;
}
#main-content .static-page header ul.news-info li.last {
	background:none;
}
#main-content .static-page header ul.news-info li a {
	color:#656565;
	text-decoration:none;
}
#main-content .static-page header ul.news-info li a:hover {
	border-bottom:1px dotted #656565;
}
#main-content .static-page.news {
	background:url(../images/separator.png) repeat-x 0 100%;
	padding:0 0 15px 0;
}
.link-more {
	font-family:'Quicksand', Georgia, serif;
	font-style:italic;
	text-decoration:none;
}
#main-content .static-page.news figure {
	margin-top:25px;
	float:right;
}
#pages-container {
	background: url(../images/separator.png) repeat-x 0 100%;
	height: 42px;
	margin: 0 0 40px 0;
}
#main-content #list-pages {
	height:25px;
	margin:6px 0 0 0;
	padding: 0;
	float: right;
}
#main-content #list-pages li {
	margin:0 2px 0 0;
	height:25px;
	float:left;
	font-size:11px;
	display:inline;
	background:none;
	padding:0;
	text-transform: uppercase;
}
#main-content #list-pages li.unclick {
	margin:0 2px 0 0;
	height:18px;
	border:1px solid #e0e0e0;
	color:#e0e0e0;
	padding:5px 8px 0 8px;
}
#main-content #list-pages li.dotted {
	height:20px;
	font-size:11px;
	padding:3px 5px 0 5px;
	color:#b2c0c6;
}
#main-content #list-pages li a, #main-content #list-pages li a:link, #main-content #list-pages li a:visited {
	padding:5px 8px 0 8px;
	height:18px;
	display:inline;
	float:left;
	border:1px solid #8c8c8c;
	color:#8c8c8c;
	text-decoration: none;
	text-shadow: none;
}
#main-content #list-pages li a.active, #main-content #list-pages li a.active:link, #main-content #list-pages li a.active:visited {
	background:#8c8c8c;
	border:1px solid #8c8c8c;
	color:#fff;
}
#main-content #list-pages li a:hover {
	border:1px solid #52656f;
	color:#52656f;
	text-decoration:none;
}
#sidebar ul.menu {
	margin: 0;
	list-style: none;
}
#sidebar ul.menu.news li {
	padding: 0 0 17px 0;
	margin: 0 0 15px 0;
}
#sidebar ul.menu.news li h4 {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 0 4px 0;
}
#sidebar ul.menu.news li .date-news {
	font-size: 11px;
	color: #a68e7c;
	font-family: 'Quicksand', Georgia, serif;
	font-style: italic;
}
#sidebar ul.menu.news li .alignright {
	margin-left: 20px;
}
#sidebar ul.menu.news li .alignleft {
	margin-right: 20px;
}
.food-sidebar {
	position: relative;
}
.food-sidebar img {
	padding: 6px;
	background: #fff;
	box-shadow:0 1px 2px #b5a688;
	margin: 0 0 7px 0;
}
.food-sidebar .panel-price {
	width: 196px;
	height: 30px;
	position: absolute;
	z-index: 40;
	background: #a4c14a;
	left: 6px;
	bottom: 16px;
	display: none;
}
.food-sidebar .panel-price span {
	font-size: 16px;
	font-family: 'Quicksand', Georgia, serif;
	float: left;
	color: #fff;
	margin: 6px 0 0 7px;
	display: inline;
}
.title-food-sidebar {
	text-align: center;
	font-size: 14px;
	color: #51331a;
	text-align: center;
	font-family: 'Droid Sans', serif;
}


/* News Detail
=====================================================================*/
#main-content .static-page.news-detail h1#main-title {
	margin-bottom: 17px;
}
#tag-container {
	clear: both;
	padding: 7px 0 0 0;
}
#main-content .static-page #tag-container p {
	margin: 0;
	float: left;
	font-size: 11px;
	font-family:'Droid Sans', serif;
	color: #656565;
	margin: 0 0 0 7px;
	display: inline;
}
#main-content .static-page #tag-container p a {
	color: #656565;
	text-decoration: none;
}
#main-content .static-page #tag-container p a:hover {
	border-bottom: 1px dotted #656565;
}
#tag-container strong {
 	float: left;
 	height:14px;
 	background:url(../images/back-date.png) no-repeat 100% 0;
 	font-family:'Droid Sans', serif;
 	font-size:11px;
 	color:#fff;
 	padding:3px 16px 0 8px;
 	line-height: 1.0em;
 	font-weight: normal;
}
#main-content .static-page.news-detail header {
	margin: 0 0 30px 0;
}
ul#list-comments {
	margin: 0;
	list-style: none;
}
ul#list-comments li {
	padding: 5px 0;
	background: url(../images/sep-comment.png) repeat-x 0 100%;
	margin: 0 0 25px 0;
}
#list-comments li img {
	float: left;
	margin: 0 25px 25px 0;
}
#main-content .static-page #list-comments li article {
	width: 608px;
	float: left;
}
#main-content .static-page #list-comments li article p {
	color: #636363;
}
#main-content .static-page #list-comments li h3 {
	margin: 0;
	float: left;
	font-size: 14px;
	color: #6c6c6c;
	font-family: 'Droid Sans', serif;
	font-weight: normal;
	padding: 2px 0 0 0;
}
#main-content .static-page #list-comments li h3 a {
	color: #404040;
	text-decoration: none;
}
#main-content .static-page #list-comments li h3 a:hover {
	border-bottom: 1px dotted #404040;
}
#main-content .static-page #list-comments li time {
	background: none;
	float: left;
	background: none;
	padding: 0 0 0 10px;
	margin: 5px 0 0 10px;
	width: auto;
	height: auto;
	font-size: 11px;
	color: #a5a5a5;
	display: inline;
	border-left: 1px solid #c9c9c9;
	font-family: 'Quicksand', serif;
	font-style: italic;
}
#main-content .static-page #list-comments li header {
	margin-bottom: -10px;
}
#list-comments li .children {
	clear: both;
	list-style: none;
	margin: 0 0 -30px 25px;
	padding: 25px 0 0 0;
	background: url(../images/sep-comment.png) repeat-x;
}
#main-content .static-page #list-comments li .children article {
	width: 583px;
	float: left;
}

/* Menu
=====================================================================*/
#menu-nav {
	background-color: #6a3482;
	width: 100%;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 12px 0;
	color: #955ead;
	margin: 20px 0 60px 0;
}

#menu-nav a, #menu-nav a:visited {
	color: #c392d9;
	text-decoration: none;
	margin: 0 5px;
}

#menu-nav a:hover {
	text-decoration: underline;
}

.list-food-menu {
	padding: 10px 0 0 0;
	margin-left: 0;
}
.list-food-menu li {
	width: 698px;
	border: 1px solid #ccc0a8;
	position: relative;
	background: #fefdfa;
	padding: 52px 0 16px 0;
	margin: 0 0 40px 0;
}
.food-menu .title-foods {
	width: 698px;
	height: 52px;
	border: 1px solid #ccc0a8;
	position: absolute;
	z-index: 20;
	top: -2px;
	left: -1px;
	background: #f7efdd;
}
.food-menu h3 {
	font-size: 16px;
	color: #51331a;
	font-family: 'Droid Sans', serif;
	float: left;
	margin: 15px 0 0 17px;
	display: inline;
}
.food-menu h3 span.subtitle {
	font-size: 14px;
	font-style: italic;
}
.food-menu .price {
	float: right;
	height: 31px;

	background: url(../images/sep-price.png) repeat-y;

	margin: 4px 0 0 0;
	padding: 10px 18px 0 16px;
	font-size: 18px;
	color: #5e2b0a;
	font-family: 'Quicksand', serif;
	position: relative;
}

.food-menu .spicy {
	height: 31px;
	margin: 0;
	padding: 0;
	width: 50px;
	position: absolute;
	right: 190px;
	top: 10px;
}

.food-menu .price .meal {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	position: absolute;
	top: 30px;
	left: 30px;
}

ul#filter {
	float: right;
	font-size: 15px;
	list-style: none;
	margin-left: 0;
/*
	width: 270px;
*/
	
position: relative;
	top:-50px;
	

}
ul#filter li {
	border-right: 1px solid #ded4ff;
	float: left;
	line-height: 15px;
	margin-right: 8px;
	padding-right: 8px;
}

ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a {  text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: underline; }
ul#filter li.current a { text-decoration: underline;  font-weight: bold; }

.food-menu .img-foods {
	float: left;
	width: 115px;
	height: 88px;
	background: #fff;
	box-shadow:0 0 3px #b6b6b6;
	display: inline;
	margin: 10px 0 0 15px;
	padding: 6px 0 0 6px;
	position: relative;
}
.food-menu .img-foods div {
	width: 109px;
	height: 82px;
	position: relative;
	overflow: hidden;
}
.food-menu .img-foods a span {
	position: absolute;
	z-index: 30;
	width: 109px;
	height: 82px;
	top: 0;
	left: 0;
	background: url(../images/food-menu-hover.png) no-repeat;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;	
}
.food-menu .img-foods a:hover span {
	opacity: 1;
}


.food-menu .foods-info {
	width: 300px;
	float: left;
	margin: 10px 0 0 17px;
	display: inline;
}
.food-menu .foods-info-full {
	width: 528px;
	float: left;
	margin: 10px 0 0 17px;
	display: inline;
}
.list-food-menu li.food-menu .tag-foods {
	list-style: none;
	margin: 0;
}
.list-food-menu li.food-menu .tag-foods li {
	height:14px;
	width:auto;
	padding:0;
	border:none;
	float:left;
	display:inline;
	margin:0 5px 12px 0;
	background:#6c3984;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	box-shadow:none;
	line-height:0.9em;
	padding:4px 5px 0 5px;
}
.list-food-menu li.food-menu p {
	clear: both;
	font-size: 14px;
	font-family: 'Quicksand', serif;
	color: #1c1c1c;
	margin: 0 0 15px 0;
	line-height: 1.4em;
}
.food-menu .foods-option {
	width: 193px;
	height: 97px;
	position: absolute;
	z-index: 30;
	background: url(../images/rope-foods.png) no-repeat;
	right: 22px;
	top: 62px;
	padding: 0 0 0 25px;
}
.food-menu .foods-option h4 {
	font-size: 11px;
	color: #696969;
	font-family: 'Quicksand', serif;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0 7px 0;
}
.food-menu .foods-option h5 {
	height: 18px;
	background: url(../images/sep-foods.png) repeat-x 0 9px;
	line-height: 1.0em;
	margin: 0 0 5px 0;
}
.food-menu .foods-option h5 em {
	float: left;
	background: #fefdfa;
	padding: 0 5px 0 0;
	margin: 3px 0 0 0;
	font-family: 'Quicksand', serif;
	color: #8a8a8a;
	font-size: 11px;
}
.food-menu .foods-option h5 span {
	float: right;
	background: #fefdfa;
	padding: 0 0 0 5px;
	margin: 3px 0 0 0;
	font-family: 'Quicksand', serif;
	color: #8a8a8a;
	font-size: 11px;
	font-style: italic;
	color: #555555;
}


/* Testimonial
=====================================================================*/
.testimonial-content {
	width: 720px;
	margin: 0 0 5px -20px;
	background: url(../images/title-testimonial.png) no-repeat 0 14px;
}
.image-testimonial {
	float: left;
	padding:8px;
	background:#fff;
	box-shadow:0 0 3px #d7d7d7;
	margin: 0 20px;
}
.testimonial-container {
	width: 548px;
	float: right;
}
#main-content .static-page.testimonial-content header {
	margin: 14px 0 0 0;
}
#main-content .static-page.testimonial-content header h2 {
	float: left;
	font-size: 14px;
	color: #41d0a;
	margin: 0;
	font-family: 'Droid Sans', serif;
	line-height: 1.0em;
	background: url(../images/quote-small.png) no-repeat 0 6px;
	padding: 0 0 0 20px;
}
#main-content .static-page.testimonial-content header h2 strong {
	float: left;
	margin: 7px 6px 0 8px;
}
#main-content .static-page.testimonial-content header h2 em {
	float: left;
	margin: 8px 0 0 0;
	font-family: 'Quicksand', serif;
	font-size: 12px;
	color: #a28969;
}
#main-content .static-page.testimonial-content header h2 em a {
	text-decoration: none;
	border-bottom: 1px dotted #896d4a;
	color: #896d4a;
}
#main-content .static-page.testimonial-content header .star {
	float: right;
	margin: 9px 10px 0 0;
}
#main-content .static-page.testimonial-content p {
	font-family: 'Quicksand', serif;
	color: #272727;
}

/* Contact
=====================================================================*/
#maps-tabs {
	position: relative;
	background:url(../images/big-frame.jpg) no-repeat;
	height: 445px;
	margin: 15px 0 0 0;
}
#maps-tabs .ui-tabs-panel {
	width:990px;
	height:349px;
}
#maps-tabs .ui-tabs-panel iframe {
	width: 738px;
	height: 347px;
	float: left;
	border: 1px solid #ccbb9b;
	margin: 10px 0 0 10px;
}
#nav-maps {
	position: absolute;
	width: 1010px;
	left: 0;
	top: 388px;
	list-style: none;
	margin: 0;
	padding: 0 0 19px 0;
	background: url(../images/sep-main-title-full.png) no-repeat 0 100%;
	text-align: center;
}
#nav-maps li {
	display: inline;
	margin: 0 3px 10px 3px;
}
#nav-maps li a {
	background: #6a3482;
	white-space:nowrap;
	padding: 7px 15px;
	color: #4e4e4e;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 0 -1px #95ad4a;
	border-radius: 5px;
	line-height: 2.9em;
	font-family: 'Droid Sans', serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
#nav-maps li a:hover, #nav-maps li.ui-tabs-selected a {
	background: #9db948;
}
.ui-tabs .ui-tabs-hide {
     display: none;
}
.address {
	width: 200px;
	float: right;
	margin: 10px 10px 0 0;
	display: inline;
	padding: 20px 0 0 0;
}
.address h2 {
	font-size: 16px;
	color: #341d0a;
	font-family: 'Droid Sans', serif;
	line-height:1.375em;
	margin-bottom:0.687em;
}
.address p {
	font-size:14px;
	color:#272727;
	line-height:1.6em;
	margin-top:1.6em;
	margin-bottom:1.6em;
	font-size: 14px;
	font-family: 'Quicksand', serif;
	color: #51331a;
}
.address p.text-address {
	background: url(../images/sep-sidebar.png) repeat-x 0 100%;
	padding: 0 0 25px 0;
}


/* Typography
=====================================================================*/
table {
	width: 90%;
	margin: 0 0 30px 0;
	border-left:1px solid #fff;
}
table thead th {
	height: 40px;
	background: url(../images/tblhead.png) repeat-x;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	vertical-align:middle;
	font-weight: bold;
}
table tbody td, table tfoot td {
	height: 33px;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #606060;
	font-size: 11px;
	text-align: center;
}
#main-content table tbody tr td img, #fullwidth table tbody tr td img {
	margin: 0;
}
table tbody tr.odd td {
	background: #efefef;
}
table tbody tr td.cellfeat, table tbody tr.odd td.cellfeat {
	background: #eaeaea;
	padding: 2px 0 2px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	text-align: left;
}
#main-content .colhalf {
	width:330px;
	float:left;
	display:inline;
	margin-right:40px;
}
#main-content .colhalf.lastcol, #content.full .colhalf.lastcol {
	margin-right:0;
}
#content.full .colhalf {
	width:485px;
	float:left;
	display:inline;
	margin-right:40px;
}
#main-content .static-page blockquote, #content.full .static-page blockquote {
	font-size:18px;
	color:#373737;
	font-family:'Droid Sans', serif;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}
#main-content .static-page blockquote p, #content.full .static-page blockquote p {
	color:#373737;
	font-size:18px;
	line-height:1.222em;
	margin-top:0.611em;
	margin-bottom:0.611em;
}

#footer {
	width:1090px;
	padding:30px 15px 40px 15px;
	margin:0 auto;
}

.article p {
	margin-top: 0 !important;
}

.article h3 { margin-bottom: 0px; }

.em { font-style: italic; }

/* Buttons
=====================================================================*/
.button {
	font-family:'Droid Sans', arial, serif;
	display: inline-block;
  	text-decoration: none;
  	position: relative;
	margin: 2px 0;
	cursor: pointer;
	text-align: left !important;
	transition: all 0.10s ease-in-out;
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
	-o-transition: all 0.10s ease-in-out;
	-ms-transition: all 0.10s ease-in-out;
	behavior: url(../js/PIE.htc);
}

.large {
	font-size: 12px !important;
	text-transform: uppercase;
	padding: 6px 16px !important;
	border-radius: 7px;
	border: 1px solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	behavior: url(../js/PIE.htc);
}


.xlarge {
	font-size: 14px !important;
	text-transform: uppercase;
	padding: 6px 16px !important;
	border-radius: 7px;
	border: 1px solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	behavior: url(../js/PIE.htc);
	margin-bottom: 8px;
}



.purple {
	color: #ffffff !important;
	background: #744790;
	background: -moz-linear-gradient(top, #744790, #46166a);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#744790),to(#46166a));
	background: -ms-linear-gradient(top, #744790, #46166a);
	background: -o-linear-gradient(top, #744790, #46166a);
	border-color: #683f81;
	box-shadow: 0px 0px 0px #bbbbeb, inset 0px 0px 4px #f2f2fd;
	-moz-box-shadow: 0px 0px 0px #bbbbeb, inset 0px 0px 2px #f2f2fd;
	-webkit-box-shadow: 0px 0px 0px #bbbbeb, inset 0px 0px 2px #f2f2fd;
    -pie-background: linear-gradient(#744790, #46166a);
	behavior: url(../js/PIE.htc);
}

.purple:hover {
	color: #ffffff !important;
	background: #46166a;
	background: -moz-linear-gradient(top, #46166a, #683f81);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#46166a),to(#683f81));
	background: -ms-linear-gradient(top, #46166a, #683f81);
	background: -o-linear-gradient(top, #46166a, #683f81);
	border-color: #683f81;
	box-shadow: 0px 1px 2px #492c5a, inset 0px 0px 4px #f2f2fd;
	-moz-box-shadow: 0px 1px 2px #492c5a, inset 0px 0px 2px #f2f2fd;
	-webkit-box-shadow: 0px 1px 2px #492c5a, inset 0px 0px 2px #f2f2fd;
    -pie-background: linear-gradient(#46166a, #683f81);
	behavior: url(../js/PIE.htc);
}

.purple:active {
	color: #ffffff !important;
	background: #46166a;
	background: -moz-linear-gradient(top, #46166a, #683f81);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#46166a),to(#683f81));
	background: -ms-linear-gradient(top, #46166a, #683f81);
	background: -o-linear-gradient(top, #46166a, #683f81);
	border-color: #9063ab;
	box-shadow: 0px 1px 2px #492c5a, inset 0px 0px 4px #f2f2fd;
	-moz-box-shadow: 0px 1px 2px #492c5a, inset 0px 0px 2px #f2f2fd;
	-webkit-box-shadow: 0px 1px 2px #492c5a, inset 0px 0px 2px #f2f2fd;
    -pie-background: linear-gradient(#46166a, #683f81);
	behavior: url(../js/PIE.htc);
}


/* Background stretcher
=====================================================================*/


.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}


