/*
Company:	Relaxed Fitness
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
background-color: #8b181a;
height: 100%;
}
body {
height: 100%;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
height: 354px;
background: url(../images/hd-bkg-repeat.gif) repeat-x 0 0;
}
div#hd-top {
width: 825px;
height: 95px;
overflow: hidden;
margin-left: auto;
margin-right: auto;
background: url(../images/hd-bkg.gif) no-repeat 0 0;
margin-bottom: 20px;
}
div#hd-inner {
width: 825px;
margin-left: auto;
margin-right: auto;
}

/* Body */
div#bd {
background: url(../images/bd-bkg-top.gif) repeat-x 0 0 #e1e4d3;
padding: 1px 0;
width: 100%;
}
div#bd-inner {
width: 825px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}


/* Make footer stick code */
div#container {
position: relative;
min-height: 100%;
height: 100%;
voice-family: "\"}\"";
voice-family: inherit;
height: auto;
}
html>body div#container {
height: auto;
}
div#content {
padding-bottom: 180px;
}
div#ft {
position: absolute;
bottom: 0;
padding: 0;
width: 100%;
background: url(../images/ft-bkg.gif) repeat-x 0 0;
}
div#ft-inner {
width: 825px;
height: 180px;
margin-left: auto;
margin-right: auto;
background: url(../images/ft-bkg-inner.gif) repeat-x 0 1px;
}
div#ft ul {
margin: 0;
padding: 10px 0 0 85px;
}
div#ft ul li {
list-style: none;
float: left;
display: inline;
}
div#ft ul li a {
padding: 0 50px 0 0;
font-size: 108%;
}
div#ft ul ul {
padding: 2px 0 0 0;
}
div#ft ul ul li {
float: none;
display: block;
}
div#ft ul ul li a {
padding: 0;
font-size: 93%;
line-height: 140%;
}
div#ft p.copyright {
clear: both;
text-align: center;
margin: 0;
padding: 10px 0 0 0;
font-size: 77%;
font-weight: bold;
color: #e1e4d3;
}
div#ft a:link, div#ft a:visited {
color: #e1e4d3;
text-decoration: none;
}
div#ft a:hover {
color: #faa635;
text-decoration: none;
}
div#ft .motiv-tag {
clear: both;
text-align: center;
margin: 0;
padding: 10px 0 0 0;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
width: 230px;
height: 90px;
background: url(../images/logo.gif) no-repeat 0 0;
text-indent: -9000px;
float: left;
display: inline;
}
div#logo a {
display: block;
height: 100%;
}


/* Head Right */
div#hd-right {
width: 540px;
margin: 0 18px 0 0;
float: right;
display: inline;
}

/* Support Phone */
div.support {
height: 76px;
}
div.support p {
margin: 0;
padding: 5px 15px 0 0;
text-align: right;
font-family: "Lucida Grande", Lucida, Arial, sans-serif;
font-size: 123.1%;
color: #507033;
}

/* Feature */
div#feature-wrap {
width: 825px;
margin-left: auto;
margin-right: auto;
}
div#feature {
width: 785px;
height: 216px;
margin-left: auto;
margin-right: auto;
z-index: 1;
}

/* Rocks */
div#rocks {
width: 200px;
height: 100px;
background: url(../images/rocks.png) no-repeat 0 0;
position: absolute;
z-index: 100;
margin: 190px 0 0 625px;
}

/* Side */
div.side {
width: 267px;
background: url(../images/side-bkg.gif) no-repeat 0 0;
float: left;
padding: 0 0 164px 0;
display: inline;
}
div.side-pad {
width: 216px;
margin: 0 0 0 25px;
padding: 25px 0 0 0;
}

/* Side Callouts */
p.callout-music {
width: 216px;
height: 74px;
background: url(../images/callout-music.gif) no-repeat 0 0;
text-indent: -9000px;
margin: 0 0 2px 0;
}
p.callout-music a {
display: block;
height: 100%;
}

p.callout-music a:hover {
background: url(../images/callout-music-ro.gif) no-repeat 0 0;
}

p.callout-sauna {
width: 216px;
height: 74px;
background: url(../images/callout-sauna.gif) no-repeat 0 0;
text-indent: -9000px;
margin: 0 0 2px 0;
}
p.callout-sauna a {
display: block;
height: 100%;
}

p.callout-sauna a:hover {
background: url(../images/callout-sauna-ro.gif) no-repeat 0 0;
}

