/* CSS for Sunrise MedSpa Main Page */
	
	body {
		color: #fff;
		background: #f8a08b;
		}
	#page {
		width: 100%;
		}
	#header {
	width: 100%;
	height: 45px;
	margin: 0;
	color: #fff;
	background: transparent url(../raster/logo.png) no-repeat top left;
	font-family: "Century Gothic", Arial, san-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
		}
	#title {
		margin: 0;
		padding: 0 0 0 50px;
		display: inline;
		}
	.green-text {
	color: #993;
		}
	#main {
		width: 552px;
		margin: 0 auto;
		}
	#content-box {
		width: 552px;
		height: 616px;
		border: 2px solid #fff;
		background: transparent url(../raster/main_bg.jpg) no-repeat top left; 
		}
	
	/* Side Menu */
	#service-list { /*IE only*/
		position: relative;
		top: 1px;
		left: 40px;
		height: 353px;
		margin: 0;
		padding: 25px 0 0 40px;
		font: normal normal normal 11px/13px "Century Gothic", Arial, san-serif;
		}
		
	div#content-box>div#service-list { /*Standard browsers*/
		position: relative;
		top: 0;
		left: 0;
		height: 353px;
		margin: 0;
		padding: 25px 0 0 40px;
		font: normal normal normal 11px/13px "Century Gothic", Arial, san-serif;
		}
	ul {
		position: absolute;
		width: 100px;
		margin: 0;
		list-style-type: none;
		font: normal normal normal 10px/13px "Century Gothic", Arial, san-serif;
		}
	li a {
		text-decoration: none;
		color: #fff;
		}
	li a:hover {
		text-decoration: underline;
		color: #000;
		}
		
	ul#brows {
		top: 34px;
		left: 14px;
		}
	ul#eyes {
		top: 69px;
		left: 115px;
		}
	ul#cheeks {
		top: 147px;
		left: 14px;
		}
	ul#nose {
		top: 182px;
		left: 138px;
		}
	ul#mouth {
		top: 247px;
		left: 115px;
		}
	ul#body {
		top: 312px;
		left: 145px;
		}
		
	/* Menu Navigation */
	#mnav {
		height: 236px;
		width: 552px;
		border-top: 2px solid #fff;
		}
	.mnav-item {
		position: relative;
		float: left;
		height: 236px;
		padding: 0 20px;
		text-decoration: none;
		}
	.mnav-item p { /*IE only*/
		position: relative;
		top: 197px;
		left: 60px;
		color: #fff;
		font: normal normal normal 22px/25px "Century Gothic", Arial, san-serif;
		}
	
	.mnav-item>p { /*Standard browsers*/
		position: relative;
		top: 177px;
		left: 60px;
		color: #fff;
		font: normal normal normal 22px/25px "Century Gothic", Arial, san-serif;
		}
	#mnav-left {
		width: 133px;
		background: transparent url(../raster/laser.jpg) no-repeat top left; 
		}
	a#mnav-left:hover {
		background: transparent url(../raster/laser_hi.jpg) no-repeat top left; 
		}
	#mnav-center {
		width: 162px;
		background: transparent url(../raster/injection.jpg) no-repeat top left; 
		}
	a#mnav-center:hover {
		background: transparent url(../raster/injection_hi.jpg) no-repeat top left; 
		}
	#mnav-right {
		width: 137px;
		background: transparent url(../raster/facial.jpg) no-repeat top left; 
		}
	a#mnav-right:hover {
		background: transparent url(../raster/facial_hi.jpg) no-repeat top left; 
		}
	
	
	
	#footer {
		clear: both;
		width: 556px;
		margin: 20px auto;
		}
	#footer p {
		margin: 0 auto 20px auto;
		text-align: center;
		color: #fff;
		font: normal normal normal 10px/13px "Century Gothic", Arial, san-serif;
		}
	#footer a {
		text-decoration: none;
		color: #fff;
		font: normal normal normal 12px/14px "Century Gothic", Arial, san-serif;
		}
	#footer a:hover {
		text-decoration: underline;
		color: #000;
		}
.phone {
	font-size: 24px;
	line-height: 24px;
	color: #FFF;
}
#phone {
	color: #FFF;
}

