body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url(images/main_background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

a
{
	color: #FF0000;
}

a:active
{
	outline: none;
	outline-style: none;
}
 
a:focus
{
	outline-style: none;
}

img
{	
	border: 0;
}

h1
{
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2
{
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #002060;
	margin-top: 20px;
	margin-bottom: 10px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
	margin-top: 10px;
	margin-bottom: 10px;
}

p
{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

li
{
	padding: 0 0 0 5px;
	margin: 10px 0px 10px -20px;
}

form
{
	margin: 0px;
}









#websitecontainer
{
	width: 980px;
	margin: 0 auto;
	background-image: url(images/background.jpg);
	background-position: top left;
	background-repeat:  no-repeat;
	background-color: #000000;
	overflow: hidden;
}

#navcolumn
{
	width: 200px;
	float: left;
	margin: 0px;
	padding: 150px 0px 10px 0px;
	overflow: hidden;
}

#contentcolumn
{
	width: 680px;
	float: left;
	margin: 0px;
	padding: 150px 50px 10px 50px;
	overflow: hidden;
}

#footer
{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #999999;
}












#footer p
{
	margin: 10px 40px 10px 0px;
	font-size: 10px;
	color: #999999;
	text-align:  right;
}

#footer img
{
	margin-left: 20px;
}








.nav a, .nav a:hover, .holder 
{
	display: block;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin-left: 30px;
	margin-top: 10px;
	width: 140px;
	background-color: #990000;
	padding: 2px;
}

.nav a:hover, .holder
{
	background-color: #006699;
}


#productlist {
}

.cat a, .cat a:hover, .holder 
{
	display: block;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin-left: 30px;
	margin-top: 0px;
	width: 140px;
	background-color: #666666;
	padding: 2px;
	border-bottom:1px solid #333333;
}

.cat a:hover {
  background-color:#006699;
}

.subcat a, .subcat a:hover, .holder 
{
	display: block;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin-left: 30px;
	margin-top: 0px;
	width: 140px;
	background-color: #999999;
	padding: 2px;
	border-bottom:1px solid #333333;
}

.subcat a:hover 
{
  background-color:#006699;
}

.contactsfloatleft
{
	width: 250px;
	margin-right: 50px;
	float: left;
	overflow: hidden;
}

.locationfloatleft
{
	width: 302px;
	margin-right: 23px;
	float: left;
	overflow: hidden;
}

.white
{
	color: white;
}

.borderwhite
{
	border: 1px solid white;
}



.agency 
{
	float:left;
	margin:10px;
}