* {
    margin: 0;
    padding: 0;
}

body {
	font: 12px 'Arial',serif;
    background: #d3e7e8 url("./img/bodybg.jpg") repeat-y top center;
    color: #1b505c;
}

h2 {
	font: bold 24px 'Arial',serif;
	color: #2d8faa;
	color: #336666;
	margin: 0 0 5px 0;
}

h3 {
    font-size: 16px;
	color: #1b505c;
    margin-bottom: 15px;
}

p {
    margin-bottom: 15px;
}

em.color {
	color: #ff409f;
	font-style: normal;
}

a {
	color: #ff409f;
    text-decoration: none;
}
fabout
a:hover {
	color: #3b95ad;
}

a img {
	border: 0; 
}

strong.marked {
	color: #ff409f;
}

#main {
    width: 1004px;
    margin: 0 auto;

}

#mainimage {
    width: 1004px;
    height:464px;
	position: relative;
}

#mainimage h1 a {
	position: absolute;
	top: 31px;
	left: 28px;
	z-index: 50;
	width: 301px;
	height: 61px;
	text-indent:-9999px;
}

#mainimage img {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 1;
}

#mainimage img.current {
	display: block;
	z-index: 10;
}
#mainimage img.next {
	z-index: 5;
}

#mainimagebox {
	position: absolute;
	-moz-border-radius: 15px;
	z-index: 20;
	top: 140px;
	left: 20px;
	background: #fff;
	padding: 25px 30px 30px 30px;
}

#header {
    background: transparent url('./img/header.png') no-repeat;
    height: 37px;
    position: relative;
}

#header #nav {
    position: absolute;
    top: 0;
    left: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#header #nav li {
    padding: 0;
    float: left;
}

#header #nav a {
    display: block;
    float: left;
    display: block;
    color: #fff;
    font: bold 11px "Arial", sans-serif;
	letter-spacing: -0.1px;
    padding: 0;
    height: 37px;
    margin: 0;
    text-decoration: none;
}

#header #nav a span {
    display: block;
    padding: 11px 10px 0 10px;
}

#header #nav a:hover, #header #nav li.active a,
body#b_index a#n_startsidan,
body#b_om a#n_om,
body#b_behandlingar a#n_behandlingar,
body#b_team a#n_team,
body#b_galleri a#n_galleri,
body#b_kontakta a#n_kontakt  {
    background: #addbe8 url("./img/navhover.png") no-repeat top right;
}

#header #language {
	position: absolute;
	right: 20px;
	top: 6px;
}

#header #contact {
    font: 12px "Georgia", serif;
    color: #fff;
    position: absolute;
    top: 16px;
    right: 22px;
}

#header #readmore {
    font: 13px "Georgia", serif;
    color: #fff;
    position: absolute;
    bottom: 32px;
    right: 35px;
}

/*  CONTENT */

#content {
    position: relative;
	overflow: hidden;
	background: #fff url("./img/contentfade.png") no-repeat top left;
}

#content h2.headline {
    height: 30px;
    width: 200px;
    position: absolute;
    top: 42px;
    left: 42px;
    text-indent: -9999px;
    overflow: hidden;
}

#innercontent {
    padding: 0px 138px 65px 27px;
}


#explorefleet {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 170px;
    height: 25px;
    position: absolute;
    top: 140px;
    left: 225px;
}

.en h2#r_service {
    background: transparent url('./img/our_services.png') no-repeat top left;
}

/*
	boxes
*/

#boxes {
    background: transparent url('./img/boxes.png') repeat-x;
    width: 1004px;
    height: 290px;
    position: relative;
    font-size: 12px;
}

#boxes h2 {
	color: #18444f;
	font-size: 20px;
	margin-bottom: 8px;
}

#boxes p {
	color: #fff;
	line-height: 125%;
}

#boxes a {
	color: #fff;
}

#boxes p {
	font-size: 12px;
}

#boxes #col1 {
    left: 25px;
    width: 148px;
}

#boxes #col2 {
    left: 365px;
    width: 100px;
}

#boxes #col3 {
    left: 690px;
    width: 100px;
}

#boxes #col1,#boxes #col2,#boxes #col3 {
    position: absolute;
    top:20px;
	width: 288px;
}

