body { 	
		margin: 0;
		padding: 0;
	}

#container {	
	width:796px;
	text-align: center;
	margin: 0px auto; 
}


#navigation { 
	position: relative; 
	float: left; 
	margin: 0;
	height: 40px;
	width:796px;
	background: url(../images/navigation-sprite.png) no-repeat;
}

div#header {
	height: 227px;
}

#bodyCopy { 
	width: 796px;
	position: relative;
	float: left;
	background: url(../images/bg_shadow.gif) repeat-y;
	margin-top: -4px;
	text-align: left;
	}
html>body #bodyCopy {
	 margin-top: 0px;
}

#extrasPanel {
	position: relative;
	float: left;
	width: 270px;
	margin-left: 4px;
	background: url(../images/extrasPanelBlank.gif) no-repeat;
	min-height: 200px;
}

.extrasPanelContent {
	margin-top: 80px;
	margin-left: 10px;
}

html>body #extrasPanel {
	 margin-left: 8px;
}


#contentPanel h1, #contentProducts h1 {
 font-family: helvetica, arial;
 font-size: 18px;
 font-weight: normal;
 color: #99c12d; 
 line-height: 13px;
}

#contentPanel h1 {
	margin-top: 30px;
}
 
#extrasPanel p {
 padding: 0px 30px 0 30px;
 font-family: helvetica, arial;
 font-size: .7em;
 color: #777; 
 line-height: 13px;
 }
 
 .subNav {
	 font-size: 11px;
	 text-align: none;
	 color: #777;
}



#extrasPanel h1 {
 padding: 0px 30px 0 30px;
 font-family: helvetica, arial;
 font-size: 16px;
 color: #ccc; 
 line-height: 13px;
 font-weight: bold;

 }

#extrasPanel h2 {
 padding: 0px 30px 0 30px;
 font-family: helvetica, arial;
 font-size: 14px;
 color: #777; 
 line-height: 13px;
 font-weight: lighter;

 }

#extrasPanel h3 {
 padding: 0px 30px 0 30px;
 font-family: helvetica, arial;
 font-size: .7em;
 color: #666; 
 line-height: 13px;
 margin: -5px 0 -5px 0;
 }
 
 #extrasPanel a {
 font-family: helvetica, arial;
 font-size: .9em;
 color: #99c12d; 
 line-height: 13px;
 font-weight: bold;
 }

 #extrasPanel a:hover {
 font-family: helvetica, arial;
 font-size: .9em;
 color: #666; 
 font-weight: bold;
 } 

 #extrasPanel a:visited {
text-decoration: none; } 
  
.photo {
	float: right;
	padding: 0 15px 0 0;
}



/* CONTENT PANEL */
img {
	 border: 0px; }


#contentPanel, #contentProducts {
	position: relative;
	float: left;
	width: 492px;
	text-align: left;
	padding: 20px 0 0 20px;
}

#contentPanel p, #extrasPanel li, #contentProducts p, #contentProducts li  {
 padding: 0 20px 0 0px;
 font-family: helvetica, arial;
 font-size: .75em;
 color: #777; 
 line-height: 22px;
 }

#contentPanel h2, #contentProducts h2{
/* padding: 0 20px 0 20px; */
 font-family: helvetica, arial;
 font-size: 12px;
 color: #666666; 
 }
 
 /* FOOTER */
 #footer {
 	width: 796px;
	background: url(../images/footer.gif) no-repeat;
	height: 44px;
 	position: relative;
	float: left;
	clear: all;
	text-align: center;
 }
 
  #footer p {
  	text-align: right;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 20px 0 0;
 }


/* PRODUCT PAGE */

div#contentProducts h1 a {
	font-size: 34px;
	font-weight: normal;
	display: block;

	margin-bottom: 30px;
}

div#contentProducts h2 a {
	font-size: 20px;
	font-weight: normal;
}

div#contentProducts h2   {
	margin-top: 40px;	
}

div#contentProducts h3   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
	margin-bottom: -10px;
}

