﻿
/* ---------------------- layout ----------------------------- */

* { margin: 0; padding: 0; }
img { border: 0; }

body {
	text-align: center; /* for ie5.x/Win centering */ 
	background: #fff url('../img/header2.jpg') top center no-repeat;
	color: #5C5C5C;
}

body.home, body.site { background: #fff url('../img/header2.jpg') top center no-repeat; }
body.contact { background: #fff url('../img/header2.jpg') top center no-repeat; }
body.about { background: #fff url('../img/header2.jpg') top center no-repeat; }
body.benefits { background: #fff url('../img/header2.jpg') top center no-repeat; }
body.classes { background: #fff url('../img/header2.jpg') top center no-repeat; }
body.testi { background: #fff url('../img/header2.jpg') top center no-repeat; }

#wrapper {
	width: 756px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0;
}

#masthead {
	position: relative;
	height: 206px;
	margin-bottom: 23px;
	padding-top: 94px;
}

#content {
	float: left;
	width: 508px;
	padding: 0 12px 0 0;
	position: relative;
	overflow: hidden;
}

/* Left Side Bar */
#sidebar	{
	float: right;
	width: 206px;
	padding: 0 12px 12px 12px;
	position: relative;
}

/* ---------------------- home ----------------------------- */
.home #content {
	float: none;
	width: 100%;
}

/* ---------------------- masthead ----------------------------- */
#masthead h1 {
	position: relative;
    width: 238px;
	height: 92px;
	margin:0 0 0 0;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../img/logo.png') no-repeat 0 0;
}

#masthead h1 a {
	display: block;
	position: absolute;
	top:0; left:-11px;
	width: 238px;
	height: 92px;
}

.img1 h1 a { background: transparent url('../img/logo.png') 0 0; }
.img1 h2 a { background: transparent url('../img/logo.png') 0 0; }
.img1 h3 a { background: transparent url('../img/logo.png') 0 0; }
.img1 h4 a { background: transparent url('../img/logo.png') 0 0; }
.img1 h5 a { background: transparent url('../img/logo.png') 0 0; }
.img1 h6 a { background: transparent url('../img/logo.png') 0 0; }
.img1 h7 a { background: transparent url('../img/logo.png') 0 0; }
.img1 h8 a { background: transparent url('../img/logo.png') 0 0; }
.img1 h9 a { background: transparent url('../img/logo.png') 0 0; }
.img1 h10 a { background: transparent url('../img/logo.png') 0 0; }
.img1 h11 a { background: transparent url('../img/logo.png') 0 0; }
.img1 h12 a { background: transparent url('../img/logo.png') 0 0; }

#crumbs {
	position: absolute;
	top: 10px;
	left: 0px;
	margin:0;
	padding:0 0 0 18px;
	z-index: 200;
	font-size: .84em;
	background: transparent url('../img/crumbtrail.png') no-repeat 0 0;
}

#crumbs a	{
	margin: 0 .3em;
}
	
#masthead ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#masthead li {
	position: relative;
	float: left;
	width: 128px;
	height: 50px;
	margin:0;
	padding:0;
	overflow: hidden;
}

#masthead li a {
	display: block;
	position: absolute;
	top:0; left:0;
	width: 506px;
	height: 50px;
}

#masthead li a {
	left: -384px;
}

#masthead li a:hover {
	left: -256px;
}

#masthead li#n1 a { background-image: url('../img/nav_about.png'); }
#masthead li#n2 a { background-image: url('../img/nav_benefits.png'); }
#masthead li#n3 a { background-image: url('../img/nav_contact.png'); }
#masthead li#n4 a { background-image: url('../img/nav_classes.png'); }
#masthead li#n5 a { background-image: url('../img/nav_testimonials.png'); }

.about #masthead li#n1 a,
.benefits #masthead li#n2 a,
.contact #masthead li#n3 a,
.classes #masthead li#n4 a,
.testi #masthead li#n5 a

{

	left: -128px;
}

#masthead li a em {
	overflow: hidden;
	text-indent: -5000px;
}


/* ---------------------- sidebar ----------------------------- */

/* Search form */

