@charset "utf-8";
/* CSS Document */

* html body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background:#FFF;
	margin:0;
	padding:0;
	font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
}
a{
	outline:none;
	text-decoration:none;
}

.container{
	margin:0 auto;
	width:1000px;
}
#header{
	height:90px;
}
#header h1{
	margin:0;
	padding:0;
}
#header h1 a{
	width:160px;
	height:80px;
	margin:3px 0 0 36px;
	padding:0;
	background: url(../images/asea-spa-logo.gif) 0 0 no-repeat;
	display:block;
	text-indent:-20000px;
	position:absolute;
}
.main_nav{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:-0.5px;
	margin:36px 0 0 0;
}
.main_nav ul{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.main_nav ul li{
	float:left;
	margin:0 1px 0 0;
}
.main_nav ul li a{
	padding:9px 12px;
	color:#9f9f9f;
	display:block;
}
.main_nav ul li a:hover{
	color:#920b1c;
}
.main_nav ul li.current a{
	color:#920b1c;
}

#content{
	width:964px;
	padding:0 0 0 36px;
	height:460px;
	position:absolute;
	z-index:100;
}
#right_pan{
	float:left;
	height:460px;
	width:362px;
	margin:0 0 0 0;
	background:url(../images/content-bg.png) 0 0 no-repeat;
}
#footer{
	height:15px;
	padding:8px 0 0 0;
	text-align:right;
	color:#929292;
	line-height:normal;
	font-size:11px;
}
#footer a{
	text-decoration:none;
	color:#920b1c;
}
#footer a:hover{
	color:#000;
}





/*--------SCROLL----------*/
#Scroller-1 { 
	position: absolute; 
	overflow: hidden;
	width: 286px;
	height: 340px;
	margin:80px 0 0 30px;
	font-size:14px;
	line-height:18px;
	color:#727272;
}
#Scroller-1 a{
	color:#9b003a;
	text-decoration:none;
}
#Scroller-1 a:hover{
	color:#000;
}
#Scroller-1 p {
	color:#727272;
	text-align:justify;
	margin:2px 0 18px 0;
}
#Scroller-1 h2{
	font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
	font-size:33px;
	margin:2px 0 24px 0;
	color:#9b003a;
	font-weight:normal;
}
#Scroller-1 h3{
	font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:10px 0 10px 0;
	font-weight:bold;
	color:#9b003a;
}
.Scroller-Container {
  position: absolute;
  width:280px;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  margin-left:330px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top:110px;
}
.Scrollbar-Track {
  width: 11px;
  height: 286px;
  position: absolute;
  top: 130px; left: 4px;
  background:url(../images/scrollbar_track.gif) repeat-y center center;
}
.Scrollbar-Handle {
  position: absolute;
  width: 11px; height: 22px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 422px;
}




/*--------SLIDESHOW----------*/
#slideshow {
    position:relative;
    height:1000px;
	height:460px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 460px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
	height:1000px;
    height: 460px;
    display: block;
    border: 0;
}

ul.gallery{
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	display:block;
	width:320px;
	float:left;
	clear:both;
}
ul.gallery li{
	float:left;
	margin:0 11px 8px 0;
	line-height:normal;
}
ul.gallery li img{
	padding:4px;
	background:#FFF;
	border:1px solid #ebded6;
}

.clear{
	clear: both;
	margin:0;
	padding:0;
	line-height:0;
}

/*Hedaya's*/
a img {border: none;}
img.left { float:right; margin-left:8px;}
#footer .credits { float: right; line-height: 20px;}
.fooNewsLetter { float: left; /*font: 12px arial;*/}
.fooNewsLetter span { font-size:16px; font-weight: bold; color: #9B003A;}
.fooNewsLetter input { font: 10px arial; color: #727272;}
.fooNewsLetter #email { width: 150px; border: 1px solid #C5B9A8;}
.fooNewsLetter #nlSubmit { background: none repeat scroll 0 0 #6D6150; border: 1px solid #6D6150; color: #FFFFFF;}




