/* ----------------- redefines the tag selectors ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
}
body#webaudio {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
}
/* 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, a, ul, li, ol, td {
	text-align: left; /* not necessary if not using text-align center in body tag for older ie browsers. */
	text-decoration: none;
}
/* redefines the p tag */
p {
	font-size: 12px;
	color: #333333;
	text-transform: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 21px;
}
h1 {
	color: #FFFFFF;
	font-size: 24px;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	background-color: #0066CC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	color: #000033;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #99CCFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h4 {
	font-size: 12px;
	color: #333333;
	text-transform: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #EBEBEB;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h5 {
	font-size: 12px;
	color: #FF0000;
	text-transform: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
hr {
	color: #999999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
address {
	font-style: normal;
}
address a:link, address a:visited {
	color: #ffffff;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
address a:hover {
	text-decoration: none;
	color: #7200c5;
}
/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #0099CC;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
/* ----------------- page layout elements ----------------- */

/* creates div container for header. setting the left and right margins to auto will center div. */
div#header {
	width: 950px;
	height: 170px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
}
/* creates the div container for the site. */
div#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* creates the div for the content */
div#content {
	width: 670px;
	float: left;
	background-image: url(images/content-bg-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
/* creates the div for the address */
div#address {
	text-align: center;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
}
/* creates the div for the sidebar */
div#sidebar {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 260px;
	padding: 0px;
	margin-right: 20px;
}
/* creates the div container for the footer. */
div#footer {
	clear: both;
	width: 950px;
	color: #FF0000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 9px;
	text-align: right;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
}
div#footer a:link, div#footer a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	padding-right: 5px;
	padding-left: 5px;
}
div#footer a:hover {
	text-decoration: underline;
}
/* styles the copyright div */
div#copyright {
	text-align: right;
	color: #cccccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	width: 950px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#copyright a {
	font-weight: bold;
	color: #CCCCCC;
}
/* navigation */
div#nav {
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul#mainnav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#mainnav li {
	display: inline;
	list-style: none;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #565656;
	text-decoration: none;
	display: block;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	background-image: url(images/nav-bg.gif);
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 36px;
	padding-left: 0px;
}
ul#mainnav li a:hover {
	color: #000000;
}
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #0066CC;
}
/* end navigation */

div#listcol {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin: 0px;
}
div#listcol p {
	padding: 0;
	color: #000000;
}
ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin: 0px;
}
ul#list li {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 21px;
}
div#map {
	padding: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #cccccc;
	height: 420px;
	width: 650px;
	float: left;
	background-color: #ffffff;
}
div#flash {
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
div#netopia {
	text-align: center;
	padding: 0px;
	width: 630px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 950px;
	padding-right: 10px;
	padding-left: 0px;
}
div#audio {
	position: absolute;
	top: 131px;
	height: 20px;
	width: 223px;
	margin: 0px;
	padding: 0px;
	left: 280px;
	bottom: 0px;
}
.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
iframe {
}
.accessories {
	color: #333333;
	text-transform: none;
	background-color: #CCCCCC;
}
.companyname {
	color: #003399;
	text-transform: none;
	font-weight: bold;
}
.important {
	color: #FF3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #948a89;
	padding: 4px;
	background-color: #ffffff;
	margin-bottom: 20px;
}
.rightimg {
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.leftimg {
	float: left;
	padding: 4px;
	border: 1px solid #cccccc;
	margin-top: 0px;
	margin-right: 18px;
	margin-left: 0px;
	background-color: #ffffff;
}
.textcenter {
	text-align: center;
}
/* web audio applet */

div#applet {
	width: 210px;
	height: 130px;
	background-image: url(images/webaudio.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#applet div {
	position: absolute;
	top: 66px;
	left: 75px;
	width: 68px;
	height: 30px;
}
div#applet a {
	display: block;
	position: absolute;
	top: 103px;
	left: 70px;
	width: 70px;
	height: 8px;
}

