@charset "utf-8";
body#home  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

body   {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/bgc.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
} 

a:link {
	color: #ffcc00;
	text-decoration: underline;
}
a:visited {
	color: #ffcc00;
	text-decoration: underline;
}  
a:hover {
	color: #ffff99;
	text-decoration: underline;
}

a.wlink:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #CCCCCC;
text-decoration: underline;
font-size: 10px;
}

a.wlink:visited {
	color: #CCCCCC;
	text-decoration: underline;

}  
a.wlink:hover {
	color: #ffe400;
	text-decoration: underline;
}


#container  {
	width: 975px;
	margin: 0 auto;
	text-align: left; 
}
#header  {
	background: #173b63;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

#childHeader  {
	background: #173b63;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#childHeader2 {
	background: #660000;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#topNavContainer  {
	background: #173b63;
	padding: 5px 10px 0px 20px;
	text-align: center;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	background: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#childContent  {
	margin-left: 200px;
	width: 500px;
}

#mainContent2  {
	padding: 0 10px;
	background-color: 661900;
}
#footer    {
	margin: 0;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 187px;
	font-size: 10px;
	text-align: center;
}
 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#leftColumn {
	float: left;
	width: 380px;
	padding-left: 30px;
	padding-top: 10px;
}
#rightColumn {
	float: left;
	width: 380px;
	padding-left: 140px;
	padding-top: 10px;
}
#rightChildColumn {
	width: 230px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 10px;
	float: right;
}

/*top Nav */
#topNav {
	width: 500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:500;
	text-align: center;
	display:inline;
	letter-spacing: 1pt;
	
}
#topNav li {
    list-style:none;
    display:inline;
}
#topNav a {
	
	color:#fff;
	text-decoration:none;
	margin-top: 3;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#topNav a:hover { 
    color:#ffcb13;
}
#topNav a:active {
    color:#ffcb13;
}

/* end top nav */

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1  {
	float: left;
	width: 160px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 0px;
}

/* LEFT NAV */
ul#LeftNav {
	list-style:none;
	margin:0px;
	padding:0;
	width:168px
}

ul#LeftNav li a {
	text-decoration:none;
	display:block;
	color:#FFFFFF;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #330000;
	margin-top: 6px;
}

ul#LeftNav li a:hover {
	color:#386993;
	background-repeat: no-repeat;
	background-color: #ff9933;
}

body#ProductionServices li#ProductionServices a 	{color:#99ccff;}
body#DesignInstallation li#DesignInstallation a 	{color:#99ccff;}
body#ContactUs li#ContactUs a 	{color:#99ccff;} 
body#AboutUs li#AboutUs a 	{color:#99ccff;} 
body#Sales li#Sales a 	{color:#99ccff;} 

body#EventProduction li#EventProduction a 	{color:#000000; background-color: #99ccff;}
body#EquipmentRental li#EquipmentRental a 	{color:#000000; background-color: #99ccff;}
body#SoundProduction li#SoundProduction a 	{color:#000000; background-color: #99ccff;}
body#LightingProduction li#LightingProduction a 	{color:#000000; background-color: #99ccff;}
body#VideoProduction li#VideoProduction a 	{color:#000000; background-color: #99ccff;}
body#ProductionStaff li#ProductionStaff a 	{color:#000000; background-color: #99ccff;}
body#EventGalleries li#EventGalleries a 	{color:#000000; background-color: #99ccff;}
body#Projects li#Projects a 				{color:#000000; background-color: #99ccff;}

body#SystemDesign li#SystemDesign a 	{color:#000000; background-color: #99ccff;}
body#SystemsIntegration li#SystemsIntegration a 	{color:#000000; background-color: #99ccff;}
body#AdvancedDesign li#AdvancedDesign a 	{color:#000000; background-color: #99ccff;}
body#InstallationServices li#InstallationServices a 	{color:#000000; background-color: #99ccff;}
body#Manufacturers li#Manufacturers a 	{color:#000000; background-color: #99ccff;}
body#DesignInstallStaff li#DesignInstallStaff a 	{color:#000000; background-color: #99ccff;}
body#InstallationGalleries li#InstallationGalleries a 	{color:#000000; background-color: #99ccff;}
body#ProductionContacts li#ProductionContacts  a 	{color:#000000; background-color: #99ccff;}
body#DesignContacts li#DesignContacts  a 	{color:#000000; background-color: #99ccff;}
body#History li#History  a 	{color:#000000; background-color: #99ccff;}
body#WorkDone li#WorkDone  a 	{color:#000000; background-color: #99ccff;}
body#Employment li#Employment a 	{color:#000000; background-color: #99ccff;}
body#Links li#Links a 	{color:#000000; background-color: #99ccff;}

body#Email li#Email  a 	{color:#000000; background-color: #99ccff;}
body#Address li#Address  a 	{color:#000000; background-color: #99ccff;}
body#DesignInstallStaff { background-image: url(../images/bgc2.gif);}
body#SystemDesign  	{background-image: url(../images/bgc2.gif);}
body#SystemsIntegration {background-image: url(../images/bgc2.gif);}
body#AdvancedDesign {background-image: url(../images/bgc2.gif);}
body#InstallationServices {background-image: url(../images/bgc2.gif);}
body#Manufacturers {background-image: url(../images/bgc2.gif);}
body#InstallationGalleries {background-image: url(../images/bgc2.gif);}
body#DesignInstallation {background-image: url(../images/bgc2.gif);}
body#ContactUs {background-image: url(../images/bgc3.gif);}





.logopad {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.HDR {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: lighter;
	letter-spacing: 2px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 20px;

}




#headerRight {
	width: 685px;
	float: right;
	text-align: center;
	height: 70px;
}
#largePhotoContainer {

	margin-left: 187px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#photoGallery
{
	margin: 0px 0px 0px 186px;
}

#childHeaderContact {
	background: #330033;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	text-transform: uppercase;
}
/*------------------Product Image Hover */


.prodImage{
position: relative;
z-index: 0;
}

.prodImage:hover{
background-color: transparent;
z-index: 50;
}

.prodImage span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 1px;
left: -20px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.prodImage span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.prodImage:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 50px; /*position where enlarged image should offset horizontally */

}

/* Updates for new logo and positioning */

#headerRightIndex {
	width: 400px;
	position:relative;
	left:300px;
	text-align: center;
	height: 107px;
	padding: 20px 0px 20px 0px;
}

#headerIndex  {
	background: #173b63;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 137px;
}

