@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	color: #5D555E;
	background-color: #E2E2CF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../imgs/structure/background.jpg);
	background-repeat: repeat-x;
}



#text p {
	line-height: 130%;
	margin-bottom: 16px;
}

#text .content {
	
}

#text .content p {
	line-height:180%;
}


a:link, a:visited {
	color: #5D555E;
	text-decoration: underline;
}
a:hover, a:active {
	color: #5D555E;
	text-decoration: none;
}
#contactDetails a:link, #contactDetails a:visited {
	color: #5D555E;
	text-decoration: underline;
}
#contactDetails a:hover, #contactDetails a:active {
	color: #9B9C8F;
	text-decoration: none;
}

#contactDetails p{
	color: #9B9C8F;
	font-weight: bold;
	margin-left:5px;
}

#contactDetails p.bold{
	color: #5D555E;
	font-weight: bold;
	margin-left:5px;
	font-size: 14px;
}


#wrapper {
	width: 902px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#left {
	float: left;
	width: 220px;
}
#right {
	float: right;
	width: 680px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#column {
	float: left;
	width: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#flash {
	float: left;
	height: 200px;
	width: 680px;
	margin-bottom: 10px;
	display: block;
	clear: both;
}
.textImage_noBorder {
	float: right;
}
#feature {
	float: right;
	width: 170px;
	background-color: #CFCEBF;
	background-image: url(../imgs/structure/feature_base.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#feature h4 {
	background-image: url(../imgs/structure/feature_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	display: block;
	color: #5D555E;
}

#feature h3 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	display: block;
	color: #5D555E;
}

#feature p {
	margin-left: 10px;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#feature .bold {
	margin-bottom: 0px;
}
#feature .form {
	float: left;
	clear: both;
	display: block;
}
#feature input {
	width: 145px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #5D555E;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 30px;
	display: block;
	text-align: center;
	color: #9B9C8F;
}
#text {
	float: left;
	width: 470px;
	padding-left: 10px;
	margin-right: 20px;
}
#text ul {
	margin-left: 21px;
	margin-bottom: 21px;
	line-height: 160%;
}

.no-dot {
	list-style:none;
}

#clear {
	clear: none;
	float: none;
	width: 900px;
	font-size: 9px;
	display: block;
}
#clearFeat {
	clear: both;
	float: none;
	width: 680px;
}
h3 {
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	color: #ACAD9F;
	font-size: 21px;
	margin-bottom: 14px;
}
#text h4 {
	margin-bottom: 5px;
	margin-top: 7px;
	font-size: 16px;
}
h5 {
	text-transform: uppercase;
	color: #5D555E;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 14px;
}

