﻿@import url("layout.css");

body {
    background-attachment: scroll;
    background-color: #3E3E3E;
    background-repeat: repeat;
    font-family: sans-serif;
    font-size: 0.8em;
}

#container {
    background-color: White;
    border-bottom: 2px solid #663300;
    border-left: 2px solid #663300;
    border-right: 2px solid #663300;
    margin: 0 auto;
    padding: 10px;
    width: 842px;
}

#masthead {
    /*width: 813px;*/
    background-attachment: scroll;
    text-align: center;
}

#navigation {
    float: left;
    margin-bottom: 10px;
    margin-left: 6px;
    margin-top: 15px;
    position: relative;
    width: 139px;
}

#content { }

#footer {
    border: 1px dotted #d8bfd8;
    clear: both;
    text-align: center;
    width: 848px;
}
/* Masthead Styles */

#masthead h1 { color: #fff; }

#masthead h3 { color: #351B00; }
/* Navigation Styles */

#navigation ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#navigation li {
    background-color: #BCBEC0;
    border: 1px dotted #BCBEC0;
    display: block;
    margin: 0;
    padding: 0;
}

#navigation a {
    background-color: #BCBEC0;
    border-bottom: 1px dotted #fff;
    color: #414042;
    display: block;
    padding: 5px;
    text-decoration: none;
}

#navigation a:hover {
    background-color: #A30046;
    color: #FFFFFF;
    text-decoration: none;
}
/* Content Styles */

#content h1, h2, h3, h4, h5, h6 { /* color: #FF6600;*/color: #663300; }

#content img {
    border: 1px solid #402640;
    padding: 5px;
}
/* Footer Styles */

#footer p { color: #808080; }

#footer a {
    color: #414042;
    text-decoration: underline;
}

#footer a:hover {
    color: #939598;
    text-decoration: none;
}

a {
    color: #414042;
    text-decoration: underline;
}

a:hover {
    color: #939598;
    text-decoration: underline;
}

.style_bold { font-weight: bold; }

.style_italic { font-style: italic; }

img.thumbnailimage {
    border: 0px black none;
    height: 120px;
    width: 160px;
}

td.jewelleryDescription {
    border: 0px black none;
    color: #414042;
    padding-left: 15px;
    vertical-align: top;
}