p.callout-partner {
width: 216px;
height: 74px;
background: url(../images/callout-partner.gif) no-repeat 0 0;
text-indent: -9000px;
margin: 0 0 2px 0;
}
p.callout-partner a {
display: block;
height: 100%;
}

p.callout-partner a:hover {
background: url(../images/callout-partner-ro.gif) no-repeat 0 0;
}

p.callout-features {
width: 216px;
height: 300px;
background: url(../images/callout-features.jpg) no-repeat 0 0;
text-indent: -9000px;
margin: 0 0 2px 0;
}
p.callout-features a {
display: block;
height: 100%;
}

p.callout-features a:hover {
background: url(../images/callout-features-ro.jpg) no-repeat 0 0;
}


/* Newsletter */
div.newsletter {
background: url(../images/callout-newsletter.gif) no-repeat 0 0;
width: 216px;
height: 160px;
}
div.newsletter p.heading {
margin: 0;
height: 65px;
text-indent: -9000px;
}
div.newsletter form {
padding: 0 20px;
}
div.newsletter form input.txt {
border: 2px solid #944816;
margin: 0 0 4px 0;
font-family: "Lucida Grande", Lucida, Arial, sans-serif;
font-size: 85%;
color: #b9cea5;
padding: 2px;
width: 150px;
}
div.newsletter form input.btn {
border: none;
background-color: transparent;
color: #fff;
font-weight: bold;
font-family: "Lucida Grande", Lucida, Arial, sans-serif;
font-size: 93%;
margin: 0 0 0 3px;
}

/* Main */
div.main {
width: 522px;
padding: 25px 30px 50px 0;
float: right;
display: inline;
}

img.content-pic-left {
padding: 2px;
margin: 0 15px 10px 0;
border: 1px solid #507033;
float: left;
display: inline;
}

img.content-pic-cd {
padding: 2px;
margin: 0 15px 80px 0;
border: 1px solid #507033;
float: left;
display: inline;
}

img.content-pic-left2 {
padding: 2px;
margin: 0 15px 10px 0;
border: 1px solid #507033;
display: inline;
}

img.content-pic-right {
padding: 2px;
margin: 15px 0 10px 0;
border: 1px solid #507033;
float: right;
display: inline;
}

img.content-pic-left-nb {
margin: 0 15px 10px 0;
float: left;
display: inline;
}

img.content-pic-right-nb {
margin: 15px 0 10px 0;
float: right;
display: inline;
}

.content-map {
padding: 2px;
float: left;
width: 500px;
height: 350px;
margin: 0 15px 10px 0;
border: 1px solid #507033;
display: inline;
}

.content-pic-promo {
padding: 2px;
float: left;
width: 500px;
height: 500px;
margin: 0 15px 10px 0;
border: 1px solid #507033;
display: inline;
}

div.wrap-content-right {
width: 250px;
float:right;
display:inline;

}

div.wrap-content-left {
width: 250px;
float:left;
display:inline;

}

/* Main Cart */
div.main-cart {
padding-left: 30px;
padding-bottom: 165px;
padding-right: 0px;
padding-top: 35px;
width: 750px;
float: left;
display: inline;
}

img.content-pic-left {
padding: 2px;
margin: 0 15px 10px 0;
border: 1px solid #507033;
float: left;
display: inline;
}

img.content-pic-right {
padding: 2px;
margin: 15px 0 10px 0;
border: 1px solid #507033;
float: right;
display: inline;
}

.cart-promo {
padding: 0px;
margin: 25px;
float: right;
width: 750px;
height: 150px;
background: url(../images/cart-promo.gif) no-repeat 50% 0;
display: inline;
}



div.wrap-content-right {
width: 250px;
float:right;
display:inline;

}

div.wrap-content-left {
width: 250px;
float:left;
display:inline;

}

/* HR */
div.hr {
height: 20px;
background: url(../images/main-hr.gif) no-repeat 50% 0;
overflow: hidden;
margin: 0 0 10px 0;
}
div.news-hr {
height: 5px;
overflow: hidden;
background: url(../images/news-hr.gif) no-repeat 50% 0;
margin: 0 0 10px 0;
}

/* Tree */
div#tree {
width: 188px;
height: 163px;
background: url(../images/ft-tree.jpg) no-repeat 0 0;
position: absolute;
margin: -162px 0 0 20px;
}
/* @end */

