body {
	background: #333;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */	
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-right: 20px;
	margin-left: 10px;
}



h1 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:18px;
	color: #000;
	margin: 0px 0px -15px 10px;
	text-transform:uppercase;
	border-bottom: 1px solid #808080;
	width: 540px;	
}



/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#000;
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: none;
	text-decoration: underline;	
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 790px;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);

}

div#container {
	width:790px;
	position: relative;
	

 }
 
div#header { 
	background: url(images/header.jpg);
	width: 790px;
	height: 177px;
	position: relative;
 }
 
div#top{
	width: 790px;
	height: 39px;
	background: url(images/top.gif);
	position: relative;	
} 
 
div#transparent{
	width: 100px;
	height: 21px;
	position: absolute;
	left: 519px;
	top: 16px;
} 
 
div#navigation{
	background: url(images/navigation.gif);
	width: 790px;
	height: 43px;
	position: relative;
} 
 
div#flash{
	position: absolute;
	width: 447px;
	height: 130px;
	left: 284px;
	top: 25px;
}

div#player{
	position: absolute;
	left: 635px;
	top: -21px;
	height: 39px;
}


div#pagetext {
	width:770px;
	background: url(images/left_top.gif) no-repeat;	
	left: 15px;
	top: 26px;
	left: 18px;
	top: 39px;
	left: 22px;
	top: 37px;
}


div#textright li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5;
	list-style-image:url(images/arrow.gif);
	}

div#textleft{
	float: left;
	width: 193px;
	display: inline;
	
}



div#textright{
	background: none;
	float: left;	
	width: 560px;
	display:inline;
	background: none;		
}

div#cta{
	width: 193px;
}



address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-left: 5px;
	
}

.products{
	width: 150px;
	height: 125px;
	float: left;
	background: #333;
	margin: 15px 0px 15px 10px;
	padding: 10px;
	border: 1px solid #808080;
}

.products p{
	color: #fff;
	margin-top: 0px;
}

  div#bottom{
  	background: url(images/footer.gif) no-repeat;
 	width: 790px;
	height: 60px;
	margin:0px auto;
	position: relative;
 }
 
 /* ----------------- IMAGE ELEMENTS ----------------- */


.right {
	margin: 10px;
	float: right;
}

.right img{
	border: 2px solid #808080;
}

img.left {
	float: left;
}


 #copyright {
 	width: 770px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear: both;
	padding: 10px 0px 10px 0px;
 }
 
 
 #copyright a{
 	color: #fff;
 }
 

/* ---------------------- nav ---------------------- */
   /* ----------------- MAIN NAVIGATION ----------------- */
		
				
	ul#mainnav {
	margin: 0px auto;
	padding: 0px;
	width: 624px;
	height: 35px;
	position: absolute;
	left: 26px;
	top: 9px;
	
	}
	
	
	ul#mainnav  li {
		display: inline; 
		list-style: none;
		
	}
	
	ul#mainnav  li a:link, ul#mainnav li a:visited, ul#mainnav  li a:active {
		color: #fff;
		display: block;
		float: left;
		font-size: 11px;
		font-weight: bold;
		padding: 5px 10px 10px 10px;
		text-decoration: none;	
		text-transform:uppercase;
		border-right: 1px solid #333;
		border-left: 1px solid #ccc;
		background: transparent url(images/lightoff.gif) no-repeat bottom center ;
	}
	
	
	ul#mainnav  li a:hover {
		color: #fff;
		width: auto;
		background: transparent url(images/lighthover.gif) no-repeat bottom center ;
	
	

	}
	
	ul#mainnav  li a.current:link, ul#mainnav  a.current:visited {
		color: #003366;
		width: auto;
		background: transparent url(images/lighton.gif) no-repeat bottom center;
		
	
	}
	  
	 iframe{
	 	margin-left: 10px;
	 } 
	 /* ----------------- end NAVIGATION ----------------- */
	 
	 
	 
	 
	 
	 
	 
	 /* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
	border: 1px solid #ccc;
	background: #efefef;
	margin: 0px auto;
	padding: 0px;
	width: 551px;
	height: 25px;
	position: absolute;
	left: 202px;
	top: -1px;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #333;
		display: block;
		float: left;
		font-size: 11px;
		font-weight: bold;
		padding: 8px 15px 0px 15px;
		
		text-decoration: none;	

	
	}
	
	
	ul#utilitynav li a:hover {
		color: #333;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #333;
		width: auto;
	}
/*---------------------------------------Custom classes-----------------------------------------*/

.clear{
	clear: both;
	}
		
	
.center{
	text-align: center;
}


#audio{
	position: absolute;
	height: 26px;
	width: 198px;
	left: 522px;
	top: 2px;
}

#login{
	position: absolute;
	left: 60px;
	top: 12px;
}

#login a{
	color: #fff;
	font-size: 11px;
}

.column1{
	width: 210px;
	height: 65px;
	float: left;
	color: #fff;
	margin-top: 5px;
	margin-left: 30px;
	padding: 10px;
	background: #333;
	border: 1px solid #000;
}

.border{
	border: 2px solid #808080;
}
