@charset "UTF-8";

/*Note: This CSS file may not always be valid according to the W3C standards.
It may contain proprietary/nonstandard or yet unsupported code.
This code is used to fix certain user agent rendering bugs, or to enhance the website/application in the case of more advanced user agents.*/

/*
@website: 
@author: andrei stefan
@copyright: spotonearth 2009 

1    general rules
1.1. reset
1.2. typography
1.3. forms
1.4. tables
1.5. floats
1.6. misc

2   layout
2.1. grids
2.2. container
2.3. header
2.4. content
2.5. footer
*/

/*************************************
1. General rules
**************************************/

/*---------1.1. reset-------------*/
* { 
	list-style: none;
	font-size: 100%; 
	text-decoration: none;
	text-indent: 0px;
	font-weight: normal;
	font-variant: normal;
	font-family: inherit;
	outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,ul, ol, li, dl, dt, dd, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, li,  fieldset, form, label, legend, input, select, option, optgroup{
	padding: 0px;
	margin: 0px;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
	color: #666;
	background: #fff url(../images/bg.gif) repeat-x top left;
}

*:focus::-moz-focus-inner {
	border-color: transparent !important;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q { quotes: "" ""; }

pre {
	width: 100%;
	overflow: auto;
	white-space: pre;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}

img,
object,
embed {
	border: none;
	vertical-align: bottom;
}

a img {
	vertical-align: middle;
}

ul.list,
ol.list {
	margin: 10px 0px;
	padding: 0px 0px 0px 2em;
}

ul.list li { list-style: disc }

ol.list li { list-style: decimal; }

dt {
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #d9d9d9;
}

dd {
	margin: -1.65em 0px 0px 0px;
	float: right;
	position: relative;
	font-size: 130%;
	font-weight: bold;
}

dl.list { margin: 10px 0px; }

dl.list  dt { margin: 10px 0px 2px 0px; }

dl.list dd { margin: 0px 0px 0px 2em; }

/*-------1.2. typography----*/

/*headings and paragraphs*/
h1, h2, h3, h4, h5, h6 { 
	margin: 0px 0px 7px 0px;
	color: #666;
}

h1 {
	font-size: 2.2em;
	text-transform: uppercase;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.1em;
}

p {
	margin: 0px 0px 15px 0px;
	line-height: 1.4em;
	color: #666;
}

blockquote {}

blockquote p {
	margin: 0px;
}

/*links*/
a {
	cursor: pointer;
}

a:link,
a:visited {}

a:hover, 
a:focus,
a:active {}

/*phrase elements*/
strong, b { 
	font-weight: bold;
	color: #227CAE;
}

em, i { font-style: oblique; }

del, s, strike { text-decoration: line-through; }

ins, u { text-decoration: underline; }

abbr,
acronym { speak: spell-out; }

abbr[title],
acronym[title],
dfn[title]{
	border-bottom: 1px dashed #000;
	cursor: help;
}

sup {
	vertical-align: text-top;
	font-size: 85%;
}

sub {
	vertical-align: text-bottom;
	font-size: 85%;
}

small {
	font-size: 90%;
}

dfn {}

cite { 
	font-weight: bold; 
	font-style: italic;
}

kbd {
	padding:  0px 2px;
	border-style: solid;
	border-color: #eee;
	border-width: 1px 2px 2px 1px;
	background: #F7F7F7;
}

var {}

code {}

samp {}

/*------------1.3. forms-----------------*/
fieldset {
	border: none;
}

form li {
	margin-bottom: 3px;
}

legend {
	font-size: 1.2em;
	color: #333;
}

label {
	display: block;
	color: #227CAE;
}

input {
	vertical-align: bottom;
	width: 100%;
	border: 1px solid #ccc;
}

label input {
	vertical-align: middle;
}

.text {}

.text:focus,
.text:active {}

.radio {}

.checkbox {}

.image {}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	cursor: pointer;
}

button{ 
	width: auto;
	overflow: visible;
	border: none;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	background: none;
}

.button {
	display: inline-block;
	padding: 0px 0px 0px 5px;
	background: url(../images/button.gif) bottom left no-repeat;
}

.button span{
	display: inline-block;
	height: 22px;
	padding: 0px 5px 0px 0px;
	line-height:22px;
	background: url(../images/button.gif) bottom right no-repeat;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active {}

select {
	width: 100%;
	border: 1px solid #ccc;
	color: #666;
}

select:focus,
select:active {}

optgroup {}

option {}

textarea {
	overflow: auto;
	border: 1px solid #ccc;
}

textarea:focus,
textarea:active {}

/*----------1.4. tables---------*/
table {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;  /*when set to "0" cellspacing has no effect on tables */
}

tr {}

td {}

th {}

caption {
	text-align: center;
	font-weight: bold;
}

/*----------1.5. floats---------*/
form li:after,
form dl:after,
form dt:after, 
form dd:after,
ul:after,
ol:after,
dl:after,
#content:after,
.mainContent:after,
.sideContent:after,
.line:after,
.subHeader:after,
.box:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*-------1.6. misc------*/
.hidden {
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
	position: absolute !important;
	top: -9999em !important;
	left: -9999em !important;
	font-size: 0px !important;
}

.left { text-align: left; }

/* -- -- */
ul.left {
	float: left;
	margin: 0 20px 0 0;
}

.left-left {
	float: left;
	display: block;
	margin: 10px 10px 30px 10px;
}

a.left-left {
	font-size: 2.4em;
	color: #227CAE;
	text-decoration: underline;
}
a.left-left:hover {
	color: #227CAE;
	text-decoration: none;
}
/* -- -- */

img.left {
	margin: 0px 15px 10px 0px;
	float: left;
	clear: left;
}

.center { text-align: center; }

img.center,
.aligncenter {
	display: block;
	margin: 0 auto;
}

.right { text-align: right; }

img.right {
	margin: 0px 0px 10px 15px;
	float: right;
	clear: right;
}

.confirm,
.warning,
.notice,
.errors {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 40px;
	border: 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	color: #000;
	background-position: 6px 6px !important;
	background-repeat:no-repeat !important;
}

.confirm{
	border-color: #60C300;
	background: #DFFFBF url(../images/icons/confirm.png);
}

.warning{
	border-color: #FF7200;
	background: #FFE59F url(../images/icons/warning.png);
}

.notice {
	border-color: #5fb9f7;
	background: #caecff url(../images/icons/notice.png);
}

.errors{
  	border-color: #FF0000;
	background: #FFAFAF url(../images/icons/error.png);
}

.error{
	color: #ff0000;
}


.more {
	padding: 0px 10px 0px 0px;
	color: #999;
	background: url(../images/read_more.gif) no-repeat center right;
}

h1, h2, h3, h4, h5, h6 {
	color: #227CAE;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #666;
}

a {
	color: #666;
}

a:hover, a:focus {
	color: #10cfff;
}

/************************************
2. Layout
*************************************/

/*--------------2.1. grids--------------*/
.line {
	zoom: 1.0;
}

.g1of2,
.g1of3,
.g1of4,
.g1of5,
.g2of3,
.g2of5,
.g3of4,
.g3of5,
.g4of5 {
	float: left;
	overflow: hidden;
	zoom: 1.0;
}

.g1of2 { width: 49.9%; }
.g1of3 { width: 33.3333%; }
.g1of4 { width: 25%; }
.g1of5 { width: 20%; }
.g2of3 { width: 66.6666%;}
.g2of5 { width: 40%; }
.g3of4 { width: 75%; }
.g3of5 { width: 60%; }
.g4of5 { width: 80%; }
.lastUnit {
	width: auto;
	float: none;
}

/*------------2.2. container------------*/
#container {
	width: 842px;
	padding: 0px 79px 0px 79px;
	margin: 0 auto;
	position: relative;
	font-size: 1.2em;
	background: url(../images/leaf.gif) no-repeat top right;
}

/*------------2.3. header---------------*/
#header {
	overflow: hidden;
	padding: 24px 0px 0px 0px;
}

