/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #e2b897 url(../images/bg.gif) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #3c2c20;
	font-size: 14px;
}
#container {
	position: relative;
	left: 50%;
	margin: 0px 0px 0px -550px;
	width: 1089px;
	height: auto;
	top: 0px;
}

.center-text {
	text-align: center;
}

.center {
	margin: inherit auto;
}

.smaller {
	font-size: .8em;
}


/*--------------------> Header Selectors <--------------------*/
#header {
	position: absolute;
	top: 17px;
	left: 80px;
	height: 95px;
	width: 980px;
	padding: 10px 20px 0px 0px;
}
#header p {
	text-align: right;
}
#header p strong {
	color: #dcad8b;
	font-size: 22px;
}
#header p span {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
#header img {
	position: absolute;
	top: 5px;
	left: 15px;
}
#header a img {
	border: none;
}
#header a:link, #header a:visited {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #E4824E;
	text-decoration: none;	
}

#header a:hover, #header a:active {
	text-decoration: underline;
}
/*--------------------> Mast Selectors <--------------------*/
#mast {
	position: absolute;
	top: 130px;
	left: 91px;
	width: 978px;
	height: 227px;
}
#mast #flash-mast {

}
#mast #flash-mast p {
}
/*--------------------> Content Selectors <--------------------*/
#content {
	position: relative;
	background:url(../images/contentBG.jpg) top right repeat-y;
}
/*--------------------> Column Container Selector <--------------------*/
#content #column-container {
	padding: 357px 0px 0px 91px;
	background: url(../images/BG-lg.jpg) top right no-repeat;
}
/*--------------------> Wrapper Selector for Border <--------------*/
#top-bar {
	border-top: #bc7c4e solid 15px;
	padding-top: 15px;
}
/*--------------------> Left Column Selectors <--------------------*/
#left-column {
	float: left;
	width: 183px;
}

	#menu {
		position: relative;
		height: 350px;
		width:183px;
		z-index: 99;
		text-align: left;
	}
	
	#menu li {
		position: relative;
		float:left;
		margin: -1px -1px -1px 0;
		width:183px;
		list-style: none;
	}
	
	#menu a {
		padding:4px 10px;
		width:164px;
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
		color: #9c7b61;
		display: block;
		text-decoration: none;
	}
	
	#menu li li a {
		width: 250px;
	}
	
	#menu li ul {
		position:absolute;
		left:-999em;
		margin-left:183px;
		margin-top:-25px;
		width: 270px;
		background-color: #e7cc9f;
	}
	
	#menu li ul ul {
		left:-999em;
		width: 270px;
		margin-left:270px;
	}
	
	#menu li:hover, #menu li.sfhover{
		position: relative;
		z-index: 999;
	}
	
	#menu li a:hover {
		color: #3c2c20;
		background-color: #ffe6bd;
	}
	
	#menu li:hover ul ul, #menu li.sfhover ul ul {
		left: -999em;
	}
	
	#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul{
		left: 0;
		visibility: visible;
	}

#menu #nav04 ul {
	margin-top: -43px;
}
#menu #nav04 ul ul {
	margin-top: -26px;
}


#left-column #special {
	text-align: center; 
	margin: 10px auto 350px auto; 
	height: 650px; 
	width: 180px; 
	clear: both;
}

#left-column #map {
}
#girl {
	position: absolute;
	left: 79px;
	bottom: -14px;
	z-index: 1;
}
#liliesOne {
	position: absolute;
	left: 0px;
	bottom: -75px;
	z-index: 2;
}
#liliesTwo {
	position: absolute;
	top: 280px;
	right: -50px;
	z-index: 1000;
}
.aspsLogo {
	position: relative;
	top: 20px;
	left: 10px;
	z-index: 50;
	background: #E7CC9F;
}
a:link img.aspsLogo, a:active img.aspsLogo, a:hover img.aspsLogo, a:visited img.aspsLogo {
	text-decoration: none;
	border: none;
	background: #E7CC9F;
}
a.aspsLogoLink:hover{
	background-color: #E7CC9F;
}
#button-coupon a{
background: url(../images/coupon-cta-2.jpg) top left no-repeat;
display: block;
width: 170px;
height: 226px;
margin:5px 0 0 6px;
}
#button-coupon a:hover{
background: url(../images/coupon-cta-ro-2.jpg) top left no-repeat;
display: block;
width: 170px;
height: 226px;
margin:5px 0 0 6px;

}

/*--------------------> Right Column Selector <--------------------*/
#right-column {
	width: 620px;
	padding: 0px 70px 100px 50px;
	margin-right: 50px;
	float: right;
}

#welcome-title {
	background: transparent url('/images/welcome.gif') 0 0 no-repeat;
	width: 603px;
	height: 87px;
}
	#welcome-title span {
		display: none;
	}

