@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
p, blockquote, th, td, img, adress {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background-image: url(../images/bg_site2.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
p a:link {
	color:#566f8c;
}
p a:visited {
	color:#566f8c;
}
p a:hover {
	color:#000;
}
p a:active {
	color:#000;
}
div.spacer {
  clear: both;
  padding-bottom:40px;
}
div.spacerBottom {
  clear: both;
  margin-bottom:30px;
}
.clearBoth {
	clear:both;
}
/* Footer & Header CSS */

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#footer {
	position:absolute; /* New addition to put it down */
	bottom:0;
	width:100%;
	height:55px;   /* Height of the footer */
	background-color: #f6f6f0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8e5df;
}
/* Colomns
==========================================================*/

#content_wrapper #colomn_right {
	float: right;
	width: 598px;
}
#content_wrapper #colomn_left {
	float: left;
	width: 200px;
}

/* Footer & Header CSS */
#superWrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#content_wrapper {
	float:left;
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:55px;
}
#header_center {
	margin: auto;
	width: 800px;
	height: 150px;
	text-align: left;
	position: relative;
	background-image:url(../images/logo_bg.png);
	background-repeat:no-repeat;
	background-position:0px 36px;
}
#header_center #navText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.625em;
	color: #57483a;
	position: absolute;
	top: 11px;
	left: 12px;
}
#header_center #navText a, a:visited {
	color: #57483a;
	text-decoration: none;
}
#header_center #navText a:hover {
	color: #7e9135;
	text-decoration:underline;
}
#header_center #logo {
	background-repeat: no-repeat;
	width: 107px;
	height: 64px;
	position: absolute;
	background-position: left top;
	left:30px;
	top:62px;
	text-indent: -9009px;
	background-image: url(../images/logo.png);
}
#header #header_center #navBooking a:link, #header #header_center #navBooking a:visited {
	background-image: url(../images/nettbooking_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9009px;
	height: 20px;
	width: 95px;
	position: absolute;
	right: 4px;
	top: 36px;
	outline:none;
}
#header #header_center #navBooking a:hover, #header #header_center #navBooking a:active {
	background-position: left bottom;
	border: none;	
}

/* ------- Header Navigation Start ------ */

#header #mainNav {
	position: absolute;
	right: 0px;
	bottom: 12px;
}
#header #mainNav ul li {
	display: block;
	float: left;
	list-style-type: none;
}
#header #mainNav ul li a {
	background-image: url(../images/main_nav.png);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 298px;
	text-indent: -9009px;
	margin:0 3px 0 0;
	outline:none;
}
#header #mainNav ul li a:hover {
	background-position: 0px -20px;
}
/* ------- Header Tab Positions ------ */

#header #mainNav ul li#home_nav a {
	background-position: 0px 0px;
	width: 66px;
}
#header #mainNav ul li#home_nav a:hover {
	background-position: 0px -20px;
}
#header #mainNav ul li#treatments_nav a {
	background-position: -66px 0px;
	width: 94px;
}
#header #mainNav ul li#treatments_nav a:hover {
	background-position: -66px -20px;
}
#header #mainNav ul li#products_nav a {
	background-position: -160px 0px;
	width: 76px;
}
#header #mainNav ul li#products_nav a:hover {
	background-position: -160px -20px;
}
#header #mainNav ul li#contact_nav a {
	background-position: -236px 0px;
	width: 62px;
}
#header #mainNav ul li#contact_nav a:hover {
	background-position: -236px -20px;
}


/* ------- Header Navigation End ------ */

/* ------- Current Page Start ------ */

body#home #header #mainNav ul li#home_nav a, a:hover {
	background-position: 0px -20px;
}
body#treatments #header #mainNav ul li#treatments_nav a, a:hover {
	background-position: -66px -20px;
}
body#products #header #mainNav ul li#products_nav a, a:hover {
	background-position: -160px -20px;
}
body#contact #header #mainNav ul li#contact_nav a, a:hover {
	background-position: -236px -20px;
}

/* Flash Banner Forside
==========================================================*/

#banner {
	padding: 9px;
	border: 1px solid #e8e5df;
	background-color: #f6f6f0;
	margin-top: 35px;
	width: 780px;
}

/* Footer Start
==========================================================*/
#footer_center {
	font-size:0.563em;
	margin:auto;
	width:800px;
	text-align:left;
	position:relative;
	height:55px; /* old 220px, footer height */ 
	color: #bfbfbf;

}
#footer_center ul li a, a:visited {
	color: #bfbfbf;
	text-decoration: none;
	list-style-type: none;	
}
#footer_center ul li a:hover {
	color: #000;	
}
#footer_center p {
	left: 0px;
	color: #bfbfbf;
	padding-top: 15px;
}
#footer_center p a {
	color: #bfbfbf;
	text-decoration: none;

}
#footer_center p a:hover {
	color: #000;
	text-decoration: underline;
}
#footer_center #footer_nav {
	position: absolute;
	top: 15px;
	width: auto;
	right: 0px;
}
#footer_center #footer_nav ul li {
	list-style-type: none;
	float: left;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
}
#footer_center #footer_nav ul li a {
	color: #bfbfbf;
	display: block;
	text-decoration: none;
	background-color: transparent;
	border-color: #bfbfbf;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
