@charset "utf-8";
/* CSS Document */


 
body  {
	text-align: center;
	margin-top: 0px;
	background-color: #000;
	background-repeat:repeat;
	background-attachment:fixed;
	height:100%;
}
	

#container {
	position: relative;
	width: 950px;
	height:100%; 
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

/* Wrapper for the Header*/

#header {
	font-family: BankGothic Md BT, Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: left;
	font-weight:normal;
	display:block;		
}


#headercontent {
	float:left;
}


#headeraddress {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
}

#headercontact {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
    text-align: right;
	clear:right;
	line-height:1.12;
	margin-bottom: 5px;
	
}

#headercontact a:link {color: #FFF;text-decoration: none;}
#headercontact a:visited {color: #FFF;text-decoration: none;}
#headercontact a:hover, #headercontact a:focus {color: #06C;text-decoration: none;}
#headercontact a:active {color: #F60;text-decoration: none;}

#contentwrapper {
	clear:both;
	border-style:solid;
    border-width:5px;
	border-color:#666;
	background:#FFF;
	margin:0;
	padding:0;
	display: inline-block;
	height:100%;

}


#nav {
	width:940px;
	background:#006;
	margin:0;
	padding:0;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
    background-image:url(/css/img/menubar.gif);
	
}

#nav li {
	display:inline;
	margin:0;
	padding:0;
    
	}
	
#nav a {
	float:left;
	width:auto;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-decoration: none;
	padding:10px 34px 10px 34px;
}
	
#nav a:link, #nav a:visited {color: #FFF;}

#nav a:hover, #nav a:focus {color: #FFF; background-image:url(/css/img/menubarhover.gif);}

	#home #nav-home a,
	#services #nav-services a,
	#liveevents #nav-services a,
	#videoproduction #nav-services a,
	#crew #nav-services a,
	#installations #nav-services a,
	#showreel #nav-showreel a,
	#testimonials #nav-testimonials a,
	#contact #nav-contact a {
		background:#06C;
		color:#fff;
		background-image:url(/css/img/menubarhover.gif);
}
	
	#home #nav-home a:hover,
	#services #nav-services a:hover,
	#liveevents #nav-services a:hover,
	#videoproduction #nav-services a:hover,
	#crew #nav-services a:hover,
	#installations #nav-services a:hover,
	#showreel #nav-showreel a:hover,
	#testimonials #nav-testimonials a:hover,
	#contact #nav-contact a:hover
	 {
		background:#06C; background-image:url(/css/img/menubarhover.gif);
	}

#nav a:active {color: #FFF; background:#F60; background-image:url(/css/img/menubaractive.gif);}
	

#servnav {
	width:240px;
	height:100%;
	background:#006;
	background-image: url(/css/img/sidebar.gif);
	margin:0;
	padding:0;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
}

#servnav li {
	display:inline;
	margin:0;
	padding:0;
}
	
#servnav a {
	
	float:left;
	width:190px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	text-decoration: none;
	padding:10px 25px 10px 25px;

}
	
#servnav a:link, #servnav a:visited {color: #FFF; background:#006;}

#servnav a:hover, #servnav a:focus {color: #FFF; background:#06C; background-image:url(/css/img/menubarhover.gif);}

	#services #servnav-services a,
	#liveevents #servnav-liveevents a,
	#videoproduction #servnav-videoproduction a,
	#crew #servnav-crew a,
	#installations #servnav-installations a {
		background:#06C; 
		background-image:url(/css/img/menubarhover.gif);
		color:#fff;
}
	#services #servnav-services a:hover,
	#liveevents #servnav-liveevents a:hover,
	#videoproduction #servnav-videoproduction a:hover,
	#crew #servnav-crew a:hover,
	#installations #servnav-installations a:hover
	 {
		background:#06C; background-image:url(/css/img/menubarhover.gif);
}

#servnav a:active {color: #FFF; background:#F60; background-image:url(/css/img/menubaractive.gif);}


