/***********************************************/
/* styles.css                                  */
/* Use with Gloppefjord templates              */
/* Developed by Innoventi (C) 2008             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #415c79;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #919191;
	text-align: center;
	margin: 0;
	padding: 0;
}
h1 {
	padding: 0;
	margin: 0;
	color: #f5841f;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	padding-bottom: 3px;
	margin: 0;
	color: #000;
	font-size: 17px;
	font-weight: bold;
}
h3 {
	padding: 0;
	margin: 0;
	color: #f5841f;
	font-size: 15px;
	font-weight: bold;
}
h4 {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
img {
border: 0px;
}

/******* hyperlink and anchor tag styles *******/




/***********************************************/
/* Layout Divs and Tables                      */
/***********************************************/

#webWrapper {
	position: relative;
	width: 777px;
	margin: 0 auto;
}
#topContainer {
	position: relative;
	width: 777px;
	height: 135px;
	background-color: #FFF;
	margin-bottom: 10px;
}



/***********************************************/
/* Component Divs (Boxes)                      */
/***********************************************/


.logo {
	position: absolute;
	width: 100px;
	height: 104px;
	top: 0px;
	left: 20px;
}
#menuContainer {
	position: absolute;
	width: 737px;
	height: 19px;
	top: 110px;
	left: 20px;
	text-align: left;
}
#linkContainer {
	position: absolute;
	width: 250px;
	top: 10px;
	right: 20px;
	text-align: right;
	color: #919191;
	font-size: 12px;
}
#linkContainer a {
	text-decoration: none;
	color: #919191;
}
#linkContainer a:hover {
	text-decoration: underline;
	color: #c4151c;
}
.gallery {
	position: absolute;
	width: 103px;
	height: 27px;
	top: 36px;
	right: 20px;
}
.header1 {
	width: 208px;
}
.header2 {
	width: 335px;
}
.header3 {
	width: 549px;
}
#booking {
	position: relative;
	width: 210px;
	height: 218px;
	background-image: url(images/booking_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 
}
.bookingHeader {
	position: absolute;
	top: 55px;
	left: 18px;
}
.bookingButton {
	position: absolute;
	top: 152px;
	left: 14px;
}
.margin {
	width: 6px;
}


/***** content styles *****/

#contentContainer {
	position: relative;
	width: 765px;
	text-align: left;
	margin-top: 10px;
	background-color: #FFF;
	padding: 6px;
}
#textContainer {
	position: relative;
	width: 705px;
	padding: 30px;
}
#textContainer a {
	color: #c4161c;
	text-decoration: underline;
}
#textContainer a:hover {
	text-decoration: none;
}
#frontpageTextContainer1 {
	position: relative;
	width: 495px;
	padding: 30px;
	text-align: left;
	float: left;
}
#frontpageTextContainer1 a {
	color: #c4161c;
	text-decoration: underline;
}
#frontpageTextContainer1 a:hover {
	text-decoration: none;
}
#frontpageTextContainer2 {
	position: relative;
	width: 190px;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	text-align: left;
	float: left;

}
#frontpageTextContainer2 a {
	color: #c4161c;
	text-decoration: underline;
}
#frontpageTextContainer2 a:hover {
	text-decoration: none;
}
#galleryContainer {
position: relative;
width: 765px;
}

/***** footer styles *****/

#footerContainer {
	position: relative;
	width: 765px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 8px;
	border-top: 18px solid #f6f6f6;
	color: #aeaeae;
	float: left;

}
#footerContainer a {
	color: #f5841f;
	text-decoration: none;

}
#footerContainer a:hover {
	text-decoration: underline;

}
.close {
clear: both;
}




