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

html>body #nav ul{
width:850px;
display: inline;
margin:0px;
}

#nav ul{
width:850px;
float:left;
display: inline;
margin:0px;

	
}
#nav a {
  display: block;
  height: 95px;
  text-indent: -9999px;
}
#nav li { list-style: none; float: left; }
#nav li.soundvision a {background: url(../images/Home.jpg) no-repeat; width: 187px;}
#nav li.staging a {background: url(../images/stagingTab.jpg) no-repeat; width: 75px;}
#nav li.production a {background: url(../images/productionTab.jpg) no-repeat; width: 104px;}
#nav li.media a {background: url(../images/mediaTab.jpg) no-repeat; width: 83px;}
#nav li.corporate a {background: url(../images/corporateTab.jpg) no-repeat; width: 100px;}
#nav li.rental a {background: url(../images/rentalsTab.jpg) no-repeat; width: 78px;}
#nav li.theater a {background: url(../images/theaterTab.jpg) no-repeat; width: 97px;}
#nav li.about a {background: url(../images/aboutTab.jpg) no-repeat; width: 83px;}

#nav li.staging a:hover {background: url(../images/stagingTab.jpg) no-repeat 0 -95px; }
#nav li.production a:hover {background: url(../images/productionTab.jpg) no-repeat 0 -95px;}
#nav li.media a:hover {background: url(../images/mediaTab.jpg) no-repeat 0 -95px;}
#nav li.corporate a:hover {background: url(../images/corporateTab.jpg) no-repeat 0 -95px;}
#nav li.rental a:hover {background: url(../images/rentalsTab.jpg) no-repeat 0 -95px;}
#nav li.theater a:hover {background: url(../images/theaterTab.jpg) no-repeat 0 -95px;}
#nav li.about a:hover {background: url(../images/aboutTab.jpg) no-repeat 0 -95px;}

h2{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
font-size: 24px;	
	
}

#home{margin:0px;}
#home a{

	
}

.about a {background: url(../images/about.jpg) no-repeat; width: 541px;height:251px;display: block; 
text-indent: -9999px;
border:0;}
.staging a {background: url(../images/staging.jpg) no-repeat; width: 123px;height:119px;display: block; 
text-indent: -9999px;
border:0;}
.production a {background: url(../images/production.jpg) no-repeat; width: 112px;height:119px;display: block; 
text-indent: -9999px;
border:0;}
.media a {background: url(../images/events.jpg) no-repeat; width: 104px;height:119px;display: block; 
text-indent: -9999px;
border:0;}
.corporate a {background: url(../images/corporate.jpg) no-repeat; width: 94px;height:119px;display: block; 
text-indent: -9999px;
border:0;}
.rental a {background: url(../images/rentals.jpg) no-repeat; width: 109px;height:119px;display: block; 
text-indent: -9999px;
border:0;}
.theater a {background: url(../images/theater.jpg) no-repeat; width: 116px;height:119px;display: block; 
text-indent: -9999px;
border:0;}


.about a:hover {background: url(../images/about-over.jpg) no-repeat; }
.staging a:hover {background: url(../images/staging-over.jpg) no-repeat 0 ; }
.production a:hover {background: url(../images/production-over.jpg) no-repeat 0 ;}
.media a:hover {background: url(../images/events-over.jpg) no-repeat 0 ;}
.corporate a:hover {background: url(../images/corporate-over.jpg) no-repeat 0 ;}
.rental a:hover {background: url(../images/rentals-over.jpg) no-repeat 0 ;}
.theater a:hover {background: url(../images/theater-over.jpg) no-repeat 0 ;}