#banner {
	height:150px;
	background-image: url(/css/img/banner.jpg);
	background-position:bottom;
	border-bottom-style:solid;
    border-bottom-width:3px;
	border-bottom-color:#666;
}
	
#content {
	height:100%;
	overflow:hidden;
	position:relative;
	background-image: url(/css/img/sidebar.gif);
	background-repeat:repeat-y;
}

/*This is the main content when no side bars are used*/
#Ccontent {
	background:#FFF;
	padding: 10px 15px 10px 15px;
}

/*This is the content if a right side bar is used*/
#Lcontent {
	background:#FFF;
	margin: 0;
	padding:10px 15px 10px 15px;
	float:left;
	clear:left;
	width:550px;
	height:100%;
	display:inline;
	position:relative;
	overflow:hidden;
}

/*This is the right sidebar*/
#Rsidebar {
	float:right;
	clear:right;
	background:#FFF;
	width:340px;
	padding: 10px 10px 10px 10px;
	display:inline;
	position:relative;
	overflow:hidden;
	text-align:center;
}

#Rcontent {
	background:#FFF;
	margin: 0;
	padding:10px 15px 10px 15px;
	float:right;
	clear:right;
	width:670px;
	height:100%;
	display:inline;
	position:relative;
	overflow:hidden;
}

#Lsidebar {
	float:left;
	clear:left;
	background:#006;
	width:240px;
	height:100%;
	padding: 0;
	display:inline;
	position:relative;
	text-align:left;
}

#footer {
   clear:both;
   font-family:Verdana, Geneva, sans-serif;
   font-size:0.75em;
   color: #FFF;
   text-align:center;
   line-height:1.5;
   padding:5px 0 0 0;
}
   
#footer a:link {color: #FFF;}
#footer a:visited {color: #FFF;}
#footer a:hover, #footer a:focus {color: #06C;}
#footer a:active {color: #F60;}


#contactdetails {
	font-weight:600;
}

.clients {
	
	width:320px;
	padding:10px 10px 10px 10px;
	margin:10px auto 10px auto;
	border-style:solid;
    border-width:2px;
	border-color:#666;
	font-weight:bold;
	text-align:center;
}
	
.clients img {
	display:block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:10px 10px 10px 10px;
	border-style: none;
}


.testimonial {
	font-style:italic;
	font-weight:600;
	padding: 2px 10px 2px 10px;
	margin:20px auto 20px auto;
	width:750px;
	border-style:solid;
    border-width:2px;
	border-color:#666;
}
	
.testimonial img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:10px 10px 10px 10px;
	border-style: none;	
}

#gallery {
	
	padding: 2px 10px 2px 10px;
	margin:20px auto 20px auto;
	width:629px;
	border-style:solid;
    border-width:0px;
	border-color:#666;
}
	
#gallery img {
	
	float:left;
	width:160px;
	margin:10px;
	padding:10px 10px 10px 10px;
	border-style:solid;
    border-width:1px 2px 2px 1px;
	border-color:#666;
}

#videos {
	width:640px;
	margin-left:auto;
	margin-right:auto;
}

#videos object {
	display:block;
	margin-left:auto;
	margin-right:auto;
	border-style: none;
}

body{
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height:1.5;
}

h1,h2,h3,h5,h6 {
	margin: 6px 0 3px 0;
	padding: 0px;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.3em;
	color: #000;
	font-weight:bold;
}


h3 {
	font-size: 1em;
	color: #000;
	font-weight:bold;
}

h4 {
	font-size: 12px;
	color: #FFF;
	padding: 0;
	margin: 0;
}

/*h5 used for company names on testimonials page*/
h5 {
	font-size: 1em;
	color: #000;
	font-style:normal;
	text-align: right;
}

h6 {
	font-size: 12px;
	color: #000;
	text-align: center;
}

a:link {color: #009;}
a:visited {color: #006;}
a:hover, a:focus {color: #06C;}
a:active {color: #F60;}