@charset "utf-8";
/* CSS Document */

body {
	background-color: #646466;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
}
#page {
	width: 915px;
	margin: 20px auto;
	text-align: left;
	background-color: #fff;
}
.left {
	float: left;
	width: 224px;
}
.right {
	float: left;
	width: 584px;
}
.home .right {
	width: 675px;
}

/* ---------- Search form ---------- */
#header form {
	margin: 0;
	position: absolute;
	top: 12px;
	right: 22px;
	padding: 0;
}
#header form #searchTerm {
	border: 1px solid #ccc;
	color: #666;
	width: 150px;
	padding: 3px;
	float: left;
	height: 24px
}
#header form a {
	background: transparent url(../images/structure/goButton.png) no-repeat;
	display: block;
	float: left;
	text-indent: -1000em;
	overflow: hidden;
	width: 28px;
	height: 25px;
	margin-left: 5px;
}
#header form a:hover {
	background-position:: left -25px;
}


/* ---------- Header ---------- */

#header {
	background: #fff url(../images/structure/topBar.gif) no-repeat;
	width: 915px;
	padding-top: 50px;
	position: relative;
}
#header img {
	margin: 0 0 0 25px;
}
#header a.homeLogo {
	position: absolute;
	top: 58px;
	left: 30px;
}
#header a.homeLogo img {
	border: 0;
	margin: 0;
}
#header h1 {
	clear: left;
	font-size: 1.4em;
	padding: 20px 0 5px;
	font-weight: normal;
	margin: 0;
}
#header h1 span {
	color: #ca0088;
}
#header hr {
	margin: 5px 100px 10px 30px;
	border: 0;
	border-bottom: 1px dotted #ccc;
	background-color: #fff;
	color: fff;
	height: 0;
	clear: both;
}
.home #header hr {
	margin: 5px 30 10px;
}
.home #header h1 span {
	color: #00AEEF;
}
#header .left {
	height: 50px;	
}

/* ---------- Breadcrumb ---------- */

ul#breadcrumb {
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
}
ul#breadcrumb li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
	color: #636363;
	font-size: 0.9em;
	background: transparent url(../images/structure/arrow.gif) no-repeat 5px 1px;
}
ul#breadcrumb li.first {
	background-image: none;
	padding-left: 0;
}





/* ---------- Left menu ---------- */

.menu {
	width: 168px;
	margin: 0 0 30px 30px;
	padding: 0 0 2px 0;
	border-bottom: 1px dotted #000;
}
.menu li {
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #E3E3E3;
	list-style-type: none;
}
.menu a {
	display: block;
	background-color: #CBCCCE;
	padding: 3px 10px;
	color: #444547;
}
.menu a:hover, .menu li.selected a {
	text-decoration: none;
	background-color: #767678;
	color: #FCFCFE;
}
.menu li ul {
	margin: 2px 0 0 0;
	padding: 2px 0 0 0;
	border-top: 1px solid #E3E3E3;
}
.menu li.selected li {
	border-bottom: 1px solid #D5D6D8;
	margin-bottom: 0;
	padding-bottom: 0;
}
.menu li.selected ul {
	border-top: none;
	margin-top: 2px;
	padding-top: 0;
}
.menu li.selected ul li ul {
	margin-top: 0;
	border-top: none;
	padding: 5px 0 10px;
	background-color: #EEEFF1;
}
.menu li.selected ul li a {
	background-color: #EEEFF1;
	color: #2D2E30;
	padding-left: 15px;
}
.menu li.selected ul li a:hover, .menu li.selected ul li.selected a {
	color: #ca0088;
	background-color: #EEEFF1;
}
.menu li.selected ul li.selected li {
	border-bottom: none;
	display: inline;
}
.menu li.selected ul li.selected li a {
	background: #EEEFF1;
	color: #636363;
	padding: 1px 0 1px 30px;
	font-size: 0.8em;
	background: transparent url(../images/structure/arrow.gif) no-repeat 18px 0px;
}
.menu li.selected ul li.selected li a:hover, .menu li.selected ul li.selected li.selected a {
	color: #000;
}


/* ---------- Page suggestions  ---------- */

#content .left h2 {
	margin-left: 30px;
}

#content .left ul.suggestions {
	margin: 0 0 20px 30px;
	padding: 0;
}
#content .left ul.suggestions li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}
#content .left ul.suggestions li a {
	display: block;
	width: 165px;
	color: #fff;
	background-color: #000;
}
#content .left ul.suggestions li a span {
	display: block;
	padding: 0 5px;
	margin-top: -20px;
}
#content .left ul.suggestions li a img {
	border: 0;
}


/* ---------- Page links on right  ---------- */

