html{
	height: 100%;
}

body{

	background: #111111;
	height: 100%;
	font-family: Arial, "MS Trebuchet", sans-serif;
}


#container{
	background:#000000;
	overflow:hidden;	
}


#header{
	background: url(../../assets/images/header_960.jpg) no-repeat #000000;
	height: 185px;
	position: relative;
}



#mainContent{
	color:white;

}

#sidebar{
	background:url(../../assets/images/itemSeperatior.jpg) right repeat-y black;
	color:#cccccc;

}

#sidebar p{
	font-size:.8em;
	line-height:20px;
	margin-left:10px;
}

#sidebar .info{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

#sidebar label{
	font-size:.7em;
}

#sidebar .test{
	font-size:.5em;
	color:green;
	padding:0;
	margin:0;
}



#footer{
	color:#ffffff;
	width:960px;
	margin:0 auto;
	height:25px;
	background:#000000;
	text-align:center;

}

.pageTitle{
	
	font-size:20px;
	font-weight:bold;
	color:#999999;
}

/*nav BELOW -----------------------------------------------*/

#nav{
	position: absolute;
	bottom: 46px;
	left: 252px;
}


.navList{
	margin:0;
	padding:0;
}

.navList li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	letter-spacing:.5px;
	
}

.navList a{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999999;
	text-decoration:none;
	text-transform: uppercase
	
}

.navList a:hover{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;

	color:#CCCCCC;
	text-decoration:none;
}


/*end nav-------------

/*---- form below===*/
input{
	font-family: Arial, "MS Trebuchet", sans-serif;
}
input[type=text],textarea{
	display:block;
	margin:0 0 1em 0;
	padding:.5em;
	width:185px;
	border:none;
	background:#CCCCCC;
	
}

input[type=submit]{
	display:block;
	border:none;	
	padding:.5em;
	
	text-align:right;
}

/*===end form ------------*/
/*=== toggle btns on SERVICE PAGE alos hide initial divs ===*/

#flatPanelInfo,#wholeHouseInfo,#securityCamInfo{
	display:none;
}




#btnsInfo a:link,#btnsInfo a:visited {
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	display:block;
	background-color:#222222;
	padding:5px;
	width:150px;
	height:35px;
	color:#999999;
}

#btnsInfo a:hover, #btnsInfo a:active{
	background-color:#333333;
}

#btnsInfo #homeTheaterInfo a {

	display:block;
	background-color:black;
	font-size:1.2em;
	padding:0px;
	width:250px;
	height:20px;
	
}


.serviceCopy{
	font-size:12px;
	line-height:20px;
	color:#ffffff;

}

#aboutUs{
	margin-right:60px;
}



/*=== on DIY Page elements ===*/

.imgHolder{
	width:245px;
	overflow:hidden;

	position:relative;

}

.imgHolder img{
	position:relative;
}

.mountDescrip{
	width:245px;
	height:100%;
	line-height:30px;
	font-size:14px;
	font-style:italic;
	color:#999999;
	padding:5px;
	border-right:#080808 thin solid;
	
}

.mountTitle{
	vertical-align:middle;
	padding-left: 5px;
	padding-top: 5px;
	font-size:16px;
	background-color:#080808;
}

.prod_table{
	border:#080808 thin solid;
	}

/*========= pic gallery==============*/
		#gallery{
			width:530px;

		}
		#gallery ul { 

		list-style: none;
		margin:0;
		padding:0;


		 }
		#gallery ul li { display: inline; }
		#gallery ul img {
			border: 5px solid #3e3e3e;
			border-width: 5px 5px 5px;
			margin:5px;
		}
		#gallery ul a:hover img {
			border: 5px solid #fff;
			border-width: 5px 5px 5px;
			color: #fff;
		}
		#gallery ul a:hover { color: #fff; }
		
		
		.gallery_table td{
			width:250px;
			text-align:center;
		}
		
		.gallery_table td a{
			font-size: .7em;
			color:#383838;
		}
		

	/* end pic gallery*/
	
#testamonial{
	font-size:.8em;
	border-bottom:dashed thin #999999;
	padding-top:10px;
	width:650px;
	line-height:20px;
}

/*===misc ===*/

.clear{
	
	clear:both;
}