/* ----------------- 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: #485776;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
}

/* 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: 14px;
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 21px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}

h1 {
	color: #6279A5;
	font-size: 28px;
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #485876;
	padding-top: 0px;
	padding-bottom: 3px;
}

h2 {
	color: #003366;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-align: left;
	font-weight: normal;
}


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: #FF9900;
	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: 270px;
	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: 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 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Creates the div for the address */
div#address {
	text-align: center;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	clear: both;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #7B8CAB;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7B8CAB;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 950px;
	color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#footer a:link, div#footer a:visited {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 15px;
	padding-left: 15px;
}

div#footer a:hover {
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #CCCCCC;
	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: center;
}

/* NAVIGATION */
div#nav {
	position: absolute;
	top: 243px;
	left: 10px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #000000;
	background-image: url(images/current-hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
}

div#nav li a {
	display:block;
	color:#5C5C5C;
	font-weight: bold;
	font-size: 16px;
	padding-right: 13px;
	padding-left: 13px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-transform: uppercase;
	padding-bottom: 5px;
}

div#nav li a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(images/current-hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* 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: 75px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 0px;
	float: left;
}

div#listcol2 {
	margin-left: 75px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 0px;
	float: left;
	width: 575px;
}

ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin: 0px;
}

ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	line-height: 21px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {
}

.companyname {
	color: #EC2B1F;
	text-transform: none;
	font-weight: bold;
}

.productlines {
	font-size: 12px;
	line-height: 16px;
}

.important {
	color: #66CC00;
	text-transform: none;
	font-weight: bold;
}

.imgcenter {
	padding: 0px;
	margin: 0px;
	clear: both;
}

.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #2F3744;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 25px;
}

.leftimg {
	float: left;
	padding: 4px;
	border: 1px solid #2F3744;
	clear: both;
	margin-top: 0px;
	margin-right: 18px;
	margin-left: 0px;
}

.sidebarimg {
	margin-left: -15px;
	padding-bottom: 15px;
}

.textcenter {
	text-align: center;
}

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;
}

div#flash {
	position: absolute;
	top: 0px;
	height: 229px;
	width: 340px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}

div#netopia {
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	text-align: center;
	margin-bottom: 0px;
}

div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 950px;
	text-align: center;
}

div#audio {
	position: absolute;
	top: 169px;
	height: 36px;
	width: 142px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 612px;
	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;
}