ul#pageLinks {
	position: absolute;
	right: 20px;
	top: -30px;
	width: 70px;
	margin: 0;
	z-index: 10;
}
ul#pageLinks li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
ul#pageLinks li a, a#allImages {
	display: block;
	background-color: #666;
	padding: 3px;
	color: #fff;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-size: 0.8em;
	
	/*
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	*/
}
ul#pageLinks li a:hover, a#allImages:hover {
	text-decoration: none;
	background-color: #767678;
	color: #FCFCFE;
}

a#allImages {
	width: 70px; 
	position: absolute;
	right: 20px;
	background-color: #000;
}

/* ---------- Product information ---------- */

#productInfo {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 20px 0;
}
#productInfo h2 {
	margin: 0;
}
#productInfo p, #productInfo ul {
	margin: 3px 0 1em;
	padding: 0;
}
#productInfo ul li {
	display: inline;
	padding-left: 15px;
	background: transparent url(../images/structure/arrow.gif) no-repeat 0 2px;
	list-style: none;
	white-space: nobreak;
}
#productInfo ul li.first {
	background-image: none;
	padding-left: 0;
}
#productInfo ul.pdf {
	margin-bottom: 0;
}
#productInfo ul.pdf li, ul.pdf li {
	display: block;
	background: transparent url(../images/structure/pdfIcon.gif) no-repeat left 0.3em;
	padding: 3px 0 3px 20px;
	background-position: left;
	list-style-type: none;
}
#productInfo ul.pdf li:after {
	content: none;
}

/* ---------- Main page content ---------- */

#content {
	width: 915px;
	position: relative;
	background-color: #fff;
}
#content div.right {
	padding-bottom: 50px;
}
#content h2 {
	color: #ca0088;
	font-size: 1.2em;
}
#content p {
	font-size: 0.9em;
}
#content strong {
	color: #ca0088;
	font-weight: normal;
}
#content p a {
	color: #ca0088;
	text-decoration: none;
}
#content p a.kbshow, #regionMiddle p a:visited.kbshow {
	color: #000;
}
#content p a:hover {
	text-decoration: underline;
}
#content p a:hover.kbshow {
	text-decoration: underline;
}
#content p a#pdf {
	background-image: url(../images/pdfIcon.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #ca0088;
}

/* ---------- Credits ---------- */

#content #dnaLink {
	position: absolute;
	bottom: 10px;
	left: 224px;
	color: #999;
	margin: 0;
	font-size: 0.9em;
}
#content #dnaLink a {
	color: #999;
}
#content #copyright {
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #999;
	margin: 0;
	font-size: 0.9em;
}

/* ---------- Contact form ---------- */
#content form.contact {
	float: left;
}
#content form.contact div.formRow {
	clear: both;
	padding-top: 10px;
}
#content form.contact label, #content form.contact input, #content form.contact textarea {
	float: left;
	width: 250px;
}
#content form.contact textarea.comments {
	width: 585px;
}
#content form.contact label {
	clear: left;
}
#content form.contact #radioSection input {
	width: auto;
}
#content form.contact input.submitButton {
	float: right;
	margin-top: 10px;
	border-style: none;
	background-color: #FFFFFF;
	width: auto;
	letter-spacing: 3px;
	clear: both;
	padding: 5px;
	border: 1px solid #ccc;
}
ul#validation {
	color: #f00;
	padding: 10px;
}
.highlight #validation p {
	padding: 10px;
	margin: 0;
	color: #ca0088;
}

/* --------- Homepage styles ---------- */
.homeImages a, .homeImages #cycleImages {
	float: left;
}
#links {
	float: left;
	width: 202px;
}
#links a {
	background: #000 url(../images/home/steamRooms.jpg) no-repeat left 20px;
	display: block;
	width: 198px;
	height: 119px;
	text-indent: 10px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-left: 4px;
}
.home #links a {
	color: #000;
	background-color: #CBCCCE;
}
#links a span {
	display: block;
	margin: 4px 0 0 10px;
}
#links a:hover {
	color: #fff;
	background-color: #ca0088;
	text-decoration: none;
}
#links a.steamRooms { background-image: url(../images/home/steamRooms.jpg); margin: 4px 0 4px 4px; }
#links a.saunaRooms { background-image: url(../images/home/saunaRooms.jpg) }
#links a.steamShowers { background-image: url(../images/home/steamShowers.jpg) }

#links a.productsLinksPanel01 { background-image: url(../images/aboutUs/productsLinksPanel01.jpg); margin: 4px 0 4px 4px; }
#links a.productsLinksPanel02 { background-image: url(../images/aboutUs/productsLinksPanel02.jpg) }
#links a.productsLinksPanel03 { background-image: url(../images/aboutUs/productsLinksPanel03.jpg) }

