/**
 * voda spa screen styles
 * $Date: 03/25/2009 18:00$
 */

/* =Clean slate */

html, body, fieldset {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
	font: 16px/100% Arial, sans-serif;
}

form {
	margin: 0;
	padding: 0;
	font: 100%/100% Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, table {
	margin: 1em 0;
	padding: 0;
}
p { }
li, dd, blockquote { margin-left: 1em; }
input, select, textarea { font-size: 100%; }
address { font-style: normal; }
blockquote { font-style: italic; }
.clear { clear:both; }
.left { float: left }
.right { float: right }
.center { text-align: center; margin: auto;}
/* =Page structure */

body {
	padding: 95px 0 0;
	background: #FFF url(../../images/bg.jpg) no-repeat top center;
	color: #555;
	font-size: .6875em;
	line-height: 1.3em;
}

#wrap {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#content {
    width: 798px;
	overflow: hidden;
	border-right: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	padding: 0;
	background: #fff;
}

#up {
	width: 798px;
	margin-top: 75px;
	position: relative;
}

/* Two col setup, default */

#main {
	float: left;
	width: 479px;
	padding: 0 20px;
}

#side {
	float: right;
	width: 278px;
	background: #f5f5f5;
	border-left: 1px solid #E9E9E9;
}
#reservationBox {
	float: left;
	text-align: center;
	padding: 4em 0;
	width: 250px;
}
/* One col setup */

#tourpage #main, #mediapage #main, #refreshpage #main {
	float: none;
	width: auto;
}

/* Popups */

body#popup {
	background: #FFF;
	padding: 15px;
	
}

#popup #wrap {
	position: relative;
	width: 760px;
	padding: 0;
	border: none;
	padding-right:15px;
}

#popup #close-window {
	position: absolute;
	top: 4px;
	right: 0;
}

#popup #close-window a {
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}


/* =Header */

#header {
	position: absolute;
	top: 11px;
	width: 800px;
	height: 90px;
	margin: 0 0 0 -20px;
}
#logo {
	margin: 0;
}

#address {
	position: absolute;
	top: 10px;
	right: 0;
	color: #777;
	*width: 370px;
}
#address #phoneNum {
	float: left;
	width: 235px;
	display: block;
}
#phoneNum h3 {
	font-size: 22px;
	line-height: 140%;
	color: #002c6a;
	margin: 0;
}
#address address {
	float: right;
	display: block;
	margin: 0 -15px 0 0;
	*margin-top: 3px;
	*width: 140px;
}
a.orangeArrow {
	margin-top: 6px;
	display: block;
	color: #de5b12;
	text-transform: uppercase;
	text-decoration: none !important;
	background: url(../../images/orangeArrow.png) no-repeat;
	padding-left: 12px;
}
#sub-nav {
	padding: 0 20px;
	
}

/* =Links */

