/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

/* 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.) */

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Redefines the p tag */
p {
	font-size: 15px;
	color: #333333;
	text-transform: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 21px;
}

h1 {
	color: #333333;
	font-size: 28px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-transform: none;
	border-bottom: 1px dotted #AAACAE;
	padding-top: 0px;
	padding-bottom: 3px;
}

h2 {
	color: #333333;
	font-size: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #AAACAE;
}

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: #660000;
	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: 990px;
	height: 350px;
	background-image: url(images/header-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
}

/* Creates the div container for the site. */
div#container {
	width: 990px;
	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 */
html>body div#content {
	padding: 0px 20px 50px;
	width: 640px;
	margin: 0px 0px 0px 310px;
}
div#content {
	padding: 0px 20px 50px;
	width: 640px;
	margin: 0px 0px 0px 300px;
}

/* Creates the div for the address */
div#address {
	text-align: left;
	color: #FFFFFF;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 270px;
	padding-left: 30px;
	line-height: 21px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 990px;
	color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 8px;
	text-align: right;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#footer a:link, div#footer a:visited {
	color: #EC1C24;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 1px;
	padding-left: 1px;
	font: normal 9px Arial, Helvetica, sans-serif;
}

div#footer a:hover {
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: right;
	color: #CCCCCC;
	width: 963px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#copyright a {
	font-size: 9px;
	color: #CCCCCC;
	font-weight: bold;
	text-align: right;
}

/* NAVIGATION */
div#nav {
	position: absolute;
	top: 313px;
	left: 8px;
	height: 20px;
	width: 973px;
	margin: 0;
	padding: 0;
}
	
/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	width: 973px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 20px;
	padding: 0;
	margin: 0;
	background: #000000;
	position: relative;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	position: relative;	
	float: left;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #999999;
	display: block;
	padding: 6px 14px 6px;
	text-decoration: none;
	position: relative;
	}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #EC1C24;
	background: url(images/current-hover.gif) no-repeat center bottom;
	width: auto;
}
	
/* ----------------- DROP-DOWN NAVIGATION -------------------------*/
ul#mainnav li ul {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 220px;
	display: none;
	background: #000000;
}
ul#mainnav li>ul {
	top: auto;
	left: auto;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#mainnav li li { float: none; height: 1%; }
* html ul#mainnav li li a { height: 1%; }
/* End */
ul#mainnav li li {
	display: block;
	float: none;
}
ul#mainnav li:hover ul, ul#mainnav li.over ul {
	display: block;
	z-index: 2;
}
ul#mainnav li ul li a, ul#mainnav li ul li a:link, ul#mainnav li ul li a:visited, ul#mainnav li ul li a:active {
	display: block;
	color: #999999;
	text-decoration: none;
	display: block;
	width: 200px;
	padding: 5px 0px 5px 20px;
	background: #000000;
	z-index: 2;
}
ul#mainnav li ul li a:hover {
	background: #DE1C24;
	color: #ffffff;
	width: 200px;
	z-index: 2;
}

/* END NAVIGATION */

/* Creates the div for the cta */
div#cta {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	float: left;
	width: 295px;
	padding-top: 0px;
	padding-bottom: 25px;
	clear: right;
}

/* Creates the div for the cta */
div#listcol {
	margin-left: auto;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 290px;
}

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: #EC1C24;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	line-height: 21px;
}

ul.list2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin: 0px;
}

ul.list2 li {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	font-size: 15px;
	padding: 0px;
	line-height: 21px;
	text-indent: -10px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {
}

.companyname {
	color: #000000;
	text-transform: none;
	font-weight: bold;
}

.productlines {
	font-size: 12px;
	line-height: 16px;
}

.important {
	color: #EC1C24;
	text-transform: none;
	font-weight: bold;
}

.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #AAACAE;
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #AAACAE;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	background-color: #FFFFFF;
}

.leftimg {
	float: left;
	padding: 4px;
	border: 1px solid #CCCCCC;
	clear: both;
	margin-top: 0px;
	margin-right: 18px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

.sidebarimg {
	margin-left: -15px;
	padding-bottom: 15px;
}

.textcenter {
	text-align: center;
}

.footernav {
	padding-right: 0px;
}

div#map {
	padding: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	height: 420px;
	width: 630px;
	float: left;
	background-color: #FFFFFF;
}

.flash {
	float: right;
	border: 1px solid #AAACAE;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
.flashlarger {
	border: 1px solid #AAACAE;
	margin: 15px auto;
	background-color: #FFFFFF;
	width: 482px;
	padding: 4px;
}

div#netopia {
	padding: 0px;
	text-align: center;
	margin: 0px auto;
	width: 645px;
}

div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 963px;
	text-align: right;
}

div#audio {
	position: absolute;
	top: 135px;
	height: 44px;
	width: 149px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 724px;
	bottom: 0px;
}
div#slogan {
	position: absolute;
	top: 110px;
	height: 30px;
	width: 470px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 420px;
	bottom: 0px;
}
/* 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: -25px;
	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: 9px;
}
p.fine {
	font-size: 11px;
	color: #333333;
	text-transform: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 14px;
}