.logo {
	float: left;
	display: block;
	width: 318px;
	height: 80px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/logo.gif) no-repeat center center;
}

.phone {
	margin: 0px 20px 0px 0px;
	float: right;
	font-size: 2.8em;
	color: #052F55;
}

.tel {
	font-size: 1.4em;
}

/* main navigation */


#mainNav {
	height:29px;
	margin:28px 0px 15px 0px;
	background: url(../images/mainNav.gif) no-repeat center center;
}

#mainNav li {
	float: left;
	margin:6px 0px 0px 0px;
	border-left: 1px solid #e5e5e5;
}

#mainNav a {
	padding: 0px 11px;
	font-size: 1.2em;
	color: #666;
}

#mainNav a:hover, #mainNav a:active, .selected {
	color: #10cfff;
}

#mainNav li:first-child {
	border: none;
}

/*------------2.4. content--------------*/
#content {
	margin: 9px 0px 0px 0px;
	font-size: 1.0em;
}

/* module */
.moduleTop, .moduleBot {
	height: 5px;
	margin: 0px 5px;
	background: url(../images/sideNav-opacity.png) repeat top left;
}

.moduleInner {
	padding: 0px 5px;
	background: url(../images/sideNav-opacity.png) repeat top left;
}

.tl, .tr ,.bl, .br {
	display: block;
	height: 5px;
	width: 5px;
	background: url(../images/module-corners.png) no-repeat;
}