#footer_center #footer_nav ul li a:hover {
	color: #666;
	border-color: #666;
	border-style:solid;
}

/* Side Meny
======================================================*/
#leftMenu {
	float: left;
	width: 180px;
	margin-top: 45px;
	margin-left: 0px;
	
}
#subNav {
	margin-bottom: 15px;
}
#subNav li {
	margin-bottom: 0px;
	list-style: none;
}
#subNav li.selected {
	height: inherit;
}
#subNav li a {
	display: block;
	padding-top: 6px;
	padding-left: 12px;
	height: 22px;
	font-size: 0.688em;
	font-weight: normal;
	color: #6e5f53;
	background: url("../images/menu_off.png");
	outline:none;
}
#subNav li a:hover, #subNav li.selected a {
	background: url("../images/menu_on.png");
	text-decoration:none;
	color:#4f4338;
	font-weight:bold;
}
#subNav a {
	text-decoration: none;
}
#subNav a:hover {
	text-decoration: underline;
}

/* Behandlinger
======================================================*/
#TreatmentBanner {
	padding: 9px;
	border: 1px solid #e8e5df;
	background-color: #f6f6f0;
	margin-top: 45px;
	width: 580px;
}
.headerBg {
	height: 40px;
	background-color:#f6f6f0;
	border-bottom:#e8e5df solid 1px;
	margin-top: 8px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.headerBg h1 {
	  margin-top:2px;
	  margin-left:12px;
}
p.brodtxt {
	font-size: 0.75em;
	line-height: 1.8em;
	color: #666;
}
.imageAlignRight {
	float:right; 
	margin: 0 0 10px 15px;
}
.imageAlignLeft {
	float:right; 
	margin: 0 15px 15px 0;
}
.frame {
	padding: 3px; 
	border: 1px solid #e8e5df;
}
.dropcap {
	font-size:3.8em;
	color:#566f8c;
	float:left;
	line-height:0.7em;
	text-transform:uppercase;
	font-weight:400;
	padding-left:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0.105em 0.105em 0 0;

}
#prices {
	border-bottom:1px solid #f5f4f1;
	background-color:#0F9;
}
#prices .left {
	float:left;
	margin-top:-15px;
}
#prices .right {
	float:right;
	margin-top:-15px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.375em;
	font-weight: 400;
	color: #566f8c;
	margin-top:1.2em;
	margin-bottom:0.1em;
}
.treatmentH3underline h3 {
	border-bottom:#666 solid 1px;
	border-bottom:1px solid #e5eff8;
	padding-bottom:8px;
	margin-bottom:15px;
}
table {
	width:100%;
	border:1px;
	margin:1em auto;
	border-collapse:collapse;
}
td.left {
	text-align:left;
	border-bottom:1px solid #e5eff8;
	padding-bottom:8px;
	padding-top:15px;
}
td.right {
	text-align:right;
	width:100px;
	border-bottom:1px solid #e5eff8;
	padding-bottom:8px;
	padding-top:15px;
	vertical-align:top;
}
td.right p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.125em;
	font-weight: 400;
	color: #566f8c;
	text-align:right;
}
td.left p {
	font-size:0.75em;
	line-height: 1.8em;
	margin-top:4px;
}
.tableHeader1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.125em;
	font-weight: 400;
	color:#566f8c; /*#990;*/
	margin-top:1.2em;
}
.tableHeader2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.875em;
	font-weight: 400;
	color: #999;
	margin-top:1.2em;
}

/* Contact Page
======================================================*/


#content_wrapper #contactColomnLeft {
	float: left;
	width: 270px;
	margin-top:45px;
	margin-right:18px;
}
#content_wrapper #contactColomnRight {
	float: right;
	width: 512px;
	margin-top:45px;
}
/* Contact Form
======================================================*/


label {
	font-size:0.625em;
	color:#666;
	display:block;
	margin-top:25px;
	margin-bottom:4px;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
fieldset input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.688em;
	color: #333;
	border:1px solid #c2c4ba;
	border-width:1px 0 0 1px;
	background:#f9f9f9;
	margin:0 5px 0 0;
	padding:5px 3px 5px 3px;
	width:300px; /* Width of forms*/
	
}
input:focus, textarea:focus, select:focus {
	border-color:#71736d;
}
button {
	color: #666; 
	font-weight: normal; 
	display:block;
	clear: both;
	padding:4px 8px 4px 8px;
	margin:16px 0;
}

