/*divs*/
body {
	margin: 0;	
	padding: 0;
	width: 100%;
	font-family: arial, sans-serif;
	font-size: 62.5%;
	background-color: #330033;
	background-image: url('images/justforu.jpg');
	background-position: center left;
	background-repeat: no-repeat;
	background-attachment: fixed;

	}


#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding: 0;
	height: 557px;

	/*height: 638px;*/

	/*background-image: url('/images/content_back.jpg');
	background-repeat: no-repeat;
	background-position: center left;*/
	
		}

/*-----------------------page locator----------------------*/
/* you are here..for the nav bar, gives the arrow over the current page*/
body#home #home_here a,
body#treatment #treatment_here a,
body#gifts #gifts_here a,
body#about #about_here a,
body#contact #contact_here a,
body#news #contact_news a{
			color: #ffffff;
		}

body#home #home_here a:hover,
body#treatment #treatment_here a:hover,
body#gifts #gifts_here a:hover,
body#about #about_here a:hover,
body#contact #contact_here a:hover,
body#news #contact_news a:hover{
			color: #cc99ff;
}



/*xxxxxxxxxxxxxxxxxxxheaderxxxxxxxxxxxxxxxxxxxxx*/

#head {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 100px;
	background-image: url('images/header2.jpg');
	/*background-color: blue;*/
}

#navbar {
	position: relative;
	top: 60px;
	left: 430px;
	width: 380px;
	padding: 0;
	margin: 0;
	/*border: 1px solid green;*/
}

#navbar ul{
padding: 0;
margin: 0;
}

#navbar li{
	text-align: left;
	list-style: none;
	display: inline;
	padding: 0 0 0 4px;
	
	margin: 0;
	/*border-left: 1px solid #cccccc;*/
}

#navbar li a {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #cc99ff;
	text-decoration: none;
	
}


#navbar li a:hover{
	text-decoration: underline;
	color: #ffffff;

}

/*xxxxxxxxxxxxxxxxxxxcontentxxxxxxxxxxxxxxxx*/

#content {
	float: left;
	/*margin-left: 15px;*/
	margin: 0;
	padding: 0;
	width: 440px;
	/*height: 405px;*/
	/*background-color: grey;*/
	background-image: url('/images/iconlist_back.jpg');
		background-repeat: no-repeat;
		background-position: 170px 250px;
						}


body#home #content, body#thanks #content{
background:  url('images/content_home.jpg') no-repeat top left;
}
body#contact #content {
			height: 430px;
			background-image: url('/images/iconlist_back.jpg');
		background-repeat: no-repeat;
		background-position: 70px 100px;
}

body#thanks #content{height: 400px}


body#gifts #content {
			background: none}

#content p{
		font-size: 1.4em;
		line-height: 140%;
		/*padding-left: 30px;*/
		color: #ffffff;
		}

.pad20{padding: 20px 10px 10px 15px}

.padhome{padding: 0 20px 10px 15px}

/*body#gifts #content p{
		font-size: 1.5em;
		padding-left: 30px;
		padding-right: 20px;	
		color: #ffffff;
}*/


body#about #content p{
padding-right: 20px;
}


#content a{
color: #cc99ff;
}

body#gifts #content a, body#news #content a{
				/*margin-left: 30px;*/
		color: #cc99ff;
		font-size: 1.3em;
		/*border-bottom: 1px dotted #cc99ff;*/
		text-decoration: none;
}

body#news #content a.top{font-size: small;
text-decoration: none;
border: none;
}
body#news #content a.top:hover{
text-decoration: underline;
font-size: small;
border: none;
}

body#gifts #content a:hover, body#news #content a:hover{
		color: #fff;
		font-size: 1.3em;
		border-bottom: 1px solid #cc99ff;
		text-decoration: none;
}


/*#content h2{
	padding-left: 160px;
	margin: 0;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 2.8em;
	color: #ffffff;
	text-spacing: -1px;
	text-decoration: none;		
	font-weight: normal;
	font-style: normal;
background-image: url('/images/icon_treatment.jpg');
		background-repeat: no-repeat;
		background-position: 70px center;
}*/

em.hi{
font-style: normal;
color: #cc99ff;
}

#content p.articleintro{
color: #cc99ff;
}

#content p.quoteright{
float: right;
width: 120px;
font-size: small;
background-color: #150016;
color: white;
padding: 10px;
margin: 4px;
}

h2{
font-size: 1.6em;
color: white;
font-weight: normal;
margin-top: 10px;
letter-spacing: 5%;
}

#sidebar #latest h2{
letter-spacing: 5%;
}

body#news #content h2{
background: none;
padding-left: 0;
text-transform: none;
border-bottom: 1px solid #cc99ff;
margin: 0 30px 10px 0;
line-height: 1.5em;
}

em.newsintro{
color: #cc99ff;
padding-right: 5px;
}

