body {
	background: #000 url(images/background.jpg) repeat-x;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	color: #000;
}

/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: .8em;
	line-height: 1.2ems;
}
h1 {
	font-size:22px;
		border-bottom:1px solid #082161;
		color:#082161;
	}
h2 {
	font-size: bold .9ems;
	}
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
	color:#fff;
	position:relative;
	width:80%;
margin-top:20px;
line-height:15px;
float:right;
    }
	
	
a:link {
}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#logo {width: 100%;
height:156px;
	margin: 0px auto;
		background:#ccc url(images/logo.jpg) no-repeat;
}


/* ----------------- Container----------------- */


div#container {
	width: 876px;
	margin: 0px auto;

}

/* ----------------- header----------------- */

div#header {
	width:876px;
	height:211px;
	clear:both;
	margin:0px;
	padding:0px;
	float:left;
}


div#flash {
		float:left;
		height:211px;
		width:652px;
		position:relative;

		
}


/* ----------------- VERTICAL NAVIGATION ----------------- */
div#nav {
	float:left;
	width:221px;
	}
	
	ul#mainnav {
	width:221px;
	float:left;
	padding:0px;
	margin:0px;
	
	}
	
	ul#mainnav li {
	list-style-type:none;
	
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	text-decoration:none;
	display:block;
	margin-left:auto;
	margin-right:0px;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color:#fff;
	}
	
	ul#mainnav a#off{
	border:none;
	}
	
	
	/*Glowing Buttons*/
	a#home{
	width:220px;
	height:23px;
	background:transparent url(images/home-button.jpg) no-repeat ;
	}
	a:hover#home, a#home.current	{
	background:transparent url(images/home-button-active.jpg) no-repeat;
	}
	/*About Us*/
	a#about{
	width:220px;
	height:23px;
	background:transparent url(images/about-us-button.jpg) no-repeat;
	}
	a:hover#about,  a#about.current {
	background:transparent url(images/about-us-active.jpg) no-repeat;
	}
	/*Industrial*/
	a#industrial{
	width:220px;
	height:23px;
	background:transparent url(images/industrial-button.jpg);
	}
	a:hover#industrial, a#industrial.current {
	background:transparent url(images/industrial-button-active.jpg);
	}
	/*Commercial*/
	a#commercial{
	width:220px;
	height:23px;
	background:transparent url(images/commerical-button.jpg);
	}
	a:hover#commercial, a#commercial.current{
	background:transparent url(images/commerical-button-active.jpg);
	}
	/*Low Voltage*/
	a#low{
	width:220px;
	height:23px;
	background:transparent url(images/low-voltage-button.jpg);
	}
	a:hover#low, a#low.current{
	background:transparent url(images/low-voltage-active.jpg);
	}
	/*Contact Us*/
	a#contact{
	width:220px;
	height:23px;
	background:transparent url(images/contact-us-button.jpg);
	}
	a:hover#contact, a#contact.current{
	background:transparent url(images/contact-us-active.jpg);
	}
	/*Brochure*/
	a#brochure{
	width:220px;
	height:23px;
	background:transparent url(images/brochure-button.jpg);
	}
	a:hover#brochure, a#brochure.current {
	background:transparent url(images/brochure-button-active.jpg);
	}
	/*Folder*/
	a#folder{
	width:220px;
	height:23px;
	background:transparent url(images/folder-button.jpg);
	}
	a:hover#folder, a#folder.current {
	background:transparent url(images/folder-button-active.jpg);
	}
	/*Referral Program*/
	a#referral{
	width:220px;
	height:23px;
	background:transparent url(images/referral-program-button.jpg);
	}
	a:hover#referral, a#referral.current{
	background:transparent url(images/referral-program-active.jpg);
	}
	
/* ----------------- Content Copy and Photos ----------------- */

div#topper{
	width:100%;
	height:31px;
	background:transparent url(images/topper.jpg) no-repeat;
	clear:both;
}

div#content {
	width:100%;
	height:auto;
	background:transparent url(images/content-bg.jpg) repeat-y;
	clear:both;
}



div#copy {
	width:550px;
	height:100%;
	float:right;
	padding:30px 0px 40px 0px;
	position:relative;
	right:50px;
}

div#copy strong {font-size:12px;}

div#copy a{text-decoration:underline;}
div#copy a:hover{text-decoration:none;}

div#copy p#italic{
text-align:center;
font-size:10px;

}
div#copy p#apply{font-size:11px;}
div#copy ul#small{
font-size:11px;
}

#hide{display:none;}

/*Used for vendors on about us page*/
#vendors{
	width:100%;
	height:100px;
}

#vendors a{float:left;}


#vendors a img{border:none;}

#vendors p{margin-top:10px;
clear:both;}

#caption{float:right;
	width:300px;
	height:235px;
	margin-bottom:20px;
}

#caption p{
text-align:center;
font-size:10px;
}
.clear{clear:both;}

iframe#about{margin-top:-140px;}
/* ----------------- sidebar ----------------- */

div#sidebar {
	float:left;
	width:220px;
	height:100%;

}



div#sidebar strong{
	color:#fff;
	font-size:11px;}


div#sidebar a:link{color:#fff;
text-decoration:underline;
font-size:11px;
}

div#sidebar a:hover{color:#fff;
text-decoration:none;}


div#sidebar a#bbb{color:#fff;
font-size:11px;
margin-top:5px;

}

div#sidebar img{
	margin:10px 0px;

}

div#sidebar a img{
	border:none;

}
div#sidebar p{
	color:#ccc;
	font-size:10px;
	display:inline;
	text-transform:uppercase;
	position:relative;
	}

#clear-content{clear:both;}


/* ----------------- footer ----------------- */

/* ----------------------------  Utility  ----------------------------  */

div#footer {
		width: 876px;
		height:140px;
		margin: 0px auto;
		background:transparent url(images/footer.jpg) no-repeat;
		text-align:left;

}


div#utility {
	width: 100%;
	text-align:center;
	height:30px;
	position:relative;
	top:30px;
	}
	ul#utilitynav {
	width: 95%;
	margin: 0px auto;
	text-align:center;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	margin: 0px auto;
	padding: 0px;
	text-align:center;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	float:left;
	disply:block;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	border-right: 1px none #000;
	color:#000;
	font-weight:bold;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	}
/*Used to clear footer floats*/
div#clear-footer{clear:both;}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height:50px;
	color:#000;
	position:relative;
	left:12px;
	text-align:left;
	top:10px;

	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color:#000;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	
	div#owner {
		width: 95%;
		height:20px;
		clear:both;
		position:relative;
		top:25px;
		right:-45px;
		
}

div#owner a {
font-size:11px;
text-decoration:none;
float:right;
padding-right:10px;
background: transparent url(images/owner.gif) no-repeat;
width:125px;
height:50px;

}

div#owner a:hover {
background: transparent url(images/owner-hover.gif) no-repeat;

}

div#owner a img{border:none;}





/* ----------------- CUSTOM CLASSES ----------------- */
.clear{clear:both;}
/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 0px 15px;
	border: solid 1px #ccc;
}
div.column {
}div#sidebar a:visited {
	color:#fff;
	text-decoration:none;
}
