/*-------------------------------------------------
		    - GLOBAL -						
-------------------------------------------------*/

body {
    font-size: 12px;
    line-height: 1.5em;
    font-style: normal;
    font-weight: normal;
    font-family: arial, verdana, serif;
    background: #7F581C;
    color: #666;
    text-align: left;
}

body.about{ background: #9a7443 url('../images/backgrounds/about_us.jpg') no-repeat; }
body.penthouse { background: #BD8842 url('../images/backgrounds/penthouse.jpg') no-repeat; }
body.apartments { background: #A48050 url('../images/backgrounds/apartments.jpg') no-repeat; }
body.entertainment { background: #7C5D62 url('../images/backgrounds/entertainment.jpg') no-repeat; }
body.rates { background: #7F591B url('../images/backgrounds/rates.jpg') no-repeat; }
body.book { background: #7F591B; }
body.map { background: #e2dac7; }

body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, input, form, fieldset, label {padding: 0;margin: 0}
		
#container { 
    width: 700px; 
    margin: 0 auto; 
}
	
a {color: #fff; text-decoration: underline;}
a:hover { text-decoration: none;}

a img { border: none; }
p { margin: 0 0 1.5em 0; }

.ghost { display : none; }

/*-------------------------------------------------
		- IMAGES -					
-------------------------------------------------*/

a img.raam { 
	background: #fff;
	border: 3px solid #b4af91;
	padding: 2px;
	float: left;
	margin-right: 8px;
	}
a:hover img.raam { border: 3px solid #c03000; }
	
.logo { padding: 10px 0; }

.home { margin-top: 80px;
        margin-bottom: 30px; }
	
.about_us { margin-top: 0px;
            margin-bottom: 30px; }
	 
.center { color: #fff;
          text-align: center;
	  margin: 5px 0 0 0; }
	  
.center img { float: right; }

.map {  color: #b5a27b;
        text-align: center;
	margin: 5px 0 0 0; }
	  
.map img { float: right; }

.img_left { float: left;
	    border: 2px solid #D1C2A1;
	    padding: 0 0 0 0;
	    margin: 0 0 0 -280px;}
	


/*-------------------------------------------------
		- HEADERS -					
-------------------------------------------------*/

#header_02 { 
	clear: both;
        background: #DB2B1E; 
	height: 25px;
        color: #fff;
	}
	
#header_02 ul {
        list-style: none;
        padding: 0 0 0 4px; margin: 0;
    }
#header_02 ul li {
            float: left;
        }
#header_02 ul li a {
            float: left;
            text-decoration: none;
            padding: 4px 9px;
            font-weight: bold;
            color: #fff;
        }
	
.head_tags { padding-top: 10px; }

/*-------------------------------------------------
		- MAIN -				
-------------------------------------------------*/

#main { width: 700px;
        margin: 0 auto; }
    
#text { width: 515px;
        margin: 0 auto;
	color: #fff; }
	
#right { width: 447px;
              float: right;
	      color: #fff; }

.red { display: block;
       width: 25px;
       height: 25px;
       background: #DB2B1E;
       margin: 0 auto; }


/*-------------------------------------------------
		- FOOTER -					
-------------------------------------------------*/

#footer {
    width: 680px;
    clear: both;
    border-top: 4px solid #b4af91;
    color: #fff;
    }
	
#footer p { 
	text-align: center; 
	margin: 0; padding: 20px 0; 
	font-size : 0.9em; 
	}
#footer p a {
        color: #eee;
    }

.large { color: #C8C8C8;
         font-weight: normal;
	 padding-top: 10px;
	 padding-left: 20px; }
         
/*-------------------------------------------------
                - TABLES -					
-------------------------------------------------*/

table { width: 390px;
        border-collapse: collapse;
         }
        
table td  { width: 141px;
            text-align: center; }
    
/*-------------------------------------------------
                - FORMS -					
-------------------------------------------------*/

form {
    width: 450px;
    margin: 10px auto;
    line-height: 150%;
}

input, textarea, select {
    border: 3px solid #ccc;
    padding: 3px 5px;
    margin: 5px 0;
}
select { padding: 2px; }
    
form input.btn {
    font-size: 12px;
    padding: 3px 6px; margin: 4px 5px 10px 150px;
    cursor: pointer;
    color: #666;
    text-transform: uppercase;
    background: #f9f9f9;
}

table.input {
    border-collapse: collapse;
    width: 100%;
} 