.tl, .bl {
	float: left;
	margin: 0px 0px 0px -5px;
}

.tr, .br {
	float: right;
	margin: 0px -5px 0px 0px;
}

.tr {
	background-position: right top;
}

.tl {
	background-position: left top;
}

.bl {
	background-position: left bottom;
}

.br {
	background-position: right bottom;
}

.moduleInner2 {
	overflow: hidden;
	padding: 0px 0px 1px 13px;
}


/* main content*/
.mainContent {
	width: 630px;
	float: left;
	text-align: justify;
}

.modCont {
	margin: 0px 10px;
}

.news-links {
	width: 100%;
}

.news-links li {
	float: left;	
}

.news-links li a {
	padding: 0px 0px 0px 15px;
	color: #10cfff;
	background: url(../images/double_arrow.gif) no-repeat center left;
}

.home-news {
	padding: 20px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	border-top: 2px dotted #d9d9d9;
}

.home-news li {
	width: 49.9%;
}

.home-news li a {
	line-height: 25px;
}

.qs-news {
	margin: 38px 0px 10px 0px;
}

.qs-news li {
	width: 100%;
}

.qs-news li a {
	line-height: 20px;
}

.info {
	margin: 5px 0px 0px 0px;
}

.info p {
	color: #10cfff;
}

.info h6 {
	margin: 0px 0px 5px 0px;
	color: #999;
}

.price p {
	margin: 20px 0px 0px 0px;
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	color: #666;
}

.product {
	border-top: 2px dotted #d9d9d9;
}

.productNews {
	min-height: 87px;
	margin: 7px 0px 0px 8px;
	padding: 0px 0px 0px 50px;
	background: url(../images/productNews.gif) no-repeat center left;
}

.productNews h6, .productNews p {
	margin: 10px 0px 0px 15px;
}

.productNews a {
	display: block;
	padding: 0px 23px 0px 0px;
	text-indent: -9999em;
	background: url(../images/moreBtn.gif) no-repeat center right;
}
 
.contactInfo li {
	float: left;
	margin: 0px 10px 0px 0px;
}

.actions {
	clear: both;
	border-top: 2px dotted #d9d9d9;
}

.actions a {
	padding: 0px 0px 0px 15px;
	margin: 5px 0px 0px 3px;
	background: url(../images/magnifier.png) no-repeat center left;
}

.news li:first-child {
	border: none;
}

.news-article {
	padding: 5px 0px 0px 0px;
	border-top: 2px dotted #d9d9d9;
}

.news-article h5 {
	display: inline;
	margin: 0px 3px 0px 0px;
}

.news-article img {
	float: left;
	margin: 0px 10px 5px 0px;
}

.date {
	color: #ccc;
}