#nav, .sub-nav {
	width: 200px;
	display: block;
	margin-left: 10px;
	clear: both;
	float: left;
	font-size: 14px;
}
#nav ul, .sub-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li, .sub-nav ul li {
	background-image: url(../imgs/nav/nav_item.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.navHome:link, .navHome:visited,
.navTreatments:link, .navTreatments:visited,
.navSkinAnalysis:link, .navSkinAnalysis:visited,
.navServiceMenu:link, .navServiceMenu:visited,
.navSpecific:link, .navSpecific:visited,
.navDermalogica:link, .navDermalogica:visited,
.navQuestions:link, .navQuestions:visited,
.navRewards:link, .navRewards:visited,
.navPackages:link, .navPackages:visited,
.navThetreatment:link, .navThetreatment:visited,
.navRecommend:link, .navRecommend:visited,
.navContact:link, .navContact:visited,
.navTanning:link, .navTanning:visited,
.navMicrodermabrasion:link, .navMicrodermabrasion:visited,
.navCareers:link, .navCareers:visited, .sub-nav a:link, .sub-nav a:visited {
	display: block;
	height: 30px;
	width: 200px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #5D555E;
	background-image: url(../imgs/nav/nav_item.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 10px;
	margin-bottom:5px;
}
.navHome:hover, .navHome:active,
.navTreatments:hover, .navTreatments:active,
.navSkinAnalysis:hover, .navSkinAnalysis:active,
.navServiceMenu:hover, .navServiceMenu:active,
.navSpecific:hover, .navSpecific:active,
.navDermalogica:hover, .navDermalogica:active,
.navQuestions:hover, .navQuestions:active,
.navRewards:hover, .navRewards:active,
.navPackages:hover, .navPackages:active,
.navRecommend:hover, .navRecommend:active,
.navThetreatment:hover, .navThetreatment:active,
.navContact:hover, .navContact:active,
.navTanning:hover, .navTanning:active,
.navMicrodermabrasion:hover, .navMicrodermabrasion:active, 
.navCareers:hover, .navCareers:active, .sub-nav a:active,  .sub-nav a:hover {
	display: block;
	height: 30px;
	width: 200px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #E2E2CF;
	background-image: url(../imgs/nav/nav_item.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: 10px;
	margin-bottom:5px;
}
#home .navHome:link, 
#home .navHome:visited,
#treatments .navTreatments:link, 
#treatments .navTreatments:visited,
#skin-analysis .navSkinAnalysis:link, 
#skin-analysis .navSkinAnalysis:visited,
#service-menu .navServiceMenu:link, 
#service-menu .navServiceMenu:visited,
#specific .navSpecific:link, 
#specific .navSpecific:visited,
#dermalogica .navDermalogica:link, 
#dermalogica .navDermalogica:visited,
#questions .navQuestions:link, 
#questions .navQuestions:visited,
#giftbook .navPackages:link, 
#giftbook .navPackages:visited,
#viployalty .navRewards:link, 
#viployalty .navRewards:visited,
#treatment .navThetreatment:link, 
#treatment .navThetreatment:visited,
#recommend .navRecommend:link, 
#recommend .navRecommend:visited,
#tanningPage .navTanning:link, 
#tanningPage .navTanning:visited, 
#contactpage .navContact:link, 
#contactpage .navContact:visited,
#microdermabrasion .navMicrodermabrasion:link,
#microdermabrasion .navMicrodermabrasion:visited,
#careers .navCareers:link, 
#careers .navCareers:visited
 {
	color: #FFFFFF;
	background-image: url(../imgs/nav/nav_item.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#contactDetails {
	display: inline;
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 12px;
	color: #9B9C8F;
}
.bold {
	font-weight: bold;
	text-transform: uppercase;
}

.spread {
	line-height:180%;
}

#special {
	float: right;
	width: 170px;
	margin-bottom: 10px;
	background-image: url(../imgs/structure/special_base.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:#26a48c;
	padding-bottom: 10px;
}
.clear {
	clear: both;
	display: none;
}
#special ul {
	display: block;
	width: 150px;
	margin-left: 10px;
	color: #FFFFFF;
	margin-bottom: 5px;
	list-style-type: none;
	margin-top: 0px;
}
#special ul li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #34b6c7;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#special h4.noBacker {
	background-image: none;
}
#special h4 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	display: block;
	color: #FFFFFF;
	background-image: url(../imgs/structure/special_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 14px;
	margin: 0px;
	padding-bottom: 14px;
	text-transform:uppercase;	
}

#special h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	text-transform:uppercase;
	display: block;
	color: #FFFFFF;
	padding-left:3px;
	padding-right:3px;
}

#special p {
	margin-left: 10px;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

#rewards {
	float: right;
	width: 170px;
	background-color: #6A5346;
	background-image: url(../imgs/structure/rewards_base.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#rewards h4 {
	background-image: url(../imgs/structure/rewards_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	display: block;
	color: #E2E2CF;
}
#rewards p {
	margin-left: 10px;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #E2E2CF;
}

#twitter {
	float:left;
	width: 200px;
	background-color:#024362;
	background-image: url(../imgs/structure/twitter_base.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #DDEEF6;
	text-align:center;
	clear:both;
}

#twitter h4 {
	background-image: url(../imgs/structure/twitter_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	display: block;
	color: #DDEEF6;
}

#twitter a {
	font-size: 12px;
	margin: 0 10px 12px 0;
	display:block;
	width:70px;
	color: #DDEEF6;
	float:left;
}

	#twitter a:hover {
		color:#FFFFFF;
	}

#twitter img {
	float:left;
	vertical-align:top;
	margin-left:10px;
}

