/* Studio 36 */
*{
	margin: 0;
	padding: 0;
}

body{
	background: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container{
	width: 850px;
	margin: 0 auto; 
}

#header{
	width: 850px;
	height: 152px;
	background: url(../images/bg-header1a.jpg) no-repeat;
}


#nav{
	width: 850px;
	height: 27px;
	background: url(../images/home-nav.jpg) no-repeat; 
	position:relative;

}
#nav ul{
	margin-left: 15px;
	overflow: hidden;
	list-style: none;
}
#nav ul li{
	float: left;
	font-size: 0.75em;
	height: 21px;
	padding-top: 6px;
	text-indent: 6px;
	padding-right: 6px;
	border-right: 1px solid #000;
}

#nav ul li a {
	text-decoration: none;
	color: #ffffff;
}

#nav ul li ul li a {
	text-decoration: underline;
	color: #ffffff;
}

#nav ul li ul li a:hover {
	color: #fe6df7;
}

.active {
	background: url(../images/bg-home-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 ul li a {
	text-decoration: underline;
}

#nav ul li:hover ul, #nav ul li.iehover ul { display:block; }

#contents{
	width: 850px;
	background: url(../images/home-contents.jpg) -1px 27px no-repeat;
	position: relative;
}

#welcome{
	width: 500px;
	margin-left: 20px;
	overflow: hidden;
	color: #fff;
}
#welcome-text{
	width: 200px;
	float: left;
	margin-right: 46px; 
}
#welcome-text h2{
	font-size: 0.8em;
	margin-top: 15px;
}
#welcome p{
	padding-top: 15px;
	font-size: 0.8em;
	clear: both;
	float: left;
	width: 100%;
	line-height: 140%;
}

#before-after{
	width: 246px;
	height: 296px;
	float: left;
}
#blockquote{
	width: 260px;
	position: absolute;
	right: 35px;
	bottom: -35px;
	text-align: right;
}
#blockquote h2{
	font-size: 1.1em;
	color: #ffffff;
}
#blockquote h4{
	font-size: 0.9em;
	color: #Ffffff;
	margin-top: 10px;
	margin-right: 5px;
}
#blockquote p{
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	margin-right: 5px;
}

#footer{
	width: 1000px;
	height: 50px;
	clear: both;
	text-align: center;
	margin-top: 50px;
}
#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;
}
