body {
	background: #fff;
	background-image: url(images/page-bg.gif);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: 11px;
	line-height: 1.2em;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
	}
address {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 1.2em;
	color: #333333;
	border-left: 5px solid #FF9900;
	padding: 10px 0px 10px 5px
    }
	address a:link, address a:visited, address a:hover {
	color: #333333;
	}

sup {
	font-size: 9px;
	}

a:link {
}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
     font-weight: bold;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
}


div#header {
}

div#content {
	width: 690px;
	float: right;
	padding: 10px
}

div#sidebar {
	width: 273px;
	float: left;
	padding-top: 10px;
}
div#audio {
	position: absolute;
	right: 10px;
	top: 33px;
	padding:10px 10px 0 0;
	text-align:right;
	width: 352px;
	height: 30px;
	background:url(images/audio.gif) top left no-repeat;}


div#footer {
	clear: both;
	background-image: url(images/disclaimer-bg.gif);
	background-repeat: no-repeat;
	height: 75px;
}

div#disclaimer {
	width: 890px;
	float: right;
	padding: 15px 10px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 9px;
	}

div#copyright {
	width: 990px;
	margin: auto;
	clear: both;
	position: relative;
	font-size: 9px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #333333;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
div#owner {
	position: absolute;
	font-size: 9px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	left: 910px;
	top: 12px;
}
	div#owner a:link, div#owner a:visited {
	color: #333333;
	text-decoration: none;
	}
	div#owner a:hover {
	text-decoration: underline;
	}


/* ----------------------------  NAVIGATION (VERTICAL) ----------------------------  */
div#nav{
	width: 990px;
	background-image: url(images/button-bg.gif);
	height: 24px;
	background-repeat: repeat-x; 
	position: relative;
}
ul#mainnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
    font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-image: url(images/button-bg.gif);
	background-repeat: repeat-x; 
	display: block;
	width: auto;
	padding: 6px 15px;
	margin: 0px;
	border-right: 1px solid #fff;
	}
	ul#mainnav li a:hover {
	background-image: url(images/button-hover-bg.gif);
	background-repeat: repeat-x; 
	}
	ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-image: url(images/button-current-bg.gif);
	background-repeat: repeat-x; 
	}



/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#pagefooter {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 34px;
	}
div#utility {
	width: 990px;
	margin: auto;
	height: 34px;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 8px 15px;
	margin: 0px;
	border-right: 1px none #ccc;
	color: #333333;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	color: #FF9900;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
div.column {
}

table.productinfo {
width:680px;
margin: 0 auto;
padding:0;
text-align:center;}
	table.productinfo td {
	font: 11px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;}
	td.productheader {
	width:30px;
	text-align:center;
	vertical-align:top;
	background:#b36fe8;}	
	td.firstheader {
	width:130px;
	padding: 10px 0 !important;
	vertical-align:middle;
	background:#7fd476;
	color:#fff;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold !important;
	text-align:center;}
	td.secondheader {
	width:130px;
	padding: 10px 0 !important;
	vertical-align:middle;
	background:#52c546;
	color:#fff;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold !important;
	text-align:center;}
	td.lightgreen {
	background:#ecfec0;
	padding:5px 0 !important;
	text-align:center;
	border-bottom: 1px solid #fff;}
	td.medgreen {
	background:#def5a3;
	padding:5px 0 !important;
	text-align:center;
	border-bottom: 1px solid #fff;}
		td.sideshadow {
		border-top:6px solid #fff;
		width:4px;
		background:#ccc;}
		td.bottomshadow {
		border-left:6px solid #fff;
		height:4px;
		background:#ccc;}
