@charset "UTF-8";
/* CSS Document */
body{
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background: #000 url(../images/photos/bg-brick.gif) top repeat-x;
	}
	
a {
	color: #fAAf3A;
	text-decoration: underline;
	outline: none;
	}
	
a:hover{
	color: #FFF;
	text-decoration: none;
	}
	
/*IE PNG HACK*/
img {
behavior: url(../pngHack/pngHack.htc);
}
	
#main-wrapper{
	margin-left: auto;
	margin-right: auto;
	padding: 0 50px;
	width: 731px;
	position: relative;
	background: transparent url(../images/photos/bg-content.png) top repeat-y;
	}
	
#logo{
	position: absolute;
	top: 6px;
	left: 53px;
	}
	
#header{
	height: 244px;
	}
	
#home-nav{
	float: left;
	margin-top: 244px;
	width: 191px;
	}
	
#nav{
	float: left;
	width: 191px;
	}
	
#about{
	margin-bottom: 27px;
	}
	
#services{
	margin-bottom: 11px;
	}
	
#sample-music{
	margin-bottom: 18px;
	}
	
#photos{
	margin-bottom: 22px;
	}
	
#videos{
	margin-bottom: 18px;
	}
	
#testimonials{
	margin-bottom: 18px;
	}
	
#contact{
	margin-bottom: 113px;
	}
	
#home-content{
	float: right;
	width: 458px;
	margin-top: 50px;
	margin-right: 80px;
	margin-bottom: 40px;
	}
	
#content{
	float: right;
	width: 432px;
	margin-right: 105px;
	margin-bottom: 40px;
	}
	
#clear{
	clear: both;
	}
	
#footer{
	margin-bottom: 40px;
	}

.galleria{list-style:none;width:200px}
.galleria li{display:block;width:70px;height:47px;overflow:hidden;float:left;margin:0 2px 2px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */
