/* CSS for Sunrise MedSpa Subpages */
	
	body {
		color: #fff;
		background: #f8a08b;
		}
	#page {
		width: 100%;
		}
	#header {
		width: 100%;
		height: 65px;
		margin: 0;
		margin-bottom: 5px;
		color: #fff;
		background: transparent url(../raster/logo.png) no-repeat top left; 
		}
	#title {
		margin: 0;
		padding: 0 0 0 50px;
		display: inline;
		font: normal normal normal 36px/36px "Century Gothic", Arial, san-serif;
		}
	.green-text {
		color: #993;
		}
	#breadcrumbs {
		font: normal normal normal 11px/13px "Century Gothic", Arial, san-serif;
		}
	#breadcrumbs a {
		text-decoration: none;
		color: #fff;
		}
	#breadcrumbs a:hover {
		text-decoration: underline;
		color: #000;
		}
	#breadcrumbs strong {
		letter-spacing: .09em;
		font-weight: bold;
		color: #000;
		}
		
	#main {
		width: 556px;
		margin: 0 auto;
		}
	#content-box {
		width: 556px;
		padding: 10px;
		}
	.screen {
		border: 2px solid #fff;
		background: #993 url(../raster/grn_bg.jpg) no-repeat top left; 
		color: #fff;
		}
	.printable {
		border: 2px solid #993;
		background: #fff;
		color: #000;
		}
	.info {
		border: 2px solid #fff;
		background: #993;
		color: #fff;
		font: normal normal normal 12px/15px Arial, san-serif;
		}
	.hi-lite-box {
		padding:0 20px; 
		border:2px solid #fff;
		color: #333;
		background: #f8a08b url(../raster/pnk_bg.jpg) no-repeat top left;
		}
	#content-box p, #content-box ul, #content-box table {
		font: normal normal normal 13px/17px Arial, san-serif;
		}
	#content-box p.coupon {
		position: relative;
		width: 500px;
		margin: 10px;
		padding: 10px 10px 8px 10px;
		border: 2px dashed #000;
		background: transparent url(../raster/vert_logo.png) no-repeat top right;
		color: #993;
		font: normal normal normal 12px/18px Arial, san-serif;
		}
	.coupon-bigtext {
		color: #000;
		font: normal normal normal 18px/22px Arial, san-serif;
		}
	.coupon-smalltext {
		color: #000;
		font: normal normal normal 9px/22px Arial, san-serif;
		}
	#content-box p.section-head {
		color: #000;
		font: normal normal bold 18px/20px Arial, san-serif;
		}
	a.section {
		color: #000;
		font: normal normal bold 14px/20px Arial, san-serif;
		}
	span.section {
		display: block;
		margin: 0 auto;
		color: #000;
		font: normal normal bold 14px/20px Arial, san-serif;
		}
	p.text-nav {
		margin: 0;
		text-align: center;
		}
	.text-nav a {
		color: #000;
		}
	li a {
		text-decoration: none;
		color: #000;
		}
	li a:hover {
		text-decoration: underline;
		color: #000;
		}
	table {
		margin-bottom: 20px;
		border-collapse: collapse;
		}
	tr.item {
		background: #772;
		color: #000;
		font-weight: bold;
		}
	td {
		padding: 2px 4px;
		}
	td.description {
		padding: 2px 4px 10px;
		}
	
	#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;
		}