/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* 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.) */
body, p, td { font: normal 11px tahoma;}

/* Defines the body tag */
body {
	background: #F9F6E4 url(images/bg.gif) top left repeat-x;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
}

div, {
	margin: 0;
	padding: 0;}

address {
	font-style: normal;
	margin: 0;
	padding: 0;}

/* Redefines the p tag */
p {}

/* GENERAL H1 TAG */
h1,h2,h3,h4,p,dl {
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h1 { font-size: 22px;}

/* GENERAL H2 TAG */
h2 { font-size: 18px;}

img { border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #f00;}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #000;}
a:active { text-decoration: none;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  { border-collapse: collapse;}

/* DIV CONTAINER */
div#container {
	position: relative;
	width: 780px;
	margin: 0 auto;
	background: url(images/container_bg.gif) top right repeat-y;
}

/* DIV HEADER */
div#header {
	width: 780px;
	height: 180px;
	background: url(images/header_bg.jpg) top left no-repeat;}

div#flash {
	position: absolute;
	top: 0;
	left: 300px;
	width: 480px;
	height: 150px;}

/* DIV BODY */
div#body {
	width: 780px;
	clear: both;
	background: url(images/body_bg.gif) top left no-repeat;}

div#column {
	float: left;
	width: 180px;}

div#contact {
	color: #fff;}
	#contact h1 {
		font-size: 12px;
		font-weight: bold;
		padding: 5px;}
	#contact address {
		padding: 0 5px;}
	#contact p {
		padding: 5px;}
	#contact a {
		color: #000;}

div#content {
	float: left;
	width: 600px;}
	#content h1 {
		padding: 10px;
		font-size: 16px;
		font-weight: bold;}
	#content h2 {
		clear: both;
		padding: 5px 10px;
		font-size: 14px;
		font-weight: bold;}
	#content h2 span {
		font-weight: normal;
		font-size: 11px;}
	#content p {
		padding: 5px 10px;
		line-height: 16px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 10px;
		margin: 0px;}
	#content dl dt {
		margin: 0 0 0 0;
		padding: 5px 0 5px 0;
		}
	#content dl dd {
		margin: 0 0 0 0;
		padding: 5px 0 5px 15px;}

	#content dl.list {
		float: left;
		width: 270px;}
	#content dl.list dt {
		padding: 5px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.list dd {
		padding: 5px 0 5px 15px;
		border-bottom: 1px dashed #999;
		background: url(images/bullet.gif) left center no-repeat;}

	#content dl.list2 {}
	#content dl.list2 dt {
		padding: 5px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.list2 dd {
		padding: 5px 0 5px 15px;
		background: url(images/bullet.gif) left center no-repeat;}

table#voltage {
	text-align: center;
	display: block;
	margin: 10px auto;}
	#voltage td {
		padding: 5px 2px;
		border-bottom: 1px solid #333;}
	#voltage tr.mainheader td {
		font-weight: bold;
		background: #666;}
	#voltage tr.subheader td {
		background: #999;}
	#voltage td.cable {
		text-align: left;
		background: #efefef;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 780px;
	padding: 7px 0 0 0;
	font-size: 10px;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/**/margin-left: 180px;
		text-align: center;
		font-size: 10px;
		padding: 3px 0;
		color: #9FC179;
		background: #4E6337;
		text-transform: uppercase;}
		#utilnav a {
			text-decoration: none;
			font-size: 9px;
			color: #9FC179;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/**/margin-left: 180px;
		font-size: 9px;
		color: #333;
		padding: 5px 0;
		text-align: center;
		background: #F9F6E4;}
		#copyright a {
			text-decoration: none;
			color: #333;}
		#copyright a:hover {
			text-decoration: underline;
			color: #333;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
	.left img {
		border: 1px solid #612C32;}
.right {
	float: right;}
	.right img {
		border: 1px solid #612C32;
		margin: 0 0 10px 0;}
.center {
	text-align: center;}
	.center img {
		border: 1px solid #612C32;}
.clear {
	clear: both;}

/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 150px;
	left: 0;
	width: 780px;
	height: 25px;}
	
div#nav dt a#current, div#nav dt a#current:hover{
	background: #18260C url(images/nav_current.gif) top left repeat-x;
	color: #fff;}

/* UL TAG */
div#nav dl {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform: uppercase;} 

div#nav dt {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav dt a {
	display:block;
	padding:7px 10px;
	color:#9FC179;
	text-decoration:none;
	background: url(images/nav_off.gif) top left repeat-x;
	font-weight: bold;}

* html #nav a {
	width: 1%;}

div#nav dt a:hover {
	background: #fc0 url(images/nav_on.gif) top left repeat-x;
	color: #c00;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	padding-top: 1px;
	width: 180px;}

/* UL TAG */
div#signin dl {
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-transform: lowercase;} 

div#signin dt {
	margin: 0 0 1px 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;}

div#signin dt a {
	display: block;
	padding: 7px 0;
	width: 180px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	background: url(images/signin_off.gif) top left no-repeat;}

div#signin dt a:hover {
	color: #fff;
	background: url(images/signin_on.gif) top left no-repeat;}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

/* -----------------------------------------------------*/
/* ----------------- WEB AUDIO APPLET ----------------- */
/* -----------------------------------------------------*/

div#applet {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/webaudio.gif) top left no-repeat;}

div#applet div {
	position: absolute;
	top: 49px;
	left: 87px;
	width: 68px;
	height: 30px;}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}