#gift-certificate {
	float: right;
	width: 169px;
	background-color: #AAB734;
	background-image: url(../imgs/structure/gift_base.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#gift-certificate h4 {
	background-image: url(../imgs/structure/gift_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	display: block;
	color: #FFFFFF;
}
#gift-certificate p {
	margin-left: 10px;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

#gift-certificate ul {
	display: block;
	width: 150px;
	margin-left: 10px;
	color: #FFFFFF;
	margin-bottom: 5px;
	list-style-type: none;
	margin-top: 0px;
}
#gift-certificate ul li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E8EC92;	
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.lighter:link, .lighter:visited {
	color: #E2E2CF;
	text-decoration: underline;
}
.lighter:hover, .lighter:active {
	color: #E2E2CF;
	text-decoration: none;
}
.itemTable {
	margin-top: 7px;
	margin-bottom: 7px;
}
.description {
	font-size: 14px;
	font-weight: bold;
	color: #ACAD9F;
	text-align: center;
	padding-bottom: 7px;
}
#text form {
	padding: 10px 10px 20px;
	background-color: #CFCEBF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 450px;
}
#text #form p {
	padding: 10px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#text #form label {
	float: left;
	clear: left;
	width: 150px;
	display: block;
	padding: 0px;
	margin: 0px;
}
#text .inputAreas {
	width: 290px;
}
#footer {
	display: block;
	width: 900px;
	clear: both;
	float: left;
}
.specialReverse:link, .specialReverse:visited {
	color: #fff;
}
.specialReverse:hover, .specialReverse:active {
	color: #fff;
}


/* --- Service menu layout --- */

#service-menu-table {
	background:url(../imgs/structure/service-menu-bg.jpg) repeat-y;
	height:auto;
	width:470px;
}

	#service-header {
		height:34px; width:469px;
		background:url(../imgs/structure/service-menu-head.jpg) no-repeat right;
	}

	#service-footer {
		text-align:center;
		height:34px; width:469px;
		padding:0; margin:0;
		background:url(../imgs/structure/service-menu-foot.jpg) no-repeat right;
	}

#service-menu-table h5, #service-menu-table h3 {
	padding:10px 0 0 0; margin:0;
}

#service-menu-table table {
	width:430px;
	padding:0 10px 15px 15px;
	margin:0 auto;
	text-align:left;
}

.alt-table {
	/* background:url(../imgs/structure/alt-table-bg.png) repeat; */
}

#service-menu-table td {
	width:220px;
}

	#service-menu-table td:first-child {
		width:470px;
	}
	
hr {
	width:400px;
	margin:auto;
	height:1px; background:#5D555E;
	color:#5D555E;
	border-top:0 solid red;
	border-left:0;
}

#follow-us-layout {
	margin-top:5px;
	color: #5D555E;
	width:200px;
	height:134px;
	display: block;
	margin-left: 10px;
	clear: both;
	float: left;
	font-size: 14px;
	background-image: url(../imgs/follow-us-layout.jpg);	
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-indent: 10px;
	line-height: 30px;	
	margin-bottom:0px;
}

#follow-us-layout ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-transform:capitalize;
}
#follow-us-layout ul li {
	line-height: 48px;	
	margin-bottom:2px;	
}

#follow-us-layout ul li a {
	color: #5D555E;
	line-height: 48px;
	font-weight: bold;
	text-decoration: none;
	text-transform:capitalize;
	display:block;
	height:48px;
	width:194px;
	margin-left:3px;
}

.follow-us-on-facebook {
	background-image: url(../imgs/facebook-button.jpg);
	background-position: top left;
	color: #5D555E;
	line-height: 48px;
	font-weight: bold;
	text-decoration: none;
	text-transform:capitalize;	
}

.follow-us-on-facebook:hover {
	background-position: top right;
}

.follow-us-on-twitter {
	color: #5D555E;
	line-height: 48px;
	font-weight: bold;
	text-decoration: none;
	text-transform:capitalize;
	background-image: url(../imgs/twitter-button.jpg);
	background-position: top left;
}

.follow-us-on-twitter:hover {
	background-position: top right;
}

					#this-months-specials{
						width:470px;
					}	
				
					#this-months-specials ul, #this-months-specials li{
						margin:0;
						padding:0;
						list-style:none;
					}
				
					#this-months-specials li{ 
						width:480px;
						height:800px;
						overflow:hidden; 
					}	
				
					#this-months-specials li h2{ 
						margin:0 20px;
						padding-top:20px;
					}	
				
					#this-months-specials li p{ 
						margin:20px;
					}	