html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

p {
	color:#fff;
}

p.notice{
	margin:10px 0;
	color:#fff;
	font-size:18px;
}

sup {
	font-size:11px;
	color:#666666
}

.clear{
	clear:both;
}

h2.treatment-hover{
	float:right;
}

img.left{
	float:left;
}

blockquote, q {
	quotes: none;
	border:1px solid #fff;
	padding:15px;
	margin:10px;
	display:block;
	
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrap{
	width:740px;
	margin:0 auto;
}

#header{
	background:url(../images/header-bg.jpg) repeat-x 0 0;
	height:100px;
}

#header img{
	padding:0;
	margin:0;
	float:left;
	
}

#header p{
	color:#fff;
	font-size:12px;
	margin:5px;
}

.contact{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	letter-spacing:1px;
	padding:0;
	margin:0 0 0 375px;
}
	

#nav{
	background:url(../images/nav-bg.jpg) 0 0 repeat-x;
	height:45px;
	border:#c6c6c6 solid;		
	border-width:1px 0;
}

#menu{
	list-style-type:none;
	margin:0 auto;
	padding:0;
}

#menu li{
	float:left;
	background:url(../images/nav-sep.jpg) left center no-repeat;
}

#menu a{
	display:block;
	text-decoration:none;
	height:30px;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	padding:15px 14px 0 14px;
	text-align:center;

}

#menu li a:hover{
	text-decoration:underline;
}

#menu li.bg-none{
	background:none;
}



#content-home{
	height:270px;
	padding:175px 100px 0 0;
	background:url(../images/home-content-bg.jpg) 0 0 no-repeat;
	color:#ffffff;
}

#content{
	height:425px;
	padding:10px 150px 10px 10px;
	background:url(../images/content-bg.jpg) 0 0 no-repeat;
	color:#fff;
	overflow:auto;
}

#content-questionnaire{
	min-height:720px;
}

#content-blank{
	height:445px;
	padding:0;
	background:none;
	color:#fff;
	/*overflow:auto;*/
}

#content h1, #content-blank h1, #content-home h1{
	font-size:18px;
	margin:10px 0 10px 15px;
	background:#0068b3;
	color:#fff;
	padding:3px 0 3px 5px;
	border-left: 3px solid #7eb8e2;
}


#content h2, #content-blank h2, #content-home h2{
	font-size:14px;
	margin:10px 0 10px 35px;
	color:#fff;
	border-bottom:1px dotted #fff;
}

#content p, #content-home p{
	margin:5px 5px 5px 30px;
}



#content2{
	height:445px;
	background:url(../images/content-bg2.jpg) 0 0 no-repeat;
}
.home-text{
	color:#fff;
	position:relative;
	top:150px;
	left:25px;
	font-size:2em;
	width:250px;
	font-weight:bold;
	font-style:italic;
}

.home-text2{
	color:#fff;
	position:relative;
	top:50px;
	left:345px;
	font-size:4em;
	width:200px;
	font-weight:bold;
	font-style:italic;
}

.home-logo{
	position:relative;
	top:125px;
	left:240px;
	z-index:1;
}

#botnav{
	background:url(../images/nav-bg.jpg) 0 0 repeat-x;
	height:45px;
	padding:0;
}

.container{
	float:left;
	width:100%;
	clear:both;
	overflow:hidden;
}

#botmenu{
	padding:0;
	margin:0 auto;
	list-style-type:none;

	
}

#botmenu li{
	float:left;
	height:30px;	
	margin:10px 0 0 90px;
}

#botmenu a{
	width:auto;
	display:block;
	padding:10px 20px 0 20px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}


#footer{
	background:#17569b url(../images/header-bg.jpg) bottom left repeat-x;
	height:50px;
	padding:15px 0 0 0;
	border-top:2px solid #000;

}
#footer p{
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin:5px 0;
	
}

#footer img{margin:0 10px; float:left;}



