@charset "utf-8";

.QOverlay {
    background-color: #000000;
    z-index: 9999;
}

.QLoader {
    background-color: #CCCC99;
    height: 1px;
}

body, html  {
    font: 11pt Calibri, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
	overflow: hidden;
    height: 4524px;
    width: expression((documentElement.clientWidth||document.body.clientWidth)<950?'950px':'100%'); /* IE6.0 */
    min-width: 950px;
}
h1 {
    font-size: 220%;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 5px;
    margin: 0;
    color: #D39E2A;
}
h2 {
    font-size: 140%;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #D39E2A;
}
h3 {
    font-size: 130%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
p {
    margin-top: 0;
    margin-bottom: 5px;
}
.vc {
    color: #D39E2A;
}
#blending {
    background: url(../img/blending.png) center repeat-y;
}
#stripe {
    background: url(../img/stripe.png) center top no-repeat;
}
#container {
	width: 100%;
	height: 100%;
	float: left;
	left: 0;
	position: fixed;
	overflow: scroll;
	overflow-x: hidden;
}
#content {
    width: 100%;
	overflow: hidden;
    background: url(../img/back.png) center;
}
#container0, #container1, #container2, #container3, #container4 {
    overflow: hidden;
    position: relative;
    left: 100px;
    margin: 0;
    padding: 0;
}

#content0, #content1, #content2, #content3, #content4 {
    width: 950px;
    height: 100%;
    margin: 0 auto;
/*    padding-right: 120px; */
    text-align: left;
}

#text1 {
    padding: 10px;
    border: 1px dotted green;
}

#container0, #left0, #right0 {
    height: 650px;
}
#container1, #left1, #right1 {
    height: 700px;
}
#container2, #left2, #right2 { 
    height: 1080px;
} 
#container3, #left3, #right3 { 
    height: 660px;
} 
#container4, #left4, #right4 { 
    height: 1334px;
} 
#content0 {
    background: url(../img/back_0.png) center bottom no-repeat;
    text-align: center;
}
#content0 div.text {
    float: left;
    margin-left: 20px;
    margin-top: 220px;
    width: 720px;
}
#content1 {
    background: url(../img/back_1.png) center no-repeat;
}
#content1 div.text {
    width: 320px;
    padding-left: 60px;
}
#content2 {
    background: url(../img/back_2.png) center no-repeat;
}
#content2 div.text {
    width: 600px;
    padding-left: 60px;
}
#content3 {
    background: url(../img/back_3.png) center no-repeat;
}
#content3 div.text {
    width: 600px;
    padding-left: 60px;
}
#content4 {
    background: url(../img/back_4.png) center top no-repeat;
}
#content4 div.text {
    width: 300px;
    padding-left: 60px;
    float: left;
}

#next {
    margin: 0;
    text-align: center;
    width: 100%;
}
#next a, #next a img {
    width: 100%;
    display: block;
    border: none;
}
#btn_next {
    background: url(../img/next.png) center top no-repeat;
    width: 84px;
    height: 26px;
    margin: 0 auto;
}
#btn_next:hover {
    background: url(../img/next_hover.png) center top no-repeat;
}
#music {
    position: fixed;
    top: 30px;
    left: 0px;
    z-index: 1000;
}
#navigator-container {
    position: fixed;
    left: 0;
    top: 100%;
    width: 100%;
    height: 60px;
    margin-top: -60px;
    border: none; /* aqua 2px dotted; */
    z-index: 1001;
}
#navigator {
    background: url(../img/menu.png) top repeat-x;
    margin: 0 auto;
    width: 580px;
    height: 100%;
}
#menu_left {
    background: url(../img/menu_left.png) left top no-repeat;
    margin-left: -20px;
    width: 20px;
    height: 60px;
    float: left;
}
#menu_right {
    background: url(../img/menu_right.png) right top no-repeat;
    margin-right: -20px;
    width: 20px;
    height: 60px;
    float: right;
}
#menu {
    padding: 0;
    margin: 0;
    margin-left: 25px;
    height: 100%;
}
#menupoint {
    height: 100%;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0 auto;
    display: inline-block;
    float: left;
}
#menupoint img {
    margin-top: 20px;
    border: none;
}
#menupoint:hover {
    background: url(../img/ff.png);
}
#menu_sep {
    background: url(../img/menu_sep.png) left repeat-y;
    height: 100%;
    width: 3px;
    display: inline-block;
    float: left;
}

