/* ----------------- 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#webaduio {
	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: 13px;
	color: #6C5702;
	margin-right: 30px;
	margin-left: 30px;
	text-transform: none;
	margin-top: 0px;
	padding: 0px;
	line-height: 21px;
}

h1 {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-size: 21px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 25px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	color: #660033;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	color: #FFCC00;
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	font-style: italic;
}

h4 {
	color: #001085;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: left;
	font-style: italic;
}

address {
	font-style: normal;
}

address a:link, addressx 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: #006699;
	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: 900px;
	height: 280px;
	background-image: url(images/header-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
	padding: 0px;
}

/* Creates the div container for the site. */
div#container {
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
}

/* Creates the div for the content */

div#content {
	width: 900px;
}
/* Creates the div for the address */

div#address {
	text-align: left;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	width: 840px;
	text-transform: none;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	height: 108px;
	line-height: 18px;
}


/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 900px;
	color: #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 9px;
	background-image: url(images/footer.gif);
	height: 25px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

div#footer a:link, div#footer a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}

div#footer a:hover {
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #666666;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#copyright a {
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

/* NAVIGATION */
div#nav {
	position: absolute;
	top: 234px;
	left: 25px;
	width: 856px;
	margin: 0px;
	padding: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #660033;
	font-weight: bold;
}

/* 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:#6C5702;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/** html #nav a {
	width: 1%;}*/

div#nav li a:hover {
	color: #660033;
}

ul#list {
	margin-left: 75px;
	padding: 0px;
	margin-right: 75px;

}

ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	color: #666666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

ul#list2 {
	margin-left: 75px;
	margin-right: 0px;
	width: 300px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	float: left;

}

ul#list2 li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #666666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

ul#list3 {
	margin-left: 0px;
	margin-right: 0px;
	width: 250px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	float: left;

}

ul#list3 li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #660033;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	list-style-type: none;
}

div#column {
	width: 350px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

div#column2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {
	text-align: center;
}

div#map {
	border: 1px solid #333333;
	padding: 2px;
	height: 750px;
	width: 835px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.companyname {
	font-weight: bold;
	color: #C09A03;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.important {
	font-weight: bold;
	color: #6C5702;
	text-transform: none;
}

.imgcenter {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #666666;
}

.rightimg {
	float: right;
	padding: 2px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #333333
}

.leftimg {
	float: left;
	padding: 2px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #6C5702;
}

.leftimg2 {
	float: left;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
	border: 1px solid #6C5702;
}

div#right {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

div#flash {
	position: absolute;
	top: 0px;
	height: 190px;
	width: 316px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 4px;
	bottom: 0px;
}

div#anchorlinks {
	position: absolute;
	top: 496px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 581px;
	bottom: 0px;
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 21px;
	text-align: left;
}

div#audio {
	position: absolute;
	top: 267px;
	height: 33px;
	width: 206px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 674px;
	bottom: 0px;
}

div#products {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	float: left;
	padding: 0px;
}

div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 900px;
}

div#left {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#cta {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 0px;
}

div#hours {
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

/* ----------------- 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;
	clear: both;
	text-align: center;
	margin: 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;
}