#boxes #col2 {
	width: 268px;
}

/*
    FOOTER
*/

#footer {
    background: #bde9f4 url('./img/subcontent.png') repeat-x;
    height: 390px;
    position: relative;
    font-size: 12px;
}

#footer #home {
    height: 479px;
}

#footer #readmore {
    font: 13px "Georgia", serif;
    color: #fff;
    position: absolute;
    bottom: 32px;
    right: 35px;
}

#fcol1,#fcol2,#fcol3,#fcol4 {
    position: absolute;
    top:10px;
    background: transparent url('./img/subcontentbox.png') repeat-x;
	height: 250px;	
}

#footer p,#footer h3, #footer ul {
	padding: 12px 12px 4px 12px;
	color: #1b5259;
    margin: 0;
}

#footer ul.en {
	padding: 12px 12px 0 12px !important;
}

#footer a {
	color: #1b5259;
}

#footer ul {
    list-style: none;
    margin: 0;
}

#fcol2 ul {
	padding-top: 5px;
}

#footer h3 {
	font-size: 13px;
	padding-bottom: 0px;
}

#fcol1 {
    left: 15px;
	width: 233px;
}

#fcol2 {
    left:  263px;
	width: 500px;
}

#fcol2a {
	position: absolute;
    left:  5px;
	width: 144px;
}

#fcol2b {
	position: absolute;
    left:  160px;
	width: 184px;
}

#fcol2c {
	position: absolute;
    left:  335px;
	width: 164px;
}


#fcol3 {
    right: 15px;
	width: 213px;
}

#fcol3 li {
	margin-bottom: 6px;
}

#foo {
    position: absolute;
    bottom:20px;
	left: 15px;
    background: #d0eff7;
	height: 100px;	
	width: 973px;
}

#foo a img {
	border: 0;
}

#foo img {
	position: absolute; 
	top: 20px;
}


#foo img#l_stf {
	left: 20px;
}

#foo img#l_aacd {
	left: 100px;
}

#foo img#l_sacd {
	left: 180px;
}

#foo img#l_ptl {
	left: 260px;
}

#foo p {
	padding: 0;
	margin: 0;
	position: absolute; 
	top: 15px;
	left: 360px;
	line-height: 150%;
}

/*
sidebar
*/

#sidebar {
	float: left;
	width: 240px;
}

#sidebar p {
	padding-left: 26px;
	margin: 0 0 14px 10px;
}

#sidebar ul {
	padding-left: 26px;
	list-style: none;
	margin: 0 0 14px 5px;
	font-size:13px;
}

#sidebar h3 {
	padding-left: 26px;
	font-size:14px;
	margin: 0 0 4px 10px;
	color: #336669;
}

#sidebar a {
	color: #336669;
}

#sidebar a:hover {
	color: #ff409f;
}

#sidebar #sidemenu {
	width: 230px;
	top: 10px;
	position: absolute;
	z-index: 9999;
}


/*
	mainheader
*/

#mainheader {
	padding: 32px 0 44px 26px;
}

/*
maincontent
*/

#maincontent {
	float: right;
	width: 759px;
}

#maincontent h2 {
	font-size: 26px;
	color: #336669;
}

#maincontent h3,#maincontent p {
	padding-right: 54px;
}

/*
	separator
*/

.breaker {
	border-bottom: 1px solid #d3e7e8;
	margin: 20px 0;
}

div.wrap {
	padding: 10px 10px 10px 0;
	margin: 0 50px 10px 0;
	overflow: hidden;
}

div.wrap.cur {
	background: #dfecf0;
	padding-left: 10px;
}

.gallery div.wrap {
	border-top: 1px solid #d3e7e9;
}

.gallery div.wrap img {
	margin-bottom: 6px;
}

#maincontent div.wrap p {
	padding-right: 0px;
}

div.wrap.current h3,div.wrap.current h4{
	font-size: 16px;
	color: #2e8ea7;
}

#sidebar .treatmentNav li a.selected {
	color: #ff409f;
}

.l {
	float: left;
}

.r {
	float: right;
}

.wrap .l, .wrap .r {
	width: 250px;
}

#maincontent.gallery h3 {
	color: #1b505c;
}

#maincontent div.wrap {
	padding-right: 115px;
}