a, a:link, a:visited { color: #DE5B12;	text-decoration: underline; }
a:focus, a:hover { 	color: #DE5B12;	text-decoration: none; } /* on hover */
a:active { color: #DE5B12; text-decoration: none; } /* on click */
a img { border: none; }


/* =Headings */

h1 {
	color: #60BFCF;
	font-size: 2.6em;
	font-weight: normal;
	text-transform: lowercase;
	padding:0 20px;
}

h2 {
	padding-bottom: 3px;
	color: #001C55;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: lowercase;
}

h3 {
	color: #001C55;
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 0;
}

h4 {
	padding-bottom: 3px;
	color: #DE5B12;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: lowercase;
	width: 800px;
	text-align: left;
	
}

#homepage h2 {
	margin: 25px 0;
	color: #104a86;
}

.box h2 {
	color: #E4701E;
}

h2 img {
	float: none !important;
	margin: 0 !important;
}


/* =Nav */

#nav {
	height: 254px;
	width: 800px;
	display: block;
	margin: 0;
}


/* =Content */

.box {
	padding: 0 10px;
	border: 1px solid #e9e9e9;
}

.date {
	font-style: italic;
}

#main li {
	font-size: 12px;
	padding-bottom: 4px;
	color: #555555;	
}
a.orangeButton {
	text-align: center;
	display: block;
	float: right;
	background: url(../../images/button_blank_orange.png) no-repeat;
	width: 188px;
	height: 34px;
	line-height: 27px;
	font-family: 'Trebuchet MS',sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	padding-right: 10px;
	margin-bottom: 28px;
}
a.orangeButton:visited { color: #fff; text-decoration: none; }
a:hover.orangeButton { color: #ebbb9a; }
hr.lightBlue {
	border: none;
	border-top: 1px solid #b8e4eb;
	height: 0;
	margin: 30px 0;
}
#specials {
	background: #f7fefe;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #E9E9E9;
	width: 238px;
	padding: 20px;
	overflow: auto;
}
#specials h2 {
	margin-top: 0;
}
#specials li {
	margin: 0 0 10px;
	list-style: none;
	clear: both;
}
#specials li span {
	color: #000;
	float: left;
	padding-top: 5px;
	width: 140px;
	display: block;
}
a.button {
	background: url(../../images/button_blank_96.png) no-repeat;
	width: 96px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	display: block;
	text-transform: uppercase;
	float: right;
	text-decoration: none;
	margin-bottom: 10px;
}
#specials li a:hover.button {
	color: #333;
}
#press {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #E9E9E9;
	width: 238px;
	padding: 20px;
	overflow: hidden;
}
.pressQuote {
	float: left;
	width: 100px;
	padding-left: 20px;
}
.pressQuote blockquote {
	margin: 0 0 25px;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #6e6e6e;
	line-height: 130%;
	
}
.pressQuote blockquote a {
	color: #de5b12;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 170%;
}
#press a.button {
	float: left;
	margin: 0;
}
#testimonial {
	background: url(../../images/testimonal_bgquotes.png) no-repeat 5px 17px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #E9E9E9;
	width: 238px;
	padding: 20px;
	overflow: auto;
}
#testimonial blockquote {
	margin: 12px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #6e6e6e;
	line-height: 130%;
	
}
#testimonial blockquote span {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 170%;
	text-align: right;
	display: block;
}
#testimonial .source {
	font-style: italic;
	margin: 0;
}
/* Tour */

.tourTitle {
	clear: both;
}
.photoThumb {
	width: 240px;
	margin:  0 12px 30px 0;
	float: left;
	min-height: 275px;
}
.videoBlock {
	display: block;
	margin:  0 12px 30px 0;
}
.eventThumb {
	width: 120px;
	margin:  0 25px 30px 0;
	float: left;
}
.photoThumb.last {
	margin-right: 0;
}
.photoThumb p, .eventThumb p {
	margin: 5px 0 0 0;
}
span.subText {
	font-size: 11px;
	color: #999;
	margin-left: 1em;
}
/* Map */

#map, #map2 {
	float: right;
	position: relative;
	width: 600px;
	height: 670px;
	margin: -1em 0 1em 1em;
}

#map { background: url(../../images/map.gif) no-repeat; }
#map2 { background: url(../../images/map2.gif) no-repeat; }

#map *, #map2 * {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	text-decoration: none;
}

#map li, #map2 li {
	position: absolute;
	border: 1px solid #A4A4A4;
	border-bottom: 2px solid #A4A4A4;
}

#map a, #map2 a {
	display: block;
	position: relative;
	height: 100%;
	background-color: #FFF;
}

#map a:hover, #map a:active, #map a:focus,
#map2 a:hover, #map2 a:active, #map2 a:focus {
	background-color: #C8E7EC !important;
}

#map a span, #map2 a span {
	position: absolute;
	bottom: 4px;
	left: 4px;
}

