﻿body	/* Site Layout Positioning and BG Color */
{  
        margin: 5px auto 10px auto;
	    background-color:#000; 
	    color: #C0C0C0;
}
a:link /* Standrd Links */
{ 
     font-family: Verdana,Arial,Sans-serif; 
     color: #C0C0C0; 
     font-weight: normal; 
     text-decoration: none;
}
a:visited  /* Standrd Visited Links */
{ 
     font-family: Verdana,Arial,Sans-serif; 
     color: #C0C0C0; 
     font-weight: normal; 
     text-decoration: none;
}
a:active  /* Standrd Active Links */   
{ 
     font-family: Verdana,Arial,Sans-serif; 
     color: #F8C618; 
     font-weight: normal; 
     text-decoration: none;
}
a:hover /* Standrd Hover Links */
{    
     font-family: Verdana,Arial,Sans-serif; 
     color: #F8C618; 
     font-weight: normal; 
     text-decoration: none;
}
#banner /* Banner Content */
{
	width: 900px;
	height:65px;
	margin:0px auto 0px auto;
	background-color: transparent;
}
#fullNav /* Navigation Container */
{
	width: 100%;
    height:25px;
	background-image:	        url("Graphics/navBG.jpg");
	background-repeat:	        repeat-x;
	margin-bottom:30px;
	text-align:center;
}
.nav /* Top Navigation */
{
	width: 900px;
	margin: 0px auto 0px auto;
	height:25px;
	background-color: transparent;
}
#contentWrapper /* Site Content Holder */
{
	width: 900px;
	background-color: #000;
	margin: 0px auto 0px auto;
}
#flashcontent /* Flash Home Page */
{
	float:left;
	width: 660px;
	margin: 20px 0 20px 0;
	height:500px;
	background-color: #000;
	color:#fff;
}
#hmProd /* Products Home Page */
{
	float:right;
	width: 220px;
	margin: 20px 0 20px 0;
	height:500px;
	background-color: #000;
	color:#fff;
}
.fullContent /* Site Content */
{
	width: 900px;
	background-color: transparent;
	margin-top:20px;
	margin-bottom:20px;
}
#prodTBL /* Site Banner */
{
	width: 900px;
	background-color: #000;
}
.textTD /* Text Cell */
{
	background-color: transparent;
	padding: 5px 10px 5px 5px;
	vertical-align:top;
}
.spacerTD /* Spacer Cell */
{
	background-color: #676767;
	height:20px
}
.imageTD /* image Cell */
{
	background-color: transparent;
	padding: 5px 0 5px 0;
	vertical-align:top;
	text-align:center;
}
h1 /* Site Heading Text */
{    
     font-family: Verdana,Arial,Sans-serif; 
     color: #C0C0C0; 
     font-size: 1.2em; 
     font-weight: normal; 
     text-decoration: none;
}
h2 /* Site Sub Heading Text */
{    
     font-family: Verdana,Arial,Sans-serif; 
     color: #C0C0C0; 
     font-size: 1.2em; 
     font-weight: normal; 
     text-decoration: none;
}
.siteText /* Site Text */
{    
     font-family: Verdana,Arial,Sans-serif; 
     color: #C0C0C0; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
}
li   /* Bulleted List items */
{
    font-family: Verdana,Arial; 
    color: #C0C0C0; 
    font-size: 0.8em; 
    font-weight: normal;
}
.imgNoLink /* Site Text */
{    
     border:0px;
}
#Footer
{
	width: 900px;
	background-color: transparent;
	text-align:center;
	margin-top:40px;
	padding-bottom:20px;
	clear:both;
}
#temp
{
	width: 900px;
	margin:0px auto 0px auto;
}
