body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #231F20;
	font-size: 11px;
}

p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 13px;
	color: #624098;
	padding: 0;
	margin: 30px 0 5px;
}

/*===========================================*/
/* Header Styles */
/*===========================================*/

#header {
	padding-top: 13px;
	background: url(images/header-bg.gif) 0 0 repeat-x;
}

#header h1#logo{
	width: 315px;
	height: 111px;
	margin: 0 auto;
	padding-bottom:39px;
	line-height: 999em;
	background: url(images/one2company.gif) 0 0 no-repeat;
	overflow: hidden;
}

/*===========================================*/
/* Nav Styles */
/*===========================================*/

#nav {
	width: 992px;
	height: 34px;
	margin: 0 auto;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav ul li a#home, #nav ul li a#hire, #nav ul li a#contact {
	padding: 10px 0;
}

#nav ul li a#projects {
	padding: 10px 0;
	margin-bottom:  2px;
}


#nav ul li a#sound, #nav ul li a#lighting, #nav ul li a#vision, #nav ul li a#service {
	padding: 6px 0;
} 

#nav a {
	display: block;
	font-size: 10px;
	color: #56d0fd;
	width: 124px; /* Originally 10em; */
}
 
#nav li { /* all list items */
	width: 124px;  /* Originally 10em; */ /* width needed or else Opera goes nuts */
	text-align: center;
	overflow: hidden;
	float: left;
}

#nav li a:link, #nav li a:visited { 
	background: url(images/button_link.gif) 0 0 no-repeat;
	filter: alpha(opacity=90);
	opacity:0.9;
	text-decoration: none;
}

#nav li a:hover { 
	background: url(images/button_hover.gif) 0 0 no-repeat;
	color: #fff;
}
 
#nav li ul { /* second-level lists */
	position: absolute;
	padding-bottom: 5px;
	width: 124px; /* Originally 10em; */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li a {
	padding: 10px 0;
}
 
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*===========================================*/
/* Main Styles */
/*===========================================*/

#mainContainer {
	clear: both;
	background-color:#FFF;
}

#contentArea {
	width: 972px;
	margin: 0 auto;
	padding: 0;
	background-color:#FFF;
	overflow:hidden;
}

#introTxt, .introTxtCont {
	width:732px;
	padding: 20px 160px;
	text-align:center;
	font-size: 11px;
	color: #231F20;
	line-height: 14px;
}

a:link, a:visited {
	color: #624098;
	text-decoration: none;
}

a:hover {
	color: #624098;
	text-decoration: underline;
}

#introTxt2 {
	width:932px;
	padding: 20px 60px;
	text-align:left;
	font-size: 11px;
	color: #231F20;
	line-height: 14px;
}

#introTxt3 {
	width:832px;
	padding: 20px 110px;
	text-align:center;
	font-size: 11px;
	color: #231F20;
	line-height: 14px;
}

h2#soundSales a{
	width: 280px;
	height: 184px;
	margin: 0 22px 0 44px;
	line-height: 999em;
	background: url(images/sound-sales.jpg) 0 0 no-repeat;
	overflow: hidden;
	display: block;
	float: left;
}

h2#soundSales a:hover {
	background: url(images/sound-sales-over.jpg) 0 0 no-repeat;
}

h2#lightingSales a{
	width: 280px;
	height: 184px;
	margin: 0 22px;
	line-height: 999em;
	background: url(images/lighting-sales.jpg) 0 0 no-repeat;
	overflow: hidden;
	display: block;
	float: left;
}

h2#lightingSales a:hover {
	background: url(images/lighting-sales-over.jpg) 0 0 no-repeat;
}

h2#visionSales a{
	width: 280px;
	height: 184px;
	margin: 0 0 0 22px;
	line-height: 999em;
	background: url(images/vision-sales.jpg) 0 0 no-repeat;
	overflow: hidden;
	display: block;
	float: left;
}

h2#visionSales a:hover {
	background: url(images/vision-sales-over.jpg) 0 0 no-repeat;
}

h2#spares a{
	width: 280px;
	height: 184px;
	margin: 10px 22px 20px 44px;
	line-height: 999em;
	background: url(images/spares.jpg) 0 0 no-repeat;
	overflow: hidden;
	display: block;
	float: left;
}

h2#spares a:hover {
	background: url(images/spares-over.jpg) 0 0 no-repeat;
}

h2#equipmentHire a{
	width: 280px;
	height: 184px;
	margin: 10 0 20px 22px;
	line-height: 999em;
	background: url(images/equipment-hire.jpg) 0 0 no-repeat;
	overflow: hidden;
	display: block;
	float: left;
}

h2#equipmentHire a:hover {
	background: url(images/equipment-hire-over.jpg) 0 0 no-repeat;
}

h2#customProjects a{
	width: 280px;
	height: 184px;
	margin: 10px 0 20px 22px;
	line-height: 999em;
	background: url(images/custom-projects.jpg) 0 0 no-repeat;
	overflow: hidden;
	display: block;
	float: left;
}

h2#customProjects a:hover {
	background: url(images/custom-projects-over.jpg) 0 0 no-repeat;
}

/*===========================================*/
/* Booking Enquiry Form Styles */
/*===========================================*/
#pdetails {
	width: 425px;
	float: left;
	margin: 0 20px 15px 0;
}

#bdetails {
	width: 425px;
	float: left;
}

#pdetails label, #bdetails label{
	display: block;
	padding: 8px 0;
	margin: 0;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #C1C2D7;
	height: 24px;
	width: 420px;
}

#pdetails label.topitem, #bdetails label.topitem {
	border-top: 1px solid #C1C2D7;
}

#pdetails label.bottomitem, #bdetails label.bottomitem {
	border: 0;
	padding: 8px 0 0 0;
}

#pdetails label input, #pdetails label textarea, #pdetails label select, #bdetails label input, #bdetails label textarea, #bdetails label select {
	width: 180px;
	margin-right: 10px;
	float: right;
}

#pdetails label span, #bdetails label span {
	float: left;
	padding: 3px 0 0 8px;
}

/*===========================================*/
/* Footer Styles */
/*===========================================*/

#footer {
	clear: both;
	height: 50px;
	margin: 0;
	padding: 30px;
	background: url(images/footer-bg.gif) 0 0 repeat-x;
	font-size: 11px;
	color: #999;
}

#footer p {
	width: 994px;
	margin: 0 auto;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #999;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff;
}

