/* Chelsea Spa CSS Document */

/*
Author: L-zanne Wentzel - l-zanne@augment.co.za

homepage only
*/

html{overflow:-moz-scrollbars-vertical;}

* {margin: 0; padding: 0; outline: none;}

body{
background: #41040e url(../gfx/bg_home.gif) repeat-x top;
font: 12px Arial, Helvetica, sans-serif normal;
color:#000000;
z-index:0;
}

.clear{
clear:both;
}

a:link {}
a:visited {}
a:hover{}
a:active{}

#container{
    position:relative;
	width: 950px;
	height: 545px;
    margin: 15px auto;
    text-align:center;
    z-index:0;
	border: 1px solid #965e13;
}

/*#container #pattern{
	position:absolute;
	top: -15px;
	left: 0px;
	width: 943px;
	height: 614px;
	background:url(../gfx/pattern.png) no-repeat top;
	z-index:50;
}
*/
#container #red{
	position:absolute;
	top: 5px;
	left: 5px;
	width: 938px;
	height: 532px;
	border: 1px solid #965e13;
    z-index:0;
	background:url(../gfx/bg.gif) no-repeat top;
}

#container ul{
	position:absolute;
	list-style:none;
	top:368px;
	left: 275px;
	text-align:center;
	width:415px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	z-index: 1000;
}

#container ul li{
	float:left;
	text-align:center;	
	color:#bebcbc;
	text-transform:uppercase;
}

#container ul li:first-child{
	padding: 0 0 0 35px;
}

#container ul li a:link, #container ul li a:visited{
		color:#bebcbc;
		text-decoration:none;
}

#container ul li a:hover{
	color:#bebcbc;
	text-decoration:underline;
}

#container ul li.sep{
	padding: 0 5px 0 5px;
}

#container #red .logo{
	position:absolute;
	top: 145px;
	left:293px;
}

#container #lhs_curl{
	position:absolute;
	top: 6px;
	left: 6px;
	/*background:url(../gfx/lhs_curls.png) no-repeat top;*/
	width: 306px;
	height: 532px;
	float:left;
	z-index:100;
}

#container #rhs_leaves{
	position:absolute;
	top: 6px;
	right:6px;
	/*background:url(../gfx/rhs_leaves.gif) no-repeat top;*/
	width: 306px;
	height: 532px;
	float:right;
	z-index:100;
}