/* First level */
#map #the-v-room			{ top: 100px; left: 35px; width: 198px; height: 203px; }
#map #lobby					{ top: 115px; left: 240px; width: 69px; height: 188px; }
#map #stairs				{ top: 206px; left: 248px; width: 41px; height: 87px; }
#map #voda-cafe				{ top: 100px; left: 316px; width: 188px; height: 203px; }
#map #main-pool-room		{ top: 504px; left: 183px; width: 321px; height: 78px; }
#map #cold-plunge	{ top: 509px; left: 189px; width: 35px; height: 50px;}
#map #main-pool	{ top: 509px; left: 232px; width: 147px; height: 50px; }
#map #jakuzzi	{ top: 509px; left: 386px; width: 51px; height: 50px; }
#map #v-charge-juice-bar	{ top: 509px; left: 441px; width: 58px; height: 50px; }
#map #treatment-room		{ top: 437px; left: 35px; width: 70px; height: 59px; }
#map #treatment-rooms		{ top: 437px; left: 316px; width: 188px; height: 31px; }
#map #relaxation-room		{ top: 369px; left: 222px; width: 87px; height: 60px; }
#map #mens-locker-room		{ top: 311px; left: 35px; width: 140px; height: 118px; }
#map #banya-dry				{ top: 504px; left: 35px; width: 140px; height: 78px; }
#map #banya-wet				{ top: 590px; left: 183px; width: 78px; height: 46px; }
#map #finnish-sauna			{ top: 590px; left: 268px; width: 71px; height: 46px; }
#map #turkish-steam-room	{ top: 590px; left: 346px; width: 71px; height: 46px; }
#map #asian-scrub-room		{ top: 590px; left: 424px; width: 80px; height: 46px; }
#map #vip-room				{ top: 311px; left: 316px; width: 188px; height: 118px; }
#map #private-sauna				{ top: 311px; left: 316px; width: 79px; height: 29px; }
#v-charge-juice-bar	{ background:#FFF;}
#cold-plunge	{ background:#FFF; }
#banya-wet				{ background:#FFF; margin-top: 3px; margin-bottom:3px; }
#turkish-steam-room	{ background:#FFF;  margin-top: 3px; margin-bottom:3px; }
#asian-scrub-room		{ background:#FFF; margin-top: 3px; margin-bottom:3px; }
#finnish-sauna			{ background:#FFF;  margin-top: 3px; margin-bottom:3px; }



map #private-sauna div ul li {
	position: static;
	display: block;
	margin: 0 0 4px;
	padding: 0;
	border: 1px solid #E0E0E0;
}

#map #vip-room div {
	display: inline; /* IE */
	position: relative;
	margin-top: -114px;
	margin-right: 4px;
	float: right;
	width: 100px;
	height: 90px;
}

#map #vip-room div ul {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

#map #vip-room div ul li {
	position: static;
	display: block;
	margin: 0 0 4px;
	padding: 0;
	border: 1px solid #E0E0E0;
}

#map #vip-room div ul li a {
	background: #F9F9F9;
	padding: 2px 4px;
}

#map #main-pool-room a {
	background-image: url(../../images/map-main-pool-room.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

/*#map #vip-room a {
	background-image: url(../../images/map-vip-room.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}
*/
#map #lobby span {
	top: 65px !important;
	left: 10px;
}

/* Second level */
#map2 #hallway				{ top: 157px; left: 34px; width: 472px; height: 310px; }
#map2 #stairs-2				{ top: 215px; left: 248px; width: 41px; height: 87px; }
#map2 #treatment-room-2		{ top: 366px; left: 125px; width: 107px; height: 97px; }
#map2 #treatment-rooms-2	{ top: 158px; left: 35px; width: 198px; height: 144px; }
#map2 #treatment-rooms-3	{ top: 158px; left: 316px; width: 187px; height: 144px; }
#map2 #salon				{ top: 366px; left: 35px; width: 82px; height: 97px; }
#map2 #womens-locker-room	{ top: 366px; left: 316px; width: 187px; height: 97px; }
#map2 #outdoor-patio		{ top: 471px; left: 240px; width: 164px; height: 166px; }

#map2 #hallway {
	border: none;
}
#map2 #hallway a {
	background-color: transparent !important;
	background-image: url(../../images/map-hallway.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#map2 #hallway a:hover, #map2 #hallway a:active, #map2 #hallway a:focus {
	background-color: transparent !important;
	background-position: bottom;
}
#map2 #hallway a span {
	position: absolute;
	top: 59%;
	left: 7px;
}

