@charset "utf-8";

body {
	font: 100% Helvetica, Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size: 16px;
	line-height: 23px;
}

li {
        padding-left:10px;
    }
    
h2{
	font-size:16px;
	text-align:center;
}

#notes{
	font-size:12px;
}

.header{
	height:265px;
}

.preloadPic {
	display: none;
}

.main #container {
	background-image: url(images/Background-Top.jpg);
	background-repeat: no-repeat;
	height: 265px;
	width: 960px;
	position: relative;
}
.main #container #logo {
	position: absolute;
	top: 49px;
	left: 285px;
}
.main #container #leftlights {
	position: absolute;
	top: 0px;
	left: 45px;
}
.main #container #rightlights {
	position: absolute;
	top: 0px;
	left: 495px;
}
.main #pagecontainer {
	background-image: url(images/Background-Bottom.jpg);
	width: 780px;
	margin: 5px auto;
	position: relative;
}
.main #pagecontainer #content {
	background-image: url(images/Background-Middle.jpg);
	background-repeat: no-repeat;
	/* For IE6 */
	height:auto !important;
	height:335px;
	min-height:335px;	
	color: #FFFFFF;
	padding: 20px 75px;
}

.contentbottom{
	background-image: url(/images/Background-Bottom-New.jpg);
	background-repeat: no-repeat;
	text-align:center;
	width: 780px;
	margin: 5px auto;
	position: relative;
	height: 150px;
}

.main #pagecontainer #content #title{
	font-size: 24px;
	text-align: center;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
}
.main #pagecontainer #content #contentline {
	margin-bottom: 10px;
}
.main #pagecontainer #content #contentcenter {
	margin-bottom: 10px;
	text-align: center;
}

.footer {
	width:780px;
	margin:auto;
	color: white;
	font-family: Helvetica;
	font-size: 10px;
	text-align: center;
}

.lfooter {
	color: white;
	font-family: Helvetica;
	font-size: 10px;
	margin-left:-300px;
}

.aboutPic {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height: 130%;
    }

.aboutDesc {
		font-size:14px;
    }

#headphone{
	background-image:none;
	color:white;
	margin:auto;
	text-align:center;
}

#ezdmximg{
	/*float:left;*/ 
	margin-left:15px; 
	margin-top:30px;
	width:318px; 
	height:191px;
}

#dmxdiv{
	margin-left:340px;
	padding-top:1px;
}

#dmxfacts{
	/*list-style-type:disc;*/ 
	font-size:18px; 
	font-style:italic; 
	/*line-height: 160%;*/
}

#receiverimg{
	float:left; 
	margin-left:25px;
	width:300px;
	height:270px;
}

#rcvrdesc{
	margin-left:340px; 
	padding-top:35px;
}

#relaydesc{
	margin-left:400px; 
	padding-top:40px
}

.catimg{
	float:left;
	margin-left:25px;
}

.catfacts{
	list-style-type:disc; 
	font-size:18px; 
	font-style:italic; 
	line-height: 160%;
}

.priceline{
	font-size:19px;
}

.Leftimg{
	float:left;
	margin-left:25px;
	margin-right:25px;
	
}


#copyright{
	font-size: 10px;
}

#Manual_img
{
		display: block;
		margin-left: auto;
		margin-right: auto 
}


	