/* CSS for Relaxation Unlimited */

* { font-family: arial, helvetica, sans-serif; }

body {
	margin: 20px auto;
	background-color: #C2B3DB;
	text-align: center;
  min-width: 900px;
  width:90%; 
 
}


#container {
	background-color: #EAE5F3;
	width: 100%;
	margin: 0px auto;
	position: relative;
  
}

#flower {
	position: absolute;
	width: 280px;
	top: 50px;
	left: 0;
	z-index: 2;
}

/*+++++++++++++++ header ++++++++++++++*/
#header {
	height: 140px;
	position: relative;
	padding: 25px 20px 0px 0px;
	text-align: right;
	background-color: #FFFFFF;
	background-image: url(/images/headerbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
.logo { margin: 0px 0px 5px 0px; border: 0;}

/*+++++++++++++++ nav +++++++++++++++++*/
#nav {
	height: 30px;
	background-color: #FFFFFF;
	position: relative;
	padding: 0px 0px 0px 280px;
	text-align: left;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#nav a {
	color: #AC98CE;
	text-decoration: none;
	margin: 0px 14px 0px 0px;
}
#nav a:hover {
	color: #623BB0;
	text-decoration: none;
}

/*+++++++++++++++ main ++++++++++++++++*/
#content {
	background-color: #EAE5F3;
	background-image: url(/images/stems.gif);
	background-repeat: repeat-y;
	background-position: top-left;
	padding: 20px 20px 20px 290px;
	text-align: left;
	font-size: 12px;
	color: #555555;
}

#content h1 {
	color: #87A400;
	font-size: 28px;
	margin: 0 0 15px 0;
}

#content a { color: #ac98ce; text-decoration: underline;  font-weight: bold;}
#content a:hover { color: #ac98ce; text-decoration: none; }

#content p {margin: 0 0 15px 0;}
#content .testimonial {margin: 25px 0 5px 0; color: #623BB0; font-weight: bold; font-style:italic;}	
#content .credit {text-align: right;}	

#content input {border: 3px solid #C8DC85; padding: 3px; color: #ac98ce; font-weight: bold;}
#content .submit {border: 2px solid #623bb0; font-weight: bold; background-color: #FFFFFF; color: #623bb0; font-size: 1.2em;}

#contact-form {color: #623bb0;}

#right {	float: right; margin: 0px 0px 10px 10px; }
#right img { border: solid 3px #ac98ce; }

#right .blue-box {
	background-color: #FFFFFF;
	border: solid 3px #ac98ce;
	padding: 10px;
	text-align: left;
	line-height: 24px;
	font-size: 14px;
	color: #ac98ce;
	width: 195px;
}
#right .prices strong {text-decoration: none;}

#right .gift {
	background-color: #FFFFFF;
	border: solid 3px #ac98ce;
	text-align: center;
	width: 205px;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #623bb0;
}
#right .gift a {color: #ac98ce; text-decoration: none; font-size: 14px;}
#right .gift a:hover {text-decoration: underline;}

/*+++++ contact info ++++++++++++++*/
#contact {
	height: 25px;
	position: relative;
	clear: both;
	background-color: #C8DC85;
	padding: 0px 20px 0px 20px;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	color: #444444;
	z-index: 3;
}
#contact a { color: #444444; text-decoration: none; }
#contact a:hover { text-decoration: underline; }

/*+++++++++++++++ footer +++++++++++++++*/
#footer {
	background-color: #C2B3DB;
	position: relative;
	clear: both;
	padding: 10px 20px 0px 10px;
	height: 35px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	z-index: 3;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	margin: 0px 10px 0px 10px;
}
#footer a:hover { text-decoration: none; }
#footer .copyright { float: right; text-align: right; }
#footer a.bwm { margin: 0; }
#footer a.bwm:hover { margin: 0; }

	