/* CSS Document */

/* LAYOUT */
body {
    margin: 0px;
    padding: 0px;
    text-align: center;
	background-color:#000000;
}


div#wrapper {
	position:relative;
    width: 1000px;
    margin: 0px auto;
    text-align: left;
    background-color: #F2EDCE;
	background-repeat:repeat-y;
	min-width:1000px;
}

div#header {
	background-repeat:no-repeat;
	width: 1000px;
	}
	

div#nav {
	float:left;
	margin-left:-1000px;
	}
	
	
div#nav_top {
	}
	

div#container{
	float:left;
	width:100%;
}
	
div#Main {
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	min-height:500px;
	}
	
	
div#footer {
	clear:both;
	width:100%;
	height:30px;
	background-color:#6F4030;
	margin-top:20px;
	}
	
.hide {
	display:none;
}
	
	
	/* margins & STYLES */
	
img {
	border:none;
	}
	
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
div#Main{
	color: #6F4030;
	padding: 20px;
	}
	
div#footer {
	color: #ffffff;
	padding-top: 10px;
	text-align:center;
	}
	
div#footer a{
	color: #ffffff;
	}	
	
	
a {
	text-decoration:none;
	color:#2E6EA6;
}

a:hover {
	text-decoration:underline;
	}
	
h2.pageTitle {
	font-size: 18px;
	color:#6F4030;
	}
	
h3.pageTitle {
	font-size: 12px;
	color:#6F4030;
	margin-bottom: -12px;
	}
	
div.gallery img {
	background-image:url(../images/photo_bg.jpg);
	width: 103px;
	height: 103px;
	padding:12.5px;
	margin:10px;
	border:none;
	}	
table#price{
    margin-left:155px;
	border:1px solid #cccccc;
	}
	
table#price td, table#price th{
    padding:10px 20px 10px 20px;
	}
	
table#price td.price {
	text-align:center;
}

table.weather {
    margin: 0px auto;
	text-align:center;
	border:1px solid #cccccc;
	margin-bottom: 50px;
	}

table.weather td {
	padding: 10px;
	}
	
div#availability {
	margin-top: -90px;
	}
	
div#availability_wrap {
	overflow:hidden;
	}
	
div#avail_key {
	background-image:url(../images/key.jpg);
	width: 125px;
	height: 129px;
	position:absolute;
	top: 150px;
	left:790px;
	}
	
img.left {
	float:left;
	clear:both;
	margin: 5px 20px 20px 0px;
	}
	
img.right {
	float:right;
	clear:both;
	margin: 0px 20px 20px 20px;
	}
	
div#top_left_shortcut{
	position:absolute;
	height: 46px;
	width: 287px;
	top: 140px;
	left: 658px;
	z-index: 2;
	}
	
p.ruled {
	padding-bottom:20px;
	border-bottom: 1px solid #cccccc;
	}
	
span.top_links {
	color: #A6937C;
	font-size: 9px;
	}
	
span.top_links a{
	color: #A6937C;
	}
	
span.smallText {
	font-size: 9px;
	}
	
span.highlight {
	padding:2px 8px 2px 8px;
	color:#FFFFFF;
	background-color:#4B93BF;
	}	
	
table#transport {
	border: 1px solid #cccccc;
	margin: 10px;
	}
	
table#transport td{
 	padding:10px;
}
td.fiftyWide{
 	width:50px;
	vertical-align:top;
}

ul.linksList li, ol.linksList li{
	padding:5px;
}

li.arrow {
	background-image:url(../images/nav_arrow.gif);
	background-repeat:no-repeat;
    background-position: 100px 12px;
}

li.arrow:hover {
	background-image:url(../images/nav_arrow_ro.gif);

}

div#offers {
	padding:5px 10px 10px 20px;
	border: 10px solid #E0DF4C;
}