#searchform label {
  left: -9999px;
  position: absolute;
}

#searchform input.txt {
	width: 148px;
	height: 13px;
	margin:0 2px 0 0;
	padding: 2px;
	float: left;
	border: 1px solid rgb(181,203,228);
	font-size: .92em;
	background-color: #fff;
}

#searchform input.txt:focus {
	border: 1px solid #7686C8;
}

#searchform input.img {
	float: right;
}

#searchform {
	background: url("../img/searchbox_b.gif") no-repeat left bottom;
	margin-bottom: -5px;
}

#searchform fieldset {
	border:0;
	background: url("../img/searchbox_t.gif") no-repeat left top;
	padding: 12px;
}

/* Side bar navigation */

.nav {
	background-color: #D8E4FF;
	margin: 20px 0 -5px 0;
	
}
.nav dl {
	width: 206px;
	padding: 0 0 10px 0;
	margin:0;
	background: url("../img/box_b.gif") no-repeat left bottom;
}

.nav dl dt	{
	background: url("../img/box_shop_t.gif") no-repeat left top;
	height: 40px;
	overflow: hidden;
	text-indent: -5000px;
	margin: 0;
}

.about .nav dt	{
	background: url("../img/box_about.gif") no-repeat left top;
}


.advice .nav dt	{
	background: url("../img/box_contact.gif") no-repeat left top;
}

.services .nav dt	{
	background: url("../img/box_classes.gif") no-repeat left top;
}


.nav dl dd {
	padding: 0;
	margin: 0;
}

.nav dd a {
	display: block;
	width: 194px;
	font-size: .92em;
	font-weight: bold;
	vertical-align: bottom; /* This fixes Win IE5 gap! */
	padding: 0 0 0 12px;
	text-decoration: none;
	border-bottom: none;
	background: url("../img/box_body.gif") no-repeat left center;
}

.nav dd a, .nav dd a:link {
	color: rgb(118,134,200);
}

.nav dd a:visited {
	color: rgb(118,134,200);
}

.nav dd a:focus, .nav dd a:hover {
	background-position:  -206px 50%;
	color: rgb(31,31,79);
}

.alt dl {
	background: url("../img/box_alt_b.gif") no-repeat left bottom;
}

.basket dl dt	{ background: url("img/box_basket_t.gif") no-repeat left top; }
.tools dl dt	{ background: url("img/box_tools_t.gif") no-repeat left top; }
.info dl dt	{ background: url("img/box_info_t.gif") no-repeat left top; }

.alt dd a {
	background: url("../img/box_alt_body.gif") no-repeat left center;
	color: #888;
}

.alt dd a:link {
	color: #888;
}

.alt dd a:visited {
	color: #888;
}

.alt dd a:focus, .alt dd a:hover {
	color: #333;
}


/* ---------------------- content ----------------------------- */

/* contextNav */

#content .contextNav {
	margin-top: 1em;
}

#content .contextNav ul {
	list-style: none;
	padding-top:.5em;
	margin-top: 0;
}

#content .contextNav ul li {
	display: inline;
	padding:0;
	margin:0 15px 0 0;
	font-size: 1.25em;
}

.contextNav ul li.active a {
	color: rgb(31,31,79);
}

#content .contextNav {
	background: url("../img/rule.gif") repeat-x left top;
	width:506px;
	padding-top: .25em;
	margin-bottom: 2em;
}

#content .contextNav ul {
	background: url("../img/rule.gif") repeat-x left bottom;
	padding-bottom: .5em;
}

#username {	
	font-size:.92em;
	font-weight:bold;
}

#content p {
	margin: 0 0 1.5em 0;
}

#content p.intro {
	font-size: 1.25em;
	color: #999;
	line-height: 1.6em;
}

#content p.strap {
	color: #3C5082;
	font-size: 1.2em;
	line-height: 1.5em;
}

#content div.pagination {
	color: rgb(31,31,79);
	font-size: .92em;
	clear: both;
	margin: .72em 0 2em 0;
	padding-bottom: .8em;
	background: url("../img/rule.gif") repeat-x left bottom;
}

#content div.pagination div {
	padding-top: .9em;
	background: url("../img/rule.gif") repeat-x left top;
}

