/* William Bay Country Cottages */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Verdana;
	background: #1E150E url('../images/core/tile-body.jpg') 0 0 repeat-x;
}

/* Container */

div.container {
	width: 780px;
	height: auto;
	margin: 0 auto;
	background: #F1EBD5 url('../images/core/tile-container.jpg') 0 0 repeat-y;
}

/* Content */

div.content {
	width: 780px;
	height: auto;
	background: url('../images/core/bg-content.jpg') 0 0 no-repeat;
}

div.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Content Left */

div.content-left {
	width: 186px;
	height: auto;
	float: left;
}

/* Logo */

div.logo {
	padding: 40px 0 40px 15px;
	background: url('../images/core/bg-starresort.gif') center bottom no-repeat;
}

div.logo img {
	border: 3px solid #9D7360;
}

/* Navigation */

div.navigation ul {
	list-style-type: none;
	margin-top: 76px;
}

div.navigation ul li {
	border-bottom: 1px solid #C3C392;
}

div.navigation ul li a {
	display: block;
	width: 186px;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
}

div.navigation ul li a.home {
	background: url('../images/core/nav/home.jpg') 0 0 no-repeat;
}

div.navigation ul li a.accommodation {
	background: url('../images/core/nav/accommodation.jpg') 0 0 no-repeat;
}

div.navigation ul li a.activities {
	background: url('../images/core/nav/activities.jpg') 0 0 no-repeat;
}

div.navigation ul li a.local-attractions {
	background: url('../images/core/nav/local-attractions.jpg') 0 0 no-repeat;
}

div.navigation ul li a.contact-us {
	background: url('../images/core/nav/contact-us.jpg') 0 0 no-repeat;
}

div.navigation ul li a:hover {
	background-position: 0 -25px;
}

/* Cta */

div.cta {
	margin-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.1em;
	background: #BABA7A url('../images/core/bg-cta-bottom.jpg') 0 bottom no-repeat;
	color: #332A29;
}	

div.cta h1 {
	color: #000;
	font-size: 1.8em;
}

div.cta h2 {
	color: #4D0400;
	font-size: 1.3em;
	padding-top: 16px;
	background: url('../images/core/bg-cta-top.jpg') 0 top no-repeat;
}


/* Contact Details */

div.contact-details {
	font-size: 1.1em;
	color: #332A29;
	text-align: center;
	margin-top: 20px;
}

div.contact-details h2 {
	color: #4D0400;
	font-size: 1.3em;
}

div.contact-details p {
	margin-bottom: 10px;
	line-height: 1.5em;
}

div.contact-details a {
	color: #004B18;
}

div.contact-details a:hover {
	color: #000;
}

/* Content Right */

div.content-right {
	width: 594px;
	height: auto;
	float: left;
}	

/* Text */

div.text {
	padding: 30px;
}

/* Standard */

div.standard {
	font-size: 1.1em;
	color: #332A29;
}

div.standard h1 {
	color: #7A3F2D;
	font-size: 1.9em;
	font-weight: normal;
}

div.standard h2 {
	color: #844735;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 30px;
}

div.standard h3 {
	color: #A9A17B;
	font-size: 1.4em;
	line-height: 1.5em;
}

div.standard h4 {
	color: #7A3F2D;
	font-size: 1.2em;
}

div.standard h5 {
	color: #7A3F2D;
	font-size: 1em;
}

div.standard p {
	margin-bottom: 15px;
	line-height: 1.5em;
}

div.standard a {
	color: #004B18;
}

div.standard a:hover {
	color: #000;
}

div.standard ul {
	list-style-type: square;
	margin: 0 20px;
}

div.standard ul li {
	line-height: 1.5em;
}

div.standard h1#accom {
	color: #7A3F2D;
	font-size: 1.9em;
	font-weight: normal;
	width: 300px;
}


div.standard img.right {
	float: right;
	margin: 10px 10px 10px 0;
	border: 3px solid #D9D5C0;
}

div.standard img.left {
	float: left;
	margin: 10px 0 10px 10px;
	border: 3px solid #D9D5C0;
}

div.standard img {
	border: 2px solid #FFFFFF;
}

/* Enquiry Form */

div.enquiry-form table td {
	padding: 5px 15px 5px 0;
	vertical-align: top;
}

div.enquiry-form table td input.field,
div.enquiry-form table td textarea.field  {
	border: 1px solid #C2BEA9;
	background: #F1EBD5;
	padding: 4px;
	font-family: Verdana;
	font-size: 1em;
	color: #332A29;
	width: 200px;
}

div.enquiry-form table td input.button {
	border: 0;
	color: #FFF;
	padding: 3px;
	background: #380300;
}

div.enquiry-form table td select.selectbox {
	width: 150px;
	font-family: Verdana;
	font-size: 1em;
	color: #332A29;
}	

div.enquiry-form table td input.check {
	margin-right: 10px;
}

/* Footer */

div.footer {
	width: 750px;
	height: auto;
	padding: 10px 15px;
	color: #72523E;
	font-size: 1em;
	background: #452A1C;
}

div.footer a {
	color: #AA866F;
	text-decoration: none;
}

div.footer a:hover {
	color: #72523E;
}

div.footer img {
	float: right;
	border: 0;
}


/* Specials */
div.item {
	float: right;
	width: 200px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div.item h2 {
	margin-top: 0px;
}

div#specials {
	width: 200px;
	height: 120px;
	text-align: center;
}

#specials div {
	width: 200px;
	height: 80px;
	padding-top: 15px;
	display: block;
	text-align: center;
}

.clear { clear: both; display: block; }