html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}

body#home {
	background: url(images/tile_body_home.png) 0 0 repeat-x;
}

body#learn {
	background: url(images/tile_body_learn.png) 0 0 repeat-x;
}


/******************** LAYOUT *********************/
#container {
	position: relative;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 740px;
}

#header {
	margin: 0;
	width: inherit;
	height: 162px;
	text-align: center;
}

#toplinks {
	width: inherit;
	height: 24px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#logobar {
	height: 85px;
}

#nav {
	position: relative;
	top: 0px;
	width: inherit;
	height: 66px;
	margin: 0;
	padding: 0;
	z-index: 99;
}


#footer {
	width: 100%;
	margin: 10px 0;
	clear: both;
}

#greenbar {
	width: 100%;
	height: 144px;
	margin-bottom: 10px; 
	background: url(images/tile_greenbar.png) 0 0 repeat-x;
}

#greencenter {
	width: 800px;	
	margin-left: auto;
	margin-right: auto;
}

div.leftcol, div.rightcol {
	float: left;
}

.clear {
	height: 10px;
	clear: both;
}


/******************** MENU STYLES *********************/

#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	
}

#nav li {
	float: left;
	list-style: none;
	font: 4pt Helvetica, sans-serif;
	line-height: 75px;
	text-align: center;
	margin: 15px 0 0 0;
}

#nav li span {
	display: none;
}

#nav a {
	display: block;
	height: 40px;
	
}

#nav a#homelink { width: 115px; }
#nav a#learnlink { width: 156px; }
#nav a#productslink { width: 136px; }
#nav a#beforelink { width: 159px; }
#nav a#orderlink { width: 173px; height:66px; }

#nav li a:link, #nav li a:visited, #nav li a:hover, #nav li a:active {
	color: #FFF;
	text-decoration: none;
}
#nav li#order a:link, #nav li#order a:visited {
	color: #E85B7D;
}
#nav li#order a:hover, #nav li#order a:active {
	color: #D7E8E8;
}
#nav li#order {
	margin-top: 0px;
}

li#home {
	background: url("images/btn_home.png") 0 0 no-repeat;
}
li#home a:hover, li#home.active {
	background: url("images/btn_home.png") 0 -40px no-repeat;
}
li#learn {
	background: url("images/btn_learn.png") 0 0 no-repeat;
}
li#learn a:hover, li#learn.active {
	background: url("images/btn_learn.png") 0 -40px no-repeat;
}
li#products {
	background: url("images/btn_products.png") 0 0 no-repeat;
}
li#products a:hover, li#products.active {
	background: url("images/btn_products.png") 0 -40px no-repeat;
}
li#beforeafter {
	background: url("images/btn_before_after.png") 0 0 no-repeat;
}
li#beforeafter a:hover, li#beforeafter.active {
	background: url("images/btn_before_after.png") 0 -40px no-repeat;
}
li#order {
	background: url("images/btn_order_now.png") 0 0 no-repeat;
}
li#order a:hover, li#order.active {
	background: url("images/btn_order_now.png") 0 -66px no-repeat;
}

ul.smalllinks {
	margin: 0;
	padding: 0;
}

ul.smalllinks li {
	display: inline;
	list-style: none;
	padding: 0 6px;
	font-size: 8pt;
	color: #593A3F;
	border-right: 1px solid #593A3F;
}

ul.smalllinks li.lastlink {
	border: none;
}

ul.smalllinks a, ul.smalllinks a:link, ul.smalllinks a:visited {
	color: #593A3F;
	text-decoration: none;
}

ul.smalllinks a:hover {
	color: #593A3F;
	text-decoration: underline;
}


/********************  CONTENT STYLES *********************/
.content {
	width: inherit;
	z-index: 1;
	text-align: left;
	clear: both;
	padding-top: 10px;
}

.content p, .content a, #content2 p, #content2 a {
	margin: 0 15px 4px 0;
	color: #858484;
}

.prodimg {
	border: 1px solid #999999;
	padding: 2px; 
}


/********************  TEXT STYLES *********************/

p {
	font-size: 10pt;
	line-height: 14pt;
	font-family: Tahoma, sans-serif;
	color: #858484;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
	color: #9C646D;
	text-transform: uppercase; 
	margin: 10px 10px 3px 0;
}


.caption {
	font-size: 8pt;
	color: #593A3F;
}

a img {
	border: 0;
	text-decoration: none;
}

#greentext {
	width: 533px;
	float: left;
	margin: 40px 10px 10px 20px;
	font-family: Georgia, serif;
	font-size: 12pt;
	color: #009797;
}

#bottomlinks p {
	font-size: .8em;
	color: #593A3F;
}

sup {
	font-size: 4pt;
}


/******************** HOME PAGE *********************/

#content_home {
	position: relative;
	top: -10px;
}

#content2 {
	top: 10px;
	height: 300px;
}

#welcome {
	width: 300px;
	float: left;
	text-align: left;
	padding: 8px 10px 0 0;
}

#works {
	width: 400px;
	float: left;
	padding: 10px;
	background-color: #FDDDE2;
	text-align: left;
}

#yogawoman {
	width: 200px;
	float: left;
}


#freeshipping {
	width: 237px;
	height: 70px;
	float: left;
	margin: 50px 0 0 0;
}

/******************** PRODUCTS *********************/

#content_products {
	height: 680px;
}

.prodimg {
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	padding: 2px; 
}

#content_products div.leftcol {
	width: 260px;
	height: 260px;
	float: left;
}

#content_products div.middlecol {
	width: 250px;
	height: 260px;
	float: left;
	margin-right: 20px;
}

#content_products div.rightcol {
	width: 210px;
	height: 260px;
	float: left;
}
#content_products .product{
	margin-bottom:20px;
	float:left;
	clear:both;
}

/******************** LEARN MORE *********************/

#content_learn_more {
	width: inherit;
	height: 450px;
	clear: both;
}

#content_learn_more div.leftcol {
	width: 230px;
	height: 440px;
}

#content_learn_more div.rightcol {
	width: 490px;
	height: inherit;
	padding-left: 15px;
}

/******************** ORDER NOW *********************/
#content_order {
	width: inherit;
	height: 1080px;
}
.product_col{
	float: left;
	width: 150px;
	margin-right: 20px;
}
.product_col h3{
	margin: 0 0 10px 0 ;
}
.product_row {
	width: 100%;
	float:left;
	clear: both;
	padding-bottom: 10px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #999999;
}
.product_row2 {
	width: 100%;
	float:left;
	clear: both;
	padding-bottom: 10px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #999999;
}

.product_option {
	width: 30%;
	float: left;
}

#content_order .leftcol {
	width: 300px;
	text-align: center;
}
#content_order .leftcol img{
	margin: 0 auto;
}

#content_order .rightcol {
	width: 400px;
}


/******************** ABOUT *********************/
#content_about {
	width: inherit;
	height: 500px;
}

#content_about .leftcol {
	width: 170px;
}

#content_about .rightcol {
	width: 530px;
}
