﻿/* Interior page styles -----------------------------------------------------------------------------
   Replace Homepage styles --------------------------------------------------------------------- */v

#container, #main, #side, #footer, #contents, #header, ul#nav, h2#page-title{
	background: transparent;
	color: #000;
	border: none;
}
h1{
	padding: 0;
}

/* Begin Stylesheet ------------------------------------------------------------------------------ */
#container{
	background: url(../../images/int-side-bg1.jpg) no-repeat #FFF;

}

/* Header ---------------------------------------------------------------------------------------- */
#header{
	padding-top: 0px;
}
h1 a{
	background-image: url(../../images/glaenzerbanner2.jpg);
	background-position: top right;
	height: 190px;
	margin-right: 5px;
}
#header h2{
	border-top: 3px solid #666;
	border-bottom: 3px solid #666;
	font-size: 130%;
	text-align: left;
	background: #FFF;
	color: #FFF;
	padding: 3px 0;
}
#header h2 strong{
	padding: 3px 0;
	margin: -3px 0;
	background: #000;
	color: #fff;
	display: block;
	float: left;
	width: 184px;
	text-align: center;
	margin-right: 20px;
}
h2#page-title{
	text-align: left;
	padding: 0;
}

/* Sidebar --------------------------------------------------------------------------------------- */
#side{
	width: 185px;
}

/* Navigation --------------------------------------------------------------------------------------- */
ul#nav{
	padding-top: 5px;
	margin-top: 0;
	padding-left: 20px;
}
ul#nav li{
	float: left;
	clear: left;
}
ul#nav li a{
	width: 125px;
}
#services ul#nav li.services a, #about ul#nav li.about a, #contact ul#nav li.contact a, #projects ul#nav li.projects a, #staff ul#nav li.staff a{
	background-position: 0 -31px;
}

/* Page Contents ------------------------------------------------------------------------------------------ */
#contents p{
	margin: 1em 0;
}
#about #contents, #contact #contents{
	background: url(../../images/int-contents-bg.gif) no-repeat 50% 55px !important;
}
#contents{
	margin: 0px 0px 0px 40px;
	width: 485px;
}
#contents h2#page-title{
	font-size: 200%;
}
#contents h3.commercial, #contents h3.industrial, #contents h3.residential, #contents h3.cabling, #contents h3.service{
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 10px 10px;
	font-size: 18pt;
	color: #fff;
	text-align: center;
	font-weight: bold;
	clear: left;
	border-top: 3px solid #999;
	border-bottom: 3px solid #999;
	margin: 0.5em 0;
}

#contents h3.commercial{
	background-image: url(../../images/h3-commercial-bg.jpg);
}
#contents h3.industrial{
	background-image: url(../../images/h3-industrial-bg.jpg);
}
#contents h3.residential{
	background-image: url(../../images/h3-residential-bg.jpg);
}
#contents h3.cabling{
	background-image: url(../../images/h3-cabling-bg.jpg);
}
#contents h3.service{
	background-image: url(../../images/h3-service-bg.jpg);
}
#contents ul.services{
	width: 40%;
	float: left;
	margin-top: 0;
	margin-left: 10px;
	padding-left: 1.5em;
}
#projects #contents img{
	margin: 0 9px 10px 0;
	height: 75px;
}

div.staff{
	float: left;
	clear: left;
	border: 1px solid #000;
	margin-bottom: 5px;
	margin-left: 10px;
	display: inline;
	width: 720px;
	padding: 5px;
}
div.staff .pic{
	text-align: center;
	font-style: italic;
	vertical-align: top;
	width: 170px;
	float: left;
	display: inline;
}
div.staff .pic img, #staff #staffpic{
	margin-bottom: 5px;
	border: 5px solid #000;
	border-left: none;
	border-top: none;
}
div.staff .bio{
	margin: 0px 5px 0px 10px;
	width: 530px;
	float: left;
	display: inline;
}
div.staff .bio p{
	margin-top: 0;
}

#contact #contents address{
	font-style: normal;
	/*background: url(../../images/contact-address-bg.jpg) 20px 0px no-repeat;
	padding-left: 220px;*/
	margin-top: 1em; 
	text-align: center;
}


/* Footer ------------------------------------------------------------------------------------------ */
#footer{
	margin-left: 184px;
}
#services #footer a.services, #about #footer a.about, #contact #footer a.contact, #projects #footer a.projects, #staff #footer a.staff{
	text-decoration: none;
	color: #333;
}
