
/***********************************************************************************/


body {
    font: 14px   Georgia, Times, serif;
    margin: 0px auto;
    text-align: center;
    color: #000000;
    background: url(/images/bg.png) repeat-x;
    width: 780px;
}

b, strong {
    font-weight: bold;
}

p {
    margin: 0;
    padding: 0;
}

a:link {
    color: #970000;
    text-decoration: none;
}

a:visited {
    color: #970000;
    text-decoration: none;
}

a:hover, a:active {
    color: #970000;
    text-decoration: underline;
}

img {
    border-style: none;
}

h2 {
    font-size: 16px;
    margin: 0px 0px 0px 20px;
    padding: 0;
}

h3 {
    margin-left: 20px;
}

h4 {
    margin: 10px 0px 2px 0px;
}

.list {
    list-style: none;
    margin: 0px 20px 0px 21px;
    padding: 0;
}

.list li {
    margin-top: 10px;
}

table {
    margin: 0px 0px 0px 20px;
}

.italic {
    font-style: italic;
}

/* PAGE PARTS */

#header {
    display: block;
    float: left;
    width: 780px;
    height: 77px;
    text-align: left;
    border-top: 8px solid #000097;
    border-bottom: 2px solid #000097;
}


#header img {
    float: left;
    margin-top: 15px;
}

#header p {
    color: #000097;
    float: left;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 45px;
}

#header span {
    color: #970000;
    float: right;
    font-size: 16px;
    margin-top: 45px;
    position: relative;
    right: -112px;
}

#sidebar {
    display: block;
    float: left;
    width: 192px;
    margin-top: 18px;
    margin-bottom: 18px;
}

#sidebar_top {
    display: block;
    float: left;
    width: 192px;
    height: 31px;
    background: url(/images/sidebar_top.png);
}

#sidebar_body {
    display: block;
    float: left;
    width: 192px;
    background: url(/images/sidebar_body.png) repeat-y;
}

#sidebar_bottom {
    display: block;
    float: left;
    width: 192px;
    height: 81px;
    background: url(/images/sidebar_bottom.png);

}

#order_buttons p {
    color: #000000;
    font-weight: bold;
    text-align: right;
    margin: 25px 10px 0px 0px;
}

#order_buttons a {
    color: #000000;
}

#order_buttons a:hover {
    text-decoration: underline;
}

#order_buttons img {
    text-align: right;
    float: right;
    margin: 4px 10px 0px 0px;
}

#main {
    display: block;
    float: right;
    width: 572px;
    min-height: 392px;
    text-align: left;
    margin-top: 18px;
    margin-bottom: 18px;
}

#main_top {
    display: block;
    float: left;
    width: 572px;
    height: 61px;
    background: url(/images/main_top.png);
    border-bottom: 2px solid #000097;
}

#main_top p {
    display: block;
    width: 570px;
    height: 60px;
}

img.logo {
    margin-top: 13px;
    margin-left: 21px;
}

span.title {
    float: right;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #000097;
    margin-top: 22px;
}

#main_body {
    display: block;
    float: left;
    width: 572px;
    min-height: 315px;
    background: url(/images/main_body.png) repeat-y;
}

#main_body p {
    margin-left: 21px;
    margin-right: 20px;
}

#main_bottom {
    display: block;
    float: left;
    width: 572px;
    height: 36px;
    background: url(/images/main_bottom.png);
    border-top: 2px solid #000097;
}

#breadcrumb {
    padding: 0px;
    position: relative;
    top: 7px;
    left: 21px;
    float: left;
}

#breadcrumb ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline;
}

#breadcrumb li {
    padding: 0px;
    display: inline;
}

#breadcrumb a {
    display: inline;
    text-decoration: none;
}

#breadcrumb a:hover {
    display: inline;
    text-decoration: underline;
}
    
#footer {
    display: block;
    float: left;
    width: 780px;
    height: 45px;
    color: #000097;
    border-top: 2px solid #000097;
    border-bottom: 8px solid #000097;
}

#footer p {
    color: #000097;
    float: left;
    margin-top: 14px;
}

#footer span {
    color: #970000;
    float: right;
    margin-top: 14px;
}

#footer a {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}
    
/* MENU SYSTEM*/

#nav, #nav ul { /* all lists */
    padding: 0;
    margin: 0px 0px 0px 2px;    list-style: none;
    float : left;
    width : 190px;
    text-align: right;
    border-top: 1px solid #000097;
    border-bottom: 1px solid #000097;
    display: block;
}
  
#nav li { /* all list items */
    position : relative;
    width: 190px;
    min-height: 26px;
    max-height: 26px;
        display: block;
    float: left;
    z-index: 10;
}
  
#nav li ul { /* second-level lists */
    position: relative;
    left: 186px;    display: none;
    margin-top: -27px;
    text-align: left;
    border-left: 2px solid #000097;
    border-right: 2px solid #000097;
}
  
#nav li ul ul { /* third-and-above-level lists */
    display: none;
    left: 188px;}
  
#nav li a {
    width: 168px;
    height: 22px;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    color: #000000;
    text-decoration: none;
    background-color: #CCCCFF;
    border-top: 1px solid #000097;
    border-bottom: 1px solid #000097;
}
  
#nav li li a {
    width: 170px;
}

#nav li a:hover {
    background-color : #000097;
    color: #FFFFFF;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    display: none;
}
  
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
    display: block;
}

span.arrow {
    float: right;
    margin-top: -17px;
}

/*** MAIN PRODUCTS PAGE ***/

#products {
    margin-left: 2px;    display: block;
    float: left;
    width: 310px;
    padding: 0;
}

#products a {
    display: block;
    float: left;
    width: 309px;
    background-color: #FFFFFF;
    border-bottom: 2px solid #000097;
    border-right: 2px solid #000097;
    font-size: 40px;
    color: #000097;
}

#products a:hover {
    background-color: #000097;
    color: #FFFFFF;
    padding: 0px;
    text-decoration: none;
}

#products img {
    float: left;
    margin: 0px 0px 0px 0px;
}

#products span {
    float: right;
    margin: 0px 10px 0px 0px;
}

.show {
    display: block;
}

.hide {
    display: none;
}

#window {
    display: block;
    float: left;
    height: 316px;
    width: 257px;
/*    border-bottom: 2px solid #000097;*/
    text-align: center;
    margin-left: 1px;}

#window p {
    margin: 0;
    height: 315px;
    width: 257px;
}

#window a:hover {
    text-decoration: underline;
}