#address{
	color:#fff;
	text-align:center;
	padding:10px;
	float:left;
	width:720px;
}

/*Forms*/
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 10px 0 10px 20px;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px;
  color:#fff;
}



form.guest{
	min-width:350px;
	width:350px;
}

form.questionnaire{
	width:700px;
	max-width:700px;
	min-width:700px;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
    color:#dd0906;                   /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
 
}

form label.guest{
	width:100px;
}

form label.question{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 530px; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	height:20px;
	padding:5px 0 0 10px;
}

form label.black{
	color:#000;
}

.black{
	color:#000;
}

.red {
	color:#ff0000;
}


form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form.guest input[type=text], form.guest textarea{
	float:left;
	margin:5px 0 0 25px;
}

form.guest input[type=submit]{
	margin:0 0 0 55px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}



textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.thankyou{
	font-size:24px;
	color:#ff0000;
	background:#fff;
	padding:10px;
	
}

.error{
	font-size:18px;
	color:#ff0000;
	background:#fff;
	padding:5px;
	
}

.quotes{
	background:url(../images/quotes.png) 0 0 no-repeat;
	padding:0 0 0 30px;

}

#testimonials p{
	padding: 0 0 0 30px;
}

#testimonials img{
	display:block;
	margin:20px auto;
}

.coupon{
	width:300px;
	height:300px;
	border:3px solid #0068b3;
	padding:10px;
	visibility:hidden;
	position:absolute;
	margin:0 auto;
	overflow:auto;
}

.greyBg{
	background:#181818;
}

/* the overlayed element */ 
.simple_overlay { 
	
	padding:20px 35px 30px 20px;
	margin:0;
	display:none; 
	z-index:10000; 
	background:url(/images/conditions-toggle.png) 0 0 no-repeat; 
	width:645px; 
	min-height:250px; 
} 

/* close button positioned on upper right corner */ 
.simple_overlay .close { 
	background:url(/images/close-x-button.jpg) 0 0 no-repeat;
	position:absolute; 
	right:16px; 
	top:7px; 
	cursor:pointer; 
	height:13px; 
	width:13px;

}

.simple_overlay p{
	margin:10px 0 0 15px;
	color:#000;
	padding:0 0 0 7px;
	border-left:3px solid #c6c1b8;
}

.simple_overlay ul{
	color:#000;
}

.simple_overlay h3{
	color:#0068b3;
	font-size:22px;
	border-bottom:1px dotted #eae7e3;
}

#countdown_dashboard {
	height: 96px;
	width:740px;
	margin:20px auto;
}

.dash {
	width: 133px;
	height: 96px;
	background: transparent url(../freemassage/images/dash.png) 0 0 no-repeat;
	float: left;
	margin-left: 2px;
	padding-left: 13px;
	position: relative;
	color: #333;
}

.weeks_dash {
	background: transparent url(../freemassage/images/dark_weeks_dash.png) 0 0 no-repeat;
}

.days_dash {
	background: transparent url(../freemassage/images/dark_days_dash.png) 0 0 no-repeat;
}

.hours_dash {
	background: transparent url(../freemassage/images/dark_hours_dash.png) 0 0 no-repeat;
}

.minutes_dash {
	background: transparent url(../freemassage/images/dark_minutes_dash.png) 0 0 no-repeat;
}

.seconds_dash {
	background: transparent url(../freemassage/images/dark_seconds_dash.png) 0 0 no-repeat;
}

.dash .digit {
	font: bold 52pt Verdana;
	font-weight: bold;
	float: left;
	width: 59px;
	text-align: center;
	position: relative;
}

.dash_title {
	display: none;
}

.dev_comment {
	clear: left;
	font-size: 14pt;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	margin: 20px 10px;
}

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
}

#subscribe_button {
	font-size: 14pt;
	color: #333;
	padding: 4px 8px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
	color: #247;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}
