/* 
================================
Skin styles for DotNetNuke
================================
*/   
/* ControlPanel style */
.ControlPanel{ position:absolute;border:none;padding-bottom:10px; z-index:9;}
.cpanel_left {padding-left:21px;}
.cpanel_right {padding-right:33px;}

#Form
{
	z-index:-1;
}

body {
	background-image: url(Background.png);
	background-position:top;
	background-repeat:repeat-x;
}

#LeftBar 
{
	position:absolute;
	top:0px;
	background-image:url('LeftBar.png');	
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 762px;
	width: 288px;
	z-index:0;
}



#TitleBar{	
	height: 140px;
	width: 100%;
	position:absolute;
	top:80px;
	z-index:-1;	
	
}
#Mirror{
	position:absolute;
	top:80px;
	left:70px;
	z-index:0;	
	width:252px;
}
#SelectMember{
	position:absolute;
	top:5px;
	left:700px;
	z-index:7;
	width:223px;
}

.VIPLogin
{
	position:absolute;
	top:5px;
	left:700px;
	z-index:7;
	width:223px;
	height:100px;
	
}


/* Start Navigation Section */
#Navigation {
	text-align: right;
	position:absolute;
	top: 390px;
	left: 85px;
	width:150px;
	z-index:9;	
	display:block;
	
}

#OurCenter{
	position: relative;
	left:-50px;
	z-index:9;
	display:block;
}
#Sep1{
	position: relative;
	left:-30px;
}
#Procedures{
	position: relative;
	left:-41px;
	z-index:9;
}

#Sep2{
	position: relative;
	left:-20px;
}

#Profiles{
	position: relative;
	left:-28px;
	z-index:9;
	}

#Sep3{
	position: relative;
	left:-8px;
	}

#PatientInformation{
	position: relative;
	left:-18px;
	z-index:9;
	}

#Sep4{
	position: relative;
	left:-5px;
	}

#Testimonials{
	position: relative;
	left:-13px;
	z-index:9;
	}

#Sep5{
	position: relative;
	left:0px;
	}

#Media{
	position: relative;
	left:-8px;
	z-index:9;
	}

#Sep6{
	position: relative;
	left:3px;
	}

#ContactUs{
	position: relative;
	left:-8px;
	z-index:9;
	}
/* End Navigation Section */


#Content
{
	position:absolute;
	top:275px;
	left:325px;
	
	
}


