/* Studio 36 - Interior */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container{
	width: 850px;
	margin: 0 auto; 
}

#container{
	background: url(../images/bg-container.gif) repeat-y;
}

h1{
	text-indent: -1000em;
	overflow: hidden;
}
h1 a{
	width: 130px;
	height: 75px;
	display: block;
	margin: 40px 0 0 250px;
}
#header{
	width: 850px;
	height: 152px;
	background: url(../images/bg-header1a.jpg) no-repeat;
}

#nav{
	width: 850px;
	height: 32px;
	background: url(../images/bg-nav.jpg) no-repeat;
	position: relative;
}
#nav ul{
	margin-left: 12px;
	overflow: hidden;
	list-style: none;
}

#nav ul li{
	float: left;
	font-size: 0.75em;
	height: 24px;
	padding-top: 8px;
	text-indent: 8px;
	padding-right: 8px;
	border-right: 1px solid #000;
}

#nav ul li a {
	text-decoration: none;
	color: #ffffff;
}

#nav ul li ul li a {
	text-decoration: underline;
	color: #69266d;
}

#nav ul li ul li a:hover {
	color: #220023;
}

.active {
	background: url(../images/bg-int-active.gif) no-repeat;
}

#home:hover, #home.iehover, #studio36:hover, #studio36.iehover, #extensions:hover, #extensions.iehover,#MPHLS:hover, #MPHLS.iehover,#photo-gallery:hover, #photo-gallery.iehover,#Links:hover, #Links.iehover {
	background-image: url(../images/bg-home-hover.gif);
}

#studio36 ul, #extensions ul, #replacement ul #MPLHS ul{
	display: none; 
	position: absolute;
	top: 21px;
}

#studio36 ul { left:-10px; }

#extensions ul { left:25px; }



#MPHLS ul { left:120px; }


#nav ul li ul li {
	padding: 0;
	border: 0;
	margin: 5px;
}

#nav ul li:hover ul, #nav ul li.iehover ul { display:block; }

#main-contents{
	width: 850px;
	overflow: hidden;
	background: url(../images/smokey.gif) 0 32px no-repeat;
}

#contents{
	width: 490px;
	float: left; 
	margin: 25px 0 0 30px;
	background: url(../images/smokey.gif.jpg)
}
*html #contents{
	width: 510px;
	margin-left: 15px;
}

.contents-img{
	width: 130px;
	float: left;
}
#contents-text{
	width: 300px;
	float: left;
	margin-left: 20px;
}
#contents-text h2{
	font-size: 0.75em;
	color: #5454B8;
	margin-top: 10px;
}
#contents-text p{
	font-size: 0.75em;
	margin-top: 15px;
	line-height: 130%;
}
.text{
	width: 450px;
	margin-top: 20px;
	float: left;
	font-size: 0.75em;
	line-height: 130%;
}

#sidebar{
	width: 185px;
	float: left;
	margin-top: 25px;
	padding: 10px;
	background: #D6B0F9;
}
*html #sidebar{
	margin-left: -20px; 
}
#sidebar h3{
	font-size: 0.8em;
	color: #5454B8;
	margin-bottom: 10px;
}
#sidebar h5{
	font-size: 0.75em;
	margin-bottom: 15px;
}
.testimonial{
	margin-bottom: 20px;
}
.testimonial p{
	font-size: 0.7em;
}

#footer{
	width: 1000px;
	height: 50px;
	clear: both;
	text-align: center;
	padding-top: 50px;
	background: #000;
}
#footer ul{
	list-style: none;
	color: #7677D3;
	overflow: hidden;
	height: 18px;
	width: 950px;
	margin: auto;
}
#footer ul li{
	font-size: 0.7em;
	float: left;
	margin-left: 5px;
}
#footer ul li a{
	text-decoration: none;
	color: #7677D3;
}
#footer ul li a:hover{
	text-decoration: underline;
}
#footer p{
	font-size: 0.7em;
	color: #FF6BFF;
}

