body 
{
    margin: 0px 0px 0px 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color: #707070;
    color: #ffffff;
}
img
{
    border: 0px;
}

#Main
{
    width: 1024px;
    margin: 0 auto;
    height: 750px;
    min-height: 750px;

}
#Content
{
    background-color: #000000;
}

h1
{
    font-size: 40px;
    font-weight: normal;
    color: #A1BFDC;
}
h2
{
    font-size: 20px;
    font-weight: normal;
    color: #A1BFDC;
}
a,
a:hover,
a:visited,
a:active
{
	color: #CAD7EA;
	text-decoration: none;
}
a:hover
{
	color: #65A8D5;
	text-decoration: none;
}
.subheader
{
    margin-bottom: 0px;
}
.ShowProducts
{
    width: 100px;
    float: left;
    font-size: 9px;
    text-align: center;
}
.ProdThumb
{
    border: solid 1px #000000;
}
.ProdThumbSelected
{
    border: solid 2px #000000;
}
.shade
{
    background-color: #333333;
}
.DataTable
{
    border-collapse: collapse;
    border: 0;
}
.DataTable th
{
    background-color: #82828B;
    padding: 2px;
    text-align: left;
    font-size: 14px;
    color: #000000;
}
.DataTable td
{
    padding: 2px;
}
#as3-image-slider-altcontent {
	height: 100%;
}
#as3-image-slider {
	display: block;
}