#photos {
	float: right;
	margin-left: 60px;
	padding-bottom: 20px;
}

#photos img {
	margin: 5px 0 5px 0;
}


#innercontent.about {
	padding-right: 15px;
}

#mainheader.about {
	padding: 6px;
}

#mainheader.contact {
	padding: 15px 25px 10px 25px;
}

#mainheader.about h2 {
	margin: 25px 0 30px 0;
}

#mainheader.team {
	overflow: hidden;
	border-bottom: 1px solid #d3e7e9;
	padding-bottom: 10px;
	margin: 0 25px 25px 25px;
}

#mainheader.team .r {
	width: 670px;
	margin-right: 40px;
}


#innercontent.team {
	padding-right: 0;
}

#innercontent.team .col {
	width: 264px;
	margin-right: 50px;
}

#innercontent.team .col.f {
	margin-left: 15px;
}

#innercontent.team .col h3 {
	margin-bottom: 5px;
	font-size: 14px;
	color: #1b505c;
}

#innercontent.team img.s {
	margin-top: 20px;
}

.clear {
	clear: both;
}

#wrap {
	overflow: hidden;
	background: transparent url("./img/treatmentsplash.jpg") no-repeat right 30px;
}

#contactform div {
	position: relative;
	height: 32px;
}

#contactform div.txt {
	height: 125px;
}

#contactform div.btn {
	width: 410px;
}

#contactform div label {
	top: 0;
	position: absolute;
	left: 0;
	font-weight: bold;
}

#contactform div input, #contactform div textarea {
	top: 0;
	position: absolute;	
	left: 150px;
	width: 250px;
	border: 1px solid #c0c0c0;
	background: #fff;
	padding: 4px;
}

#contactform div button {
	top: 0;
	position: absolute;	
	right: 0px;
	background: #ea69a0;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	padding: 5px;
}

#contactform div textarea {
	width: 250px;
	height: 100px;
}

.photos img {
	margin-right: 90px;
	display: block;
	float: left;
}

.photos img.last {
	margin-right: 0;
}

p.photos {
	overflow: hidden;
	padding:0;
	border-bottom: 1px solid #D3E7E9;
	width: 956px;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

#aboutheader {
	width: 992px;
	height: 442px;
	position: relative;
}

#maincontent.gallery {
	float: none;
    margin: 10px 0 0 10px;
    width: 987px;    
}

.canvas {
    margin: 10px auto 30px 20px;
    width: 900px;
    min-height: 400px;
}

.categorymenu {
    list-style: none;
    position: absolute;
    top: 0;
    left: 20px;
    padding: 25px;
    background: #C5ECF5;
    width: 200px;
}

.categorymenu li {
    margin: 0 0 10px 0;
    color: #177B93;
}

.categorymenu li a {
    display: block;
    color: #177B93;
    font-size: 13px;
}

.categorymenu li a:hover {
	color: #ff409f;
}

.categorymenu li a.active {
	color: #ff409f;
    font-weight: bold;
}

#intro {
    color: #222;
    position: absolute;
    width: 675px;
    top: 10px;
    left: 304px;
    height: 305px;
}

#intro img {
	position: absolute;
	top: 0;
	left: 0;
}

#introText {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 275px;
}

#beforeafter {
    position: absolute;
    top: 10px;
    left: 300px;
    width: 669px;
    height: 25px;
    display: none;
}

#beforeafter span {
    position: absolute;
    font-size: 20px;
    color: #c0c0c0;
    font-weight: bold;
    top: 0;
    width: 334px;
    text-align: center;
    display: block;
}

#before {
    left: left: 0;

}

#after {
    left: 334px;
}


.galleryimages {
    list-style: none;
    margin: 0 0 0 280px;
    width: 671px;
    padding: 0;
    display: none;
}

.galleryimages li {
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    border: 1px solid #177B93;
}

.galleryimages li img {
    vertical-align: top;
    margin: 0 1px 0 0;
}

.galleryimages li img.last {
	position: absolute;
	top: 0;
	right:0;
	margin: 0;
}

.galleryimages li div {
    background: #C5ECF5
}

.galleryimages li p {
    color: #187B93;
    font-size: 12px;
    padding: 10px;
    margin: 0;
}