em.smalltext{
font-size: small;
color: #cc99ff;
font-style: normal;
}

#content p.introtext{
font-size: 1.6em;
}

body#news #content h3{
margin-top: 5px;
margin-right: 30px;
border-top: 1px dotted #cc99ff;
font-size: 1.5em;
color: #cc99ff;
font-weight: normal;
padding-left: 20px;
padding-top: 15px;
background: url('images/ubullet.gif') no-repeat left bottom;
}

#content ul{
	padding-left: 50px;
	margin: 0;
	font-size: 14px;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #ffffff;
/*	border: 1px solid white;*/

}

body#about #content ul{
padding: 0 20px 0 40px;
	margin: 0;
	font-size: 13px;
	font-family: "trebuchet ms", sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	color: #ffffff;

}

body#products #content p {
margin-right: 20px;}

#content ul a{
	color: #cc99ff;
	text-decoration: none;
}

#content ul a:hover{
	text-decoration: underline;
}

#content li{
	padding: 5px 0 5px 25px;
	list-style: none;
	background-image: url('/images/ubullet.gif');
		background-repeat: no-repeat;
		background-position: left 4px;	
}

#content li li{
	padding: 2px;	
	background: none;
}

#content ul ul{
	padding-left: 20px;
	margin: 0;
	background: none;
}

#basiclist ul{
	text-transform: lowercase}


#iconlist ul{
	padding: 0;
	margin: 0;
	
}

#iconlist {
	padding: 0;
	margin: 0;
		width: 250px;
height: 250px;
	}

#iconlist li{
	float:left;
	list-style: none;
	display: block;
	/*padding: 0 0 28px 10px;*/
/*border: 1px solid white;*/
	margin: 0;
	background: none;
padding: 13px;
}


#iconlist li a{
	padding: 0 30px 0 0;
		font-family: arial, sans-serif;
	text-transform: capitalize;
	font-size: 15px;
	letter-spacing: 1px;
	color: #ffffff;
	text-decoration: none;	
/*adding-bottom: 30px;*/
/*border: 1px solid white;*/
	}

.iconmiddle {padding-bottom: 10px}

#iconlist li a:hover{
		padding: 0 30px 0 0;
		background-image: url('/images/ubullet.gif');
		background-repeat: no-repeat;
		background-position: center right;
		text-decoration: none;
		
}

/*#iconlist p{
	padding-top: 12px;
	margin: 0;
}

#iconlist p{*padding-top: 2px;}
*/

#topquote {
	padding: 0;
	margin: 0;
	width: 400px;
	background-image: url('/images/quoteleft.jpg');
	background-repeat: no-repeat;
	background-position: 10px 5px;
	
}

#topquote h1{
font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 15px;
	color: #cc99ff;
	letter-spacing: 0px;
	line-height: 1.5em;
	word-spacing: 2px;
	padding: 10px 30px 0 40px;
	margin: 0;
	background-image: url('/images/quoteright.jpg');
	background-repeat: no-repeat;
	background-position: 310px bottom;
}

h1{
font-size: 2.3em;
color: #fff;
font-weight: normal;
padding: 0;
margin: 0 0 10px 0;

}

#treatments {
margin: 0;
padding: 0;
border-top: 1px dotted #cc99ff;

}

#treatments a{
	padding-left: 25px;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	color: #cc99ff;	
	text-decoration: none;	
	
}



#treatments a:hover{
	color: #ffffff;
	text-decoration: underline;

}

a.newslink{
margin-bottom: 15px;
}

a.homelink{
display: block;
font-size: 1.4em;
color: white;
text-decoration: none;
}

a.homelink:hover{
text-decoration: underline;
color: #ccff99;
}

a.readmore{
texct-decoration: underline;
font-size: small;
}


/*XXXXXXXXXXXXXXXX SIDEBAR XXXXXXXXXXXXXXXXXXXX*/

#sidebar{
	/*margin-left: 58%;*/
	float: right;
	margin: 0;
	padding: 0 0 0 0;
	width: 334px;
		background: url('images/gallery_back.jpg') no-repeat ;
	/*height: 430px;*/
	/*background-color: green;*/
/*	border: 1px solid green;*/
}


#gallery {
	margin: 0;
	width: 0;
	padding: 0;
	/*height: 420px;*/
	width: 334px;
    /*height: 410px;*/

}

#gallery ul{
	padding: 7px 0 0 9px;
	margin: 0;
}


#gallery li {
	float: left;
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#latest {
	/*float: left;*/
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	/*position: relative;
	top: 210px;
	left: 6px;*/
	/*margin-left: 14px;
	margin-right: 13px;*/
	/*clear: left;*/
	/*width: 306px;*/
	/*border-top: 1px solid #ffffff;*/
	/*height: 150px;*/
}

