td {
	text-align: left;
	font-family:tahoma;
	font-size:11px;
	color:#E3E6E6;
	line-height:13px;
}

a {text-decoration:underline;
   color:#FDF77B;}
  
body { 	margin:0px;padding:0px; background-color:#27211D}



ul {margin:0; padding:0; list-style:none}
li {background:url(images/a.gif) center left no-repeat; margin:0 0 0 0px; padding:0 0 0 11px; line-height:21px }

.copy { color:#B4B5AF; font-size:9px;}
.copy a { color:#9E9F95; text-decoration:none}
.copy a:hover {text-decoration:underline}

.rooms span a { color:#E3E6E6}




.arrow_right { margin-right:5px;}

.form { width:207px;
		height:17px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#808080;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		
.textarea { width:207px;
		height:119px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#808080;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		

a:hover {text-decoration:none;}

	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:460px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:466px;
		background:#fff;		
		margin-bottom:2em;
		}	
	#header{
		height:144px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:466px
		height:318px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
													
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url('images/btn_prev.gif') no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url('images/btn_next.gif') no-repeat 0 0;	
		}												

/* // Easy Slider */

/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 290px;
    width:466px;
    background-color:gray;
    position:relative;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid white;
    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:black;
    width:100%;
}
#featureCarousel .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:10px;
    color:white;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:10px;
    top:260px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}

.blink {
display: inline;
}
