/*---------- site map rules ----------*/

BODY {
    background-image: url("/images/background.gif");
    background-repeat: repeat-x;
    background-color: #CC84EA;
    text-align: center;
    margin-top: 0px;


}
#web_page {
    margin: auto;
    width: 800px;
    background: #fff;
}

#header {
    background-image: url("/images/header.jpg");
    background-repeat: no-repeat;
    margin: 0px;
    height: 287px;
}

#overlap {
    background-image: url("/images/header2.jpg");
    background-repeat: no-repeat;
    position: absolute;
    margin: 5px 0px 0px 264px;
    width: 531px !IMPORTANT;
    height: 145px !IMPORTANT;
}
    

#footer {
    width: 800px;
    height: 0px;
    margin: auto;
    text-align: right;
    font: 10pt arial, sans-serif;
    clear: both;
}
#site_map_link A {
    margin: 15px 25px 15px 0px;
    padding: 2px;
    color: #fff;
    text-decoration: none;
}
#site_map_link A:hover {
    color: #fff;
}
#copyright {
    padding-left: 30px;
    text-align: left;
    color: #fff;

}


#copyright A {
    color: #fff;
    text-decoration: none;
}

/*---------- content rules ----------*/
#content {
    margin: -5px 0px 0px 0px;
    width: 800px;
    padding: 0px 0px 20px 0px;
    text-align: left;
    float: left;
    background-image: url("/images/text.gif");
    background-repeat: repeat-y;

}

.home-page H1 {
    display: none;
}
#content H1 {
    font: 20pt arial, serif;
    font-style: italic;
    color: #0F6F87;
    background: ;
    border-bottom: 1px solid #0F6F87;
    letter-spacing: .10em;
    margin: 0px 0px 20px 0px;
    width: 450px;

}
#content H2 {
    margin: 0px 0px 2px 8px;
    font: 12pt arial, sans-serif;
    color: #000;
    letter-spacing: .15em;
    font-weight: bold;
}
#content H3 {
    font: 11pt arial, serif;
    color: #6b0000;
    margin: 0px 0px 3px 0px;
    font-style: bold;
}
#page_text P {
    font: 10pt Verdana, arial, sans-serif;
    margin: 0px 20px 20px 10px;
    line-height: 1.5em;
    color: #000;

}
#page_text P A, LI A {
    color: #a00;
    text-decoration: underline;
}


#content A:hover {
    color: #000;
}
#content LI {
    list-style: square;
    font: 9pt Verdana, sans-serif;
    margin-left: 5px;
    padding-left: 0em;
    color: #000
    line-height: 2em;
}
div.rule HR {
    display: none;
}
div.rule {
    border-top: 1px dashed #a00;
    height: 15px;
}
#main_content {
    margin-top: 50px;
    width: 500px;
    margin-left: 220px;
    
}

#main_content IMG {
    margin-top: 0px;
    padding: 5px;

}

table {
    background-color: #EFDBF7;
    
}

#page_text td {
    border: 1px solid #fff; 
    padding: 5px;
}

table img {
    margin-top: 0px !IMPORTANT;
}

.block_cell p {
    font: 8pt arial, sans-serif !IMPORTANT;
}


/*---------- navigation rules ----------*/
#main_nav {
    position: absolute;
    
    margin-top: 100px;
    margin-bottom: 0px;
    width: 770px;
    z-index: 10;
    padding-left: 30px;
}
#main_nav UL {
    margin: 0;
    
    list-style: none;
}
#main_nav #main_nav_list {
    height: 1em;
    padding: 0;
}



#main_nav LI {
    position: relative;
    float: left;
    line-height: 1.4em;
    padding: 0;
    
    text-align: center;
    width: 120px;
}

#main_nav LI A {
    background-image: url("/images/nav2.gif");
    background-repeat: no-repeat;
    display: block;
    padding: 15px 0px 0px 0px;
    line-height: 1em;
    color: #fff;
    font: 10pt times new roman, serif;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
        height: 50px;
            width: 120px;
}

#main_nav LI A:hover {
    color: #FEDCCC !IMPORTANT;
}

#main_nav LI UL {
    position: absolute;
    display: none;
    width: 145px;
    left: 0px;
}

#main_nav LI UL LI UL {display: none !IMPORTANT;}

#main_nav LI:hover UL,
#main_nav LI.over UL {
    display: block;
    border: 1px solid #fff;
}

#main_nav LI UL LI {
    border: none;
    float: none;
    width: 145px;
    margin-top: -2px;
    padding: 0;
    text-align: left;
}

#main_nav LI UL LI A {
    padding: 3px 0px 5px 5px;
    margin: 0px;
    text-decoration: none;
    border: none;
    text-align: left;
    background: #63849C;
    color: #fff;
    width: 140px;
}
#main_nav LI UL LI A:hover {
    background: #C6D6E7;
    color: #63849C;
}

