/*
CSS - Dugong Beach Resort
*/

/* layout styles */

@import url("navigation.css");


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	background: #403027;
	color: #80665a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	background: #fff url(../images/core/container-background.gif) top center repeat-y;
	overflow: hidden;
	border-bottom: 5px solid #60483b;
}

#containerbook {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	background: #fff;
	overflow: hidden;
	border-bottom: 5px solid #60483b;
}

img {border: none;}

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*---------------------------------
	HEADER
---------------------------------*/
div#header {
	width: 770px;
	height: 206px;
	background: url(../images/core/header-background.jpg) 0 0 no-repeat;
}

div#header img.logo {float: left; margin: 25px 0 0 23px;}
div#header img.featureimg {float: right;}
div#header img.cta {float: right; margin: 14px 21px 0 0; clear: right;}


/*---------------------------------
	SIDEBAR
---------------------------------*/
div#sidebar {
	float: left;
	width: 204px;
	border-right: 1px solid #352720;
	background: #4f3b31 url(../images/core/sidebar-background.jpg) top left no-repeat;
}

#dining div#sidebar, #functions div#sidebar { height: 1260px; padding: 0; margin: 0; }
#dining div#content, #functions div#content { height: auto; padding: 0; margin: 0; }



/*---------------------------------
	CONTENT
---------------------------------*/
div#content {
	width: 565px;
	float: left;
	background: url(../images/core/content-background.jpg) top left no-repeat;
}

div#content h1 {
  font-family: Arial, sans-serif;
  line-height: 1em;
  color: #af5d35;
  font-size: 18px;
  font-weight: normal;
  margin: 40px 0 12px 16px;
}

div#content h2 {
  font-family: Arial, sans-serif;
  line-height: 1em;
  color: #af5d35;
  font-size: 16px;
  font-weight: normal;
  margin-left: 16px;
}

div#content h3 {
  font-family: Arial, sans-serif;
  line-height: 1em;
  color: #af5d35;
  font-size: 14px;
  font-weight: normal;
  margin-left: 16px;
}

div#content p {
	color: #80665a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 12px 17px 12px 16px;
}

div#content hr {
  border:0;
  border-top:1px solid #E2E2DF;
  height:1px;
  margin-bottom: 20px;
  clear: both;
  float: left; 
  width: 96%;
}

div#content table {
  border:1px solid #E2E2DF;
  border-right:0;
  border-bottom:0;
  margin: 5px 0 5px 16px;
}

div#content td {
  border:0;
  border-bottom:1px solid #E2E2DF;
  border-right:1px solid #E2E2DF;
  vertical-align:top;
  padding:3px;
}

div#content ul.list {
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #80665a;
}

div#content ul.list li {list-style: disc;}

div#content a {color:#d5622a; text-decoration: underline;}
div#content a:hover {text-decoration: none;}

div#content div#index-left {
	width: 324px;
	float: left;
	margin: 40px 0 0 16px;
	display: inline;
}

div#content div#index-left h1, div#content div#index-left h2, div#content div#index-left p {
	margin-top: 0;
	margin-left: 0;
}

div#content div#index-right {
	width: 217px;
	float: left;
	margin: 40px 0 0 0;
	background:url(../images/core/index-left-background.gif) top left no-repeat;
	display: none;	
}

div#content div#index-right h2, div#content div#index-right p, div#content div#index-right form
{margin: 0 13px 12px 17px;}

div#content div#index-right form.checkin fieldset {
	border: none;
}

div#content div#index-right form.checkin ol li {
	list-style: none;
	display: inline;
}

div#content div#index-right form.checkin input.btn {
	border: 0;
	background: #4c392f;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 90px;
	height: 20px;
	margin-top: 10px;
}

div#content div#index-right img.map {
	margin: 0 0 0 17px;
}
/*---------------------------------
	COLUMN
---------------------------------*/
div#column {
	float: left;
	width: 375px;
}
/*---------------------------------
	BOOKING
---------------------------------*/
div#booking {
	float: right;
	width: 190px;
}

div#booking h2 {
  font-family: Arial, sans-serif;
  line-height: 1em;
  color: #af5d35;
  font-size: 16px;
  font-weight: normal;
}

div#booking h3 {
  font-family: Arial, sans-serif;
  line-height: 1em;
  color: #af5d35;
  font-size: 14px;
  font-weight: normal;
}

div#booking p {
	font-size:11px;	
}
.title {
	padding:15px 10px 0 10px;	
}

td.right p {
	margin:10px;
	font-size:11px;	
}

table.check_in {
	margin:5px 10px;
	border: none;
}

table.check_in td, table.check_in th {padding:3px 0;}



/*---------------------------------
	FOOTER
---------------------------------*/
div#footer {
	width: 770px;
	height: 107px;
	margin: 0 auto;
	background: url(../images/core/footer-background.gif) top left repeat-x;
}

div#footer p {
	color: #80665a;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 25px 0;
	padding-top: 12px;
}

div#footer a {color: #80665a; text-decoration: none;}
div#footer a:hover {color: #b09082;}

div#footer div#webfirm {
	width: 155px;
	height: 21px;
	margin: 0 auto;
}

/* general list */

ul#list { list-style: square; margin: 0 20px 20px 30px; clear: both;  }
ul#list li { font: normal 12px/18px "Arial"; color: #80665a; }

ul#pic { list-style: none; margin-left: 15px; clear: both; }
ul#pic li {list-style: none; border: 1px solid #4f3b30; margin: 0 10px 20px 0; width: 72px; height: 72px; float: left; }

.accomleft { float: left; display: block; width: 170px; margin-bottom: 20px; }
.accomright { float: right; display: block; text-align: right; font-weight: bold; margin-bottom: 20px; }
.facleft { float: left; width: 100px; margin: 0 0 20px 20px; display: inline; }
.facright { float: right; margin-bottom: 20px; width: 400px; margin-right: 10px; display: inline; }
div#content div.facright p { margin-left: 0; }
div#content hr.swift { margin-left: 10px; clear: both; }
.center { text-align: center; }
img.bor { border: 1px solid #4f3b30; }
div#content h2.gap { margin-bottom: 20px; margin-left: 0px; }

div#content table#gallery { border: none; margin: 0;  text-align: center; }
div#content table#gallery td { padding: 0; border: none; text-align: center; }

.record-pager {
	padding-left:20px;
}