/* CSS Document */
body{
	width:1000px;
	margin:0px auto;
	padding:0;
	background-color:#fff;
}

img{
	border:none;
}

#logo{
	float:left;
	width:1000px;
	height:100px;
	background-image:url("../images/system/logo.jpg");
}

#logo h1{
	text-indent:-9999px;
	font-size:0;
}

#navcontain{
	float:left;
	width:1000px;
	height:30px;
}

#flashbanner{
	float:left;
	width:1000px;
	height:148px;
	background-image:url("../images/system/flashbanner.jpg");
}

#maincontain{
	float:left;
	width:1000px;
	height:auto !important;
	height:257px;
	min-height:257px;
	background-image:url("../images/system/bodystretch.jpg");
}

#leftspace{
	float:left;
	width:120px;
	height:302px;
	background-image:url("../images/system/mainbody_left.jpg");
}

#sidenav{
	float:left;
	width:156px;
	height:auto !important;
	height:302px;
	min-height:302px;
	background-color:#000;
}


#sidenav_services{
	float:left;
	width:156px;
	height:34px;
	background-image:url("../images/system/sidenav_services.jpg");
}

#sidenav_cutting{
	float:left;
	width:156px;
	height:24px;
}

#sidenav_coloring{
	float:left;
	width:156px;
	height:23px;
}

#sidenav_bridal{
	float:left;
	width:156px;
	height:27px;
}

#sidenav_estetica{
	float:left;
	width:156px;
	height:25px;
}

#sidenav_specialty{
	float:left;
	width:156px;
	height:28px;
}

#sidenav_bottom{
	float:left;
	width:156px;
	height:141px;
	background-image:url("../images/system/sidenav_bottom.jpg");
}

#mainbody{
	float:left;
	width:724px;
	height:auto !important;
	height:302px;
	min-height:302px;
	background-image:url("../images/system/mainbody.jpg");
	background-position:top;
	background-repeat:no-repeat;
}

#footer{
	float:left;
	width:1000px;
	height:172px;
	background-image:url("../images/system/footer.jpg");
}

#footerleft{
	float:left;
	width:276px;
	height:172px;
}