﻿body 
{
    background-color: black;
    font-family: Sans-Serif;
    font-size: 11px;
    color: black;
    margin: 0px auto;
}
td
{
    vertical-align: top;   
}
#container
{
    width: 100%;
    height: auto;
    background-color: black;
}
#masterframe
{
    width: 100%;
    height: 25px;
    background-color: Black;
}
#header
{
    width: 100%;
    height: 150px;
    border-top: groove 1px white;
    background-image: url('../images/header.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}
#nav
{
    width: 100%;
    height: 18px;
    background-color: Silver;
    text-align: left;
    background-image: url('../images/bg_nav.jpg');
    background-position: center;
    background-repeat: repeat-x;
}
#content
{
    height: auto;
    width: 800px;
    background-color: white;
    margin: 0px auto;
    padding: 10px;
    border: 5px silver ridge;
    overflow: hidden;
}
#hr
{
    width: 90%;
}
#hr2
{
    width: 75%;
    background-color: Black;
}
#footer
{
    width: 100%;
    height: auto;
    background-color: Black;
    text-align: center;
    color: White;
    margin: auto auto;
}

/*Product Container*/
.product_container
{
    border: solid 1px black;
    width: 150px;
    height: auto;
    text-align: center;
}
.product_image
{
    height: 120px;
    width: 150px;
}
.product_desc
{
    text-align: inherit;
    background-color: Black;
    color: Silver;
    font-variant: small-caps;
}


/*Image V-align*/
.valign
{
    vertical-align: middle;
}

/*Font Styles*/
.titles
{
    font-variant: small-caps;
    font-weight: bold;
    font-size:12px;
    color: #333399;
}
.subtitles
{
    font-variant: small-caps;
    color: #333399;
}
.subtitles2
{
    font-variant: small-caps;
    color: #656565;
}
.highlights
{
    color: #333399;
}
.bold
{
    font-weight: bold;
}
.caption
{
    font-style: italic;
    font-size: 9px;
}
/*Links Styles*/
a.links:link 
{
	color: white;
	text-decoration: none
}
a.links:visited 
{
	text-decoration: none;
	color: white;
}
a.links:hover 
{
    color: white; 
    text-decoration: none;
    background-color: #333399;
}
a.default:link 
{
	color: black;
	text-decoration: none
}
a.default:visited 
{
	text-decoration: none;
	color: black;
}
a.default:hover 
{
    color: white; 
    text-decoration: none;
    background-color: #333399;
}

/* Accordion Content Container*/
.accordionheader
{
    background-color: #000066;
    cursor: pointer;
    color: White;
    font-weight: bold;
    font-variant: small-caps;
    width: 360px; 
    border-top: 5px inset #000066;
    border-right: 5px inset #000066;
    border-left: 5px inset #000066;
    background-image: url('../images/bg_nav.jpg');
    background-position: center center;
    background-repeat: repeat-x;
    text-align: center;
}
.accordioncontent
{
    background-color: white;
    color: black;
    border-top: 5px inset #000066;
    border-right: 5px inset #000066;
    border-left: 5px inset #000066;
    border-bottom: 5px inset #000066;
    width: 350px;
    text-align: left;
    padding: 5px;
}
/* Title Block Inline Detail */
.title_container
{
    width: 290px; 
    height: auto; 
    padding: 3px; 
    font-variant: small-caps; 
    color: white; 
    background-color: #333399;
    text-align: center;
}
.button_container
{
    width: 290px;
    height: auto;
    text-align: center;
    padding-top: 20px;
}
