body {
	margin: 0;
	padding: 0;
	color: #888888;
	font-family: Verdana;
	font-size: 12px;
	background-color: #ECECEC
}

* {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

a {
	color: #888888;
	text-decoration: none;
	outline: none;
}

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

input::-moz-focus-inner { outline: none; border: 0; }

#footer, #footer a {
	color: #888888;
}

img {
	border: 0;
}

form {
	display: inline;
}

h1 {
	display: none;
}

h2 {
	padding-bottom: 15px;
}

h2, h2 a {
	color: #f7994b;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}

.clear {
	clear: both;
}

.sep {
	height: 17px;
	clear: both;
}

.hr {
	margin-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #2d2d2d;
}

.half {
	width: 50%;
}

.third {
	width: 33.333%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.mid {
	vertical-align: middle;
}

.a-left {
	text-align: left;
}

.a-right {
	text-align: right;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.strikeout {
	text-decoration: line-through;
}

.w23 {
	width: 431px;
}

.w13 {
	width: 305px;
}

a.option {
	color: #818935;
}

#page {
	background-image: url('../img/background.png');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #fff;
}

#main {
	width: 976px;
	margin: 0 auto;
}

#top {
	height: 113px;
}

#top .left {
	width: 627px;
}

#top .right {
	padding-top: 10px;
	width: 339px;
}

#userpanel div {
	padding-top: 5px;
}

#userpanel strong {
	color: #678230;
	font-size: 16px;
}

#logo {
	width: 400px;
	height: 113px;
	background-image: url('../img/logo.png');
	display: block;
}
	
/** MENU **/
	
#menu {
	height: 64px;
	background-image: url('../img/menu-right.png');
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 13px;
}

#menu-left {
	height: 64px;
	background-image: url('../img/menu-left.png');
	background-repeat: no-repeat;
	padding-left: 13px;
}

#menu-center {
	height: 64px;
	background-image: url('../img/menu-background.png');
	background-repeat: repeat-x;
}	

#menu-label {
	width: 260px;
	height: 64px;
	line-height: 59px;
	float: left;
	text-indent: 10px;
}

#menu-label, #menu-label a {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-family: verdana;
}

#menu ul {
	float: right;
	width: 688px;
	height: 64px;
}

#menu li {
	height: 64px;
	float: left;
	display: inline-block;
	list-style-type: none;
}	

#menu li div {
	background-repeat: repeat-x;
}

#menu li.active div {
	background-image: url('../img/menu-active.png');
}

#menu li a {
	height: 64px;
	line-height: 60px;
	display: block;
	background-image: url('../img/menu-sep.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 0 27px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}

#menu li.last {
	list-style-type: none;
	padding-right: 13px;
}
	
/** SUBMENU **/
	
#menu li:hover .submenu {
	display: block;
}
	
#menu .submenu {
	height: 64px;
	background-image: url('../img/menu-right.png');
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 13px;
	position: absolute;
	z-index: 12222;
	margin-left: -119px;
	display: none;
}

#menu .submenu-left {
	height: 64px;
	background-image: url('../img/menu-left.png');
	background-repeat: no-repeat;
	padding-left: 13px;
}

#menu .submenu-center {
	height: 64px;
	background-image: url('../img/menu-background.png');
	background-repeat: repeat-x;
}	

#menu .submenu ul {
	float: right;
	width: auto;
	height: 64px;
}

#menu .submenu li {
	height: 64px;
	float: left;
	display: inline-block;
	list-style-type: none;
}	

#menu .submenu li div {
	background-repeat: repeat-x;
}

#menu .submenu li.active div {
	background-image: url('../img/menu-active.png');
}

#menu .submenu li a {
	height: 64px;
	line-height: 60px;
	display: block;
	background-image: url('../img/menu-sep.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 0 30px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}

#menu .submenu li.last {
	list-style-type: none;
	padding-right: 13px;
}
	
#menu .submenu li:first-child a {
	background-image: none;
}
	