/* @group Nav */
div#nav ul {
margin: 0;
padding: 0 0 0 20px;
z-index: 100;
/*text-align: center;*/
}
div#nav ul li {
list-style: none;
float: left;
display: inline;
}
div#nav ul li a {
border-left: 1px solid #e1e4d3;
padding: 0 9px 0 12px;
line-height: 100%;
font-size: 108%;
font-family: "Lucida Grande", Lucida, Arial, sans-serif;
display: block;
}
div#nav ul li:first-child a {
border: none;
}
div#nav ul li a:link, div#nav ul li a:visited {
color: #e1e4d3;
text-decoration: none;
}
div#nav ul li a:hover {
color: #faa635;
text-decoration: none;
}

/* Nav Drop Down */
div#nav ul ul {
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
background-color: #507033;
width: 200px;
}
div#nav ul li ul { /* second-level lists */
position: absolute;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
padding-top: 5px;
padding-bottom: 5px;
}
div#nav ul li ul li {
background-image: none;
height: 22px;
float: none;
}
div#nav ul li ul li a {
text-align: left;
line-height: 22px;
padding: 0 15px;
margin: 0;
font-size: 93%;
display: block;
font-weight: normal;
background-image: none!important;
border: none;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
left: auto;
}
div#nav ul li ul a:hover {

}

/* @end */

/* @group Default Headings */
div.main h1 {
margin: 0 0 2px 0;
font-size: 182%;
font-weight: normal;
color: #507033;
font-family: "Lucida Grande", Lucida, Arial, sans-serif;
}
div.main h2 {
margin: 0 0 10px 0;
font-size: 108%;
font-weight: bold;
color: #faa635;
font-family: "Lucida Grande", Lucida, Arial, sans-serif;
}
div.main h3 {
color: #507033;
font-family: "Lucida Grande", Lucida, Arial, sans-serif;
margin: 0 0 10px 0;
font-size: 108%;
font-weight: bold;
}
div.main h4 {
color: #333;
font-family: "Lucida Grande", Lucida, Arial, sans-serif;
margin: 0 0 3px 0;
font-size: 93%;
font-weight: bold;
}
div.main-cart h1 {
margin: 0 0 2px 0;
font-size: 182%;
font-weight: normal;
color: #507033;
font-family: "Lucida Grande", Lucida, Arial, sans-serif;
}
div.main-cart h2 {
margin-left: 9px;
margin-bottom: 9px;
margin-right: 0;
margin-top: 30px;
font-size: 108%;
font-weight: bold;
color: #faa635;
font-family: "Lucida Grande", Lucida, Arial, sans-serif;
}
div.main-cart h3 {
color: #507033;
font-family: "Lucida Grande", Lucida, Arial, sans-serif;
margin: 0 0 10px 0;
font-size: 108%;
font-weight: bold;
}
div.main-cart h4 {
color: #333;
font-family: "Lucida Grande", Lucida, Arial, sans-serif;
margin: 0 0 3px 0;
font-size: 93%;
font-weight: bold;
}
div.main-cart h5 {
margin: 0 0 10px 0;
font-size: 108%;
font-weight: bold;
color: #faa635;
font-family: "Lucida Grande", Lucida, Arial, sans-serif;
}
/* @end */

/* @group Common Text Styles */
div.main {
color: #333;
}
div.main p {
font-size: 93%;
line-height: 150%;
}
div.main p.date {
color: #faa635;
margin: 0 0 5px 0;
font-size: 77%;
font-weight: bold;
}
/* @end */

/* @group Default Lists */
div.main ul, div.main ol {
clear: both;
margin-bottom: 2em;
}
div.main li {
font-size: 93%;
line-height: 140%;
}
div.main li li {
font-size: 100%;
}
div.main ul li {
list-style: none;
background: url(../images/list-bullet.gif) no-repeat 0 2px;
padding-left: 19px;
}
/* @end */

/* @group Forms */
div.main label {
padding-left: 0;
padding-bottom: 6px;
padding-right: 0;
padding-top: 9px;
display: block;
font-size: 93%;
font-weight: bold;
color: #507033;
}
div.main input.txt {
margin: 0 0 5px 0;
border: 2px solid #507033;
padding: 3px;
font-size: 93%;
color: #333;
}
/* @end */

/* @group Web Form */

ul.form {
margin: 0;
padding: 0;
}

ul.form li {
list-style: none;
margin: 0 0 18px 0;
}

