/*------------------------------------------------------------------

project:	Broometown
date created: 15 Jan 2009
author: Paul Crawford

-------------------------------------------------------------------*/

@import url("nav.css");
@import url("cmxform.css");
@import url("thickbox.css");


/*-------------------------------*/
/* Reset
/*-------------------------------*/
*, html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
} 


/*-------------------------------*/
/* Body
/*-------------------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #D1181E url("../images/core/bg-re.jpg") repeat-x;
	color: #3E3430;
}


/*-------------------------------*/
/* Standard
/*-------------------------------*/
img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 0;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 0;
	clear: right;
}

ul { 
	list-style-type: disc;
	margin-left: 30px;
	padding-bottom: 15px;
}

ul li { 
	line-height: 1.8em;
}

a { 
	color: #D2171E; 
	text-decoration: none; 
}

a:hover { 
	color: #FFA200; 
	text-decoration: underline; 
}

.f-right{float:right;}

/*-------------------------------*/
/* Container
/*-------------------------------*/
div#bg-container {
	margin: 0 auto;
	background: url("../images/core/bg-text-re.gif") 0 0 repeat-y;
	width: 780px;
	height: auto;
}

div#container {}


/*-------------------------------*/
/* Header
/*-------------------------------*/
div#header {
	background: url("../images/core/bg-header.gif") 0 0 no-repeat;
	height: 189px;
	position: relative;
}

div#logo a {
	background: url("../images/core/logo-broometown.gif") 0 0 no-repeat;
	width: 145px;
	height: 138px;
	text-indent: -9999px;
	position: absolute;
	top: 30px;
	left: 315px;
}


/*-------------------------------*/
/* Banner
/*-------------------------------*/
div#banner {
	height: 195px;
}

body#accommodation div#banner { background: url("../images/core/banner-accommdation.jpg") no-repeat;}


/*-------------------------------*/
/* Content
/*-------------------------------*/
div#content {
	background: url("../images/core/bg-text.gif") top center no-repeat;
	height: auto;
	padding: 20px 85px 10px 90px;
	font-size: 1.1em;
	line-height: 1.8em;
}

div#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#content p {
	padding-bottom: 15px;
}

div#content p.orange {
	color: #FF6600;
	font-weight: bold;
	text-align: center;
}

div#content h1 {
	padding-bottom: 15px;
}

/* -- Page title -- */
div#content h1.pagetitle {
	text-indent: -9999px;
	width: 605px;
	height: 45px;
}

body#accommodation h1.pagetitle { background: url("../images/core/heading-accommodation1.gif") no-repeat; }


div#content h2 { 
	font-size: 1.3em;
	color: #D2171E;
	font-weight: bold;
	text-transform: uppercase;
	background: url("../images/core/bg1.gif") 0 0 no-repeat;
	padding: 3px 0 9px 7px;
	margin-bottom: 0.5em;
}

div#content h3 { 
	font-size: 1.3em;
	font-weight: bold;
	color: #FF6600;
	text-transform: uppercase;
}

/*-------------------------------*/
/* Footer
/*-------------------------------*/
div#bg-footer {
	background: url("../images/core/footer-bg3.jpg") center bottom no-repeat;
	color: #ffffff;
	padding-top: 50px;
	position: relative;
}

div#footer {}

div#address { display: inline-block; }

div#address ul {
	list-style-type: none;
	margin: 0;
	padding: 0 55px;
}

div#address ul li {
	padding: 0 15px;
	float: left;
}

div#address ul li a {
	color: #ffffff;
	text-decoration: none;
}

div#address ul li a:hover {
	color: #FFA200;
	text-decoration: underline;
}

div#footer-links {
	margin: 50px 0 0 30px;
	font-weight: bold;
}

div#footer-links a {
	color: #ffffff;
	text-decoration: none;
}

div#footer-links a:hover {
	color: #FFA200;
	text-decoration: underline;
}

div#wflogo {
	width: 70px;
	height: 17px;
	position: absolute;
	top: 110px;
	right: 30px;
 }
 

/*-------------------------------*/
/* Misc
/*-------------------------------*/

 
/*-------------------------------*/
/* Roamfree Advanced gadget
/*-------------------------------*/
div#gadgetLoader { 
	padding: 3px; 
	border: 2px solid #3e3430; 
	background: #d7cfcc;
	margin-bottom: 1.5em;
}  


/*-------------------------------*/
/* Form
/*-------------------------------*/
input, textarea {
	border: 1px solid #ADADAD;
	padding: 3px;
	color: #3E3430;
	background: #ffffff;
}

/*-------------------------------*/
/* Table
/*-------------------------------*/
div#rates table {
	margin: 5px 0 15px 0;
}

div#rates table tr.light {
	background-color: #FCEDE8;
}

div#rates table tr.dark {
	background-color: #FAD9CE;
}