#content div.pagination p {
	float: left;
	margin:0;
	padding:0;
}

#content div.pagination p.links {
	color: #666;
	float: right;
}


#content a.more {
	font-size: .92em;
	padding-left: 5px;
	background: url("../img/btn_more.png") no-repeat 0 2px;
}

/* headings */

h2 {
	color: #6681DE;
	height: 29px;
	text-transform: uppercase;
	margin:.75em 0 1.5em 0;
}

h3 {
	color: #5170BE;
	margin: 1.5em 0 .5em 0;
	font-weight: normal;
	font-size: 1.25em;
}

h3.strap {
	color: #3C5082;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top:-1.4em;
	margin-bottom: 1em;
}

h3 a {
	background: url("../img/btn_more.png") no-repeat 100% 60%;
	padding-right: 15px;
	}

h3 a:link {
	color: #5170BE;
}
h3 a:visited 			{ color: rgb(118,134,200); }	
h3 a:focus, h3 a:hover 	{ color: rgb(31,31,79); }
h3 a:active 			{ color: rgb(31,31,79); }

h4 {
	font-size: 1em;
	color: #333;
	font-weight: bold;
	margin: 1em 0 .5em 0;
}

h3 img, h4 img, #content ol li img, #content ul li img, .inline, #content img.inline {
	display: inline;
	border:none;
	padding:0;
}

/* lists */

#content ul {
	margin: 1.5em 0 1.5em 0;
	padding: 0;
}
#content ul li {
	margin: 0 0 .5em 30px;
	padding: 0;
}

#content ul li ul li {
	margin: 0 0 .5em 60px;
	padding: 0;
}
ol {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}
ol li {
	font-size: 1.0em;
	margin: 0 0 .5em 30px;
	padding: 0;
}

/* definition list - inline */	
dl.inline {
	margin: 0 0 1em 0;
	float: none;
}
dl.inline dt {
	display:block;
	margin:0;
	padding:0;
	float:left;
}

dl.inline dd {
	margin:0;
	padding:0 0 0.5em 15px;
}


/* quotes */

blockquote {
	padding-left: 30px;
	padding-right: 30px;
	background:url("../img/bq.gif") top left no-repeat;
	margin:0;
}		
#content blockquote p {
	font: normal 1em/150% Arial, Helvetica, sans-serif;
}

#content p.subject {
	margin-top:-1em;
	font-style: italic;
}

#content p.source {
	margin-top:-1em;
	color: rgb(41,103,47);
}

cite {
	font-style: normal;
	font-size: 84%;
	color: rgb(41,103,47);
}

/* figurative images */

#content img.heading {
	float: right;
	margin-left: 15px;
	width: 200px;
	height: 138px;
	padding: 5px;
	border: 1px solid #eee;
	background-color: #fff;
}

#content img.plain, #content li img {
	padding: 0px;
	border: none;
}

div.inset-l {
	float: left;
	margin:0 15px 1em 0;
}

div.inset-r {
	float: right;
	margin:0 0 1em 15px;
}

#content div.figure img {
	margin:0;
	padding: 0;
}

#content .figure p { /* image caption */
	display: block;
	font-size: .92em;
	line-height: 1.25em;
	font-style: italic;
	padding: 5px 0 5px 0;
	margin:0;
	border-bottom: 1px dotted #ccc;
}

#content h3 span.postmetadata {
	font-size: .92em;
	color: #666;
}

/* ---------------------- products ----------------------------- */

div.rule {
	background: url("../img/rule.gif") repeat-x left bottom;
	width:506px;
	height: 1.5em;
	padding: 0;
	margin:0;
}

h3.rule {
	background: url("../img/rule.gif") repeat-x left top;
	padding: 1em 0 0 0;
	margin-top:0;
}
.product {
	line-height: 1.25em;
	clear: both;
	width:506px;
	min-height: 133px;
	position: relative;
	padding: 0 0 1.5em 0;
	margin: 1.5em 0 0 0;
	background: url("../img/rule.gif") repeat-x left bottom;
}

div.last {
	background-image: none;
}