.pageNav {
	margin: 0px 0px -20px 0px;
	text-align: center;
}

.pageNav li {
	display: inline;
	margin: 0px 3px;
}

.pageNav span {
	font-weight: bold;
	color: #00ccff;
}

.back, .next {
	border-bottom: 1px solid #00ccff;
	color: #00ccff;
}

.back {
	padding: 0px 0px 0px 10px;
	background: url(../images/left_arrow.gif) no-repeat center left;
}

.next {
	padding: 0px 10px 0px 0px;
	background: url(../images/right_arrow.gif) no-repeat center right;
}

.contactInfo span {
	font-weight: bold;
}

.treatment .g2of3 div {
	padding: 0px 10px 0px 0px;
	border-right: 2px dotted #d9d9d9;
}

.treatment .g2of3 ul {
	margin: 0px 0px 10px 0px;
}


.treatment img, .treatment p {
	margin: 0px 10px 10px 0px;
}

.first {
	border: none;
}

#map img {
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border-top: 2px dotted #d9d9d9;
}

.gallery-item dd {
	float: none;
	margin: 0;
	font-size: inherit;
}

.box {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #227CAE;
}

/* side condent */
.sideContent {
	width: 200px;
	float: right;
}

#sideNav {
	width: 200px;
	float: right;
}

#sideNav li {
	padding: 0px 0px 6px 0px;
}

#sideNav li a {
	display: block;
	padding: 0px 0px 0px 9px;
	background: url(../images/simple_arrow.gif) no-repeat center left;
}

#sideNav a:hover, #sideNav a:active {
	color: #10cfff;
}

.side-col {
	margin: 15px 0px 0px 0px;
}

/* contact form */

#contactForm ol {
	margin: 15px 0px 0px 0px;
}

#contactForm  li {
	float: left;
	width: 45%;
	margin: 0px 5px;
}

#contactForm .textarea {
	width: 100%;
}

#contactForm textarea {
	width: 290px;
}

#contactForm .text {
	width: 140px;
}
/* book form*/

#bookForm {
	width: 180px;
	padding: 0px 0px 0px 15px;
}

#bookForm .text {
	width: 180px;
}

#bookForm select {
	width: 183px;
}

#bookForm p {
	margin: 5px 0;
	font-style: italic;
	line-height: 1.2em;
	text-align: center;
}

/* slideshow */
#slides {
	width: 627px;
	float: left;
	position: relative;
}

#slideshow {
	position: relative;
	width: 617px;
	height: 300px;
	padding:5px 0px;
	overflow: hidden 
}
	
#slideshow li { 
	position: absolute;
	top:0; 
	left:0; 
	width: 100%;
	height: 100%;
	background: #fff; 
}

#slide-controls {
	position: absolute;
	bottom: 25px;
	right: 20px;
	z-index: 100;
}

#slide-controls li {
	display: block;
	float: left;
	height: 26px;
	width: 26px;
	margin: 0px 4px;
	cursor: pointer;
	text-indent: -9999em;	
}

#prev { background: url(../images/slideBtn.png) no-repeat center left; }

#next { background: url(../images/slideBtn.png) no-repeat center right; }

#pause { background: url(../images/slideBtn.png) no-repeat center center; }


/*------------2.5. footer---------------*/
#footer {
	padding: 15px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	border-top: 2px dotted #d9d9d9;
	font-size: 0.8em;
}

#footer p {	
	margin: 0;
}

#footer span {
	font-weight: bold;
}

#footer ul {
	min-height: 26px;
	width: 100%;
	margin: 0px -10px;
}

#footer ul li {
	float: left;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #666;
}

#footer ul a {
	color: #00ccff;
}

#footer ul li ul {
	width: 260px;
	margin: 0px 0px 0px -8px;
}

#footer ul li ul li {
	 float: left;
	 padding: 0;
	 margin: 0;
	 border: none;
	 border-right: 1px solid #227CAE !important;	 
}

#footer ul li ul a {
	display: block;
	padding: 0px 8px;
	text-transform: uppercase;
	color: #227CAE;
}

#footer ul li:first-child {
	border: none;
}

