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

#Top{
	position:absolute; z-index:17;
}

.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
.bghome {
	background-image: url(images/ourbg.jpg);
	background-repeat: no-repeat;
}
.homecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	padding-left: 60px;
	padding-top: 100px;
	width: 410px;
}
.bg170 {
	background-image: url(images/170bg.jpg);
	background-repeat: no-repeat;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	padding-left: 60px;
	padding-right: 325px;
	padding-top: 100px;
}
.bgreno {
	background-image: url(images/renobg.jpg);
	background-repeat: no-repeat;
}
.banner {
	/*background-image: url(images/bannerBG.png);
	background-repeat: no-repeat;*/
	height: 120px;
	width: 800px;
	position:absolute; z-index:18;
}
.links {
	
	width: 150px;
	cursor: auto;
}
body {
	background-color: #DC672B;
}.bggallery {
	background-image: url(images/gallerybg.jpg);
	background-repeat: no-repeat;
}
.crew {
	padding-top: 90px;
}
a[rel="studio"]:hover img{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	
}

a img{border:0px;}
a:focus{outline: none;}

#footer a:link, #footer a:active, #footer a:visited { 
	color: #FDFBEE;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

#footer a:hover {
	color:#666;
	text-decoration:underline;
}

