@charset 'UTF-8';

* {
    letter-spacing: 0px;
}

html {
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
}

body {
    padding: 0;
    margin: 0;
    background-color: #000000;
    background-image: url('/images/layout/body_bg.gif');
}

body.mceContentBody {
    background: #000000;
}

body.mceContentBody, body.mceContentBody.p {
    color: #FFFFFF;
}

body, td, div, p, h1, h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #FEFEFE;
}

img {
    behavior: url('/css/htc/iepngfix.htc');
    border: 0px;
}

a:link, a:visited {
    color: #bb6e75;
    text-decoration: none;
}

a:hover, a:active {
    color: #bb6e75;
    text-decoration: underline;
}

h1 {
    margin: 5px 0;
    padding: 0px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #bb6e75;
}

h2 {
    margin: 5px 0 15px 0;
    padding: 0px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #bb6e75;
}

h3 {
    margin: 5px 0;
    padding: 0px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #bb6e75;
}

h4 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}

p {
    margin: 0 0 1em 0;
    padding: 0;
}

td, div, p, span {
    line-height: 110%;
}

form {
    margin: 0px;
    padding: 0px;
}

center {
    margin: 0px;
    padding: 0px;
}

ul {
    margin: 10px;
    padding: 0px;
}

ul li {
    margin: 0 0 4px 14px;
    padding: 0 0 0 -2px;
}

ul.nobullet li {
    list-style-type: none;
}

ol {
    margin: 10px 0 10px 10px;
    padding: 0px;
}

ol li {
    margin: 0 0 4px 16px;
    padding: 0 0 0 -4px;
}

/* PAGE LAYOUT */

#container {
    position: relative;
    margin: 10px auto;
    width: 1024px;
}

#header {
    width: 1024px;
    margin: 0px auto;
    text-align: center;
}

/* START: TOPNAV */

#topnav {
    height: 35px;
    background-image: url(/images/layout/topnav_bg.gif);
    background-repeat: repeat-x;
}

#topnav_size {
    width: 1024px;
    margin: 0px auto;
}

#topnav ul {
    width: 850px;
    height: 35px;
    overflow: hidden;
    margin: 0px auto;
    padding: 0px;
    list-style: none;
}

#topnav ul li {
    float: left;
    margin: 0px;
    padding: 0px;
}

#topnav a {
    display: block;
    background-image: url(/images/layout/topnav.gif);
    padding-top: 35px;
    /*line-height: 37px;*/
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

#topnav-home {
    width: 125px;
    background-position: -110px 0px;
}

#topnav-home:hover, #topnav-home.selected {
    background-position: -110px -35px;
}

#topnav-about {
    width: 90px;
    background-position: -235px 0px;
}

#topnav-about:hover, #topnav-about.selected {
    background-position: -235px -35px;
}

#topnav-boutique {
    width: 155px;
    background-position: -325px 0px;
}

#topnav-boutique:hover, #topnav-boutique.selected {
    background-position: -325px -35px;
}

#topnav-products {
    width: 130px;
    background-position: -480px 0px;
}

#topnav-products:hover, #topnav-products.selected {
    background-position: -480px -35px;
}

#topnav-events {
    width: 90px;
    background-position: -610px 0px;
}

#topnav-events:hover, #topnav-events.selected {
    background-position: -614px -35px;
}

#topnav-testimonials {
    width: 135px;
    background-position: -710px 0px;
}

#topnav-testimonials:hover, #topnav-testimonials.selected {
    background-position: -710px -35px;
}

#topnav-contact {
    width: 120px;
    background-position: -850px 0px;
}

#topnav-contact:hover, #topnav-contact.selected {
    background-position: -850px -35px;
}

/* END: TOPNAV */

#content_container {
    width: 849px;
    margin: 10px auto;
}

#content {
    padding: 15px 25px;
    background-color: #000000;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#content-contact {
    text-align: center;
    padding: 20px 0 3px 0;
    font-size: 11px;
}

#content, #content td, #content div, #content p {
    line-height: 18px;
}

#footer {
    margin: 4px auto;
    width: 900px;
    font-size: 10px;
}

#footer a:link, #footer a:visited {
    color: #9C9D9F;
}

#footer a:hover, #footer a:active {
}

#footer-copyright {
    margin: 15px 0;
    text-align: center;
    font-size: 12px;
}

#footer-copyright a {
}

/* MESSAGE CLASS */

.message-err {
    margin-bottom: 10px;
    padding: 5px 0 5px 30px;
    border: 1px solid #FF0000;
    color: #FF0000;
}

.message-msg {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #000000;
    color: #000000;
}

.message-success {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #008000;
    color: #000000;
}

/* VALIDATION */

.formRequired_fail {
    border: 1px solid #FF0000;
}

input.validation-failed, textarea.validation-failed {
    border: 1px solid #FF3300;
    color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
    border: 1px solid #00CC00;
    color : #000;
}

.validation-advice, .custom-advice {
    margin: 0 5px;
    color: #FF0000;
}

/* MISC */

.curved {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url(/css/htc/border-radius.htc);
}

fieldset {
    border: 1px solid #CCCCCC;
    margin: 1em 0;
    padding: 1em;
}

fieldset legend {
    display: block;
}

.pink1 {
    color: #bb6e75;
}

/* NEWS */

.news_paging {
    text-align: right;
}

.news_listing {
    margin: 0 0 30px 0;
}

.news_listing .title a {
    font-weight: bold;
    color: #FFFFFF;
}

.news_listing .date {
    font-size: 11px;
    color: #A1A1A1;
}

.news_listing .time {
    font-size: 11px;
    color: #A1A1A1;
}

.news_listing .location {
    font-size: 11px;
    color: #A1A1A1;
}

.news_listing .content {
}

.news_article .heading {
    margin: 0px;
    padding: 4px 0 5px 0;
    color: #FFFFFF;
}

.news_article .date {
    font-size: 12px;
    color: #A1A1A1;
}

.news_article .time {
    font-size: 12px;
    color: #A1A1A1;
}

.news_article .location {
    font-size: 12px;
    color: #A1A1A1;
}

.news_article .content {
    padding-top: 10px;
}

.news_article .content p:first-letter {
    float: left;
    margin: 2px 0 0 0;
    font-size: 16px;
    font-weight: bold;
}

.news_article .content p + p:first-letter {
    float: none;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
}

.news_article .images {
    margin-top: 15px;
}

.news_article .images a {
    margin-left: 10px;
}

/* PRODUCTS */

.prod_td {
    border-top: 10px solid #000000;
    border-right: 15px solid #000000;
    border-bottom: 15px solid #000000;
    border-left: 15px solid #000000;
    background-color: #111111;
}

.prod {
    width: 216px;
    height: 100%;
    padding: 10px;
    text-align: center;
}

.prod .thumb {
    margin-bottom: 2px;
    padding: 2px;
    border: 1px solid #EFEFEF;
}

.prod .style {
    font-size: 12px;
}

.prod .colors {
    font-size: 12px;
}

.prod .sizes {
    font-size: 12px;
}

.prod .sku {
    font-size: 11px;
    color: #999999;
}

.prod .price {
}