#right-column h1 {
	font-size: 16px;
	color: #e4824e;
	margin-top: 10px;
}
#right-column h2 {
	font-size: 14px;
	line-height: 1.2em;
	margin: 20px 0px 10px 0px;
}
#right-column h3 {
	font-size: 16px;
	text-align: center;
	margin: 0px 0px 10px 0px;
}
#right-column p {
	line-height: 22px;
	margin: 10px 0px;
	position: relative;
	z-index: 30;
}
#right-column ul {
	padding: 10px 20px;
}
#right-column ul li {
	line-height: 22px;
}
#right-column ol {
	padding: 10px 20px;
}
#right-column ol li {
	line-height: 22px;
}
#right-column .img-left {
	text-decoration: none;
	border: none;
	float: left;
	margin: 10px 10px 10px 0px;
}
#right-column .img-right {
	text-decoration: none;
	border: #9c7b61 solid 1px;
	float: right;
	margin: 10px 0px 10px 10px;
}
#right-column a {
}
#right-column a:link, #right-column a:visited {
	color: #3c2c20;
}
#right-column a:hover, #right-column a:active {
	color: #bc7c4e;
}
#right-column #map {
}
#right-column #breastCTA {
	display: block;
	float: left;
	width: 190px;
	height: 31px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 207px 0px 0px 0px;
	margin: 10px 8px;
	background: url(../images/breastCTA.jpg) top left no-repeat;
}
#right-column #breastCTA:hover {
	color: #fff3d9;
	background-position: top right;
}
#right-column #bodyCTA{
	display: block;
	float: left;
	width: 190px;
	height: 33px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 207px 0px 0px 0px;
	margin: 10px 8px;
	background: url(../images/bodyCTA.jpg) top left no-repeat;
}	
#right-column #bodyCTA:hover {
	color: #fff3d9;
	background-position: top right;
}
#right-column #facialCTA {
	display: block;
	float: left;
	width: 190px;
	height: 32px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 207px 0px 0px 0px;
	margin: 10px 8px;
	background: url(../images/facialCTA.jpg) top left no-repeat;
}
#right-column #facialCTA:hover {
	color: #fff3d9;
	background-position: top right;
}
#right-column #contactBox {
	background:url(../images/contactBG.gif) top center no-repeat;
	height: 90px;
	width: 233px;
	padding: 46px 10px 0px 10px;
	margin: 20px 0px 0px 30%;
	font-size: 12px;
	text-align: center;
}
#right-column #contactBox p {
	margin: 0px;
}
#right-column #contactBox strong {
	font-size: 18px;
	color: #9c7b61;
	font-weight: bold;
}
#right-column #contactBox a {
	padding: 0px 5px; 
}
#right-column #contactBox a:link, #right-column #contactBox a:visited {
	color: #3c2c20;
}
#right-column #contactBox a:hover, #right-column #contactBox a:active {
	color: #bc7c4e;
}
/*--------------------> Right Column Mini Form Selectors <--------------------*/
#right-column #qc {
}
#right-column #qc ul {
}
#right-column #qc ul li {
}
#right-column #qc form {
}
#right-column #qc textarea {
}
#right-column #qc input {
}
#right-column #qc input.mini-form-button {
}
#right-column #qc p {
}
#right-column #qc a {
}
#right-column #qc a:link, #right-column #qc a:visited {
}
#right-column #qc a:hover, #right-column #qc a:active {
}

/*--------------------> Right Column Blog Navigation Selectors <--------------------*/
#right-column #blog {
}
#right-column #blog h3 {
}
#right-column #blog ul {
}
#right-column #blog ul li {
}
#right-column #blog ul li a {
}
#right-column #blog #powered-by {
}
#right-column #blog ul li a:link, #right-column #blog ul li a:link {
}
#right-column #blog ul li a:hover, #right-column #blog ul li a:active {
}
/*--------------------> Footer Selectors <--------------------*/
#footer {
	text-align: center;
	font-size: 10px;
	padding: 25px 100px 0px 300px;
	background: url(../images/footerBG.jpg) top right no-repeat;
	z-index: 90;
}
#footer ul {
	list-style: none;
	margin-bottom: 10px;
}
#footer ul li {
	display: inline;
	padding: 0px 5px;
}
#footer ul li a {
}
#footer a:link, #footer a:visited {
	color: #3c2c20;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #3c2c20;
	text-decoration: underline;
}
#footer p {
}
#footer img {
}
/*--------------------> Disclaimer Selectors <--------------------*/
#disclaimer {
	margin-top: 15px;
}
#disclaimer p {
}
#disclaimer a {
}
#disclaimer a:link, #disclaimer a:visited {
}
#disclaimer a:hover, #disclaimer a:active {
}
/*--------------------> Bennett Captcha Selectors <--------------------*/
#pnlCaptcha {
	width: 240px;
	height: auto;
	clear: both;
}
#pnlCaptcha p {
	width: 240px;
	height: auto;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#pnlCaptcha label {
	width: 240px;
	height: auto;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.captcha {
	width: 240px;
	height: auto;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.captcha img {
	width: 240px;
	float: left;
	clear: both;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}
.captcha span {
	width: 240px;
	height: auto;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.captcha span input {
	width: 240px;
	height: auto;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/*--------------------> Bennett Form Selectors <--------------------*/
#bennett {
}
#bennett input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#bennett textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#bennett ul {
	width: 240px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#bennett ul li {
	margin: 0px;
	padding: 0px;
}
/*--------------------> Bennett Summary Selectors <--------------------*/
#ValidationSummary1 {
	width: 240px;
	height: auto;
	float:left;
	clear:both;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}
#ValidationSummary1 ul {
	width: 240px;
	height: auto;
	float:left;
	clear:both;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#ValidationSummary1 ul li {
	float:left;
	clear:both;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
/*--------------------> Bennett Error Selectors <--------------------*/
#errors {
	float:left;
	clear:both;
	width: 240px;
	height: auto;
	margin: 0px;
	padding: 0px;
	color: #990000;
}
#errors span {
}
#errors ul {
	float:left;
	clear:both;
	width: 240px;
	height: auto;
	padding: 0px;
	margin: 20px 0px 20px 0px;
}
#errors ul li {
	float:left;
	clear:both;
	width: 240px;
	height: auto;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	color: #990000;
}
/*--------------------> Bennett Button Selectors <--------------------*/
input#btnValidateForm {
	float: left;
	clear: both;
	width: 240px;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #990000;
}
input#btnSubmitForm {
	float: left;
	clear: both;
	width: 240px;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #990000;
}
/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1 {
	visibility: hidden;
}
.index-mag-text {display:block; width:170px; margin: 10px 0 10px 10px; text-align:left;}
