/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //------------ */
body {
	margin: 0;
	padding: 1em 0;
	min-width: 800px;
	text-align: left;
	font-size: 76%;
	font-family: Helvetica Nueve, sans-serif;
	color: #666666;
	background-image: url(papertexture2.jpg);
	background-repeat: repeat;
}

p {
	margin:8px 0 16px 22px;
	line-height:147%;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

hr {
border: 1px solid #77504b;
width:50%;
}

h1, h2, h3, h4 {
font: "Helvetica";
	font-weight: normal;
	display: block;
	letter-spacing: -1px;
	word-spacing: 0em;
}

h1 {
	color: #77504b;
	font-size:24px;
	line-height: 0.5em;
}

h2 {
	font-size:21px;
	color: #c3a78c;
	line-height: 1em;
	border-bottom-style: ridge;
	border-bottom-color: #b8a3a1;
	border-bottom-width: 3px;
	border-left-color: #b8a3a1;
	border-left-style: ridge;
	border-left-width: 3px;
	margin-left: 22px;
	padding-left: 5px;
	margin-bottom: 0px;
}

h3 {
	font-size:15px;
	color: #77504b;
	margin-left: 11px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 11px;
}

h4 {
	font-size:13px;
	color: #666666;
	margin-left: 11px;
	line-height: 1em;
	margin-top: 11px;
	font-style: italic;
}
a:link, a:visited {
color:#cc0000;
text-decoration:underline;
}

a:hover, a:active {
color:#999999;
text-decoration:none;
}

ul {
	margin:5px 0px 5px 40px;
	padding:0;
	list-style-type:disc;
}

ol {
	margin:5px 0 5px 20px;
	padding:0;
	list-style-type:decimal;
}

ul li, ol li {
	margin:0 24px 4px 0;
	padding:0;
}

/* << ----------------// Outer container that holds all the columns //------------ */
#mainContainer {
	margin:0 auto;
	padding:0;
	width:800px;
	margin-top: 28px;
	background-image: url(bgrdexpand.jpg);
	background-repeat: repeat;
	position: inherit;
	min-height: 100%;
}

/* << ----------------// Header //------------ */
#header {
	margin:0 auto;
	width:800px;
	height: 66px;
	background-image: url(header3.jpg);
	background-repeat: no-repeat;
}

/* << ----------------// Header Two //------------ */
#headertwo {
	float:left;
	margin:0 auto;
	width:400px;
	height: 200px;
	margin-left: 47px;

}
#headerthree{
	float:left;
	margin:0 auto;
	width:300px;
	height: 200px;
	padding-left: 22px;
}

/* << ----------------// Left column //------------ */
#columnOne {
	float:left;
	margin:0 auto;
	width:400px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 47px;
	padding-top: 22px;
}

#columnOne p, #columnOne ul li, #columnOne ol li{
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 22px;
}


/* << ----------------// Middle column //------------ */
#columnTwo {
	float:left;
	margin:0 auto;
	width:250px;
	background-color: #f1edec;
	margin-top: 33px;
	margin-left: 33px; 
	border-top: 3px;
	border-top-style: solid;
	border-bottom: 3px;
	border-bottom-style: solid;
	border-color: #77504b;
}

#columnTwo p, #columnTwo ul li, #columnTwo ol li{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 22px;
	margin-right: 22px;
}


/* << ----------------// Footer //------------ */
#footer {
	width:800px;
	font-size:10px;
	color:#333333;
	clear:both;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	position: inherit;
	background-position: left bottom;
	height: 90px;
	font-weight: bold;
	text-align: center;	
}
#footer a:link, #footer a:visited {
	color:#333333;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#FF0000;
text-decoration:underline;
}

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 774px;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .home {
	width: 50px;
	height: 27px;
	background: url(images/home.png) no-repeat;
	left: 50px;
	top: 15px;
}
#menu .home span {
	width: 60px;
	height: 28px;
	background: url(images/home-over.png) no-repeat;
	left: 0px;
	top: 22px;
}
#menu .about {
	width: 61px;
	height: 27px;
	background: url(images/about.png) no-repeat;
	left: 130px;
	top: 15px;
}
#menu .about span {
	width: 51px;
	height: 28px;
	background: url(images/about-over.png) no-repeat;
	left: 7px;
	top: 22px;
}
#menu .massage {
	width: 145px;
	height: 27px;
	background: url(images/massage.png) no-repeat;
	left: 221px;
	top: 15px;
}
#menu .massage span {
	width: 60px;
	height: 28px;
	background: url(images/massage-over.png) no-repeat;
	left: 40px;
	top: 22px;
}

#menu .aroma {
	width: 85px;
	height: 27px;
	background: url(images/essentials.png) no-repeat;
	left: 396px;
	top: 15px;
}
#menu .aroma span {
	width: 114px;
	height: 28px;
	background: url(images/aroma-over.png) no-repeat;
	left: -10px;
	top: 22px;
}

#menu .biomat {
	width: 66px;
	height: 27px;
	background: url(images/biomat.png) no-repeat;
	left: 511px;
	top: 15px;
}

#menu .biomat span {
	width: 58px;
	height: 28px;
	background: url(images/biomat-over.png) no-repeat;
	left: 10px;
	top: 22px;
}

#menu .contact {
	width: 68px;
	height: 27px;
	background: url(images/contact.png) no-repeat;
	left: 607px;
	top: 15px;
}
#menu .contact span {
	width: 47px;
	height: 28px;
	background: url(images/contact-over.png) no-repeat;
	left: 19px;
	top: 22px;
}


/* << ----------------// FLOAT Images //------------ */

.floatimgleft {
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left: 34px;
}

.floatimgright {
float:right;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
}

