/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: Tahoma, Verdana, Arial, sans-serif;
background-color: #fff0ff;
text-align: center; /*** Centers the design in old IE versions ***/
}
body {
font-size: 8.5pt;
}
p {padding: 4px 0 4px 0;}

a {
color: #8f758f;
text-decoration: none;
}
a:hover{
color: #5e01a6;
text-decoration: underline;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
width: 960px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
background: transparent;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
background-image: url(images/header_1.png);
width: 960px;
height: 170px;
}
#menu {
background: transparent;
width: 960px;
height: 90px;
}

/**************************
MENU ITEMS
**************************/
#navlist
{
padding-top: 25px;
padding-left: 150px;
padding-bottom: 0px;
}
#navlist li
{
display: inline;
list-style-type: none;
margin-bottom: 0px;
}
#subnavlist
{
padding-top: 0px;
padding-left: 250px;
margin-bottom: 0px;
}
#subnavlist li
{
display: inline;
list-style-type: none;
margin-bottom: 0px;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
margin-top: 50px; /*** We need to add some space for our top menu ***/
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
/*** No need to do anything with a one column solution ***/
}
* html .inner {
/***  And therefor no need for hacking IE either ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;

}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: left;
width: 960px;
background: transparent;
}
#content_collections {
float: left;
width: 960px;
background: transparent;
height: 190px;
border: 1px solid black;
}


* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap {
padding: 0px; margin: 0;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
MIDDLE CONTENT DIVS - this is our top menu
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#content4_left {
float: left;
width: 215px;
height: 268px;
margin-left: 20px;
margin-right: 10px;
margin-bottom: 30px;
margin-top: -50px;
}
#content4_middle {
float: left;
width: 215px;
height: 268px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 30px;
margin-top: -50px;
}
#content4_right {
float: left;
width: 215px;
height: 268px;
margin-left: 10px;
margin-right: 20px;
margin-bottom: 30px;
margin-top: -50px;
}


#content_contact {
float: left;
width: 685px;
height: 268px;
margin-left: 20px;
margin-right: 10px;
margin-bottom: 30px;
margin-top: -50px;
}

#content_wholesale_form {
float: left;
width: 450px;
height: 268px;
background-image: url(images/wholesale_form_background.png);
background-position:top left;
background-repeat: none;
margin-left: 20px;
margin-right: 10px;
margin-bottom: 30px;
margin-top: -50px;
}

#content_contact_left  {
float: left;
width: 450px;
height: 320px;
background-image: url(images/contact_form_background.png);
background-position:top left;
background-repeat: none;
margin-left: 20px;
margin-right: 10px;
margin-bottom: 30px;
margin-top: -50px;
}
#content_contact_right {
float: left;
width: 450px;
height: 320px;
background-image: url(images/contact_form_background.png);
background-position:top left;
background-repeat: none;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 30px;
margin-top: -50px;
}

#content_wholesale_left  {
float: left;
width: 450px;
height: 400px;
background-image: url(images/wholesale_form_background.png);
background-position:top left;
background-repeat: none;
margin-left: 20px;
margin-right: 10px;
margin-bottom: 30px;
margin-top: -50px;
}
#content_wholesale_right {
float: left;
width: 450px;
height: 400px;
background-image: url(images/wholesale_form_background.png);
background-position:top left;
background-repeat: none;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 30px;
margin-top: -50px;
}



#content3_left {
float: left;
width: 203px;
background-image: url(images/homepage_info_box.png);
background-repeat: no-repeat;
height: 181px;
margin-left: 95px;
margin-right: 40px;
margin-bottom: 20px;
}
#content3_middle {
float: left;
width: 203px;
background-image: url(images/homepage_info_box.png);
background-repeat: no-repeat;
height: 181px;
margin-left: 40px;
margin-right: 40px;
margin-bottom: 20px;
}
#vip_join {
float: left;
width: 960px;
background-image: url(images/vip.png);
background-repeat: no-repeat;
height: 98px;

margin-bottom: 20px;
}



#content_leftcolumn {
float: left;
width: 215px;
background: transparent;
height: 556px;
margin-left: 20px;
margin-right: 10px;
margin-bottom: 30px;
margin-top: -50px;
}
#content_centre {
float: left;
width: 450px;
background-image: url(images/middle_content_box.png);
background-repeat: no-repeat;
height: 556px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 30px;
margin-top: -50px;
}
#content_rightcolumn {
float: left;
width: 215px;
background: transparent;
height: 556px;
margin-left: 10px;
margin-right: 20px;
margin-bottom: 30px;
margin-top: -50px;
}
#content_columnsingles {
float: left;
width: 215px;
background-image: url(images/pale_box.png);
background-repeat: no-repeat;
height: 268px;
}

#content_collections_top {
width: 960px;
background-image: url(images/collections_intro_background.png);
background-repeat: none;
background-position: top left;
height:125px;
}

#content_care{
width:960px;
background-image: url(images/care_background.png);
background-repeat: none;
background-position: top center;
height: 607px;
}

#content_stockists{
width:960px;
background-image: url(images/care_background.png);
background-repeat: none;
background-position: top center;
height: 907px;
}

#content_terms{
width:960px;
background-image: url(images/terms_background.png);
background-repeat: none;
background-position: top center;
height: 720px;
}

#about_left {
float: left;
width: 686px;
background-image: url(images/about_text_background.png);
background-repeat: no-repeat;
height: 268px;
margin-left: 20px;
margin-right: 10px;
margin-bottom: 30px;
margin-top: -50px;
}
#about_right {
float: left;
width: 215px;
background-color: transparent;
height: 268px;
margin-left: 10px;
margin-right: 0px;
margin-bottom: 30px;
margin-top: -50px;
}

.collections_top_new {
    background-image: url(images/shop_title.png);
    background-repeat: no-repeat;
    height: 66px;
    width: 960px;
    margin-top: 0px;
    border: 0px solid black;
}


.collections_title {
    background-image: url(images/collections_title.png);
    background-repeat: no-repeat;
    height: 66px;
    width: 960px;
    margin-top: 0px;
    border: 0px solid black;
}
.collections_earrings_title {
    background-image: url(images/collections_earrings.png);
    background-repeat: no-repeat;
    height: 66px;
    width: 960px;
    margin-top: 0px;
    border: 0px solid black;
}
.collections_bracelets_title {
    background-image: url(images/collections_bracelets.png);
    background-repeat: no-repeat;
    height: 66px;
    width: 960px;
    margin-top: 0px;
    border: 0px solid black;
}
.collections_pendants_title {
    background-image: url(images/collections_pendants.png);
    background-repeat: no-repeat;
    height: 66px;
    width: 960px;
    margin-top: 0px;
    border: 0px solid black;
}
.collections_necklaces_title {
    background-image: url(images/collections_necklaces.png);
    background-repeat: no-repeat;
    height: 66px;
    width: 960px;
    margin-top: 0px;
    border: 0px solid black;
}

.shop_title {
    background-image: url(images/shop_title.png);
    background-repeat: no-repeat;
    height: 66px;
    width: 960px;
    margin-top: 0px;
    border: 0px solid black;
}




.collections_earrings {
    background: none;
    height: 270px;
    width: 960px;
    margin-top: 0px;
    border: 0px solid black;
}

.collections_bracelets {
    background: none;
    height: 540px;
    width: 960px;
    margin-top: 0px;
    border: 0px solid black;
}

/**************************
FOOTER
**************************/
#footer {
width: 960px;
height: 82px;
margin: 0 auto;
text-align: center;
background-image: url(images/payment_footer.png);
}
#footer2 {
width: 960px;
height: 150px;
margin: 0 auto;
text-align: center;
background: none;
}