body {
    background: #000;
    padding: 0;
    margin: 0;
}

div, p, td, span, li {
    color: #c1c1c1;
    font-size: 12px;
    font-family: Arial;
    text-align: left;
}

a {
    outline: none;
    text-decoration: none;
}

p {
    margin: 0 0 13px 0;
}

form {
    display: inline;
}

img {
    border: 0;
}

/* Shortcuts */
.fl {
    float: left;
}
.fr {
    float: right;
}
.cb {
    clear: both;
}
.h10 {
    height: 10px;
}
.m0 {
    margin: 0;
}


.input {
    border: none;
    height: 16px;
    padding: 5px;
    width: 249px;
    font-family: arial;
    font-size: 12px;
}
.textarea {
    border: none;
    height: 42px;
    width: 249px;
    font-family: arial;
    font-size: 12px;
    padding: 5px;
}
.btn {
    padding: 5px;
    font-family: arial;
    background: #393939;
    border: none;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    outline: none;
}
.btn.send {
    width: 55px;
}
.btn.subscribe {
    width: 91px;
}
.btn.next {
    width: 82px;
    margin-left: 15px;
}
.btn.previous {
    width: 82px;
    margin-right: 15px;
}
.btn:hover {
    background: #edcb5a;
    color: #000;
}
*+html .textarea {
    width: 251px;
}

#container {
    margin: 66px auto;
    padding: 0;
    text-align: center;
    width: 945px;    
}

#background {
    background: url('../images/bg.jpg') no-repeat;
    width: 625px;
    height: 530px;
    margin-left: -625px;
    float: left;
}

#facebook {
   
    width: 240px;
    height: 530px;
    float: left;
}


#sass {
    background: transparent url('../images/sass.jpg') no-repeat;
    width: 240px;
    height: 530px;
    float: left;
}

/* Navigation */
#nav {
    margin: 141px 20px 0 -77px;
    position: absolute;
    width: 300px;
}
#nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#nav li {
    text-align: right;
    margin: 0 0 5px 0;
}
#nav a {
    font-weight: bold;
    color: #000;
    padding-right: 12px;
}
#nav a:hover {
    color: #583600
}
#nav a.selected {
    background: url('../images/nav_arrow.png') no-repeat right;
}
#nav .sub-nav, #nav .sub-nav2 {
    padding: 5px 0 1px 0;
}
#nav .sub-nav a, #nav .sub-nav2 a {
    font-weight: normal;
}

#photo, .photo {
    float: left;
    width: 348px;
}
.photo {
    margin-left: 4px;
}

/* Content */
#content-container {
    width: 350px;
    min-height: 530px;
    float: left;
}
#content {
    margin: 75px 0 0 19px;
}
#content h1 {
    color: #edcb5a;
    margin: 0 0 16px 0;
    padding: 0 0 7px 0;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dotted #dcbd47;
}

#content h3 {
    color: #edcb5a;
    margin: 0 0 16px 0;
    padding: 0 0 7px 0;
    font-size: 14px;
    font-weight: bold;
}

#home-carousel {
    float: left;
}
#home-carousel .panel {
    float: left;
    margin-right: 4px;
}
#home-carousel .carousel {
    position: absolute;
}

.form {
    margin-top: 5px;
}
.form td {
    padding-bottom: 5px;
}
.form table {
    margin-top: 20px;
}

/* Stockist page */
.stockist {
    margin-bottom: 16px;
}
.stockist-note {
    position: absolute;
    margin-top: -58px;
    font-weight: bold
}
.stockist h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

/* Press page */
.press .image {
    width: 103px;
    padding-left: 10px;
    float: left;
}
.press .image img {
    display: block;
    padding-bottom: 4px;
}
.press .image.first {
    padding-left: 0;
}

#collection {
    margin: 51px 0 0 23px;
}
#page-number {
    display: inline;
    padding-right: 5px;
}
#total-pages {
    display: inline;
    padding-left: 5px;
}

.style {
    padding: 27px 0 0 20px;
}
.style h1 {
    color: #edcb5a;
    margin: 0;
    padding: 0 0 18px 0;
    font-size: 12px;
}
#style-code {
    padding: 0 0 16px 0;
}

/* Image scroller */
.scroller {
    clear: both;
    padding-top: 4px;
}
.scroller .viewer {
    float: left;
    width: 324px;
    overflow: hidden;
    position: relative;
    height: 422px;
}
.scroller .viewer .panel {
    float: left;
    margin-right: 10px;
}
.scroller .viewer .panel .row {
    width: 325px;
}
.scroller .viewer .panel img {
    padding-left: 11px;
    padding-bottom: 10px;
    float: left;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
}
.scroller .viewer .panel img.selected {
    opacity: 1;
    filter: alpha(opacity=100);
}
.scroller .viewer .panel img:first-child {
    padding-left: 0;
}
#slide-wrapper {
    position: absolute;
    width: 3000px;
    left: 0;
    top: 0;
    z-index: 80;
}

/* Loading images */
#panel-loading {
    position: absolute;
    left: 49%;
    top: 181px;
    z-index: 100;
    width: 545px;
}
#image-loading {
    position: absolute;
    z-index: 100;
    width: 348px; 
    margin: 239px 0 0 164px;
}

/* Footer */
#footer {
    margin: 510px 0 0 -210px;
    font-size: 11px;
    text-align: right;
    color: #000;
    font-weight: bold;
    position: absolute;
}
#footer a {
    font-weight: normal;
    display: inline;
    color: #000;
}