.home #productInfo {
	padding-right: 240px;
	position: relative;
}
.home #productInfo ul li {
	display: block;
	margin-bottom: 0.7em;
}
.home #productInfo ul li.first {
	padding-left: 15px;
	background-image: url(../images/structure/arrow.gif);
}

#quotes {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 180px;
	background: transparent url(../images/home/whatTheySay.jpg) no-repeat;
	padding-top: 40px;
}
#quotes p {
	margin: 0 5px 20px;
}
#quotes span {
	color: #ca0088;
	display: block;
	margin-top: 5px;
}

#content .highlight {
	background-color: #eee;
	margin: 0 0 1em 30px;
	width: 168px;
	padding: 0 0 10px 0;
}
#content .highlight h2 {
	margin: 0;
	padding: 3px 5px;
	background-color: #ca0088;
	color: #fff;
	font-size: 0.85em;
}
#content .highlight p.confirmation {
	padding: 0 10px;
	color: #ca0088;
}
#content .highlight p.phone {
	font-weight: bold;
	font-size: 1.4em;
	padding-left: 30px;
	background: transparent url(../images/home/phoneIcon.png) no-repeat 5px 2px;
	margin: 3px 0;
}
#content .highlight p {
	margin: 3px 5px 10px;
}
#content .highlight p em {
	font-weight: bold;
	font-size: 1.4em;
	display: block;
	color: #000;
}
#content .highlight a {
	display: block;
	margin: 5px 10px 0;
}
#content form.highlight input {
	margin: 5px;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #666;
	float: left;
	height: 28px;
	padding: 3px;
}
#content form.highlight a {
	color: #ca0088;
	margin: 5px;
	font-size: 1.2em;
	text-decoration: underline;
	clear: left;
}

#validEmail {
	margin-top: 10px;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
}

/* --------- Gallery ---------- */
ul#gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#gallery li {
	display: inline;
}
ul#gallery li a {
	float: left;
	margin: 0 3px 3px 0;
}

/* --------- Gallery Home ---------- */
.galleryHome a {
	display: block;
	background: transparent url("../images/galleryProjects/gallery/gallerySaunas.jpg") no-repeat;
	height: 195px;
	width: 251px;
	margin: 0 30px 30px 0;
	text-indent: -1000em;
	overflow: hidden;
	float: left;
}
.galleryHome a:hover {
	background-position: 0 -195px;
}
.galleryHome a.steamRooms {
	background-image: url("../images/galleryProjects/gallery/gallerySteamRooms.jpg");
}
.galleryHome a.steamShowers {
	background-image: url("../images/galleryProjects/gallery/gallerySteamShowers.jpg");
}
.galleryHome a.galleryOther {
	background-image: url("../images/galleryProjects/gallery/galleryOther.jpg");
}


/* --------- Downloads ---------- */
#accordion {
	font-size: 0.8em;
}
#downloads {
	float: left;
	padding: 10px;
	border: 1px solid #aaa;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#accordion div {
	height: 100px !important;	
}
#accordion div img, #downloads img {
	float: left;
	width: 75px;
	margin-right: 20px;
}
#accordion ul.pdf, #downloads ul {
	float: left;
	width: 400px;
	margin: 0;
	padding: 0;
}
#accordion ul.pdf li {
	float: left;
	width: 150px;
	margin-bottom: 5px;
}


/* --------- Clearance pages ---------- */
#clearance h1 {
	color: #000;
	margin: 2px 0 0px 0;
	font-size: 1.4em;
	font-weight: bold;
}
#clearance h2 {
	color: #0069AF;
	margin: 2px 0 0px 0;
	font-size: 1.4em;
	font-weight: bold;
}

.clearanceStock {
	color:#333;
	margin: 0 0 50px 0;
	font-size: 1em;
	border-collapse: collapse;
}
.clearanceStock th {
	color: #fff;
	vertical-align: top;
	background: #CA0088;
	font-size: 0.9em;
	padding: 5px;
	text-align: left;
}
.clearanceStock td {
	padding: 5px;
	vertical-align: top;
}
.clearanceStock td.product {
	color: #660066;
	font-weight: bold;
	font-size: 1.1em;
}
.clearanceStock td.sale {
	color: #CC0066;
	font-weight: bold;
	font-size: 1.2em;
}
.clearanceStock .odd {
	color: #333;
	background: #c5adcd;
}

/* --------- Brochure link ---------- */
.brochureLink img {
	margin: 20px 0 30px 30px;	
}



/* --------- Clear fix ---------- */
.clear:after {
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0; 
	content: "."; 
}
* html .clear {
	display: inline-block;
}
