* {
margin: 0;
padding: 0;
}
html, body {
width: 100%;
min-width: 1000px;
height: 100%;
font-family: Verdana;
font-size: 12px;
color: #333;
}

/* Главно меню - Main menu */
#mainmenu {
width: 932px;
height: 63px;
margin: 0 auto;
background: url("/assets/templates/night/images/mainmenu_bg.png");
background-repeat: no-repeat;
}
#mainmenu ul {
list-style:none;
margin: 0 20px 0 20px;
padding: 5px 0 0 0;
}
#mainmenu ul li {
display: inline;
margin: 0 10px 0 10px;
}
#mainmenu a {
font-size: 20px;
color: #ff0099;
}
#mainmenu a:hover {
text-decoration: none;
}
#mainmenu .active a {
text-decoration: none;
}
/* ----------------------- */

#header {
float: left;
width: 100%;
background: #000000;
}

#afisha {
width: 998px;
height: 1000px;
margin: 0 auto;
background: url("/assets/templates/night/images/header_bg.jpg") no-repeat;
}
#wave {
position: absolute;
z-index: 100;
top: 1050px;
width: 100%;
height: 18px;
background: url("/assets/templates/night/images/wave.png");
background-repeat: repeat-x;
}
#wrapper {
float: left;
width: 100%;
background: #fff;
padding: 15px 0 15px 0;
}
#page {
width: 1000px;
margin: 0 auto;
}
#left {
float: left;
width: 280px;
}
#content {
float: right;
width: 700px;
padding: 0 0 0 15px;
border-left: 1px solid #ccc;
line-height: 1.5;
}

#footer {
float: left;
width: 100%;
height: 240px;
background: url("/assets/templates/night/images/footer_bg.png");
background-repeat: repeat-x;
background: #000000;
}
#footer img {
margin: 25px 0 0 0;
}

/* Форма заказа - Zakaz */

#special {
float: left;
z-index: 300;
width: 140px;
height: 128px;
margin: 675px 0 0 65px;
padding: 0 35px 0 35px;
background-repeat: no-repeat;
}

#zakaz {
float: right;
z-index: 200;
width: 610px;
height: 270px;
margin: 675px 0 0 15px;
padding: 0 0 0 35px;
background: url("/assets/templates/night/images/zakaz_bg.png");
background-repeat: no-repeat;
}

#zakaz h2 {
text-align: center;
margin: 40px 0 0 0;
font-size: 16px;
font-style: italic;
}
#zakaz input[type="text"] {
width: 100%;
height: 20px;
margin: 7px 0 0 0;
border: 1px solid #000;
}
#zakaz input[type="submit"] {
float: right;
margin: 0.5px 75px 0px 0px;
width: 120px;
height: 35px;
border: none;
background: url("/assets/templates/night/images/button.png");
background-repeat: no-repeat;
font-size: 14px;

}
#zakaz input[type="submit"]:hover {
background: url("/assets/templates/night/images/button_active.png");
background-repeat: no-repeat;
}
/* -------------------- */



#left h2 {
font-size: 16px;
font-style: italic;
color: #642075;
}
#left a {
color: #000;
}




#win1 {
    display: none;
    position: absolute;
    z-index: 150;
    left: 50%;
    margin-left: -400px;
    top: 100px;
    width: 630px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #000;
    background: #fff;
}

#win2 {
    display: none;
    position: absolute;
    z-index: 150;
    left: 50%;
    margin-left: -400px;
    top: 100px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #000;
    background: #fff;
}

#win3 {
    display: none;
    position: absolute;
    z-index: 150;
    left: 50%;
    margin-left: -400px;
    top: 100px;
    width: 630px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #000;
    background: #fff;
}
