/* @override 
	http://client.evolvedwebsites.com.au/chalet/1/css/master.css
	http://www.brunswickchalet.com/css/master.css
*/

/*
	Bruns Chalet master stylesheet
	by Jake from Evolved Websites - Aug 2008
*/

html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #555;
	font: 0.8em verdana, Lucida, Arial, sans-serif;
	font-weight: 100;
	margin: 0 auto;
}

a {
	color: #00a9dd;
	text-decoration: none;
}

a:hover {
	color: #014a99;
}

img {
	border: none;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
}

h2 {
	color: #003268;
	line-height: 1.4em;
	margin: 0 0 0.4em 0;
}

h3 {
	color: #003268;
	font-size: 13px;
	margin: 1em 0 0.2em 0;
}

p {
	margin: 0 0 1.6em 0;
	line-height: 1.6em;
}

ul {
	padding: 0 0 10px 15px;
	margin: 0 0 10px 0;
}

li {
	list-style-type: disc;
	margin-bottom: 5px;
}


/* Layout */

#wrap {
	width: 900px;
	margin: 0 auto;
	padding: 0 30px 0 30px;
	background: #fff url(../images/side_shade.jpg) no-repeat;
}

.slideshow { 
    margin-left: 300px;
	margin-top: 25px;
}



/* Head */

#head {
	width: 900px;
	display: block;
	height: 135px;
	background: url(../images/head1_bg.jpg) repeat-x 0 100%;
}

#head img {
	float: left;
	padding: 30px 0 0 40px;
}
#head p {
	font-size: 0.9em;
	margin: 0;
	color: #555;
	padding: 25px 0 0 600px;
	background: url(../images/stars.jpg) no-repeat 55% 100%;
	font-weight: bold;
}


/* head2 */

#head2 {
	position: relative;
	display: block;
	height: 287px;
	background: url(../images/head3_bg.jpg) repeat-x;
	padding: 0px 450px 0 40px;
	color: #ffffff;	
}

#head2 img {
	position: absolute;
	left: 510px;
	top: 10px;	
}

#head2 h1 {
	padding: 30px 0 30px 0;
	margin: 0px 0 20px 0;
	font-weight: normal;
	border-bottom: 1px solid;
}

#head2 p {
	margin-bottom: 0;
	font-size: 0.9em;
}


/* Content */

#content {
	padding-top: 20px;
	margin-top: 10px;
	width: 900px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	min-height: 450px;
	padding-bottom: 30px;
	background-color: #f3e6c6;
}

/* Table */

#rates {
	background-color: white;
	padding: 5px 10px 10px 10px;
}

#rates p.footnote {
	font-style: italic;
	font-size: 0.9em;
	margin-bottom: 2px;
}


table {
	border: none;
	padding: 0px 0 10px 0;
}


td {
	border: none;
	padding: 5px 0 7px 0;
	margin: 5px;
	border-bottom: 1px solid #d2d2d2;
	width: 130px;
}

tr {

}

td.rightcol{
	text-align: right;
	width: 250px;
}

#book_button img {
	margin: 10px ;
}

/* three column layout */

#content #col1  {
	float: left;
	width: 18%;
	margin-left: 4%;
	margin-top: 6px;
}

#content #col1 img {
	padding-bottom: 20px;
}

#content #col2  {
	float: left;
	width: 36%;
	margin-left: 1%;
}

#content #col3  {
	float: left;
	width: 33%;
	padding-left: 2%;
	margin-left: 2%;
	border-left: 1px solid #bdbdbd;
}


/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	background: url(../images/border_bottom.html) no-repeat 0 0;
}

#footer p {
	text-align: center;
	
}

#footer, #footer a {
	font-size: 11px;
	color: #888;
}

#footer span {
	float: right;
}