/** CONTENT **/

#content {
	padding: 15px 8px;
	background-repeat: repeat-x;
}

#sidebar {
	width: 245px;
	float: left;
}

#center {
	width: 696px;
	float: right;
}

#footer, #footer-in {
	padding-top: 1px;
	border-top: 2px solid #e5e5e5;
}

#footer-in {
	padding: 10px 0;
}

.box-top-left {
	padding-left: 6px;
	background-image: url('../img/box-top-left.png');
	background-repeat: no-repeat;
}	

.box-top-right {
	padding-right: 6px;
	background-image: url('../img/box-top-right.png');
	background-repeat: no-repeat;
	background-position: right center;
}	

.box-top-center {
	height: 5px;
	background-image: url('../img/box-border.png');
	background-repeat: repeat-x;
}	

.box-middle-left {
	padding-left: 3px;
	background-image: url('../img/box-border.png');
	background-repeat: repeat-y;
}	

.box-middle-right {
	padding-right: 3px;
	background-image: url('../img/box-border.png');
	background-repeat: repeat-y;
	background-position: right center;
}	

.box-middle-center {
	background-image: url('../img/box-middle-center.png');
}	

.box-bottom-left {
	padding-left: 6px;
	background-image: url('../img/box-bottom-left.png');
	background-repeat: no-repeat;
}	

.box-bottom-right {
	padding-right: 6px;
	background-image: url('../img/box-bottom-right.png');
	background-repeat: no-repeat;
	background-position: right center;
}	

.box-bottom-center {
	height: 5px;
	background-image: url('../img/box-border.png');
	background-repeat: repeat-x;
	background-position: right bottom;
}

.box-in {
	padding: 17px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.index .box-in {
	padding: 0 17px;
}

.box-white {
}
.box-white .box-top-left {
	background-image: url('../img/box-white-top-left.png');
}

.box-white .box-top-center {
	height: 6px;
	background-image: url('../img/box-white-top-center.png');
}

.box-white .box-top-right {
	background-image: url('../img/box-white-top-right.png');
}

.box-white .box-middle-left {
	padding-left: 1px;
	background-image: url('../img/box-white-border.png');
}

.box-white .box-middle-center {
	background-image: url('../img/box-white-middle-center.png');
}

.box-white .box-middle-right {
	padding-right: 1px;
	background-image: url('../img/box-white-border.png');
}

.box-white .box-bottom-left {
	background-image: url('../img/box-white-bottom-left.png');
}

.box-white .box-bottom-center {
	height: 6px;
	background-image: url('../img/box-white-bottom-center.png');
}

.box-white .box-bottom-right {
	background-image: url('../img/box-white-bottom-right.png');
}


.index .box-top-left {
	background-image: none;
}
.index .box-top-right {
	background-image: none;
}

/*


.index .box-top-center {
	background-image: none;
}

.index .box-middle-left {
	background-image: none;
}

.index .box-middle-center {
	background-image: none;
}

.index .box-middle-right {
	background-image: none;
}*/



#smenu {
}

#smenu li {
	list-style-type: none;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
}

#smenu a {
	color: #434343;
	font-size: 15px;
}

#smenu .box-top-left {
	background-image: url('../img/smenu-top-left.png');
}	

#smenu .box-top-center {
	height: 6px;
	background-image: url('../img/smenu-top-center.png');
}	

#smenu .box-top-right {
	background-image: url('../img/smenu-top-right.png');
}	

#smenu .box-middle-left {
	padding-left: 1px;
	background-image: url('../img/smenu-border.png');
}	

#smenu .box-middle-center {
	background-image: url('../img/smenu-middle-center3.png');
}	

#smenu .box-middle-right {
	padding-right: 1px;
	background-image: url('../img/smenu-border.png');
}	

#smenu .box-bottom-left {
	background-image: url('../img/smenu-bottom-left.png');
}	