#latest h2{
	/*font-family: Georgia, serif;*/
	font-size: 1.5em;
	color: #cc99ff;
	/*letter-spacing: -1px;*/
	word-spacing: 2px;
	/*font-style: italic;*/
	font-weight: normal;
	padding: 5px 20px 0 20px;
	margin: 0;	
}

#latest p{
	font-size: 13px;
	color: #ffffff;
	padding: 5px 20px 0 20px;
	margin: 0;
}

#latest h3{
	margin: 0 20px 0 20px;
	padding: 0 0 3px 20px;
	font-size: 14px;
	color: #cc99ff;
	font-weight: normal;
	background-image: url('/images/ubullet.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #6d4a6d;
	}
p.underline{
text-decoration: underline;
}
	
#latest a{
color: #cc99ff;
text-decoration: underline;
}

#latest a:hover{
color: #666;
}
/*XXXXXXXXXXXXXXXXXfooterXXXXXXXXXXXXXXXXXXX*/


#footer{
	clear: both;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 50px;
	background-image: url('/images/footer.jpg');
	background-repeat: no-repeat;
	/*background-color: yellow;*/
	/*border: 1px solid yellow;*/
}

#footer a{
	font-size: 11px;
	/*text-transform: uppercase;*/
	font-family: arial, sans-serif;
	color: #cc99ff;
	text-decoration: none;
	
}

#footer a:hover{
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;

}

#botnavbar {
	/*position: relative;
	top: 50px;
	left: 470px;*/
		/*width: 300px;*/
		height: 40px;
		clear: both;
float: right;
	padding: 50px 50px 0 0;
	margin: 0;
	/*border: 1px solid black;*/
	color: #fff;
}

#botnavbar li{
	padding: 10px 5px 0 0;
list-style: none;
	display: inline;
	}
/*xxxxxxxxxxxxxxxxxxxx   imgs   xxxxxxxxxxxxxxxxxxxxxxxxx*/

#iconlist img{
	
	margin-bottom: -20px;
	padding: 0;
	}

#gallery img{
	padding: 5px;
	margin: 5px;
	border: 1px solid #ffffff;
	}
	
/*xxxxxxxxxxxxxxxxxxx general xxxxxxxxxxxxxxxxxxxx*/

.rightwhite {
	float: right;
	padding: 2px;
	margin: 4px;
	border: 1px solid #ffffff;
}

.tabledata {
	width: 405px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	border-bottom: 1px dotted #cc99ff;
	}

.tabledata th{
	padding: 5px 0 5px 0;
	text-align: left;
	color: #cc99ff;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: normal;
		
}

.tabledata td{
	padding-bottom: 5px;
	vertical-align: bottom;
	font-family: "trebuchet ms", sans-serif;
	font-size: 1.2em;
	color: #ffffff;
	line-height: 1.2em;
}

.tabledata em{
	font-weight: bold;
	color: #cc99ff;
	
}



.padright {
	padding-right: 20px;
}

.back{
	padding-right: 40px;
	float: right;
}

.right{
	float: right;
	padding: 0;
	border: 0;
	margin: 5px;	
	}

.leftbrd{
float: left;
border: 1px solid #150016;
padding: 0;
margin: 7px 7px 7px 0;

}

caption {
	padding: 2px 5px 0 20px;
	margin-left: 10px;
	text-align: right;
	background-color: #000000;
	padding-bottom: 5px;
	color: #ffffff;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5em;
	background-image: url('/images/ubullet.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	}

.title {
	color: #ffffff;
	font-size: 16px;
	padding-left: 30px;
	padding-bottom: 20px;
	margin: 0;
	}

	.hi{
		font-weight: normal;
		font-style: normal;
		color: #cc99ff;
				}

fieldset {
/*width: 300px;*/
padding: 10px;
border: 1px solid #150016;
background: none;
margin-left: 20px;
margin-right: 20px;
}

legend {
padding: 5px 10px 5px 10px;
margin: 0;
background-color: #150016;
color: white;
font-size: 14px;
border: 1px solid white;
}

/*Email form*/

#sidebar form{
/*border: 1px solid blue;*/
padding: 0;
margin: 8px 0 10px 70px;
}

#sidebar input{
border: 1px solid #fff;
background: #ffbfff;
color: #150016;
font-size: small;

}

#newsletter{
padding: 3px 0 10px 65px;
}

#sidebar #submit{
background: #330033;
color: white;
height: 19px;
width: 20px;
font-size: x-small;

}

#sidebar form p{
padding: 0;
margin: 0;
}

/*Gift Table*/
#gifttable{
padding-left: 20px;
color: white;
width: 400px;
}

#gifttable td{
font-size: 1.4em;
padding-left: 10px;
margin: 0;
height: 40px;
vertical-align: top;
}

#gifttable td.middle{
vertical-align: middle;
padding-bottom: 15px;}

#gifttable td.top{
width: 190px;
}