#map2 #treatment-rooms-2 a {
	background-image: url(../../images/map-treatment-rooms-2.gif);
	background-repeat: no-repeat;
}
#map2 #treatment-rooms-3 a {
	background-image: url(../../images/map-treatment-rooms-3.gif);
	background-repeat: no-repeat;
}

/* Features */

.feature {
	float: left;
	display: block;
	width: 236px;
	padding: 0 15px 15px;
	background: url(../../images/feature.gif) repeat-x bottom;
	margin-bottom: -2px
}

.last {
	margin-right: 0;
}

.feature img {
	float: right;
	margin: -3.7em 0 0 0;
}

.feature p {
	margin-top: 5px;
	margin-bottom: 0px;
}

.feature #heading-v-room {
	overflow: hidden;
	width: 99px;
	height: 26px;
	margin-top: 2px;
	text-indent: -5000em;
	background: url(../../images/heading-v-room.gif) no-repeat 0 0;
}

/* Sections */

#indulgepage .section {
	position: relative;
	margin-top: 1.2em;
	padding: .4em 0 1em 35px;
	border-top: 1px solid #CCEBF0;
}

#indulgepage .section p { margin-top: 0; }

#indulgepage .section h2 {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 20px;
	height: 160px;
	text-indent: -5000em;
}

#indulgepage .section #heading-scrubs { background: url(../../images/heading-scrubs.gif) no-repeat; }
#indulgepage .section #heading-wraps { background: url(../../images/heading-wraps.gif) no-repeat; }
#indulgepage .section #heading-massages { background: url(../../images/heading-massages.gif) no-repeat; }
#indulgepage .section #heading-facials { background: url(../../images/heading-facials.gif) no-repeat; }
#indulgepage .section #heading-packeges { background: url(../../images/heading-packeges&specials.gif) no-repeat; }
#indulgepage .section #heading-membeship { background: url(../../images/heading-membeship.gif) no-repeat; }
#indulgepage .section #heading-salon { background: url(../../images/salon.jpg) no-repeat; }
#indulgepage .section #heading-waxing { background: url(../../images/heading-waxing.gif) no-repeat; }
#indulgepage .section #heading-platza_bodywash { background: url(../../images/heading-platza_bodywash.gif) no-repeat; }

#refreshpage .section {
	overflow: hidden;
	border-bottom: 1px solid #B8E4EB;
	padding: 20px 0;
}

#refreshpage .section h2 {
	margin: 0;
}

#refreshpage .section img {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

#refreshpage .section a img {
	float: none;
	margin: 0 0 0 -5px;
}

/* Thumbnails */

#thumbnails {
    margin: 1em auto;
    text-align: center;
}

#thumbnails ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

#thumbnails li {
    float: left;
    position: relative;
    width: 33%;
    margin: 1em 0;
    padding: 0 10px 5px 10px;
    padding: 0;
    text-align: center;
}

#thumbnails li a span {
	text-decoration: underline;
}

#thumbnails li a:hover span,
#thumbnails li a:active span,
#thumbnails li a:focus span {
	text-decoration: none !important;
}

#thumbnails img {
	padding: 3px;
	border: 1px solid #D4D99F;
	background: #FFF;
	text-decoration: none !important;
}


/* =Footer */
#footer {
width: 800px;
margin: 0 auto;
padding-top: 7px;
color: #999;
text-align: center;
line-height: 1.1em;
}


#footer a:hover, #footer a:active, #footer a:focus {
text-decoration: underline;
color: #999;
}

#sec-nav {
text-align: center;
width: 800px;
margin: 0 0px 0 0;
padding: 0;
list-style: none;
}

#sec-nav li {
display: inline;
margin: 0;
padding: 0;
list-style: none;
padding-right: 5px;
margin-right: 5px;
border-right: 1px solid #999;
}


#sec-nav li.last { border: none !important; } 




/* =Misc */

.hide {
	display: none;
}


