/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	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;
	background-image: none;
}
/* 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: 10px;
	color: #666666;
	text-transform: none;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
}
h1 {
	color: #19211E;
	font-size: 19px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9FAEA7;
	padding-top: 15px;
	padding-bottom: 3px;
}
h2 {
	color: #333366;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	font-style: italic;
}
h3 {
	color: #19211E;
	font-size: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9FAEA7;
	padding-top: 15px;
	padding-bottom: 3px;
}
div#address a:link, div#address a:visited {
	color: #99CC00;
	text-align: right;
}
div#address a:hover {
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #009999;
	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: 600px;
	height: 165px;
	background-image: url(images/header-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float:left;
	margin: 0px;
}
/* Creates the div container for the site. */
div#container {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/cantainer-bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 0px;
}
div#container2 {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
}
/* Creates the div for the content */
div#content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	width: 400px;
	padding: 0px;
}
div#content2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	width: 590px;
	padding: 0px;
}
/* Creates the div for the address */
div#address {
	text-align: right;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 180px;
	padding-left: 10px;
	padding-right: 0px;
	float: left;
	line-height: 11px;
	margin: 0px;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	color: #C4B102;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 9px;
	text-align: right;
	width: 980px;
	background-image: url(images/footer-bg.gif);
	height: 21px;
	padding-top: 89px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: lowercase;
}
div#footer a:hover {
	text-decoration: underline;
}
/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #999999;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-family: Verdana, 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: #999999;
	font-weight: bold;
	text-align: center;
}
/* NAVIGATION */
div#nav {
	position: absolute;
	top: 147px;
	left: 0px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
div#nav li a#current, div#nav li a#current:hover {
	color: #000000;
}
/* 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:#2F3B36;
	text-decoration:none;
	font-size: 9px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-transform: lowercase;
	font-weight: bold;
}
div#nav li a:hover {
	color: #000000;
}
/* END NAVIGATION */
div#listcol {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	float: left;
	padding-left: 0px;
	width: 290px;
}
div#listcol2 {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	float: left;
	padding-left: 0px;
}
ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 33px;
	margin: 0px;
}
ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
}
.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
iframe {
}
.companyname {
	color: #006666;
	font-weight: bold;
	text-transform: uppercase;
}
.important {
	color: #23878F;
	font-weight: bold;
}
.standout {
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #86B300;
	padding-top: 2px;
	padding-bottom: 2px;
}
.products {
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #5B8989;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.imgcenter {
	margin: 0px;
	padding-bottom: 10px;
	clear: both;
}
.rightimg {
	float: right;
	padding: 0px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.leftimg {
	float: left;
	padding: 0px;
	clear: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.textcenter {
	text-align: center;
}
div#map {
	padding: 3px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #bfc3c2;
	height: 325px;
	width: 392px;
	background-color: #FFFFFF;
}
div#flash {
	width: 390px;
	margin: 0px;
	padding: 0px;
	float: right;
}
div#audio {
	position: absolute;
	top: 43px;
	height: 23px;
	width: 118px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 456px;
	bottom: 0px;
}
div#netopia {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#netcontact {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -8px;
}
div#netgallery {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
}
div#callnow {
	text-align: center;
	height: 36px;
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	clear: both;
}
div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* 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;
}