#contactSurrounding {
	background-color: #fff;
	width:325px;
	margin:0;
	padding:0 0 0 40px;
	background-image:url(../images/form_mid.gif);
	background-repeat:repeat-y;
	width:400px;
}
#form_top {
	background-image: url(../images/form_top.gif);
	background-repeat: no-repeat;
	height:10px;
	width:400px;
	background-position: left top;
}
#form_bottom {
	background-image: url(../images/form_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:10px;
	width:400px;
}
#formPosition {
	margin-left:15px;
}
#contactConfirmedContent {
	width: 280px;
	text-align: center;
	background-image: url(../images/contactConfirmedContent.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#contactConfirmed {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
#contactConfirmedContent p {
	font-size:0.688em;
	color:#666;
	line-height:1.55em;
	margin-top:3px;
}
#contactConfirmedContent p a {
	text-decoration: underline;
}
#contactConfirmedContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	font-weight: 400;
	color: #566f8c;
	line-height: 1.5em;
}
#contactConfirmedTop {
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 280px;
	background-image: url(../images/contactConfirmedTop.gif);
}
#contactConfirmedBottom {
	background-image: url(../images/contactConfirmedBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
	width: 280px;
}

/* Contact Photos
======================================================*/
.contactLeftImage {
	padding: 9px;
	border: 1px solid #e8e5df;
	background-color: #f6f6f0;
	margin-top: 0px;
	margin-bottom:14px;
	width: 250px;
	height: 120px;
}
#contactImageWrapper {
	margin-top:45px;
}
/* Contact Map
======================================================*/

#bgMap {
	height:100%;
	width:268px;
	min-height:250px;
	min-width:243px;
	background-color:#f6f6f0;
	border: 1px solid #e8e5df;
	margin-bottom:5px;
}
#map {
	width:250px;
	height:243px;
	background-color: #f6f6f0;
	margin:9px;
}
.mapURL a {
	font-size:0.688em;
	text-decoration:underline;
}


/* Contact Left Text
======================================================*/
#contactTextColomnLeft {
	float: left;
	width: 270px;
	margin-bottom: 15px;
}
#contactTextColomnLeft h3 {
	padding: 0 0 0 15px;
	border-bottom: 1px solid #f5f4f1;
}
#contactTextColomnLeft ul.contactTextLines {
	list-style-type: none;
	margin: 5px 0 10px 0;
}
#contactTextColomnLeft ul.contactTextLines li {
	padding: 2px 15px;
}
#contactTextColomnLeft ul.contactTextLines li p {
	font-size:0.75em;
	line-height: 1.5em;
}
.linjeSpacer {
	margin-bottom:0.5em;
}
#contactText {
	padding-left:15px;
	padding-right:25px;
	padding-top:0px; 
	padding-bottom:20px;
}
#contactText h2 {
	border-bottom: 1px solid #f5f4f1;
}

/* Products Home
======================================================*/

#homeProducts {
	width:800px;
	clear:both;
}
#homeProducts p {
	font-size:0.688em;
	color:#999;
	line-height:1.55em;
	margin-top:3px;
}
#homeProducts h4 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	padding-top:1em;
	color:#901c94; /* #7e9135 */
	text-decoration:none;
	font-size:0.75em;
}
#homeProducts h4 a:visited {
	color:#901c94;
	text-decoration:none;
}
#homeProducts h4 a:hover {
	color:#3e0c40; 
	text-decoration:underline;
}
.homeImageContainer {
	float:left;
	width:191px;
	margin:12px 12px 0 0;
}
.homeImageContainerEndOfRow {
	float:left;
	width:191px;
	height:120px;
	margin:12px 0 0 0;
}
.homeProductPhoto {
	background-color:#f6f6f0;
	border:1px solid #e8e5df;
	padding:1px;
	margin-bottom:12px;
}

/* Home Chill Spa Intro
======================================================*/

#homeIntro {
	position:relative;
	float:left;
	width:800px;
	height:275px;
	background:url(../images/home_intro.jpg) top left no-repeat;
	margin-top:12px;
}
div#homeIntro p {
	margin:192px 0 0 38px;
	width:305px;
	font-size:0.688em;
	line-height:1.5em;
	color:#999;
}
#homeGiftCardCorner a:link, #homeGiftCardCorner a:visited {
	background-image: url(../images/giftcard_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9009px;
	width:100px;
	height:100px;
	position:absolute;
	top:0px;
	right:0px;
	outline:none;
}
#homeGiftCardCorner a:hover, #homeGiftCardCorner a:active {
	background-position: left bottom;
	border: none;	
}

#textList {
	margin-top:15px;
}

#textList li {
	font-size: 0.75em;
	line-height: 1.8em;
	color: #666;
	margin-left:15px;
}


/* Added Promo Elements
======================================================*/

ul.txtList {
	margin: 15px 0 15px 15px;
}

ul.txtList li {
	font-size: 0.75em;
	line-height: 1.8em;
	color: #666;
	margin-left:15px;
	list-style-image:url(../images/check.png)
}

.floatLeft {
	float:left;
}
