
@charset "utf-8";
body {
	margin-top: 0px;
	background-color: #FFFFFF;
}
/*Misc styling*/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #9200e3;
	padding: 0px;
	margin: 0px;
	display: inline;
}

h1 {
	font-size:18px;
}

h2 {
	font-size: 20px;
	display: block;
}
h3 {
	font-size: 14px;
	display: block;
}
h4 {
	font-size: 24px;
	display: block;
	color:#33FF00;
	
}
h5 {
	font-size: 28px;
	display: block;
}

h6 {
	font-size:16px;
	display:block;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-right: 10px;
	padding-top: 20px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}


.left-article p {
	padding-bottom: 10px;
}
.clear {
	clear: both;
}

.bullet
	{
	list-style-type:disc;
	padding:20px 0px 20px 50px;	
	
	}
/*End of misc styling*/

.pagetitle {
	background-image: url(../images/topbar2.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 832px;
	padding:8px 8px 8px 16px;
	
}

/*Wrapper*/

#wrapper_home {
	width: 1024px;
	background-image:url(../images/bgbody_home.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding-top: 64px;
}

#wrapper_subpage {
	width: 1024px;
	background-image:url(../images/bgbody_subpage.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding-top: 64px;
}
/*Topbar*/

#topbar {
	background-image: url(../images/topbar.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 1024px;

	
	
}

#logo {
	position:absolute;
	top:1px;
	float:left;
	width:334px;
	height:203px;}


#wrapper #topbar .logo{
	float: left;
	padding: 30px 0 0 80px;
}
/*Menu*/

/*End of menu*/

/*End of topbar*/

/*Featured Item*/
.new {
	position: absolute;
	top: -3px;
	right: 0px;
}

#slider #featureditem1 .itemdescription span, #slider #featureditem2 .itemdescription span, #slider #featureditem3 .itemdescription span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b9b9b9;
	padding-left: 10px;
}
#slider #featureditem1 .itemdescription, #slider #featureditem2 .itemdescription, #slider #featureditem3 .itemdescription {
	background-image: url(../images/itemdescription.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 825px;
	position:relative;
	top: 323px;
	padding: 16px 55px 0 60px;
}
#featureditem1 {
	background-image: url(../images/ssl.jpg); //was control_room2.png
	background-repeat: no-repeat;
	height: 380px;
	width: 940px;
	margin-top: 30px;
}
#featureditem2 {
	background-image: url(../images/control_room_1.png);
	background-repeat: no-repeat;
	height: 380px;
	width: 940px;
	margin-top: 30px;
}
#featureditem3 {
	background-image: url(../images/featured3.png);
	background-repeat: no-repeat;
	height: 380px;
	width: 940px;
	margin-top: 30px;
}
#slider {
	height: 380px;
	width: 940px;
	overflow: hidden;
	padding-bottom: 30px;
}
/*End of featured item*/

/*Category*/


#categorywrap {
	margin: 15px 0 30px 0;
	padding: 15px 0px 30px 0px;
}

.category {
	float: left;
	width: 300px;
}
.category-middle {
	float: left;
	width: 300px;
	margin: 0 20px 0 20px;
}
.category .header {
	text-decoration: none;
}
#categorywrap a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #d56528;
	padding-left: 5px;
	margin-bottom: 10px;
	margin: 0px;
	display: inline;
	text-decoration: none;
}

#categorywrap .view-all {
	background-repeat: no-repeat;
	height: 39px;
	width: 309px;
	position: relative;
	top: 80px;
	left: 5px;
	
}
#categorywrap .view-all a{
	display: block;
	height: 39px;
	width: 300px;
	line-height: 38px;
	text-align: center;
	padding: 0px;
	color:#FFF;
}
#categorywrap .view-all a:hover{
	color:#9200e3;
}
#category-picture1 {
	background-image: url(../images/LiveRoomMic.png); //was LiveRoomMic.png
	background-repeat: no-repeat;
	height: 206px;
	width: 309px;
	margin-top: 30px;
}
#category-picture2 {
	background-image: url(../images/cat2.jpg); //Was Services.png)
	background-repeat: no-repeat;
	height: 206px;
	width: 309px;
	margin-top: 30px;
}
#category-picture3 {
	background-image: url(../images/cat3.png); //was Services.png)
	background-repeat: no-repeat;
	height: 206px;
	width: 309px;
	margin-top: 30px;
}

