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

/* body */
body {
	background-color: #afbbb8;
	margin: 0px;	
}

/* Text */
body, td, th, input, select, textarea, ul, li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,Arial,Helvetica,sans-serif;
	color: #666666;
	font-size: 12px;
}

/* Heads */
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", serif;
	margin: 0px;
}


/* Paragraphs */
p {
	margin: 0px 0px 8px 0px;
	line-height: 120%;
}

/* Links */
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #4F5B58;
	text-decoration: none;
}


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

/* Header  */
#header {
	height: 270px;
	background-image: url("img/header_bg.jpg");
	text-align: center;
	background-color: #006699;
}

#header h1 {
	text-indent: -1000em;
}

#header h2 {
	text-indent: -1000em;
}

/* Navigation links */
#navigation {
	border-top: 3px solid #c4d3d3;
	border-bottom: 3px solid #c4d3d3;
	background-image: url("../images/navigation_bg.jpg");
	height: 15px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", serif;
	font-size: 14px;
	font-variant: small-caps;
}

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

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

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

#navigation a:hover {
	color: #CFB6C4;
	text-decoration: underline;
	border-top: 1px solid #CFB6C4;
	border-bottom: 1px solid #CFB6C4;
}



/* Left hand image of guest house */
#intro-image, #guest_house_image {
	float: left;
	border-right: 3px solid #c4d3d3;
	border-bottom: 3px solid #c4d3d3;
}

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

/* intro */	

#intro-image h1 {
	font-size: 22px;
	margin-bottom: -5px;
	color: #FFFFFF;
	font-weight: normal;
}

#intro-image h2, #intro-image h3, #intro-image h4, #intro-image h5, #intro-image h6 {
	font-size: 18px;
	margin-bottom: -8px;
	color: #c4d3d3;
	font-weight: normal;
}

/* Right hand welcome image */
#intro, #intro_text {
	float: right;
	border-bottom: 3px solid #c4d3d3;
}

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

#intro_text p, #intro_text li  {
	color: #FFFFFF;
	font-size: 12px;
}

#intro_text h2 {
	color: #362D2E;
	font-weight: normal;
	margin-top: -5px;
	font-size: 22px;
}


/* Front page boxes */
#feature-boxes {
	clear: both;
	height: 200px;
	padding: 20px 0px 20px 17px;
	background-image: url("../images/feature-boxes_bg.jpg");
}

#feature-boxes .box {
	width: 237px;
	margin-right: 3px;
	float: left;
}

#feature-boxes .box-head {
	background-color: #6f807c;
	padding: 5px;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", serif;
	font-size: 13px;
	margin-bottom: 1px;
	font-variant: small-caps;
}

#feature-boxes .box-text {
	padding: 8px;
	color: #FFFFFF;
	background-color: #90a0a0;
	height: 54px;
	margin-top: 1px;
}

#box-left, #box-middle, #box-right {
	height: 100px;
}

#box-right {
	background-image: url("../images/box-right_bg.jpg");
}

#box-middle {
	background-image: url("../images/box-middle_bg.jpg");
}

#box-left {
	background-image: url("../images/box-left_bg.jpg");
}




/* features */
#features {
	clear: both;
	height: 200px;
	background-color: #333c40;
}

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

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

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



/* footer */
#footer {
	height: 50px;
	color: #FFFFFF;
	padding: 15px 10px 5px 10px;
	text-align: center;
}

#footer a {
	color: #90A0A0;
	text-decoration: underline;
}

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

#footer h2 {
	font-weight: normal;
	font-size: 10px;
	color: #6F807C;
}

#footer h1 {
	font-weight: normal;
	font-size: 12px;
	margin-top: -5px;
	color: #90A0A0;
}



/* 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;
    margin-bottom: 25px;
}

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


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

#box-right_menu p {
	color: #FFFFFF; 
}


#shadbg {
	width: 800px;
	margin: 0 auto;
	background-image: url(img/shadbg.jpg);
}

#intro-image {
	background-color: #6f807c;
	clear: left;
	width: 256px;
	text-align: center;
	height: 149px;
	}

#intro_text {
		background-color: #90a0a0;
		clear: right;
		padding: 20px;
		width: 449px;
		height: 110px;
	}
#intro {
				background-position: top left;
				height: 190px;
				width: 500px;
				margin-top: -193px;
			}
#main {
	clear: both;
	padding: 20px;
	background-image: url("../images/feature-boxes_bg.jpg");
}
#main ul {
	margin-top: 0px;
}
.thumbnail {
	float: left;
	margin: 0 15px 10px 0px;
	font-size: 50%;
	font-style: italic;
	border: 1px solid #afbbb8;
	padding: 2px;
}
/*The JJ footer thing*/
#jj {
	width: 800px;
	margin: 0 auto;
	text-align: right;
}
img#jj {
	background: transparent url(../images/furn/jj-logo.jpg) no-repeat scroll 0 0;
	float: right;
	height: 25px;
	width: 100px;
}
a.jjlink {
	border:0 none;
	cursor:pointer;
	text-decoration:none;
}
#clearfix {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.bigger {
	font-size: 14px;
	font-weight: bold;
}