.visit-section {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 20px;
	padding-bottom: 15px;
}
#contact-info {
	float: left;
	width: 220px;
}
#hours {
	float: left;
}
#documents {
	float: left;
	width: 240px;
}
#documents ul { list-style: none; }
#documents li {
	list-style: none;
	margin: 0;
	padding: 2px 0;
}
.visit-section h2 {
	font-weight: bold;
	color: #002c6a;
}
.visit-section p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#bottom-border, #direction-map {
	border-bottom: 1px solid #B8E4EB;
}
.hours {
	float: left;
	width: 150px;
	height: auto;
}
.bold-par {
	font-weight: bold;
}
#directions {
	width: 275px;
}
#direction-map {
	background-image: url(../../images/directions-map.png);
	background-repeat: no-repeat;
	height: 340px;
	background-position: right 10px;
}
.faq {
	float: left;
	width: 350px;
	height: auto;
	margin-right: 20px;
}
.boldita-par {
	font-style: italic;
	font-weight: bold;
}

#pressPage {
	width: 800px;
	overflow: auto;
	margin: auto;
}
.pressWrap {
	width: 243px;
	padding: 10px 5px;
	margin:  0 10px 25px 0;
	overflow: auto;
	float: left;
	min-height: 105px;
	display: block;
	
}
.pressWrap .pressImg {
	float: left;
	width: 120px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.pressWrap .pressText {
	width: 113px;
	padding-left: 10px;
	float: left;
	margin: 0;
	font-size: 13px;
	line-height: 140%;
	font-style: italic;
}
.pressText a {
	font-style: normal;
}
.specialblock {
	padding: 14px;
	width: 210px;
	background: url(../../images/specialbg.png) repeat-x left top;
	float: left;
	margin: 0 0 20px 20px;
	display: block;
	min-height: 300px;
}
.specialblock.wide {
	width: 240px;
}
.specialblock h3 {
	font-size: 18px;
	color: #ff6633;
	margin: 0 0 1em;
	font-weight: normal;
	line-height: 120%;
}
.specialblock .specialprice {
	font-weight: bold;
}
.specialblock .blue {
	color: #000066;
	font-size: 16px;
	line-height: 160%;
}
.row {
	overflow: hidden;
	margin: auto;
	
}

#reservation {
	width: 320px;
}
#reservation label {
	width: 90px;
	text-align: right;
	display: block;
	float: left;
	padding: 5px;
	line-height: 1.5em;
	margin-top: 8px;
	clear: left; 
}
#reservation input {
	width: 190px;
	padding: 4px;
	border: 1px solid #ccc;
	margin-top: 10px;
	float: left;
}
#reservation select {
	margin-top: 10px;
	width: 150px;
	display: block;
	float: left;
}
#reservation input.submit {
	width: 50px;
	clear: both;
	margin: 15px 0 20px 100px;
	display: block;
	border: 1px solid #444;
	background: #006189;
	text-transform: uppercase;
	color: #fff;
}
#reservation input.date-pick { width: 90px; float: left; }
#reservation .small {
	margin-left: 100px;
}
#tabs {
	overflow: hidden;
	margin: 0 20px 20px;
	padding: 0;
	width: 760px;
	border-bottom: 1px solid #e9e9e9;

}
#tabs li {
	list-style: none;
	display: block;
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
}
#tabs li:first-child { margin: 0; }
#tabs a {
	background: url(../../images/tab_main.png) no-repeat;
	height: 37px;
	line-height: 37px;
	padding: 0 0 0 11px;
	float: left;
	display: block;
	text-align: center;
	margin: 0;
	color: #DE5B12;
	font-size: 1.25em;
	font-weight: normal;
	text-decoration: none;
}
#tabs span {
	background: url(../../images/tab_end.png) no-repeat right top;
	height: 37px;
	width: 11px;
	display: block;
	float: left;
}
#tabs li:hover a, #tabs li.navOn a { background-position: left bottom; }
#tabs li:hover span,  #tabs li.navOn span { background-position: right bottom; }


/* ===== MENUS ====== */

.menus a {
	margin-right: 10px;
}
#menu { padding: 3px; }
#menu h1 { color: #fd4c07; }
#menu h3 { margin: auto 1.8em; }
#menu p { margin: 0 2em 2em 2em; }



h4.vday {
	background: url(../../images/icon-heart.png) no-repeat 0 0;
	line-height: 36px;
	padding-left: 45px;
}
h4.vday a {
	color: #bb3a17;
	text-decoration: none;
}