body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(/images/test000.jpg) top center #ffffff;
	color: #000000;
	font-size: 12px;
}

a {
	color: #0094ff;
	text-decoration: none;
}

a:hover {
	color: #0094ff;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, p {
	margin: 0 0 10px 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	width: 881px;
}

#header {
	position: relative;
	height: 161px;
}

#header_logo {
	margin: 0;
	width: 185px;
}

#header_logo a {
	display: block;
	height: 80px;
	background: url(../images/public/header_logo.gif) no-repeat;
}

#header_logo a span {
	display: none;
}

#header_jumpbar {
	position: absolute;
	top: 17px;
	right: 0;
	text-align: right;
	color: #000000;
	font-size: 12px;
	padding-right:10px;
}

#header_jumpbar a {
	color: #000000;
}

#header_jumpbar a:hover {
	color: #0094ff;
}

#header_navigation {
	clear: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header_navigation li {
	float: left;
	height: 61px;
	background-position: top;
	position: relative;
}

#header_navigation_home {
	width: 134px;
	background: url(../images/public/header_navigation_home.gif) no-repeat;
}

#header_navigation_company {
	width: 123px;
	background: url(../images/public/header_navigation_company.gif) no-repeat;
}

#header_navigation_sessions {
	width: 123px;
	background: url(../images/public/header_navigation_sessions.gif) no-repeat;
}

#header_navigation_resources {
	width: 122px;
	background: url(../images/public/header_navigation_resources.gif) no-repeat;
}

#header_navigation_store {
	width: 123px;
	background: url(../images/public/header_navigation_store.gif) no-repeat;
}

#header_navigation_contact {
	width: 123px;
	background: url(../images/public/header_navigation_contact.gif) no-repeat;
}

#header_navigation_newsletter {
	width: 133px;
	background: url(../images/public/header_navigation_newsletter.gif) no-repeat;
}

#header_navigation li a {
	display: block;
	height: 61px;
}

#header_navigation li span {
	display: none;
}

#header_navigation li ul {
	display: none;
	position: absolute;
	top: 60px;
	left: -10px;
	list-style: none;
	width: 370px;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#header_navigation li ul a {
	color: #000000;
	text-decoration: none;
	height: 25px;
}

#header_navigation li ul a:hover {
	color: #0094ff;
	text-decoration: none;
}

#header_navigation li.hover {
	background-position: bottom;
}

#header_navigation li.hover ul {
	display: block;
}

#header_navigation li.hover ul li {
	float: left;
	margin: 0 10px;
}

#content {
	background: url(../images/public/content_bg.gif) repeat-y;
}

#content_wrapper {
	margin: 0 10px;
}

#content_footer {
	text-align: center;
}

#flash_title {
	margin: 10px 0 20px 10px;
}

#flash_content {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#home_buttons {
	text-align: center;
	width: 100%;
	margin: 0 0 15px 0;
}

#home_buttons img {
	border: none;
}

#content .feature {
	clear: both;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #000000;
}

#content .feature_last {
	border: none;
}

#content .feature img {
	float: right;
	margin: 0 0 20px 20px;
}

#content .feature h3 {
	font-size: 16px;
}

#footer {
	font-size: 11px;
	margin: 20px;
	text-align: center;
}

#footer a {
	color: #0094ff;
}

#footer a:hover {
	color: #0094ff;
}

.clearfix {
	display: block;
	clear: both;
}

.inline {
	display: inline;
}

/*//////////////*/
/* Product Info */
/*//////////////*/

.product_info .column {
	vertical-align: top;
	width: 400px;
	font-size: 12px;
	font-family: Tahoma;
}

.product_title {
	font-weight: bold;
	color: #35a8fe;
}

.product_subtitle {
	font-weight: bold;
}

.product_price {
	font-weight: bold;
}

.product_datetime {
	margin: 10px 0 0 0;
}

.product_description {
	margin: 0 0 10px 0;
}

.product_options {
	margin: 0 0 10px 0;
}

.product_buttons {
	margin: 10px 0 0 0;
	text-align: center;
}

.product_url img {
	border: none;
}

.product_return {
	font-size: 12px;
	text-align: right;
}

/*/////////////////*/
/* Product Listing */
/*/////////////////*/

.product_listing {
	width: 390px;
	font-size: 12px;
	font-family: Tahoma;
}

.product_listing2 {
/* 	width: 700px; */
	font-size: 12px;
	font-family: Tahoma;
	margin: 0 0 30px 0;
}

.product_listing_text {
	width: 350px;
}

.top_category_image {
	margin: 0 0 10px 0;
}

.top_category_description {
	margin: 0 15px 20px 0;
	padding: 0;
	text-align: justify;
}

.top_category_children {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	height: 13px;
}

.top_category_children li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 2px solid #000000;
	font-weight: bold;
}

.top_category_children li.last-child {
	border-right: none;
	margin: 0;
	padding: 0;
}

.top_category_children li a {
	display: block;
	height: 13px;
}

.sub_groupclasses a {
	background: url(../images/sub_groupclasses.png) top no-repeat;
	width: 89px;
}

.sub_personalizedprograms a {
	background: url(../images/sub_personalizedprograms.png) top no-repeat;
	width: 139px;
}

.sub_sportyogaretreats a {
	background: url(../images/sub_sportsyogaretreats.png) top no-repeat;
	width: 122px;
}

.sub_workshops a {
	background: url(../images/sub_workshops.png) top no-repeat;
	width: 67px;
}

.top_category_children li a:hover  {
	background-position: bottom;
}

.top_category_children li a span {
	display: none;
}

.listing_title {
	font-weight: bold;
	color: #35a8fe;
}

.listing_title2 {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	margin: 0 0 15px 0;
}

.listing_subtitle {
	font-weight: bold;
}

.listing_subtitle2 {
	font-weight: bold;
	margin: 5px 0 0 0;
}

.listing_price {
	font-weight: bold;
}

.listing_datetime {
	margin: 10px 0 0 0;
}

.listing_datetime2 {
	margin: 5px 0 0 0;
}

.listing_buttons {
	margin: 10px 0;
}

.listing_more img {
	border: none;
}

/*/////////////////*/
/* General Listing */
/*/////////////////*/

.urls_category, .newsletters_category {
	margin: 0 0 5px 0;
}

.urls, .newsletters {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.feature_jumps {
	margin: 0 0 10px 0;
}

/*////////////////*/
/* Member Listing */
/*////////////////*/

.member_listing {
	font-size: 12px;
	font-family: Tahoma;
}

.member_listing .column {
	vertical-align: top;
	padding: 15px 0;
}

.member_info {
	border-bottom: 1px solid #000000;
}

.member_last {
	border-bottom: none;
}

.member_info h3 {
	margin: 0 0 15px 0;
}

.member_photo img {
	border: none;
}

/*/////////////*/
/* Home Latest */
/*/////////////*/

#home_latest {
	width: 85%;
	margin: 15px auto;
}

#home_latest a {
	color: #000000;
	text-decoration: none;
}

#home_latest a:hover {
	color: #0094ff;
	text-decoration: underline;
}

#home_latest h3 {
	font-style: normal;
	font-size: 16px;
}

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

#home_latest ul li {
	margin: 0 0 10px 0;
}

#home_latest ul li .date {
	color: #0094ff;
}

#home_latest p {
	margin: 10px 0 0 0;
}

#home_latest p {
	font-weight: bold;
}

#home_latest .column {
	width: 45%;
	vertical-align: top;
}

#home_latest .spacer {
	width: 10%;
}
