@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	;
	min-width:850px;
	font-size: 90%;
	line-height: 1.2em;
	height: 100%;
}


h1 {
	font-size: 24px;
	padding-bottom: 15px;
	line-height: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
}
a {
	text-decoration: none;
	color: #0000FF;
}
.p-padding {
	padding: 0 40px 10px 0;
}
.spec-title {
	font-size: 44px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #003C71;
}


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




img.floatright {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
}
img.floatr-padded {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
	padding-bottom: 20px;
}

img.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
}

#header {
	height: 146px;
	background-image: url(img/web_bg.gif);
	background-repeat: repeat-x;
}
.title {
	width: 875px;
	margin: 0 auto;
	height: 106px;
	background-image: url(img/je-audio.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#navcontrol {
	width: 850px;
	margin: 0 auto;
	height: 29px;
}

ul#nav { background:url(img/nav.gif) }
ul#nav li { float:left; list-style-type:none }
ul#nav li a { height:29px; display:block; text-indent:-9999px; outline:none }

li#navhome a, li#navcompany a, li#navservices a, li#navtestimonials a, li#navcontact a, li#navequip a { background:url(img/nav.gif) }

li#navhome a 									{ background-position:0 0; width:70px; left:0 }
li#navhome a:hover 								{ background-position:0 -29px }
body#pagehome li#navhome a						{ background-position:0 -58px }

li#navcompany a 								{ background-position:-70px 0; width:146px; left:70px }
li#navcompany a:hover 							{ background-position:-70px -29px }
body#pagecompany li#navcompany a				{ background-position:-70px -58px }

li#navservices a 								{ background-position:-216px 0; width:100px; left:216px }
li#navservices a:hover 							{ background-position:-216px -29px }
body#pageservices li#navservices a				{ background-position:-216px -58px }

li#navtestimonials a 							{ background-position:-316px 0; width:109px; left:316px }
li#navtestimonials a:hover 						{ background-position:-316px -29px }
body#pagetestimonials li#navtestimonials a		{ background-position:-316px -58px }

li#navequip a 									{ background-position:-425px 0; width:96px; left:425px }
li#navequip a:hover 							{ background-position:-425px -29px }
body#pageequip li#navequip a					{ background-position:-425px -58px }

li#navcontact a 								{ background-position:-520px 0; width:94px; left:520px }
li#navcontact a:hover 							{ background-position:-520px -29px }
body#pagecontact li#navcontact a				{ background-position:-520px -58px }


#navcap	{
	width:106px;
	background-image: url(img/navcap.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	width: 825px;
	margin: 0 auto;
	padding: 25px;
}
#content li {
	line-height: 1.4em;
	list-style-type: square;
}
#midstretch {
	background:url(img/midstretch.gif);
	height:316px;
	width: 100%;
	clear: both;
}
#bluebox {
	width: 890px;
	height: 316px;
	background-image: url(img/bluebox.jpg);
	margin: 0 auto;
}
#bluebox  h2 {
	color: #FFFFFF;
	padding: 5px;
}
#bluebox h3 {
	color: #FFFFFF;
	padding: 5px;
}

#bluebox .inside {
	padding: 20px 60px 20px 210px;
	margin: 3px 10px;
	height: 260px;
}
.equipbox {
	background-image: url(img/eq_box.gif);
	background-repeat: no-repeat;
	float: left;
	width: 180px;
	height: 160px;
	margin: 5px 5px;
}
.equipbox p {
	margin: 10px;
	font-size: 9px;
	letter-spacing: 1px;
}
#btmcontent {
	width: 825px;
	margin: 0 auto;
	padding: 10px 25px;
	clear: both;
}
#img_hr {
	width: 100%;
	background-image: url(img/img_hr.gif);
	background-repeat: repeat-x;
	height: 19px;
	clear: both;
}
#footer {
	width: 825px;
	margin: 0 auto;
	padding: 10px 25px;
	clear: both;
}
#footer_bg {


}
#eqtable {
	width: 500px;
}
#equipmenttable {
	text-align: left;
}
#servicetab {
	width: 250px;
	float: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 80px;
}


.bluetitle {
	font-size: 16px;
	color: #333333;
	margin-bottom: 3px;
	font-weight: bold;
}

.darkblue {
	color: #003C71;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	padding-bottom: 10px;
}
.darktitle {
	font-size: 16px;
	font-weight: bold;
	color: #202020;
	margin-bottom: 10px;
	margin-top: 3px;
}

.bluebar {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 40px;
	background-image: url(img/bluetab.gif);
}
.paddingleft {
	padding-left: 50px;
}
.listbold {
	font-size: 14px;
	color: #666666;
	padding: 10px;
}





.one {
	background-color: #FFFFFF;
	text-align: left;
}


.two {
	background-color: #CCCCCC;
	text-align: left;
}
.prices {
	text-align: right;
	font-size: 16px;
}
.blurb {
	background-color: #E0E9ED;
	background-image: url(img/blurb_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
.blurb p {
	padding: 15px;
	color: #5D5D5D;
}
.contacttab {
	background-color: #0081BF;
	background-image: url(img/contact-tab-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 410px;
}
.contacttab p {
	padding: 15px;
	line-height: 25px;
	color: #FFFFFF;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#contactleft {
	width: 350px;
	padding: 10px;
}
#contactright {
	width: 410px;
	float: right;
}
