@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/*height: 600px;*/
}
.oneColElsCtr #container {
	width: 800px;
	/*height: 600px;
	/*background: #fff;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: auto; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-image:url(../img/content.jpg);*/
	background-repeat:no-repeat;
	width: 800px;
}
.border{
border-bottom: 1px solid #BB8748;
/*border-bottom-color: ##BB8748;*/
}
.flashDiv
{
  /*height:0;*/
  line-height:1.1em; /* this is necessary to entirely hide the text from safari and opera*/
  overflow:hidden;
  padding-top: 566px; /*height of the image that will be replacing the text*/
  width: 800px; /*width of the image*/
}
#footer p	{
	font-size: 6.4pt;
	color: #adbac2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*text-align: left;*/
}

#header	{
	height: 91px;
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
}

#menu {
	float: left;
	width: 184px;
	height: 509px;
	margin-left: -40px;
	/*padding-right: 30px;*/
}

#menu ul {
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin-left: 10px;
	margin-top: 70px;
	font-weight: bold;
	line-height: 19px;
}
/*#menu ul li {
	float: left;
	text-align: center;
	margin: 0;
}*/

#menu ul li a {
	color: #000;
	text-decoration: none;
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#menu ul li a:hover {
	color: #BB8748;
}
body#lightweight a#lightweightnav,
body#paMixer a#paMixernav,
body#triFunction a#triFunctionnav,
body#ceiling a#ceilingnav,
body#wall a#wallnav,
body#pendant a#pendantnav,
body#portable a#portablenav,
body#installation a#installationnav,
body#subWoofers a#subWoofersnav,
body#compact a#compactnav,
body#large a#largenav,
body#demo a#demonav,
body#contact a#contactnav {
	color: #BB8748;
}

#menu h2 {
	font-size: 10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.menuTitle {
	font-size: 10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contentimage {
	/*width: 577px;*/
	height: 179px;
	background-image: url('../img/scapeReflection1.png');
	background-repeat:no-repeat;
	background-position: 70% 0%;	
}
#content {
	/*width: 656px;*/
	/*height: 333px;*/
	background-image: url('../img/scapeReflection2.png');
	/*background-attachment:fixed;*/
	background-position: 70% 0%;	
	background-repeat:no-repeat;
}
.paragraph {
	margin-top: 10px;
	margin-left: 170px;
	margin-right: 30px;
	padding-right: 20px;
	text-align: left;
	font-size: 10px;
	/*overflow: auto;
	/*overflow-x: auto;*/
	height: 100%;
	/*scrollbar-3dlight-color:#000; 
	scrollbar-arrow-color:#BB8748; 
	scrollbar-base-color:#fff; 
	scrollbar-darkshadow-color:#000; 
	scrollbar-face-color:#fff; 
	scrollbar-highlight-color:#fff;
	/*scrollbar-shadow-color:#000;*/
	/*scrollbar-track-color:#fff;*/
}

.paragraph h1 {
	font-size: 19pt;
	color: #BB8748;
}

.paragraph h2 {
	font-size: 12pt;
}

.paragraph a:hover {
	text-decoration: underline;	
	color: #BB8748;
}

.paragraph a {
	text-decoration: none;
	color: #BB8748;
}

.paragraph img {
	float: left;
	/*height: 80px;
	width: 80px;*/
	/*margin-left: 10px;
	margin-top: 20px;*/
	margin-bottom: 5px;
	margin-right: 5px;
	border: none;
/*padding: 5px; 
margin: 0; 	*/
}

.logo	{
	border: none;
	position:absolute;
	left:245px;
	top:25px;
}

#contact-area {
	width: 300px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea, #contact-area select {
	/*padding: 5px;*/
	width: 171px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.3em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus, #contact-area select:focus {
	border: 2px solid #BB8748;
}

#contact-area input.submit-button {
	width: 70px;
	background-color: #fff;
	color: #bb8748;
	margin-right: 9px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	/*padding-top: 5px;*/
	color: #bb8748;
	font-size: 1.3em;
}

