
* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	background: #CEE1F7;
}

#container {
	margin: 50px auto 0 auto;
	padding: 0;
	width: 800px;
	background: #fff url(../images/core/container-background.gif) top center repeat-y;
}


.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


img {border: none;}


/*---------------------------
	HEADER
---------------------------*/
div#header {
	width: 800px;
	height: 168px;
	background: url(../images/core/header-background.jpg) top center no-repeat;
}


/*---------------------------
	NAVIGATION
---------------------------*/
div#navigation {
	width: 800px;
	height: 31px;
	clear: both;
	background: #b5368d;
	border-bottom: 7px solid #c754a3;
}

#nav {
	margin: 0 7px 0 0;
	padding: 0;
	height: 31px;
	list-style: none;
	display: inline;
	overflow: hidden;
	float: right;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 31px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:31px; /* for IE5/Win only */
	}
	
#nav a:hover {background-position: 0 -31px;}

#nav-home a {width: 53px; background: url(../images/nav/home.jpg) top left no-repeat;}
#nav-beauty-treatments a {width: 133px; background: url(../images/nav/beauty-treatments.jpg) top left no-repeat;}
#nav-dayspa-treatments a {width: 217px; background: url(../images/nav/dayspa-treatments.jpg) top left no-repeat;}
#nav-hair a {width: 42px; background: url(../images/nav/hair.jpg) top left no-repeat;}
#nav-weddings a {width: 71px; background: url(../images/nav/weddings.jpg) top left no-repeat;}

/*---------------------------
	CONTENT
---------------------------*/
div#content {
	width: 568px;
	float: left;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
}

div#text {
	width: 537px;
	margin: 28px 0 28px 13px;
	color: #5E5C5C;
}

div#text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #547AA5;
}

div#text h2 {
	color: #212121;
	margin: 15px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

div#text h3 {
	color: #525252;
	margin: 25px 0 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
}

div#text h3 span {
	margin-left: 20px;
}

div#text p {
	line-height: 23px;
	margin: 10px 0 10px 0;
}

div#text img.float-left {float: left; margin: 10px 10px 10px 0;}
div#text img.float-right {float: right; margin: 10px 0 10px 10px;}

div#text hr {
	margin: 10px;
	clear: both;
	border: none;
	border-top: 1px solid #ccc;
	height: 0;
}



/*---------------------------
	RIGHTBAR
---------------------------*/
div#rightbar {
	width: 200px;
	float: right;
	display: inline;
	padding: 15px;
	color: #5e5c5c;
	font: 11px Arial, Helvetica, sans-serif;
}

div#rightbar p {
	margin: 10px 0;
	text-align: left;
	line-height: 18px;
}

div#rightbar strong {
	color: #b5368d;
}

div#rightbar a {
	color: #bf4197;
	text-decoration: underline;
}
div#rightbar a:hover { color: #587fab; }

div#rightbar table td {
	padding: 3px 5px 3px 0;
	border-bottom: 1px solid #EEE9E3;
}

div#rightbar img.webbasic {
	float: right;
	margin: 10px 0;
}


/*---------------------------
	FOOTER
---------------------------*/
div#footer {
	width: 800px;
	margin: 0 auto;
	height: 33px;
	background: #b5368d;
	border-top: 7px solid #c754a3;
}

div#footer p {
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	padding: 10px 0 0 10px;
}

div#footer a {color: #FFF; text-decoration: underline;}

/*---------------------------
	SERVICES
---------------------------*/

div.services table {
	margin: 5px 0 10px;
	width: 300px;
}

div.services table td {
	padding: 5px 0 5px 0;
	line-height: 18px;
	border-bottom: 1px solid #EEE9E3;
}