/*End of category*/

#body_content {
	padding:0 70px 0 15px;}



/*Equipment Page*/

.equipment_list {
	width:auto;
	float: left;
	padding:25px;
	padding-right:100px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	border-left: 1px solid #33FF00;
}

#equipment_container{
	width:1024px;
	height:392px;;}

#equipment_content{
	width:1024px;
	float:left;
	text-align:left;
	padding-top:30px;
	}

#equipment_content h1{
	font-size: 18px;}
	
.equipment_link {
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 4px #666;
	border: 1px solid #9200e3;
	padding: 10px;
	width:110px; height:35px;
	float:right;
	margin-right:100px;
	color:#9200e3;}
	
.equipment_link a{
	color:#9200e3;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;}
	
.equipment_link a: {
	text-decoration:underline;}

/*Control room*/
#control_room_1 {
	background-image: url(../images/cr1.jpg); //was control_room_5.png
	background-repeat: no-repeat;
	height: 380px;
	width: 940px;
	margin-top: 30px;
}

#control_room_2 {
	background-image: url(../images/cr2.jpg); //was control_room_1.png
	background-repeat: no-repeat;
	height: 380px;
	width: 940px;
	margin-top: 30px;
}

#control_room_3 {
	background-image: url(../images/cr3.jpg); //was control_room_3.png
	background-repeat: no-repeat;
	height: 380px;
	width: 940px;
	margin-top: 30px;
}


/*Live room*/
#live_room_1 {
	background-image: url(../images/live_room_4.png);
	background-repeat: no-repeat;
	height: 380px;
	width: 940px;
	margin-top: 30px;
}

#live_room_2 {
	background-image: url(../images/live_room_2.png);
	background-repeat: no-repeat;
	height: 380px;
	width: 940px;
	margin-top: 30px;
}

#live_room_3 {
	background-image: url(../images/live_room_3.png);
	background-repeat: no-repeat;
	height: 380px;
	width: 940px;
	margin-top: 30px;
}
	
/*CLients Page*/


#clients_content {
	width:auto;
	height:auto;
	margin:0 auto;
	padding:100px 100px 0 50px;
	}

#clients_content a{
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	font-size:14px;
	}
		
#clients_content a:hover {
	color:#9200e3;
}
	
.client_list {
	width:auto;
	float: left;
	padding:25px;}
	
	
/*Services Page*/
.ratestable {
	text-align:center;
	float:right;
	position:relative;
	top:120px;
	margin-left:20px;
	margin-bottom:200px;

}

.ratestable h3{
	color:#000000;	
}


.ratestitle {
	padding:8px 8px 0px 4px;
	background-image: url(../images/topbar2.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 273px;
	text-align:center;

	z-index:1;
}

.rateslist {
	width:250px;
	margin-left:5px;
	padding:10px 10px 10px 3px;
	position:relative;
	top:-10px;
	background-color:#DDDDDD;
	border=left:solid 1px #33FF00;
	border=right:solid 1px #33FF00;
	border-bottom:solid 1px #33FF00;

	
}


#services_content {
	width:auto;
	height:auto;
	margin:0 auto;
	padding:100px 100px 0 50px;
	}

#services_content a{
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	font-size:14px;
	}
	
#services_content a:hover {
	color:#33FF00;}
/*Footer*/

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 940px;
	height: 50px;
	margin-bottom: 30px;
	
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #959595;
	text-transform:uppercase;
	margin-top: 30px;
}
#footer .info {
	float:left;
	padding: 17px 0 0 30px;
	
}
#footer .infonav {
	float:right;
	padding: 17px 30px 0 0;
}
#footer a {
	color: #959595;
}
#footer a:hover {
	color: #fff;
}
/*End of footer*/

#introtext {
	margin: 30px 0 30px 0;
	padding: 0 0px 30px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}
