@charset "utf-8";
/* CSS Document */
	* {
		margin:0;
		padding: 0;
		outline: none;
	}
	table {
    	border-color: #bbb;
    	border-width: 0 0 1px 1px;
    	border-style: solid;
	}
	td {
    	border-color: #bbb;
   		border-width: 1px 1px 0 0;
    	border-style: solid;
    	padding: 6px 8px;
    	line-height: 16px;
	}
	th {
    	border-color: #bbb;
   		border-width: 1px 1px 0 0;
   		text-align: left;
   		font-weight: bold;
    	border-style: solid;
    	padding: 6px 8px;
    	background-color:#f4f3f2;
	}
	ul, ol {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	body {
		font-family:"Lucida Grande", Verdana, Arial, sans-serif;
		font-size:11px;
		line-height:17px;
		color:#6c6155;
		background: url(images/pine-bg.jpg) repeat top left;
	}
	p {
		font-family:"Lucida Grande", Verdana, Arial, sans-serif;
		font-size:11px;
		line-height:17px;
		color:#6c6155;
		margin-bottom:16px;
	}
	a img {
		border: none;
	}
	h1 a{
		margin-top: 10px;
		width:277px;
		height:40px;
		background:url(images/whistler-chalet-logo.gif) no-repeat top left;
		text-indent:-9999px;
		float: left;
		outline: none;
	}
	h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-weight: normal;
		font-size:23px;
		color:#222;
		margin:0;
		padding-top:30px;
		padding-bottom:15px;
	}
	h4 {
		font-family:"Lucida Grande", Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size:12px;
		color:#222;
		margin-bottom:8px;
	}
	small {
		font-family: Arial, Verdana, Monaco, sans-serif;
		font-size:10px;
		color:#d5d5d5;
		padding:0;
		margin:0;
	}
	a, a:link{
		text-decoration: none;
		color:#90490c;
	}
	a:visited, a:active{
		text-decoration: none;
		color:#90490c;
	}
	a:hover{
		text-decoration:underline;
		color:#90490c;
	}
/*---------------main divs---------------*/
	#container{
		background: #fff;
		width: 750px;
		margin:15px auto;
		padding: 25px 30px 0 30px;
		position:relative;
	}
	#header{
		width:750px;
		height:70px;
	}
	#content {
		width:750px;
		float: left;
		margin-bottom: 30px;
	}
	#page {
		width: 525px;
		float: left;
		margin-right: 25px;
		list-style: none;
		line-height: 13px;
	}
	#gallery {
		width: 525px;
		float: left;
		margin-right: 25px;
		list-style: none;
		line-height: 13px;
	}
	#sidebar {
		margin-top: 28px;
		width: 200px;
		float: right;
	}
	#button {
		width: 170px;
		margin-bottom: 5px;
		padding: 12px 15px;
		background: #dad7d1;
		text-align: center;
	}
	.button {
		width: 170px;
		margin-bottom: 5px;
		padding: 12px 15px;
		background: #dad7d1;
		text-align: center;
	}
/*---------------div styles---------------*/	
	#home-photo {
		width:750px;
		height:325px;
	}
	#photo {
		width: 750px;
		height: 325px;
	}
	h3.reserve {
		width: 159px;
		height: 20px;
		margin-left: 5px;
		background: url(images/btn-reserve-online.png) no-repeat top left;
		text-indent: -9999px;
		padding-bottom: 5px;
	}
	h3.travel {
		width: 117px;
		height: 27px;
		margin-left: 26px;
		background: url(images/btn-travel-info.png) no-repeat top left;
		text-indent: -9999px;
	}
	.photo-pg {
		width: 750px;
		height: 250px;
	}
	#page ul {
		margin-left: 20px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	#page ul li{
		list-style:disc;
	}
	#sidebar a, #sidebar a:visited, #sidebar a:active, #sidebar a:hover {
		color:#6c6155;
		text-decoration: none;
	}
	#gallery ul li a {
		border: solid 1px #bbb;
		padding: 2px;
		margin: 0 15px 15px 0;
		line-height: 0;
		list-style: none;
		display: inline;
		float: left;
	}
	#gallery ul li a:hover{
		border: solid 1px #444;
	}
/*---------------nav---------------*/
	#nav{
		margin-top: 36px;
		float: right;
		text-transform: uppercase;
		font-size: 11px;
		color: #777;
	}
	#nav ul li{
		list-style:none;
		display:inline;
	}
	#nav a, #nav a:active, #nav a:visited{
		text-decoration: none;
		outline: none;
		color: #777;
	}
	#nav a:hover{
		color: #90490c;
		text-decoration: none;
	}
/*------------------------Form--------------------------*/
	.input {
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		border: solid 1px #999;
		background: #fff;
		color: #6c6155;
		font-size: 11px;
		padding: 3px;
		margin-bottom: 8px;
	}
	.s {
		padding: 2px 10px;
		background: #dad7d1;
	}
	
/*------------------------iFRAME--------------------------*/
	#avail {
		width:535px;
		height:430px;
		overflow:hidden;
		position:relative; 
		margin-bottom: 20px;
	}
	#frame {
		position:absolute;
		top:-30px;
		left:-65px;
		width:600px;
		height:450px; 
		border: none;
	}
	
/*------------------------footer--------------------------*/
	#footer {
		margin: 35px 0 0 0;
		width: 750px;
		border-top: solid 1px #DAD7D1;
		clear:both;
		font-size: 9px;
		padding: 5px 0 15px;
		text-align: center;
	}