.productgallery div.last {
	margin-bottom: 1.5em;
}

.product h3 {
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	margin: 0 0 .5em 0;
	position: relative;
}

.product h3 a {
	background-image: none;
}

.productgallery .product h3 a {
	position: relative;
	width: 140px;
	background-image: none;
	display: block;
	overflow: hidden;
}

.product h3 img {
	float: left;
	margin-right: 16px;
	border: none;
}

.productThumb {
	padding: 4px;
	width: 125px;
	height: 125px;
}
	
.product em {
	display: block;
	position: absolute;
	left: 0;
	top:0;
	width: 140px;
	height: 140px;
	background: transparent url('../img/thumbnail_frame.png') no-repeat 0 0;
}

.product h3 a:hover em {
	background-position: -140px 0;
}

#content .product p {
	font-size: .92em;
}

.productmeta {
	position: absolute;
	bottom:1.5em;
	left: 149px;
	font-size: .92em;
	vertical-align: middle;
	height: 19px;
	z-index: 100;
}

.productmeta a {
	background: url("../img/btn_more_big.png") no-repeat 0 50%;
	padding-left: 14px;
}
.productmeta a:hover .price {
	color: #6681DE;
}

.productmeta img {
	margin-right: 5px;
	float: left;
}

.price {
	font-weight: bold;
	color: rgb(31,31,79);
	font-size: 1.4em;
}

/* Product gallery layout */

.productgallery {
	margin-top: 1.5em;
	width: 508px;
}

.productgallery .product {
	width: 156px;
	clear: none;
	float: left;
	display: inline;
	margin: 0 12px 2em 0;
	padding: 0 0 1.5em 0;
	height: 22em;
	display: block;
}

.productgallery .product h3 img {
	float: none;
	margin-right: 0;
	margin-bottom: .5em;
}

.productgallery .productmeta {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
	padding-bottom: 1em;
	height: 19px;
}

/* product detail */
.summary {
	width: 508px;
	background: url("../img/rule.gif") repeat-x left top;
}

.summary h3 {
	background: url("../img/rule.gif") repeat-x left top;
	padding-top: 1em;
}

.productimage {
	position: relative;
	float: left;
	padding: 0 18px 0 0;
	width: 250px;
	position: relative;
	margin-top: 1.5em;
}

.imghead {
	position: absolute;
	top:0; left:0;
	background: url("../img/imgframe_head.png") no-repeat left top;
	z-index: 100;
	height: 4px;
	width: 250px;
}

.imgfoot {
	position: absolute;
	bottom:0px; 
	left: 0px;
	background: url("../img/imgframe_foot.png") no-repeat top left;
	z-index: 300;
	height: 20px;
	width: 250px;
}

.characteristics {
	position: relative;
	width: 240px;
	float:right;
}

#content .summary p.short, #content .summary dl {
	padding-top: 1.2em;
	margin-bottom:0;
}

p.short {
	font-weight:bold;
}

.summary dl dt, .summary dl dd {
	color: #999;
}

.summary dl dt {
	font-weight: bold;
	float: left;
	width: 115px;
	margin:0;
}

.summary dl dd {
	margin-left: 115px;
}
/*
.summary .options {
	margin-left: 268px;
}
*/

.buy {
	background: url("img/rule.gif") repeat-x left top;
	padding: 1em 0 0 0;
	margin-top: 1.5em;
}

.buy  {
	clear: both;
	padding: 1em 0 .5em 0;
}

.options label.option {
	margin-right: 10px;
}

div.cola {
	width: 250px;
	float: left;
}

div.colb {
	width: 238px;
	float: right;
}

.options h4 {
	margin-top:0;
}

strong.phone {
	color: #7686C8;
}

.options, .options h3 {
	margin-top: 0;
}
.options .product {
	width: 156px;
	clear: none;
	float: left;
	display: inline;
	margin: 0 12px 2.5em 0;
	height: 13em;	
}

.options .product img {
	float: none;
	margin-right: 0;
	margin-bottom: .5em;
}

.options .productmeta {
	left: 0;
	bottom: 0;
	width: auto;
	padding-bottom: 1em;
}