#introtext-contact {
	margin: 30px 0 30px 0;
	padding: 0 0px 30px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
	width: 666px;
	float: left;
}
#introtext p {
}
#content img {
	float: left;
	padding: 0 20px 20px 0;
}
#content .right {
	padding-right: 0px;
}
.subcategory {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3b4b7;
	padding-left: 30px;
	float: right;
	width: 200px;
	margin-left: 40px;
}
.subcategory-contact {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3b4b7;
	padding-left: 30px;
	float: right;
	width: 200px;
	margin: 30px 0 0 40px;
	min-height:450px;
}
.subcategory li a {
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.subcategory-contact li a {
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding-left: 2px;
	text-decoration: none;
	padding-top: 10px;
}
.subcategory ul, .subcategory-contact ul {
	margin-top: 10px;
}
.subcategory a:hover, .subcategory-contact a:hover {
	color: #000;
}
.portfolioitem ul li {
	float:left;
	padding: 0 20px 20px 0;
}
.portfolioitem .last {
	padding-right: 0px;
}
.name, .email {
	margin: -10px 0 10px 0;
	background-image: url(../images/inputfield.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #c6c6c6;
	color:#777777;
	padding: 6px;
	width: 222px;
}
textarea {
	margin: -10px 0 10px 0;
	background-image: url(../images/inputfield.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #c6c6c6;
	color:#777777;
	padding: 6px;
}
#googlemaps {
	position:relative;
	float:right;
	padding: 12px 0px 0 0;
}
#contactform {
	width: 666px;
}


label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	color:#000;
	font-weight:bold;
	}
.button {
	background-image: url(../images/submitbutton.png);
	background-repeat:no-repeat;
	width: 74px;
	height: 23px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #d56528;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3e3e3e;
	text-transform:uppercase;
	margin: 10px 0 10px 0;
	padding: 2px 0 2px 0;
}



#blognav, #portfolionav {
	float:right;
}
#blognav ul li {
	float: left;
	margin-left: 5px;
	text-align: center;
	margin-top: 50px;
}
#portfolionav ul li {
	float: left;
	margin-left: 5px;
	text-align: center;
	margin-top: 10px;
}
#blognav ul li a, #portfolionav ul li a {
	display: block;
	width: 44px;
	height: 19px;
	background-image: url(../images/blognav.png);
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	padding-top: 4px;
}



/*Color Palate:::::::

Bright Green = #2DFA2D



*/

/*engineers page*/

.blocktitle {
	padding:8px 8px 8px 16px;
	
	background-image: url(../images/topbar3.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 832px;
}


.biopic {
	float:left;
	margin-right:20px;
	margin-top:4px;
	border:solid 2px #666666;
	position:absolute;
	
	}

.bioblock {
	margin-top:40px;
	margin-bottom:40px;
	margin-left:8px;
	min-height:220px;
	border-bottom:solid 2px #33FF00;	
	padding:2px;
	width:830px;

	}
	
.bioblock p {
	padding-top:2px;
}

.biotext {

	position: relative;
    left: 200px;
    width: 650px;
    padding-bottom:10px;
}

.biotext p {
	 color:#000000;
}


	
.credlist {
	
}

.credlist li {
	list-style-type:none;
	display:inline;}
	
	
.pagebreaker {
	border:solid 2px black;
		
}
	

	
	
/*Testimonials Page*/

.quote {
	border-bottom:solid 2px #33FF00;	
	margin-bottom:10px;
	padding:20px;
	width:800px;
}

.quote p {
	font-size:110%;
	font-weight:bold;
}

.quoteauthor {
	color: #9200e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	float:right;
	padding-top:5px;
}
	
/*Tumblr News Page Styling*/
.tumblr_posts {	
	/*border:solid 1px #9200e3;*/
	padding:20px;
	font-family: Arial, Helvetica, sans-serif;

}


.tumblr_post {
	margin:20px 0px;
	font-size: 16px;
	color:#9200e3;
	display: block;
	border:solid 2px #9200e3;
	padding: 15px 15px;
	min-height:100px;
	color:#000000;
	text-align:justify;

}
.tumblr_title {	
	font-size: 16px;
	color:#9200e3;
	display: block;
	

}
.tumblr_body img {	

}
.read_more_container {
	
}
.read_more_container a {
	
}



.tumblr_quote {	

}
.tumblr_quote p {		

}
.tumblr_source {
	
}



.photogallery {
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
}

/*About Page*/


.aboutpic {
	height:500px;
	width:335px;
	margin:20px;
	border:solid 4px #000000;

}

.abouttext {
	width:450px;
	float:left;	
	padding:0px 10px 10px 10px;
}
/*Paypal Page*/

.paypaltitle {
	padding:10px;	
}


.paypal {
	padding:10px;
	border-left:solid 1px #9200e3;
}

#paypalbuttons div{
	float:left;
	padding:20px;
	margin-top:10px;
}
