@charset "utf-8";
/* CSS Document */

body, html {
	height: 100%;
}

body {
    background: url(../images/bg.png);
    margin: auto;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
}
a{
    color: #FFF;
    text-decoration: none;
}

img{
    border: none;
}

div#header {
    position: relative;
    background: url(../images/header-bg.png) repeat-x;
    height: 50px;
    width: 100%;
}

div#content {
    position: relative;
    min-height: 85%;
    overflow: hidden;
}

.red {
    background: #ff2100;
}

div#icon {
    position: absolute;
    top: 56%;
    left: 0px;
    width: 18px;
    height: 28px;
}

div#content a#login {
    position: absolute;
    display: block;
    top: 56%;
    right: 2px;
    width: 138px;
    height: 28px;
    font-size: 20px;
    padding-left: 20px;
}

div#content a#login:hover {
    color: #000;
}

div#logo {
    position: absolute;
    background: url(../images/logo.png) no-repeat;
    top: 50%;
    margin-top: -306.5px;
    height: 613px;
    width: 571px;
}

div#title {
    position: absolute;
    background: url(../images/title.png) no-repeat;
    right: 5%;
    top: 50%;
    margin-top: -345px;
    height: 690px;
    width: 610px;
}

div#footer {
    position: absolute;
    bottom: 0px;
    background: url(../images/footer-bg.png) repeat-x;
    height: 54px;
    width: 100%;
}
div#footer .counters{
    position: absolute;
    left: 10px;
    bottom: 1px;
}

.photos-block{
    display: block;
}
.photos-block .photo-item{
    float: left;
    margin: 5px;
    padding: 2px;
    border: 1px solid #FFF;
}

.sub{
    background: url(/images/h2-specials-bg.png) repeat-y;
    padding: 1px 0;
    margin-bottom: 20px;
}

.sub li{
    margin-bottom: 5px;
}
.sub li a{
    text-transform: uppercase;
/*    border: 1px solid red;*/
}
.sub li a:hover{
    text-decoration: underline;
/*    color: #D4D0C8;*/
}
