@charset "utf-8";
body, p, ul, ol, div, a, img, h1, h2, h3, h4, h5, h6, hr, form, table, tr, td{
	margin: 0;
	padding: 0;
	border: none;
}
body{
	background: url(../images/body-bg.jpg) repeat-x #C4FFAB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
}
p, ul, ol, div, form, table, tr, td{
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.2em;
	margin-bottom: 0.4em;
	font-family: "Times New Roman", Times, serif;
}
h1{
	font-size: 2em;
	font-weight: normal;
}
h2{
	font-size: 1.8em;
	font-weight: normal;
}
h3{
	font-size: 1.5em;
	font-weight: normal;
}
h4{
	font-size: 1.3em;
	font-weight: normal;
}
/*h2.small, h3.small, h4.small{
	font-size: 1em;
	font-weight: normal;
}*/
h2.small{
	font-size: 1.3em;
	font-weight: normal;
}
h3.small{
	font-size: 1.2em;
	font-weight: normal;
}
h4.small{
	font-size: 1.1em;
	font-weight: normal;
}

p{
  margin-bottom: 1.5em;
}
p.small-margin{
	margin-bottom: 0.8em;
}
a{
/*	color: #90FF00;*/
	color: #B5FF64;
	text-decoration: underline;
}
.right a{
	color: #90FF00;
}
a:hover{
	text-decoration: none;
}
.main ul{
	list-style: none;
	margin-bottom: 1.5em;
	position: relative;
	padding-left: 10px;
}
.main ul li{
	background: url(../images/square-orange.gif) no-repeat 0 0.6em;
	padding-left: 14px;
}
.main ul.padding li, .main ol.padding li{
	padding-bottom: 1em;
}
.main ol{
	padding-left: 30px;
	margin-bottom: 1.5em;
/*	color: #FEC300;
	font-weight: bold;*/
}
/*
.main ol li span{
	color: #fff;
	font-weight: normal;
}
*/
table{
	margin-bottom: 1.5em;
	background: #2F6A0E;
	border-collapse: collapse;
}
th{
	background: #8ED05E;
	color: #193807;
	border-collapse: collapse;
	border: 1px solid #8ED05E;
	border: 1px solid #498C18;
	padding: 4px 8px;
	vertical-align: top;
}
td{
	border-collapse: collapse;
	border: 1px solid #8ED05E;
	border: 1px solid #498C18;
	padding: 3px 6px;
	vertical-align: top;
}
.even{
	background: #25520B;
}

.container{
	width: 925px;
	margin: 0 auto;
	position: relative;
}
.main hr{
	background: #8ED05E;
	color: #8ED05E;
	border: 0;
	height: 1px;
	margin: 1.5em auto;
	#margin-top: -0.4em;
	#margin-bottom: 1em;
	width: 100%;
}

.header{
	height: 217px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
	color: #009B13;
}
.home{
	width: 249px;
	height: 147px;
	position: absolute;
	top: 13px;
	left: 110px;
}
.header a{
	color: #0B2800;
}
.home span{
	width: 249px;
	height: 147px;
	background: url(../images/logo-rebio.gif) no-repeat;
}
.navigation{
	display: none;
}

.main{
	background: url(../images/main-bg.gif) repeat-y #498C18;
	position: relative;
	min-height: 755px;
	_height: 755px;
}

.left{
	width: 563px;
	padding: 35px 30px 70px 40px;
	min-height: 60px;
	_height: 60px;
	margin-top: 34px;
	float: left;
	background: url(../images/left-bg.gif) repeat-x;
}
.article-head, .article-head span{
	width: 100%;
	height: 31px;
}
.left-bottom{
	position: absolute;
	width: 190px;
	height: 70px;
	bottom: 0;
	left: 164px;
	background: url(../images/left-bottom.jpg) no-repeat;
}
.menu-inner{
	width: 129px;
	padding-right: 1px;
	margin-left: -25px;
	margin-top: 5px;
	min-height: 265px;
	_height: 265px;
	padding-top: 10px;
	float: left;
	background: url(../images/menu-inner-bg.jpg) no-repeat right top;
	font-size: 0.9em;
}
.main .menu-inner ul li{
	background: none;
	padding-left: 0;
	padding-top: 5px;
	padding-right: 15px;
	text-align: right;
}
.main .menu-inner ul li.active{
	background: url(../images/menu-inner-active.gif) no-repeat right 0.6em;
	cursor: default;
}
.menu-inner a{
	color: #fff;
	text-decoration: none;
}
.menu-inner span{
	color: #90FF00;
}
.content{
	float: right;
	width: 430px;
}
.menu-link .label{
	width: 5em;
}
.menu-link .info{
	margin-left: 5em;
}