#sub_nav {
    margin-top: 0px;
    padding-bottom: 20px;
    float: left;
    font: 10px Verdana, sans-serif;
    width: 250px;
}
#sub_nav UL {
    margin-left: 0px;
    padding-left: 3px;
}
#sub_nav UL LI {
    list-style: square;
    padding-left: 0px;
    margin-left: 15px;
    text-align: left;
    line-height: 2em;
}
#sub_nav UL LI A {
    color: #000;
    text-decoration: none;
}
#sub_nav UL LI A.sub_nav-there {
    background: #A4CAD8;
    border-bottom: 1px solid #000;
}
#sub_nav UL LI A:hover {
    color: #40668A;
}
A.sub_nav-2 {
    font-style: italic;
    margin-left: 10px;
}

/*---------- bread crumb rules ----------*/



/*---------- VFD form rules ----------*/
.VFD_form {
    text-align: left;
}

.VFD_form TABLE TD {
    text-align: left;
    font: 10pt arial, sans-serif;
    padding-bottom: 8px;
}
INPUT, TEXTAREA {
    border-style: none none solid solid;
    border-width: 1px;
    border-color: #6b0000;
    color: #000;
    background: #fff;
    font: 10pt arial, sans-serif;
    padding: 1px 8px 1px 8px;
}
TD.form-caption SPAN {
    margin: 0px;
    border-bottom: 1px solid #6b0000;
    font: 10pt arial, sans-serif;
    display: block;
    width: 100px;
    color: #000;
    background: #fff;
    padding: 1px 0px 1px 8px;
}
.form-submit INPUT {
    width: 150px;
}
.form-submit {
    text-align: center !IMPORTANT;
}

/*---------- site map rules ----------*/
#site_map {
    margin: 0px 0px 20px 50px;
    border-left: 8px solid #948484;
}
#site_map A {
    font: 8pt arial, sans-serif;
    color: #6b0000;
    text-decoration: none;
}
#site_map A:hover {color: #000;}
#site_map UL {margin-bottom: 15px;}
#site_map LI {
    list-style: none;
    line-height: 1em;
}
/*---------- gallery rules ----------*/
#gallery {
    margin-bottom: 10px;
     margin-left: 0px;
}
.gallery_entry {
    width: 350px !IMPORTANT;
    width: !IMPORTANT;
    float: left;
    margin: 4px;
    padding: 5px;
    text-align: center;
}
.gallery_photo IMG {
    width: 340px !IMPORTANT;
    
    }
.gallery_caption {
    font-family: Arial;
    font-size: 10pt !IMPORTANT;
}

.gallery_caption p {
    color: #000!IMPORTANT;
}



#left {
    float: left;
    width: 170px;
    padding: 0px 5px 20px 10px;
}

#left p {
    font: 8pt Verdana, arial, sans-serif;
    margin: 0px 20px 20px 10px;
    line-height: 1.5em;
    color: #7C9BAD;

}
#left a {
    
    color: #7C9BAD;
    font-weight: bold;
    text-decoration: underline;
}

#left img {
    float: left;
    padding: 5px;
    clear: both;
}

/*--- Store Styles --*/

.item_entry {
    border-top: 1px solid #33014B;
    margin-bottom: 5px;
    background-color: #fff;
    margin: 5px 5px 0px 5px;
    clear: both;
}

.item_entry BR {
    clear: both !IMPORTANT;
}

.item_entry IMG{
    width: 175px !IMPORTANT;
    margin: 5px 0px 0px 5px !IMPORTANT; 
}

.item_image {
    width: 200px;
    float: left;
}

.item_info {
    margin-left: 210px;
}

.item_name A {
    font: 10pt arial, sans-serif;
    color: #F10595 !IMPORTANT;
    text-decoration: underline;
    font-weight: bold;
    
}

.item_name A:hover {
    font: 10pt arial, sans-serif;
    color: #3F005C !IMPORTANT;
    text-decoration: underline;
    font-weight: bold;
    
}

.item_price {
    font: 10pt arial, sans-serif;
    color: #3F005C !IMPORTANT;
}


.item_page_image IMG {
    width: 300px !IMPORTANT;
    margin-left: 0px;
    margin-top: 0px !IMPORTANT;
}

.item_page_price  {
    margin-left: 0px;
    margin-top: 0px !IMPORTANT;
}

#store {
    margin-left: 3px;
    width: 540px !IMPORTANT;
    background: #fff;
    border: 1px solid #0B53A2;
    padding-bottom: 10px;
}



#store INPUT {
    border: none !IMPORTANT;
}
#store H2 {
    width: 200px !IMPORTANT;
    padding: 2px;
    margin: 0px 0px 20px 0px;
    font: 14pt Swis721 Ex BT, arial, sans-serif;
    color: #000 IMPORTANT;
    text-align: left !IMPORTANT;
    letter-spacing: .10em;

}

#store p {

    z-index: 5;
    margin-top: 0px !IMPORTANT;
    margin-top: 30px;
    width: 200px !IMPORTANT;
}