/* CSS Document */
html {
  background-color: #000;
}
body {
	/*background:url(images/bg.gif) no-repeat #f1ede5;*/
	width: 886px;
	margin: 10px auto;
	font-size:62.5%;
	font-family:Helvetica, Arial, sans-serif;
}

form 
{
	background:url(images/bg.gif) no-repeat #f1ede5;   
	margin:0;
	padding:0;
}

a 
{
    color:#e28969;
}

#main {
	background:bottom repeat-x url(images/border.gif);
	min-height:550px;
    height:auto !important;
    height:550px;
	}
	
#leftCol {
	float:left;
	width:210px;
	margin:5px;
	font-size:1.2em;
}

/*#leftCol ul
{
    padding-left:1em;
    width:150px;
}*/

#rightCol {
	float:right;
	width:225px;
	margin:5px;
	min-height:500px;
    height:auto !important;
    height:500px;
	background:url(images/bird.gif) bottom center no-repeat;
}

#centreCol {
	margin:5px 225px 5px 220px;
	font-size:1.2em;
	padding:5px 0 50px;
	text-align:justify;
}


.mir { letter-spacing : -1000em; } 
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
/* End of hack */

h1.mir{
	width: 155px; height: 45px;
	background:url("images/logo.gif") no-repeat center;
	margin:0 auto;
}

h2
{
    font-size:1.35em;
    margin:0.5em 0;
	text-transform:uppercase;
}

h3
{
    font-size:1.2em;
	text-transform:uppercase;
}

#logo 
{
    margin-bottom:2em;
}

#logo h2 {
	font-size:1.35em;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	margin:0;
}

#logo p {
	text-align:center;
	margin:0;
	font-weight:bold;
}

#rightPromo .promoItem
{
    margin:1em;
    clear:right;
    height:80px;
    font-size:1.2em;
}

#rightPromo .promoItem img 
{
    padding:3px;
    border:solid 2px #000;
    float:right;
    height:60px;
   /* width:60px; */
}
    
.galleryItem
{
    width:120px;
    text-align:center;  
    float: left;
    font-size:1.1em; 
}    

.galleryItem img
{
    margin:0 auto;
    display:block;
    padding:3px;
    border:solid 2px #000;
}

.detailItem img
{
    display:block;
    margin:0 auto;
    width:200px;
    padding:3px;
    border:solid 2px #000;
}

.photoItem
{
    text-align:center;
}

.photoItem img
{
    display:block;
    margin:0 auto; 
    padding:3px;
    border:solid 2px #000;    
}

.galleryList
{
    margin:0 auto;
}

#subscribe
{
    font-size:1.2em;
    text-align: center;
    padding-bottom:10px;
    font-weight:bold;
}

#subscribe input
{
    font-weight:normal;
    font-size:1em;
    margin-top:5px;
}

.subscribeBtn
{
    
    vertical-align:bottom;
}

#navList
{
    list-style:none;
    padding:0 5px;
    margin:0;
}

#navList li
{
    width:200px;
    height:30px;
    background:url("images/button.gif") no-repeat center;
    margin-bottom:10px;
}

#navList li a
{
    height:25px;
    display:block;
    padding-left:80px;
    padding-top:7px;
    text-transform:uppercase;
    font-weight:bold;
    text-decoration:none;
}

#bookingForm
{
    margin:0 auto;
    width:90%;
}

#bookingForm label
{
    float:right;
    width:150px;
    text-align:right;
    padding-right:5px;
}