/***********************************************************

	Stylesheet for Airenlea
	
	version: 	1.0
	author: 	Andrew McEwan
	email:		andrew@web-workshop.net
	website:	www.web-workshop.net
	
************************************************************/

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	color:#464646;
	text-align:center;
	background-color:#e4e4e4;
	background-image:url(images/backgrounds/page-background.jpg);
	background-repeat:repeat-x;
}

* {
	margin:0;
	padding:0;
	}
	
* html body {		
	font-size:62.5%;  /* Set IE font size */
	}
	

	
/***************************************************

	Main Holder
	
****************************************************/


#mainholder {
	width:775px;
	margin: 0 auto;
	background-color:white;
	border-top:5px solid #009999;
	border-bottom: 5px solid #cad6d8;
	background-image:url(images/backgrounds/watermark.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	}
	
/*****  Header  *****/

#mainholder #header {
	width:100%;
	position:relative;
	background-color:#182242;	
	text-align:right;
	color:white;
	}
	
#mainholder #header h1 {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.4em;
	font-style:italic;
	line-height:1.5em;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:normal;
	}

#mainholder #header img#logo {
	position:absolute;
	height:74px;
	width:74px;
	border:none;
	top:20px;
	left:20px;
	}
	
/**************************************************

	Main Content
	
***************************************************/

/*	Style some text	*/

a:link {
	color:#666666;
	text-decoration:underline;
	}
	
a:visited {
	color:#999999;
	}
	
a:hover {
	color:#666666;
	text-decoration:none;
	}
	
a:active {
	color:#666666;
	text-decoration:none;
	}

#mainholder #mainContent {
	width:580px;
	padding-top:10px;
	float:right;
	}

#mainContent h1 {
	font-size:1.4em;
	font-weight:bold;
	line-height:2em;
	padding-bottom:10px;
	}
	
#mainContent h2 {
	font-size: 1.3em;
	font-weight:bold;
	line-height:1.8em;
	padding-bottom:10px;
	text-align:center;
	}
	
#mainContent h3 {
	font-size: 1.2em;
	font-weight:bold;
	line-height:1.4em;
	padding-bottom:10px;
	}
	
#mainContent p {
	font-size:1.2em;
	line-height:1.75em;
	padding-bottom:10px;
	clear:left;
	text-align:left;
	}
	
#mainContent img {
	padding-top:15px;
	padding-bottom:15px;
	}
	
#mainContent p img {
	float:left;
	padding-right:15px;
	padding-bottom:15px;
	}
	
#mainContent .caption {
	font-style:italic;
	font-weight:bold;
	padding-bottom:10px;
	}
	
/*#mainContent ul {
	font-size: 1.2em;
	list-style-position: outside;
	list-style-type: square;
	line-height:1.6em;
	padding-left:30px;
	padding-bottom:25px;
	}

#mainContent ul li {
	list-style-position: outside;
	}*/
	
	
#mainContent dl.airenleaInformation {
	width: 570px;
	padding-bottom:20px;
	text-align:left;
	font-size:1.4em;
	line-height:1.5em;
	clear:left;
	float:left;
	}
	
#mainContent dl.airenleaInformation dt {
	float:left;
	width:300px;
	padding-bottom:20px;
	padding-right:10px;
	}
	
#mainContent dl.airenleaInformation dd {
	float:right;
	width:260px;
	padding-bottom:20px;
	}
	
.positionImage {
	float:left;
	padding:5px 8px 5px 0px;
	}
	
.positionImageRight {
	float:right;
	padding-left:10px;
	}
	
ul#accommodation {
	list-style-type:none;
	text-align:left;
	}
	
ul#accommodation li {
	padding-bottom:25px;
	float:left;
	clear:left;
	}
	
ul#accommodation li .slideShow {
	width:270px;
	float:left;
	}
	
ul#accommodation li p {
	float:right;
	padding-right:25px;
	padding-top:15px;
	clear:none !important;
	}
	
/*******************************************************

	Navigation
	
********************************************************/

/*	Top  */

#mainholder ul#mainNavigation {
	float:left;
	width:150px;
	list-style:none;
	text-align:right;
	padding-top:20px;
	padding-left:10px;
	}
	
#mainholder ul#mainNavigation li {
	padding-bottom:10px;
	width:139px;
	}

#mainholder ul#mainNavigation li a {
	width:139px;
	background-color:#009999;
	border-top:solid 1px #88b3bc;
	border-left:solid 1px #88b3bc;
	border-bottom:solid 1px #88b3bc;
	border-right:solid 10px #88b3bc;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:bold;
	color:white;
	text-align:right;
	padding-right:10px;
	padding-left:5px;
	display:block;
	line-height:2em;
	}
	
#mainholder ul#mainNavigation li a:link,
#mainholder ul#mainNavigation li a:visited {
	width:139px;
	background-color:#009999;
	border-top:solid 1px #88b3bc;
	border-left:solid 1px #88b3bc;
	border-bottom:solid 1px #88b3bc;
	border-right:solid 10px #88b3bc;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:bold;
	color:white;
	text-align:right;
	padding-right:10px;
	padding-left:5px;
	display:block;
	line-height:2em;
	}
	
#mainholder ul#mainNavigation li a:hover {
	background-color:#88b3bc;
	}
	
#mainholder ul#mainNavigation li.currentPage {
	width:139px;
	border-top:solid 1px #88b3bc;
	border-left:solid 1px #88b3bc;
	border-bottom:solid 1px #88b3bc;
	border-right:solid 10px #88b3bc;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:bold;
	color:white;
	text-align:right;
	padding-right:10px;
	padding-left:5px;
	display:block;
	background-color:#474747;
	line-height:2em;
	margin-bottom:10px;
	}
	
/*******************************************************

	Footer
	
*******************************************************/

#footer {
	clear:both;
	}
	
#footer ul#footerNavigation {
	list-style:none;
	padding-left:15px;
	padding-top:15px;
	}
	
ul#footerNavigation li {
	float:left;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	padding-right:15px;
	}
	
ul#footerNavigation li a,
ul#footerNavigation li a:link {
	text-decoration: none;
	}
	
ul#footerNavigation li a:hover {
	text-decoration:underline;
	}
	
ul#footerNavigation li:first-letter,
ul#footerNavigation li a:first-letter {
	text-transform:uppercase;
	}

ul#footerNavigation li.currentPage {
	font-style:italic;
	color:#303030;
	}
	
#footer p#credits {
	padding-top:5px;
	font-size:1em;
	color:#B4B4B4;
	padding-bottom:10px;
	clear:left;
	text-align:left;
	padding-left:15px;
	}
	
#footer p#credits a,
#footer p#credits a:link,
#footer p#credits a:visted {
	color:#B4B4B4;
	text-decoration:none;
	}
	
#footer p#credits a:hover {
	text-decoration:underline;
	}
	

.clearAll {
	clear:both;
	}
	
.hide {
	display:none;
	}
	
/************************************************

	Contact
	
*************************************************/

form {
  font-size: 1.4em;
  width: 400px;
}


/* fieldset styling */
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
  text-align:left;
}

/* legend styling */
legend {
  font-weight: bold;
}


/* style for  labels */
label {
  display: block;
}

/* style for required labels */
label .required {
  font-size: 0.75em;
  color:#760000;
}

input {
  width: 200px;
}


input.radio, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
  width: 300px;
  height: 100px;
}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

/* This is the style I want IE/Mac to see */
input.radio + label {
  text-indent: 2em;
}

/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
input.radio + label {
  text-indent: 0;
}

/* End the hack */

img#rating {
padding-top:25px;
}