#smenu .box-bottom-center {
	height: 6px;
	background-image: url('../img/smenu-bottom-center.png');
}	

#smenu .box-bottom-right {
	background-image: url('../img/smenu-bottom-right.png');
}

.index-parent {

	position: absolute;
}

.tabs li {
	width: 136px;
	height: 88px;
	background-repeat: no-repeat;
	float: left;
	display: inline-block;
	list-style-type: none;
	background-color: transparent;
}	

.tabs li div {
	background-image: url('../img/tab-sep.png');
	background-repeat: no-repeat;
}

.tabs li span {
	height: 58px;
	padding-top: 30px;
	display: block;
	white-space: nowrap;
}

.tabs li a {
	display: block;
	background-image: url('../img/tab-background.png');
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.tabs li.first div {
	background-image: none;
	margin-left: 8px;
}

.tabs li.first {
	width: 144px;
}

.tabs li.first {
	background-image: url('../img/tab-left.png');
}	

.tabs li.last {
	padding-right: 8px;
	background-image: url('../img/tab-right.png');
	background-position: right top;
}	

.tabs li.active a {
	background-image: url('../img/tab-active-background.png');
}

.tabs li.active span {
	background-image: url('../img/tab-arrow.png');
	background-position: center top;
	background-repeat: no-repeat;
}

.tabs li.active.first {
	background-image: url('../img/tab-active-left.png');
}	

.tabs li.active.last {
	padding-right: 8px;
	background-image: url('../img/tab-active-right.png');
}

.index {
	background-image: url('../img/index-background.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.index h2 {
	padding-top: 40px;
	padding-bottom: 10px;
}	

.index div.text {
	width: 50%;
	padding-bottom: 30px;
	font-size: 13px;
}

.search-left {
	background-image: url('../img/search-center.png');
}

.search-right {
	background-image: url('../img/search-right.png');
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 9px;
}

.search-center {
	background-image: url('../img/search-left.png');
	background-repeat: no-repeat;
	height: 67px;
	padding-left: 7px;
}	

.search-sep {
	height: 67px;
	width: 7px;
	background-image: url('../img/search-sep.png');
	display: inline-block;
	vertical-align: middle;
}

.search-in {
	height: 65px;
	line-height: 63px;
	vertical-align: middle;
}

.search-in div {
	display: inline;
}

input.text, .text-small, .text-very-small {
	border: none;
	background-color: transparent;
	font-family: Arial;
	color: #888888;
	padding-left: 10px;
}

input.text {
	width: 156px;
	height: 17px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url('../img/input.png');
}	

input.text-small {
	width: 102px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('../img/input-small.png');
}

input.text-very-small {
	width: 59px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('../img/input-very-small.png');
}

.input-height {
	line-height: 26px;
}

textarea {
	width: 100%;
	height: 160px;
	border: 1px solid #CCCCCC;
}

.small-input-height {
	line-height: 23px;
}

.button, .button-small, .button-large {
	border: none;
	background-color: transparent;
	text-align: center;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
}

.button {
	width: 71px;
	height: 29px;
	line-height: 29px;
	background-image: url('../img/button-small.png');
	font-size: 12px;
	font-family: Arial;
	white-space: nowrap;
}	

.button-small {
	width: 71px;
	height: 29px;
	line-height: 23px;
	background-image: url('../img/button-small.png');
	font-size: 12px;
	font-family: Arial;
	white-space: nowrap;
}

.button-large {
	width: 180px;
	height: 29px;
	line-height: 29px;
	background-image: url('../img/button-large.png');
	font-size: 12px;
	font-family: Arial;
	white-space: nowrap;
	font-weight: bold;
}

.miniform {
	padding-top: 10px;
}

.miniform .left, .miniform .right {
	padding-bottom: 5px;
}



.form_title {
	width: 25%;
	float: left;
	text-align: right;
	line-height: 26px;
	font-size: 12px;
}

.form_input {
	width: 73%;
	float: right;
	border-right: 2px solid transparent;
	margin-bottom: 6px;
}

.form_input.form_text {
	line-height: 22px;
	font-size: 12px;
}

.form_row {
	clear: both;
}

.form_desc div {
	text-indent: 30px;
}

.form_desc {
	clear: both;
	width: 73%;
	float: right;
	margin-bottom: 6px;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	text-indent: 5px;
	color: #a0a0a0;
}

.list {
	width: 100%;
	border-collapse: collapse;
}

.list th {
	border-right: 1px solid #95BF43;
	background-image: url('../img/menu-background.png');
	color: #fff;
}

.list th a {
	color: #fff;
}

.list td {
	border: 1px solid #7FA339;
	color: #000;
}

.list td, .list th {
	padding: 5px;
}

.settings-form .form_title {
	width: 35%;
}

.settings-form .form_desc,
.settings-form .form_input {
	width: 63%;
}

.msg-success, .success, .msg-error, .error, .msg-info, .info {
	font-size: 14px;
	padding: 4px 10px;
	margin-top: 10px;
}

.msg-success, .success {
	color: #286E42;
}

.msg-error, .error {
	background-color: #EE0000;
	color: #fff;
	border: 1px solid #FF4500;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

div.text {
	line-height: 18px;
}

div.text ul, div.text ol {
	margin-left: 25px;
}
div.text p {
/*		padding-bottom: 6px;*/
}

.blog-item .small {
	font-size: 11px;
}

.blog-item h2 {
	padding-bottom: 0;
}

.blog-item h2 a {
	text-transform: uppercase;
}

.news-item .small {
	font-size: 11px;
}

.news-item h2 {
	padding-bottom: 0;
}

.news-item h2 a {
	text-transform: uppercase;
}

.more {
	clear: both;
	display: block;
	text-align: right;
	color: #86A940;
	font-weight: bold;
	padding-top: 6px;
}

.list-comments td {
	padding-bottom: 10px;
}

.adv {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.adv img {
	display: block; 
	margin: 0 auto;
}



.box2-top-left {
	padding-left: 8px;
	background-image: url('../img/box2-top-left.png');
	background-repeat: no-repeat;
}

.box2-top-right {
	padding-right: 8px;
	background-image: url('../img/box2-top-right.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.box2-top-center {
	height: 8px;
	background-image: url('../img/box2-top-center.png');
	background-repeat: repeat-x;
}

.box2-middle-left {
	padding-left: 1px;
	background-image: url('../img/box2-border.png');
	background-repeat: repeat-y;
}

.box2-middle-right {
	padding-right: 1px;
	background-image: url('../img/box2-border.png');
	background-repeat: repeat-y;
	background-position: right center;
}

.box2-middle-center {
	background-image: url('../img/box2-middle-center.png');
	background-repeat: repeat-x;
	background-color: #fbfafe;
}

.box2-bottom-left {
	padding-left: 8px;
	background-image: url('../img/box2-bottom-left.png');
	background-repeat: no-repeat;
}

.box2-bottom-right {
	padding-right: 8px;
	background-image: url('../img/box2-bottom-right.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.box2-bottom-center {
	height: 8px;
	background-image: url('../img/box2-border.png');
	background-repeat: repeat-x;
	background-position: right bottom;
}

.box2-in {
	padding: 17px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.box-small .box-in {
	padding: 3px 8px;
}

.box-small h2 {
	text-transform: none;
	padding-bottom: 0;
}

.promoprice {
	font-weight: bold;
	color: orange;
}

.eatingtable th {
	background-color: #82A63D;
	color: #fff;
	padding: 2px;
}

.eatingtable td {
	text-align: center;
	padding: 2px;
}

.eatingtable tr.alt td {
	background-color: #F1F1F1;
}

.eatingtable td.label {
	text-align: right;
	font-weight: bold;
}

.notice {
	font-size: 13px;
	border: 1px solid #FFE7A1;
	background-color: seashell;
	padding: 10px;
}