#packages-container {
    width: 440px;
    height: 260px;
    border: 1px solid #e9cf92;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#packages-scroller {
    width: 400%;
    height: 100%;
    border: none; /* 3px black double;*/
    padding: 0;
    margin: 0;
}
#package1, #package2, #package3, #package4 {
    padding: 0;
    margin: 0;
    width: 25%;
    height: 100%;
    float: left;
    display: inline-block;
    text-align: left;
    border: none; /* 1px solid red;*/
}
#package1 div.text, #package2 div.text, #package3 div.text, #package4 div.text {
    width: 360px;
    padding: 0;
    margin: 0;
    line-height: .93em;
    float: left;
}
#package1 div.text {
    padding-left: 20px;
}
#package_button_next {
    width: 26px;
    height: 99%;
    border: none;
    float: right;
    display: inline-block;
}
#btn_next_pck {
    background: url(../img/next_pck.png) bottom no-repeat;
    width: 26px;
    height: 50%;
    margin: 0 auto;
    margin-top: 41px;
    display: block;
}
#btn_next_pck:hover {
    background: url(../img/next_pck_hover.png) bottom no-repeat;
}
#package_button_prev {
    width: 26px;
    height: 99%;
    border: none;
    float: left;
    display: inline-block;
}
#btn_prev_pck {
    background: url(../img/prev_pck.png) bottom no-repeat;
    width: 26px;
    height: 50%;
    margin: 0 auto;
    margin-top: 41px;
    display: block;
}
#btn_prev_pck:hover {
    background: url(../img/prev_pck_hover.png) bottom no-repeat;
}
#logo {
    background: url(../img/logo.png) top center no-repeat;
    width: 100%;
    height: 126px;
    display: block;
    margin: 0 auto;
}
#photo_0 {
    background: url(../img/photo_0.png) top center no-repeat;
    width: 720px;
    height: 209px;
    margin: 0 auto;
}
#title_1, #title_2, #title_3, #title_4 {
    width: 100%;
    height: 70px;
    display: block;
}
#title_1 {
    background: url(../img/title_1.png) top left no-repeat;
}
#photo_container_1 {
    width: 440px;
    height: 203px;
    border: 1px solid #e9cf92;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#photo_slider_1 {
	width: 2930px;
	height: 100%;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}
#photo_1_1, #photo_1_2 {
	background: url(../img/photo_1.jpg) top left no-repeat;
	width: 1462px;
	height: 203px;
	padding-left: 0px;
	float: left;
	display: inline-block;
}
#title_2 {
    background: url(../img/title_2.png) top left no-repeat;
}
#title_3 {
    background: url(../img/title_3.png) top left no-repeat;
}
#title_4 {
    background: url(../img/title_4.png) top left no-repeat;
}
#text_2 {
    float: left;
    width: 402px;
    margin-left: 60px;
}
#plate_2 {
    background: url(../img/plate_2.png) top center no-repeat;
    width: 228px;
    height: 255px;
    float: right;
    margin-top: 60px;
    margin-right: 200px;
}
#fork_2 {
    background: url(../img/fork_2.png) top center no-repeat;
    width: 175px;
    height: 75px;
    float: left;
    position: relative;
    top: -100px;
    left: 400px;
}
#photo_2 {
    background: url(../img/photo_2.png) top center no-repeat;
    width: 720px;
    height: 241px;
    margin-left: -35px;
}
#plate_3 {
    background: url(../img/plate_3.png) top center no-repeat;
    width: 218px;
    height: 248px;
    float: left;
    margin-top: 0px;
    margin-left: 20px;
}
#knife_3 {
    background: url(../img/knife_3.png) top center no-repeat;
    width: 206px;
    height: 82px;
    float: left;
    position: relative;
    top: 285px;
    left: -445px;
}
#photo_container_3 {
    width: 329px;
    height: 247px;
    float: right;
    position: relative;
    top: 0px;
    left: -220px;
}
#block_3 {
	width: 100%;
	height: 240px;
	display: block;
	margin-top: 272px;
	margin-left: 90px;
}
#orderform {
	text-decoration: none;
}
#orderform div{
    background: url(../img/btn_of.png) top center no-repeat;
    font: 90% bold Calibri, sans-serif white;
	text-decoration: none;
	text-align: center;
    color: white;
    width: 165px;
    height: 35px;
    margin: 0 auto;
	padding-top: 9px;
}
#orderform div:hover {
    background: url(../img/btn_of_hover.png) top center no-repeat;
}

#plate_4 {
    background: url(../img/plate_4.png) top center no-repeat;
    width: 257px;
    height: 414px;
    float: right;
    position: relative;
    top: 20px;
    left: -200px;
}
#contact_4 {
    width: 620px;
    float: left;
    position: relative;
    margin-left: 60px;
}
#waiter_4 {
    background: url(../img/waiter_4.png) top center no-repeat;
    width: 640px;
    height: 236px;
    padding: 0;
    margin-top: -42px;
}
#madeby {
    float: right;
    position: relative;
	font-size: 80%;
    top: 200px;
    left: -240px;
}
#madeby a {
	color: #bbb;
}
#madeby a:hover {
	color: #555;
}

div {
    border: none;
/*    border: 1px dotted red; */
    margin: 0;
}





.clear{
    clear:both;
}
#form-container{
    padding:0;
}

label{
    font-size:90%;
}
input {
    border: none;
}
textarea{
    color:#404040;
    font: 90% Calibri, sans-serif;
    border: none;
}
td > button{
    text-indent:8px;
}
.error{
    background: url(../img/30.png);
    color: red;
    font-size:90%;
    font-weight: normal;
    padding:10px;
    width:100%;
}
#loading{
    position:relative;
    bottom:9px;
    visibility:hidden;
}
.tutorial-info{
    color:white;
    text-align:center;
    padding:10px;
    margin-top:10px;
}

#name, #phone, #email, #subject, #message, #captcha {
    border-bottom: 1px dotted #985A25;
    background: transparent;
}
.button {
    background: url(../img/btn.png) center top no-repeat;
    width: 83px;
    height: 35px;
    margin: 0;
    padding: 0;
    font: 90% bold Calibri, sans-serif white;
    color: white;
    position: relative;
    top: -5px;
    left: 93px;
}
.button:hover {
    background: url(../img/btn_hover.png) center top no-repeat;
}