.options input, .options textarea, .options select {
	margin-bottom: .75em;
}

.options h3 {
	background: url("../img/rule.gif") repeat-x left top;
	padding-top: 1em;
}

/* dept */
.dept {
	position:relative;
	clear: both;
	width:506px;
	padding: 0 0 1.5em 0;
}

.dept h3 {
	margin-top:0;
	clear: left;
}

.dept p {
	margin:0;
}

.dept img {
	padding: 4px;
	width: 85px;
	height: 85px;
	margin: 0 16px 0 0;
	float: left;
}
	
.dept em {
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 98px;
	height: 98px;
	background: transparent url('../img/thumbnail_frame_dept.png') no-repeat 0 0;
}

.dept h3 a:hover em {
	background-position:  -98px 0;
}


/* ---------------------- footer ----------------------------- */
#foot	{
	font-size: .92em;
	padding:50px 0 20px 0;
	clear: both;
}

#foot ul	{
	margin: 0;
	padding: 0;
}

#foot ul li	{
	list-style: none;
	display: inline;
	color: #999;
}

#foot ul li.copyright {
	display: block;
	float: right;
	width: 231px;
	text-align: right;
}



/* ---------------------- misc ----------------------------- */

.clearfix:after, .product:after, .summary:after, .dept:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix, .product, .summary, .dept {display: inline;}

/* Hides from IE-mac \*/
* html .clearfix, * html .product, * html .summary, * html .dept {height: 1%;}
.clearfix, .product, .summary, .dept {display: block;}
/* End hide from IE-mac */


.floatclear {
	clear: both;
	line-height: 0px;
	font-size: 0;
	width:100%;
	height:2px;
	margin:0;
	padding:0;
}

.float-r { float: right; }
.float-l { float: left; }

.hide {
	position: absolute;
	left: -999px;
	width: 990px;
}

.highlight {
	color: red;
}

/* ---[ Malarkey Image Replacement (MIR) ]---- */
.mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 


/* ---------------------- sifr ----------------------------- */

.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h2 { visibility: hidden; letter-spacing: 0px; }

/* ---------------------- tables and forms ----------------------------- */
fieldset {
	border:none;
	padding:0;
	margin:0;
}

legend {
	color: #5170BE;
	padding: 0 0 .5em 0;
	font-weight: normal;
	font-size: 1.25em;
}

#content table {
	width:100%;
	margin:0 0 1.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th {
	border:1px solid #fff;
	background:#ddd;
	padding:5px;
}
td {
	background:#FFFFFF;
	/* background:#F0F0F0; */
	border:1px solid #fff;
	padding:5px;
	vertical-align:top;
}
.formField, .formSelect {
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium {
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
	padding: 2px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}

.formRadio{vertical-align:middle;}
.formButton{
	background:#7686C8;
	font-weight: bold;
	color:#fff;
	border:none;
	padding:3px 2px 3px 2px;
}
label span{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}
/* cart */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}
/**/
td.first{width:40%;}

.note {
	font-size: .92em;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	margin: 1em 0 1em 0;
}

#content .note p {
	margin: .5em 0 .5em 0;
	text-align: center;
}

.note img {
	margin: 0 10px 0 0;
}

/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .inner, * html .products, * html .products li, * html #pagination, 
* html #total, * html .modules{height: 1%;}
/* end float fix */

/* ---------------------- lightbox ----------------------------- */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url('../img/overlay.png'); }

/* ---------------------- rounded images ----------------------------- */
.roundimgwrapper {
	position: relative;
}
.roundimgwrapper span {
	position: absolute;
	z-index: 2;
	height: 12px;
	width: 12px;
}
.curve1 {
	background: transparent url('../img/topright.png') top right no-repeat;
	top: 0; right: 0;
}
.curve2 {
	background: transparent  url('../img/topleft.png') top left no-repeat;
	top: 0; left: 0;
}
.curve3 {
	background: transparent url('../img/bottomright.png') bottom right no-repeat;
	bottom: 0; right: 0;
}
.curve4 {
	background: transparent url('../img/bottomleft.png') bottom left no-repeat;
	bottom: 0; left: 0;
}