.right{
	width: 269px;
	padding: 242px 0 0 19px;
	float: left;
	background: url(../images/right-bg.jpg) no-repeat;
}
.right-box{
	background: url(../images/right-box-bg.gif) repeat-y;
	color: #154003;
	width: 243px;
	padding-left: 2px;
	padding-right: 10px;
	font-size: 0.9em;
	position: relative;
}
.right-box-inner{
	background: url(../images/right-box-inner-bg.gif) repeat-x #C3FFAA;
	padding-right: 10px;
	min-height: 221px;
	_height: 221px;
}
.right-box strong{
	color: #FF4E00;
}
.right-box .full-menu{
	padding-right: 25px;
	text-align: right;
	margin-bottom: 0;
	padding-bottom: 2px;
}
.right-box a{
	color: #154003;
	font-weight: bold;
}
.main .right-box ul{
	margin-bottom: 0.4em;
}
.main .right-box ul li{
	background: url(../images/right-box-leaf.gif) no-repeat 0 0.3em;
	padding-left: 28px;
	padding-bottom: 8px;
}
.right-box li div{
	padding-bottom: 8px;
	background: url(../images/line-dotted.gif) repeat-x bottom;
}
.right-box-shadow{
	background: url(../images/right-box-shadow.gif) no-repeat;
	width: 5px;
	height: 221px;
	position: absolute;
	top: 0;
	left: 244px;
}
.right-box-bottom{
	background: url(../images/right-box-bottom.gif) no-repeat;
	width: 253px;
	height: 25px;
	margin-bottom: 1.5em;
}
.right-user{
	border-top: 1px solid #8ED05E;
	border-bottom: 1px solid #8ED05E;
	padding: 15px 0 5px 5px;
	margin: 0 20px 15px 5px;
}
.right-user .label{
	text-align: right;
	font-weight: bold;
	width: 5em;
}
.right-user .info{
	margin-left: 5em;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 0.1em;
}
.right-user p{
	margin-bottom: 1em;
	font-size: 0.85em;
	padding-left: 72px;
}
.right-info{
	padding-left: 6px;
	padding-right: 22px;
}
.user-button{
	padding-left: 22px;
	margin-top: 4px;
}
.user-button input{
	float: left;
}
.edit{
	background: url(../images/ico-edit.gif) no-repeat right top;
	padding-right: 22px;
	text-decoration: none;
}

.menu{
	width: 652px;
	padding-left: 22px;
	height: 50px;
	position: absolute;
	left: 4px;
	top: 217px;
	background: url(../images/menu-leaf.jpg) no-repeat;
	color: #0B2800;
}
.menu ul{
	background: url(../images/menu-bg.jpg) repeat-x #143F03;
	list-style: none;
	min-height: 34px;
	_height: 34px;
}
.menu li{
	float: left;
	margin-right: 1px;
	background: url(../images/menu-button-bg.gif) repeat-x #523800;
}
.menu li.active{
	background: url(../images/menu-active-bg.gif) repeat-x #83C553;
}
.menu li.active a{
	color: #0B2800;
}
.menu-first{
	width: 13px;
	height: 34px;
	background: url(../images/menu-leaf-over.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 20px;
}
.active .menu-first{
	background: url(../images/menu-leaf-over.jpg) no-repeat -13px 0;
}
.button-left{
	float: left;
	display: block;
	width: 4px;
	height: 34px;
	background: url(../images/menu-corners.gif) no-repeat;
}
.active .button-left{
	background: url(../images/menu-corners.gif) no-repeat -8px 0;
}
.button-main{
	float: left;
	display: block;
	min-height: 34px;
	_height: 34px;
}
.button-main a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 7px 9px;
}
.button-main span{
	display: block;
	padding: 7px 9px;
}
.button-right{
	float: left;
	display: block;
	width: 4px;
	height: 34px;
	background: url(../images/menu-corners.gif) no-repeat -4px 0;
}
.active .button-right{
	background: url(../images/menu-corners.gif) no-repeat -12px 0;
}

