/* F7D032 - yellow  212123 - black */

body{
	background-color: #212123;
	color: #212123;
	font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue Condensed Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrapper{
	width: 860px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	height: auto;
}

#header{
	height: 50px;
	margin: 0 0 10px 0;
}

a.towns img{
	margin: 10px 10px 0 0;
}

#header img{
	border: 0px solid #ffffff;
}

div.welcome{
	width:360px;
	height: 210px;
}

div.welcome img{
	margin:0;
	}

div.welcome h1{
margin: 0 0 5px 0;
}

div.welcome p{
margin: 0 0 5px 0;
font-size: 14px;
*font-size: 12px;

}

#spring_deal{
	position: relative;
	height: 210px;
	width: 436px;
	overflow: hidden;
}

#spring_deal a{
	margin: 45px 0 0 0;
	*margin: 20px 0 0 0;
}

div.welcome a{
	margin: 0px 0 15px 0;
}


#spring_deal img{
	position: absolute;
	bottom:-2px;
	left: -2px;
}
h1, h2, h3{
	margin: 0 0 0px 0;
}

#spring_deal h1{
	letter-spacing: 2px;
	color: #F7D032;
	font-size: 40px;
}

#spring_deal h2{
	letter-spacing: 0px;
	color: #ffffff;
	font-size: 36px;
}

#spring_deal h3{
	font-size: 24px;
}

#buttonrequest{
	background:transparent url(../images/btn_book.png) no-repeat scroll 0pt 0pt;
	height: 29px;
	width:130px;
	display: block;
}

#buttonrequest:hover{
	background:transparent url(../images/btn_book.png) no-repeat scroll 0pt 100%;
	
	}
	
#buttoncharges{
	background:transparent url(../images/btn_charges.png) no-repeat scroll 0pt 0pt;
	height: 31px;
	width:141px;
	display: block;
}

#buttoncharges:hover{
	background:transparent url(../images/btn_charges.png) no-repeat scroll 0pt 100%;
	
	}
	
#buttoncontact{
	background:transparent url(../images/btn_contact.jpg) no-repeat scroll 0pt 0pt;
	height: 27px;
	width:116px;
	display: block;
}

#buttoncontact:hover{
	background:transparent url(../images/btn_contact.jpg) no-repeat scroll 0pt 100%;
	
	}
	
div.bottom{
	margin: 10px 0 0 0;
}	

div.rates{
	margin:0 10px;
	width:240px;
	height:288px;
	*height: 318px;
}

div.rates span{
	font-size:12px;
	}

div.cape{
	height: 288px;
	*height: 318px;
}

div.cape h4{
	color: #ffffff;
	margin: 0 0 28px 0 !important;
}

div.rates h4{
	margin: 0px 0 15px 0;
}

div.rates h5{
	margin: 0px 0;
}

div.cape h4 b{
	color: #F7D032;
}

div.cape h4 a{
	color: #F7D032;
	text-decoration: none;
}

div.cape h4 a:hover{
	color: #F7D032;
	text-decoration: underline;
}

div.rates h2{
	margin-bottom: 10px;
	font-size: 30px;
}

div.rates h1{
	margin-bottom: 10px;
}

#footer{
	margin:15px auto;
	padding:2px 10px;
	width:810px;
	height: 20px;
	background-image: url(../images/bg_nav.jpg);
	
}

#footer h6{
	font-size: 18px;
	margin: 0;
}

#footer b{
	font-size: 20px;
	margin: -4px 0 0 0;

}

#extra h4{
	color: #ffffff;
	margin: 0 0 10px 0;
}

#extra h5{
	color: #F7D032;
	margin: 0;
	
	
}

/*contact form*/
#contactform{
	width:225px;
	margin: 0 auto;
}

#contactform h3{
	color: #F7D032;
}

	#contactFormArea fieldset{
		 border:0;
		 margin:5px 0 0 0;
		 padding:0;
		  }

	#contactFormArea input.text,textarea { 
		font-size:10px;
		height:12px;
		margin:5px 0;
		padding:2px 0;
		width:215px;

		}
		
		#contactFormArea textarea{
			height: 75px;
			width: 220px;
			font-size: 12px;
		}
		
	#contactFormArea input:focus{ 
		border: 3px solid #3B2979;
	}	
		
	#contactFormArea input.submit {
		height: 21px;
		width:55px;
		border: none;
		margin: 5px 0 0 0;
		cursor: pointer;
	  }
	  
	  #emailSuccess, #loadBar{
	  	margin: 5px 0 0 0;
	  	color: #ffffff;
	  	font-size: 12px;
	  }
	  
	  span#load{
	  	display:none;
	  }

/*CLASSES*/

.yellow{
	color: #F7D032;
}

.white{
	color: #ffffff;
}

.black{
	color: #212123;
}

.yellow_box{
	background-color: #F7D032;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #212123;
	padding: 10px;
}

.black_box{
	background-color: #212123;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #F7D032;
	padding: 10px;
}

.cover {
	zoom: 1;
}

.cover:after {
	content: '.';
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}

.left{
	float:left;
	display:inline;
}

.none{
	display:none;
}

.right{
	float:right;
	display: inline;
	
}

.inline{
	display: inline;
}

.alignright{
	text-align: right;
}

.clear{
	clear: both;
}

