@font-face {
    font-family: 'Chiller';
    src: url('chiller.eot');
    src: local('Chiller'),
        url('chiller.woff') format('woff'),
        url('chiller.ttf') format('truetype'),
        url('chiller.svg#webfontdBsw65wN') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-image: url(images/bg-body.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #1d001e;
    margin: 0;
    padding: 0;
    font-family: 'Bookman Old Style', serif;
    font-size: 12px;
    color: #ffffff;
}

a:link,
a:active,
a:visited {
    color: #ffda2a;
    text-decoration: none;
}
a:hover {
    color: #ffda2a;
    text-decoration: underline;
}


#container {
    background-image: url(images/bg-container.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    margin: 0 auto;
    padding: 0;
    min-height: 500px;
    min-width: 980px;
}

#header {
    position: relative;
    width: 980px;
    margin: 0 auto;
    height: 148px;
    overflow: hidden;
}

#home {
    display: block;
    border: 0;
    width: 200px;
    height: 140px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#menu {
    position: absolute;
    top: 89px;
    right: 30px;
    width: 550px;
    padding-top: 14px;
    margin: 0;
    text-align: right;
    font-size: 15px;
    text-transform: uppercase;
}
#menu a:link,
#menu a:active,
#menu a:visited {
    color: #df0078;
    text-decoration: none;
}
#menu a:hover,
#menu a.selected {
    color: #ffffff;
    text-decoration: none;
}

#slider-bg {
    background-image: url(images/bg-slider.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    position: relative;
    width: 960px;
    height: 299px;
    padding: 10px 11px;
    overflow: hidden;
    margin: 0 auto;
}

#slider {
    position: relative;
    width: 958px;
    height: 298px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 90;
}
#slider img {
    position: relative;
    width: 958px;
    height: 298px;
    padding: 0;
    margin: 0;
}
#slider ul,
#slider li{
    margin: 0;
    padding: 0;
    list-style: none;
}
#slider li{ 
    width: 958px;
    height: 298px;
    overflow: hidden; 
}

#slider-title {
    background-image: url(images/layer-slider.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: transparent;
    position: absolute;
    top: 10px;
    left: 11px;
    width: 958px;
    height: 298px;
    padding: 0;
    margin: 0;
    z-index: 100;
}
#slider-desc {
    position: absolute;
    top: 236px;
    left: 30px;
    width: 958px;
    height: 298px;
    padding: 0;
    margin: 0;
    z-index: 110;
    color: #ffe027;
    font-size: 22px;
}
#content {
    background-image: url(images/line.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: transparent;
    position: relative;
    width: 980px;
    margin: 0 auto;
    z-index: 100;
    padding: 20px 0 0 0;
}

#shop {
    position: relative;
    width: 349px;
    float: left;
    padding: 0;
    margin: 0;
}
#shop-top {
    background-image: url(images/bg-shop-top.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    width: 349px;
    height: 35px;
    overflow: hidden;
}
#shop-box {
    background-image: url(images/bg-shop.png);
    background-repeat: repeat-y;
    background-position: left top;
    background-color: transparent;
    width: 281px;
    padding: 0 34px;
}
#shop-box a.menu-link,
#shop-box a.selected-link {
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    display: block;
    padding: 2px 0px 3px 20px;
    margin: 0 0 0 6px;
    text-decoration: none;
    font-size: 14px;
}
#shop-box a.menu-link:link,
#shop-box a.menu-link:active,
#shop-box a.menu-link:visited {
    color: #ffe027;
}
#shop-box a.menu-link:hover {
    color: #df0078;
}
#shop-box a.selected-link {
    color: #ffffff;
}

#shop-box p {
    font-size: 11px;
    color: #df0078;
}
#shop-box strong {
    font-size: 13px;
    color: #ffe027;
}

#shop-bottom {
    background-image: url(images/bg-shop-bottom.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: transparent;
    width: 349px;
    height: 35px;
    overflow: hidden;
}

#text-box {
    position: relative;
    float: left;
    width: 580px;
    padding-left: 30px;
}



#footer {
    border-top: 1px solid #0b000b;
    position: relative;
    width: 980px;
    margin: 15px auto;
    padding: 30px 0 40px 0;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
    z-index: 1;
}

#shoes {
    background-image: url(images/shoes.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 230px;
    height: 170px;
    position: absolute;
    right: 10px;
    top: -80px;
    z-index: 10;
}

.spacer {
    clear: both;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

.chiller {
    font-size: 35px;
    font-family: Chiller;
    text-transform: lowercase;
}

h1 {
    padding: 5px 0 15px 0;
    margin: 0;
    color: #ffe027;
    font-size: 30px;
    font-weight: normal;
}

h2 {
    padding: 0 0 10px 0;
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: normal;
}

p {
    padding: 0 0 10px 0;
    margin: 0;
    color: #ffffff;
    font-size: 13px;
}


/* gallery */
ul.thumbs {
    clear: both;
    margin: 0 0 0 20px;
    padding: 0;
}
ul.thumbs li {
    float: left;
    padding: 0;
    margin: 7px;
    list-style: none;
}
ul.thumbs img {
    width: 60px;
    height: 60px;
}
a.thumb {
    padding: 3px;
    display: block;
    border: 1px solid #dcd5d0;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
ul.thumbs li.selected a.thumb {
    background: #1d001e;
}
a.thumb:focus {
    outline: none;
}
ul.thumbs img {
    border: none;
    display: block;
}
div.pagination {
    /*display: none;*/
}

div.pagination {
    clear: both;
    padding-left: 30px;
    padding-top: 10px;
}
div.pagination a,
div.pagination span.current,
div.pagination span.ellipsis {
    display: block;
    float: left;
    margin-right: 2px;
    padding: 2px 4px 2px 4px;
    border: 1px solid #000;
    font-size: 12px;
}
div.pagination a:hover {
    background-color: #eee;
    text-decoration: none;
    color: #000;
}
div.pagination span.current {
    font-weight: bold;
    background-color: #74273e;
    border-color: #74273e;
    color: #fff;
}
div.pagination span.ellipsis {
    border: none;
    padding: 5px 0 3px 2px;
}

div.slideshow-container {
    position: relative;
    clear: both;
}
div.loader {
    display: none;
}
div.slideshow {
    display: block;
    position: relative;
    height: 620px;
    width: 560px;
    overflow: hidden;
    text-align: center;
    border: 0;
    margin-bottom: 20px;
}
div.slideshow a.advance-link {
    text-align: center;
}
div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
    text-decoration: none;
}
div.slideshow img {
    vertical-align: middle;
    border: 10px solid #150016;
}
div.caption-container {
    position: relative;
    clear: left;
}
div.caption {
    padding: 0px;
}

#caption {
    padding: 5px;
    text-align: center;
}