.footer{
	height: 160px;
	background: url(../images/footer.jpg) no-repeat;
	position: relative;
}
.footer p{
	margin: 0;
}
.wda{
	display: block;
	width: 88px;
	height: 9px;
	position: absolute;
	top: 90px;
	left: 570px;
}
.wda:hover{
	border-bottom: 1px solid #3E7C1A;
}
.mail{
	display: block;
	width: 71px;
	height: 9px;
	position: absolute;
	top: 90px;
	left: 724px;
}
.mail:hover{
	border-bottom: 1px solid #3E7C1A;
}

.shadow-left{
	width: 4px;
	height: 757px;
	background: url(../images/shadows.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.shadow-right{
	width: 4px;
	height: 757px;
	background: url(../images/shadows.jpg) no-repeat -4px 0;
	position: absolute;
	top: 0;
	left: 921px;
}

.image-left{
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-top: 5px;
	border: 1px solid #fff;
}
.image-right{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #fff;
}
.image-border{
	border: 1px solid #fff;
}

.r-image{
	display: block;
	position: relative;
	overflow: hidden;
}
.r-image span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
a.r-image span{
	cursor: pointer;
}

.thumbs{
	margin-bottom: 1.5em;
}

.listing{
	clear: both;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 10px 0;
	border-top: 1px solid #8ED05E;
	border-bottom: 1px solid #8ED05E;
}
.left .listing ul{
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	cursor: default;
}
.left .listing ul li{
	padding: 0;
	background: none;
	display: inline;
}
.listing a{
	background: #25520B;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
}
.listing a:hover{
	background: #193807;
}
.listing span{
	background: #8ED05E;
	color: #193807;
	padding: 2px 5px;
}

.h-contact{
	width: 190px;
	height: 20px;
	margin-left: -3px;
}
.h-contact span{
	width: 190px;
	height: 20px;
	background: url(../images/h-contact-right.gif) no-repeat;
}
.h-login{
	width: 230px;
	height: 20px;
	margin-left: -3px;
}
.h-login span{
	width: 230px;
	height: 20px;
	background: url(../images/h-login-right.gif) no-repeat;
}
.h-today-special{
	width: 172px;
	height: 22px;
	margin-left: 18px;
}
.h-today-special span{
	width: 172px;
	height: 22px;
	background: url(../images/h-today-special.gif) no-repeat;
}

.leafs{
	width: 90px;
	height: 130px;
	position: absolute;
	left: -90px;
	top: 126px;
	background: url(../images/leafs.jpg) no-repeat;
}
.left .leaf{
	background: url(../images/left-leaf.gif) no-repeat;
	padding: 10px 0 10px 60px;
}

.label{
	display: block;
	width: 6em;
	float: left;
}
.info{
	display: block;
	margin-left: 6em;
}

.table-contact{
	width: 220px;
	margin-top: 5px;
	float: left;
	background: none;
}
.table-contact td{
	border: 0;
	padding-left: 0;
	padding-right: 10px;
}

.no-display{ display: none; }
.clear{ clear: both; }
.no-margin{ margin: 0; }
.float-left{ float: left; }
.float-right{ float: right; }
.text-left{ text-align: left; }
.text-center{ text-align: center; }
.text-right{ text-align: right; }
.vertical-top{ vertical-align: top; }
.vertical-middle, table td.vertical-middle{ vertical-align: middle; }
.highlight{ color: #B5FF64; }
.right .highlight{ color: #90FF00; }
.small{ font-size: 0.9em; }
.big{ font-size: 1.1em; }
.bold{ font-weight: bold; }

.w10{ width: 10px; }
.w20{ width: 20px; }
.w30{ width: 30px; }
.w40{ width: 40px; }
.w50{ width: 50px; }
.w60{ width: 60px; }
.w70{ width: 70px; }
.w80{ width: 80px; }
.w90{ width: 90px; }
.w100{ width: 100px; }
.w110{ width: 110px; }
.w120{ width: 120px; }
.w130{ width: 130px; }
.w140{ width: 140px; }
.w150{ width: 150px; }
.w160{ width: 160px; }
.w170{ width: 170px; }
.w180{ width: 180px; }
.w190{ width: 190px; }
.w200{ width: 200px; }
.w225{ width: 225px; }
.w250{ width: 250px; }
.w275{ width: 275px; }
.w300{ width: 300px; }
.w325{ width: 325px; }
.w350{ width: 350px; }
.w375{ width: 375px; }
.w400{ width: 400px; }
.w425{ width: 425px; }
.w450{ width: 450px; }
.w475{ width: 475px; }
.w500{ width: 500px; }
.w600{ width: 600px; }
.w700{ width: 725px; }

.w10p{ width: 10%; }
.w20p{ width: 20%; }
.w25p{ width: 25%; }
.w30p{ width: 30%; }
.w33p{ width: 33%; }
.w40p{ width: 40%; }
.w50p{ width: 50%; }
.w60p{ width: 60%; }
.w70p{ width: 70%; }
.w75p{ width: 75%; }
.w80p{ width: 80%; }
.w90p{ width: 90%; }
.w100p{ width: 100%; }

.pdf{
	padding-left: 15px;
	background: url(../images/ico-pdf.gif) no-repeat;
}
.xls{
	padding-left: 15px;
	background: url(../images/ico-xls.gif) no-repeat;
}
.doc{
	padding-left: 15px;
	background: url(../images/ico-doc.gif) no-repeat;
}

.input-text, .food-amount-input{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 2px;
	background-color: #ECF5F8;
	border: 1px solid #8ED05E;
}
select{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 2px;
	background-color: #ECF5F8;
	border: 1px solid #8ED05E;
}
.food-menu-title a, .food-menu-title strong{
	cursor: help;
}
.food-amount-left{
	float: left;
	text-align: right;
	width: 45%;
	padding-top: 3px;
}
.food-amount-right{
	float: left;
	padding-left: 4px;
	padding-top: 6px;
}
.food-amount-input{
	text-align: center;
	width: 20px;
}
.price-summary{
	background: #8ED05E;
	color: #193807;
	padding: 4px 8px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1.5em;
}

.message-info, .message-done, .message-failure{
	padding: 0 10px 0 32px;
	margin-bottom: 1.5em;
}
.message-info p, .message-done p, .message-failure p{
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0;
}
.message-info{
	background: url(../images/ico-info.gif) no-repeat 8px 10px #69A63D;
	border-top: 1px solid #2F6A0E;
	border-bottom: 1px solid #2F6A0E;
}
.message-done{
	background: url(../images/ico-yes.gif) no-repeat 8px 10px #69A63D;
	border-top: 1px solid #1D5E04;
	border-bottom: 1px solid #1D5E04;
}
.message-failure{
	background: url(../images/ico-no.gif) no-repeat 8px 10px #B64415;
	border-top: 1px solid #7B1301;
	border-bottom: 1px solid #7B1301;
}
.law-agreement{
	font-size: 0.9em;
	padding-left: 16px;
	margin-top: 5px;
}
.food-menu-header-previous{
	float: left;
	width: 25%;
	text-align: left;
	font-weight: normal;
}
.food-menu-header-previous a{
	color: #193807;
}
.food-menu-header-date{
	float: left;
	width: 50%;
	text-align: center;
}
.food-menu-header-next{
	float: right;
	text-align: right;
	font-weight: normal;
	color: #193807;
}
.food-menu-header-next a{
	color: #193807;
}

li.cz{
	background: url(../images/cz.png) no-repeat 0 0.4em !important;
	padding-left: 24px !important;
}
li.en{
	background: url(../images/gb.png) no-repeat 0 0.4em !important;
	padding-left: 24px !important;
}