div#contentProducts img.product-image {
	max-width: 80px;
	float: right;
	margin-right: 20px;
}

div#contentProducts img.product-image-sm {
	float: right;
	margin-right: 20px;
}

div#product-entry product-r1 {
	background: #efefef;
	border-bottom: 1px solid #ddd;
}

div#contentProducts hr {
	width: 98%;
	border: 1px solid #efefef;
	margin-left: -5px;
}

.product-heading {
	margin-top: 20px;
}

#preview{
	position:absolute;
	border:1px solid #fff;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

/* CART PAGE */

div#mini-cart h1, div#mini-cart h2, div#mini-cart p, div#mini-cart {
	font-family: helvetica, arial, sans-serif;
	font-weight: lighter;
}

div#mini-cart h1 {
	font-size: 24px;
	font-weight: bold;
}

div#mini-cart h2 {
	font-size: 18px;
}
div#mini-cart h3 {
	font-size: 14px;
	margin-bottom: -14px	;
}

div#mini-cart h4 {
	font-size: 12px;
}


div#mini-cart p {
	font-size: 12px;
}


div#mini-cart th {
	font-size: 14px;
	color: #333;
	text-align: left;
}

#cart-item {
	width: 60%;
}

#cart-qty {
	width: 5%;
}

#cart-price {
	width: 15%;
}

#cart-add {
	width: 5%;
}

#cart-decrease {
	width: 5%;
}

#cart-remove {
	width: 10%;
}

#mini-cart-table tr.odd {
	background: #f4fee6;
}

#mini-cart-table tr.even {
	background: #fefefe;
}

#mini-cart-table td {
	padding: 8px;
	font-size: 13px;
}

/* SET ELEMENTS */

.clear {clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;}


img { border: 0px; }

#contentPanel table, #contentProducts table {
	width: 455px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	border:  1px solid #ccc;
	}
#contentPanel th, #contentProducts th{
	background: #ddd;
	color:  #222;
	width:  100%;
	text-align: left;
	padding: 4px;
}

#contentPanel td, #contentProducts td { 
	padding: 2px 0 2px 5px; 
	text-align: left;
	border-bottom: 1px dotted #ccc;
	color: #777;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #a3d61d;
}

#footer a {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}

#extrasPanel li {
	display: block;
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
	border-left: 4px solid #fff;
	list-style-position: right;
	padding: 2px 0 2px 10px;
	margin-left: -20px;
	width:  230px;
	list-style: none;
}

#extrasPanel li:hover {
	display: block;
	background: #efefef;
	border-bottom: 1px solid #dfdfdf;
	border-left: 4px solid #ccc;
	list-style-position: right;
	padding: 2px 0 2px 10px;
	margin-left: -20px;
	width:  230px;
}

.floatRight {
	float: right;
	margin-right: 40px;
	margin-top: 10px;
}

.item {
	color: #555;
	font-weight: bold;
}

.description {
	float: right;
	padding-right: 10px;
	font-style: italic;
}

.duration {
	font-weight: bold;
	color: #aaa;
}

caption {
	font-family: arial;
	font-size: 11px;
	text-align: left;
	margin-bottom: 15px;
}

.yoga-image {
	margin-top: -80px;
	margin-left: -10px;
}


/* Services */
.service-item {
	font-size: 13px;
	font-weight: bold;
	line-height: 160%;
}

.service-description {
	color: #aaa;
}

/* Mailing List */
#mailing-list {
	background: #94bf27; 
	padding: 15px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#mailing-list input.text {
	width: 92%;
	border: 1px solid #ddd;
	height: 17px;
	padding: 5px;
}

#mailing-list h1 {
	padding: 0;
	margin: 0;
	font-size: 22px;
	color: #cbe288;
	margin-bottom: 14px;
	padding-top: 5px;
	font-weight: lighter;
	
}

div#view-your-cart {
	position: absolute;
	margin-left: 604px;
	margin-top: 40px;
	width: 185px;
	height: 136px;
}