/* CSS Document */

/**************************
   HTML selector elements 
**************************/

/* Main body */
body {
	background-color: #3b494d;
	margin: 0px;	
}

/* Text on page and in form elements */
body, td, th, input, select, textarea, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px
}

/* Headings */



h1, h2, h3, h4, h5, h6 {
	font-family: "Arial", "Helvetica", sans-serif;
	margin: 0px;
}



/* Forms */
form {
	margin: 0px;
}

/* Paragraphs */
p {
	margin: 0px 0px 8px 0px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	color: #AAAAAA;
	font-size: 11px;
}

/* Links */
a {
	color: #387A93;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}




/**************************
   Page layout elements 
**************************/

/* Main page wrapper */
#wrapper {
	width: 760px;
	margin: 0 auto;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/* Header section with website title */
#header {
	background-image: url("/images/arlbergHeader.gif");
	background-repeat:no-repeat;
	text-align: center;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}

/* Strip section */
#strip {
	height: 180px;
	padding: 0px 0px 0px 0px;
}

#header h1 {
	font-family: Georgia, Times, sans-serif;
	font-variant: small-caps;
	font-size: 36px;
	color: #EEEEFF;
	font-weight: normal;
}

#header h2 {
	font-size: 12px;
	margin-top: -2px;
	color: #ADCFC0;
	font-weight: normal;
}

/* Navigation links */
#navigation {
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	background-image: url("/images/arlbergMenu_bg.gif");
	height: 15px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font-family: "Arial"
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	margin: 0px;
	padding: 0px 12px;
	display: inline;
}

#navigation a {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #DFECFC;
	text-decoration: none;
}

#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bolder;
}



/* Left hand image of guest house */
#guest_house_image_text, #guest_house_image {
	float: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	
	border-top-style: solid;
}

#guest_house_image {
	background-image: url(../images/guest_house_image_bg.jpg);
	background-position: left top;
	height: 190px;
	width: 257px;
	background-repeat: no-repeat;
	clear: none;
}

/* GUEST HOUSE IMAGE TEXT IN index.php */	

#guest_house_image_text h1 {
	font-family:Georgia, "Times New Roman", Times, serif
	font-size: 22px;
	margin-bottom: 0px;
	color: #2C5F72;
	font-weight: normal;
	font-size: 21px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#guest_house_image_text h2 {
	font-size: 12px;
	margin-bottom: 2px;
	color: #132B34;
	font-weight: bold;
}

 #guest_house_image_text h3 {
	font-size: 12px;
	margin-bottom: 2px;
	color: #132B34;
	font-weight: normal;
	line-height: 21px;
 }








/* Right hand countryside image */
#countryside_image, #countryside_image_text {
	width: 500px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

#countryside_image {
	background-image: url("../images/countryside_image_bg.jpg");
	background-position: top left;
	height: 190px;
	width: 500px;
}

/* COUNTRYSIDE IMAGE TEXT IN index.php */	

#countryside_image_text p {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
	padding-bottom: 10px;
}

#countryside_image_text ul  {
	margin-top:-10px;
	margin-bottom: 10px;
}

#countryside_image_text li  {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
	padding-bottom: 0px;
}

#countryside_image_text h2 {
	color: #333333;
	font-weight: bold;
	margin-top: 5px;
	font-size: 13px;
	font-weight:bold
}

#countryside_image_text .map_button {
	background-color: #000000; 
	color:#FFFFFF;
	width: 175px;
	text-align: center;
	padding: 5px;
	cursor: pointer;
}



#car_park, #stay_in_comfort, #breakfast {
	height: 100px;
}

#breakfast {
	background-image: url("../images/breakfast_bg.jpg");
}

#stay_in_comfort {
	background-image: url("../images/stay_in_comfort_bg.jpg");
}

#car_park {
	background-image: url("../images/car_park_bg.jpg");
}




/* Footer bar with photo */
#photo_bar {
	clear: both;
	height: 77px;
	background-image: url("../images/arlberg1colFooter.jpg");
}

#photo_bar2col{
	clear: both;
	height: 77px;
	background-image: url("../images/arlbergFooter.jpg");

}

.photo_bar_text {
	float: right;
	width: 245px;
	margin: 10px;
}

.photo_bar_text h1 {
	font-size: 28px;
	font-variant: small-caps;
	color: #517786;
	margin-top: -10px;
	font-weight: normal;
}

.photo_bar_text h2 {
	font-size: 18px;
	font-variant: small-caps;
	color: #000000;
	margin-top: 15px;
	font-weight: normal;
}



/* Site footer */
#site_footer {
	background-repeat:no-repeat
	height: 45px;
	color: #517786;
	padding: 0px 10px 10px 10px;
	text-align: center;
	background-color: #3A869E;
}

#site_footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#site_footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#site_footer h2 {
	font-weight: normal;
	font-size: 11px;
	color: #E7F5FA;
}

#site_footer h1 {
	font-weight: normal;
	font-size: 12px;
	margin-top: -5px;
}



/* Images */
.image_right {
	border: 1px solid #FFFFFF; 
	float: right; 
	margin-left: 10px;
}

.image_left {
	border: 1px solid #FFFFFF; 
	float: left; 
	margin-right: 10px;
}

.image_left_nb {
	float: left; 
	margin-right: 10px;
}

.image_right_nb {
	float: right; 
	margin-left: 10px;
}



/* Tooltip */
#toolTip {
	visibility: hidden;
	border: 1px solid #000000;
	background-color: #8E7F62;
	height: 0px;
	width: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
}

#toolTip img {
	border-bottom: 1px solid #000000;
}

#toolTip a {
	padding: 5px;
}




/* Breakfast meny */
#breakfast_menu {
	margin: 20px 0px; 
	padding: 5px; 
	text-align: center; 
	border: 1px solid #FFFFFF; 
	background-image: url("../images/tri_section_bg.jpg");
	background-repeat: repeat-x;
	background-color: #504446;
}

#breakfast_menu p {
	color: #FFFFFF; 
}



/* Quick enquiry form */
.enquiry_field {
	width: 95%; 
	background-color: #ADA983; 
	border: 1px solid #FFFFFF; 
	color: #FFFFFF;
}

.quick_enquiry_heading {
	padding: 5px;
	color: #FFFFFF;
	font-family: "Gill Sans MT", "Gill Sans", "Trebuchet MS", serif;
	font-size: 16px;
	text-align: left;
}