ul.form li label {
color: #333;
display: block;
}

div.form div.item, div.webform div.item {
padding: 9px;
}

cat_button {}

input.cat_textbox,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {
width: 400px;
height: 24px;
}

.cat_dropdown_small {
width: 250px;
height: 24px;
}

.cat_dropdown_smaller {
width: 200px;
height: 24px;
}

.cat_textbox_small, .cat_listbox_small {
width: 200px; /* DON'T TOUCH THIS */
}

.cat_listbox {
height: 120px;
width: 300px;
}

table.webform,
table.reporting {
border-style: none;
border-width: 0px;
border-collapse:collapse;
border-spacing:0;
width: 100%;
}

table.webform td {
border-width: 0px;
border-style: none;
line-height: 2px;
padding: 8px;
}

.form label, .webform label {
font-size: 12px;
}

.form input, .webform input {
margin-right: 3px;
}

/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
color: #333;
text-decoration: underline;
}
a:hover {
color: #faa635;
text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
clear: both;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */


/* the overlayed element */

div.overlay {

/* growing background image */

padding-bottom: 0px;
padding-top: 17px;
padding-right: 18px;
padding-left: 18px;
background-image:url(../images/overlay/white-2.png);            

/* dimensions after the growing animation finishes  */
width:500px;
height: 375px; 		

/* initially overlay is hidden */
display: none;

/* some padding to layout nested elements nicely  */  
}

/* default close button positioned on upper right corner */
div.overlay div.close {
background-image:url(../images/overlay/apple-close.png);
position:absolute;
right:5px;
top:5px;
cursor:pointer;
height:28px;
width:28px;
}


/* black */
div.overlay.black {
background:url(/images/overlay/transparent.png) no-repeat !important;
color:#fff;
}

/* petrol */
div.overlay.petrol {
background:url(/images/overlay/petrol.png) no-repeat !important;
color:#fff;
}

div.black h2, div.petrol h2 {
color:#ddd;		
}

/* zoom content */
#rf_200h { 
background-image:url(../images/RF-200H-lg.png); 
width:420px; 
height:560px; 
padding:0px; 
}

#rf_200h div.close {
right:10px; 
top:0px;
} 

#rf_200c { 
background-image:url(../images/RF-200C-lg.png); 
width:420px; 
height:560px; 
padding:0px; 
}

#rf_200c div.close {
right:10px; 
top:0px;
} 

#rf_300h { 
background-image:url(../images/RF-300H-lg.png); 
width:420px; 
height:560px; 
padding:0px; 
}

#rf_300h div.close {
right:10px; 
top:0px;
} 

#rf_300c { 
background-image:url(../images/RF-300C-lg.png); 
width:420px; 
height:560px; 
padding:0px; 
}

#rf_300c div.close {
right:10px; 
top:0px;
} 

#rf_400h { 
background-image:url(../images/RF-400H-lg.png); 
width:420px; 
height:560px; 
padding:0px; 
}

#rf_400h div.close {
right:10px; 
top:0px;
} 

#rf_400c { 
background-image:url(../images/RF-400C-lg.png); 
width:420px; 
height:560px; 
padding:0px; 
}

#rf_400c div.close {
right:10px; 
top:0px;
} 

#rf_450h { 
background-image:url(../images/RF-450H-lg.png); 
width:420px; 
height:560px; 
padding:0px; 
}

#rf_450h div.close {
right:10px; 
top:0px;
} 

#rf_450c { 
background-image:url(../images/RF-450C-lg.png); 
width:420px; 
height:560px; 
padding:0px; 
}

#rf_450c div.close {
right:10px; 
top:0px;
}

#ps_500c { 
background-image:url(../images/PS-500C-lg.png); 
width:420px; 
height:560px; 
padding:0px; 
}

#ps_500c div.close {
right:10px; 
top:0px;
}

#os_200h { 
background-image:url(../images/OS-200H-lg.png); 
width:420px; 
height:560px; 
padding:0px; 
}

#os_200h div.close {
right:10px; 
top:0px;
}

#os_300h { 
background-image:url(../images/OS-300H-lg.png); 
width:420px; 
height:560px; 
padding:0px; 
}

#os_300h div.close {
right:10px; 
top:0px;
}

#vs_2010 { 
background-image:url(../images/VB-2010-lg.png); 
width:420px; 
height:560px; 
padding:0px; 
}

#vs_2010 div.close {
right:10px; 
top:0px;
}
