*{
	font-family: verdana, Arial, Helvetica, sans-serif;
}

td.calendarDateInput{
	padding: 0 !important;
	margin: 0 !important;
}

p, ul, li, a, table, body{
	margin: 0;	
	padding: 0;	
}

p, ul, li, a, table, form{
	font-size: 12px;
}

p.{
	padding: 10px;
}

#container{
	margin: 0 auto;
	width: 800px;
}
body{
	background: url("images/main-bg.jpg") repeat-x 0 top fixed;
}

.event a span{ font-size: 12px; text-decoration: none; }
.link{ color: #fff; text-align: right;}
/*----------------------------------
 		 		Headers 
----------------------------------*/

h1{
	background: url("images/logo.jpg") no-repeat;
	text-indent: -9999px;
	padding-bottom: 20px;
	margin-bottom: -5px;
}

h2{
	background-color: #89c6ff;
	background-image: url("images/nav-bg2.jpg");
	background-repeat: repeat-x;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding: 5px;
}

.small-container h3, .small-container-help h3, .small-container-featured h3{
	background-color: #89c6ff;
	background-image: url("images/nav-bg.jpg");
	background-repeat: repeat-x;
	color: #000;
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding: 5px;
}

h4{
	clear: both;
	color: #000;
	font-weight: normal;
	padding: 5px;
}
h5{
	margin: 0;
}


/*----------------------------------
 		 	  Navigation 
----------------------------------*/

ul#nav{
	margin-bottom: 10px;
	text-align: left;
	padding-top: 10px; /* Updated*/
}

		ul#nav li{
			display: inline;
		}
		.clear{ clear:both}/* Added */
		ul#nav li a{
			float:left;	/* Added */
			display:inline; /* Added */
			padding: 10px 18px;
			color: #fff;
			font-size: 18px;
			text-decoration: none;
		}

		ul#nav li a:hover{
			background-color: #000;
			padding: 10px 18px 10px 18px;
		}

form#language{
	float: right;
	margin-top: 40px;
	text-align: right;
}

/*----------------------------------
 		 		layout 
----------------------------------*/

#main{
	background-color: #fff;
	border-top: 5px solid #000;
	padding: 20px;
	width: 770px;
}


#towns{
	clear: both;
	text-align: center;
	width: 750px;
	margin-bottom: 20px;
}
	#towns a{ color: #000; text-decoration: none;}
	
#footer{
	border-top: 1px solid #c99;
	clear: both;
	text-align: center;
	width: 750px;
}


	/*------------------------
			Search box
	------------------------*/		

	#booking-box, #map-link{
		border: 1px solid #999;
		float: left;
		height: 260px;
		margin-top: -10px;
		margin-bottom: 10px;
		margin-right: 10px;
		width: 370px;
	}
		
			#map-link a{ color: #fff; }
			#booking-box form{ margin: 10px;}
	
	#search-bar{	
		background-color: #343399;
		background-image: url("images/searchbox-bg.jpg");
		background-repeat: repeat-x;
		border: 1px solid #999;
		clear: left;
		height: 80px;
		margin-right: 10px;
		width: 750px;
	}
	
	#search-bar p{
		background-color: #343399;
		border: 1px solid #999;
		color: #fff;
		float:  left;
		font-size: 15px;
		margin: 10px 0 10px 10px;
		padding: 10px;
		width:  340px;
		text-align: center;
	}
		
			#search-bar p a{		
				background: #343399 url("images/button.jpg") no-repeat center center;
				color: #000;
				font-size: 12px;
				padding: 5px 20px;
				text-decoration: none;
			}


/*---------------------------------
	  		Content
---------------------------------*/

#content{
	padding: 10px;
}

/*---------------------------------
	  	   second-content
---------------------------------*/

#second-content{
	float: left;
	clear: left;
}

#main-img{ 
	float: left;
	margin: 20px 10px 10px 5px;
}

#main-content{
	width: 750px;
}
		/*---------------------------------
			  	   small-container
		---------------------------------*/

		.small-container-help, .small-container-featured {
			border: 1px solid #999;
			margin-top: 20px;
			width: 350px;
		}
		
		.small-container{
			border: 1px solid #999;
			margin-bottom: 10px;
			width: 220px;
		}
			.small-container form, .small-container-help form{ padding: 15px; }
			.small-container p, .small-container-help p{ padding: 10px; }
			
			.small-container-featured a{ margin: 0 0 0 200px;}
			.small-container-featured h4{ background-color: #fff; margin: 0; padding: 0 5px; width: 339px;}
			.small-container-featured img{ float: left; padding: 5px 10px 5px 5px;}	
			.small-container-featured p{ padding: 10px;}
			
			.small-container-help{ background: url("images/call.jpg") no-repeat bottom left;}
			.small-container-help a{ margin: 0 0 0 130px; color: #fff;}
			.small-container-help p{ text-align: right;}
