/*
 * NovaTek Corporate Style Sheet
 * Totally stolen by Kaz
 */

/* GENERAL 
-----------------------------------------------------------------------------*/
*		 	{ padding: 0; margin: 0; border: 0; }
img	 	 	{ border: 0; vertical-align: bottom; }
input,
textarea	{ border: 1px solid #ccc; padding: 1px; }

html {
	margin-bottom: 1px;
	min-height: 100%;
	height: 100%;
}

body {
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #7D7B7B;
}

#home h1 {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
}

h1 {
	color: #3c4941;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 36px;
}

h2 					{ margin-top: 14px; margin-bottom: 4px; font-size: 13px; background-color: #F9F9F9; padding: 2px; color: #444444; font-weight: bold; }
#box-container h2	{ margin-top: 0; }
.foot_column .f 	{ font-size: 9pt; color: #444444; font-weight: bold; }

h3 {
	color: #000000;
	font-size: 12px;
	border-bottom: 1px solid #D8D8D8;
	margin-top: 12px;
	margin-bottom: 4px;
	padding: 0 0 2px 2px;
}

h4 {
	color: #000000;
	font-size: 10pt;
	margin-bottom: -10px;
	margin-top: 0px;
}

.h4 {
	margin-bottom: 15px;
}

h5 {
	color: #000000;
	font-size: 10pt;
	margin-bottom: 5px;
}

h6 {
	font-size: 16px;
	margin: 12px 0 4px 0;
}

li {
	line-height: 1.65em;
	list-style: outside;
}

ul, ol			{ margin-left: 30px; }
ol				{ list-style-position: inside; }
ol li			{ list-style-type: decimal; }
ol li ol li 	{ list-style-type: lower-alpha; }

#edit {
	float: right;
	border: 1px solid #fff;
	padding: 4px;
	margin: 10px;
}

p.link {
	margin-top: 15px;
}

#admin_nav {
	padding: 10px;
	background-color: #888;
	color: #FFF;
	text-align: center;
}

#admin_nav a {
	color: #FFF;
	text-decoration: none;
}

#admin_nav a:hover {
	text-decoration: underline;
}

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

.border {
	border: 1px solid #CCC;
	padding: 4px;
}

.more_padding {
	margin-bottom: 10px;
}

#rfiMain .rhs input	{ margin: 3px; }

.infoTable th { text-align: left; }
.infoTable td, 
.infoTable th { padding-right: 20px; } 
th.leftHeader { text-align: right; }

.urlHeaders pre { max-width: 880px; overflow: auto; }

/* LINKS
-----------------------------------------------------------------------------*/
a.active {
	color: #22A4D0;
}

a {
	text-decoration: none;
	color: #22A4D0;
}

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

#footer_container a {
	color: #7D7B7B;
}

#footer_container a:hover {
	text-decoration: none;
	color: #22A4D0;
}

.tabcopy a {
	color: #888888;
	display: block;
	padding-bottom: 9px;
}

.tabcopy a:hover {
	color: #51ADCD;
}

a.submit {
	display: inline;
	margin-top: 5px;
	font-weight: bold;
}

a:hover.submit {
	color: #888;
}

input.submit {
	font-weight: bold;
	color: #22A4D0;
	background: #FFF;
}

input:hover.submit {
	color: #888;
}

.titlelink a {
	color: #7B7B7B
}

#menu a {
	display:block;
}

#menu a:hover {
	color: #22A4D0;
}

a.reset_button {
	display: inline-block;
	background-image: url(/usr/bodywiseyoga/images/corp/button_reset_off.gif);
	background-repeat: no-repeat;
	width: 62px;
	height: 28px;
}

a.reset_button:hover {
	background-image: url(/usr/bodywiseyoga/images/corp/button_reset_on.gif);
	background-repeat: no-repeat;
	width: 62px;
	height: 28px;
}

.round_button.l { margin-left: 16px; }
.round_button.l { margin-right: 0; }

/* HEADER
-----------------------------------------------------------------------------*/
#header {
	background-image: url(/usr/bodywiseyoga/images/corp/head_bkg.gif);
	background-repeat: repeat-x;
	height: 92px;
}

#header .logo {
	position: absolute;
	left: 0px;
	top: 13px;
}

#header_container {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height:92px;
}

#header_top {
	height: 35px;
	width: 179px;
	position: absolute;
	top: 14px;
	right: 17px;
	_right: 15px;
}

/*For Safari*/ 
 /*\*/ 
 html*#header_top {
	width: 160px;
}

/**/ 
/*For IE7*/ 
*:first-child+html #header_top {
	width: 174px;
	right: 12px;
}

#sign_in {
	height: 21px;
	position: absolute;
	right: 202px;
	text-align: right;
	top: 15px;
	width: 272px;
}

#sign_in span { float: right; }


/*For IE7*/ 
*:first-child+html #sign_in {
	top: 16px;
}

/*For Safari*/ 
html*#sign_in {
	width: 280px;
}

#header_bottom {
	position: absolute;
	top: 42px;
	right: -10px;
	width: 540px;
	height: 40px;
}

.section-image {
	margin: 0 0 20px 0;
}

/*  SEARCH BOX
----------------------------------------------------------------*/

 /*for IE Mac*/ 
 /*\*//*/ #search { 
	margin-left: 300px; 
 } /**/ 
  
 /*for safari*/ 
 /*\*/ 
html>body*#search {
	margin-top: 1px;
}

/**/ 
input.search {
	background: transparent;
	background-image:url(/usr/bodywiseyoga/images/corp/search_box.gif);
	background-repeat: no-repeat;
	width: 155px;
	height: 19px;
	border: none;
	font-size: 8pt;
	color: #7D7B7B;
	padding: 3px 0 0 20px;
}

.hello {
	float:left;
	margin-top: 2px;
	margin-right: 20px;
}

/*For IE7*/ 
 *:first-child+html input.search {
	padding-bottom: -2px;
}

/*for IE Mac*/ 
 /*\*//*/ input.search { 
	background-image: none; 
	width: 155px; 
	height: 15px; 
	font-size: 8pt; 
	font-weight: bold; 
	padding: 0px; 
	margin: 0px; 
	border: 1px solid #CCC;
} /**/ 
  
 /*for opera*/ 
 html:first-child input.search {
	padding: 0 0 3px 20px;
}

/* CONTENT
-----------------------------------------------------------------------------*/
#content {
	margin-left: auto;
	margin-right: auto;
	width: 880px;
}

#content_home {
	margin-left: auto;
	margin-right: auto;
	width: 910px;
}

#home .banner {
	position: relative;
	width: 910px;
	height: 350px;
}

#home .banner .banner-image {
	position: absolute;
	width: 910px; 
	height: 350px; 
}

#home .banner h1 {
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	line-height: 22px;
	font-family: Helvetica, sans-serif;
}

#home .banner .content {
	position: absolute; 
	top: 178px; 
	left: 560px; 
	width: 320px;
}

/*
 * Large Buttons
 */
a.boxBtn {
	display: block;
	padding-top: 15px;
	margin: 14px auto 14px auto; 
	background: url(/usr/bodywiseyoga/images/gui/btn_yellow.png) no-repeat 0 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	width: 190px; height: 36px;
	text-decoration: none;
}

a.boxBtn:hover {
	text-decoration: underline;
}

a.btnYellow	{ background: url(/usr/bodywiseyoga/images/gui/btn_yellow.png) no-repeat 0 0; }
a.btnGreen	{ background: url(/usr/bodywiseyoga/images/gui/btn_green.png) no-repeat 0 0; }
a.btnBlue	{ background: url(/usr/bodywiseyoga/images/gui/btn_blue.png) no-repeat 0 0; }
a.btnRed	{ background: url(/usr/bodywiseyoga/images/gui/btn_red.png) no-repeat 0 0; }
a.btnFree	{ background: url(/usr/bodywiseyoga/images/gui/btn_green_free.png) no-repeat 0 0; }

.tabGreen	{ border: 1px solid rgb(190, 237, 101); background-color: rgb(226, 255, 192); color: rgb(76, 166, 78); }
.tabYellow	{ border: 1px solid rgb(255, 229, 89); background-color: rgb(254, 253, 190); color: rgb(191, 154, 40); }
.tabBlue	{ border: 1px solid #d8def2; background-color: #f4f6fc; color: #7c94d2; }
.tabRed		{ border: 1px solid #fed4d4; background-color: #fff4f4; color: #fb5a5a; }

.boxTable {
	border: 0; padding: 0; margin: 0;
	width: 100%;
	text-align: center;
}

.boxTable td {
	vertical-align: top;
	width: 25%;
	padding: 6px;
}

/*
 * Read More
 */
#home .banner .content a.readmore {
	margin-top: 14px;
	padding-left: 15px;
	color: #C0C0C0;
	font-size: 10px;
	width: 89px;
	height: 21px;
}

/*
 * Product Box
 */

.pBox {
	background-image: url(/usr/bodywiseyoga/images/gui/box_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #7a7978;
	border: 1px solid #929191;
	color: #d5d2d5;
	padding: 10px;
	margin: 10px 0 10px 210px;
}

.pBox h3 {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: normal;
	border: 0; padding: 0;
	margin: 0 0 10px 0;
}


#home .banner .content a.readmore:hover {
	color: #00B0DC;
}


#home #box-container {
	margin: 26px 0 26px 0px;
}

#home #box2 #box-rotate {
	width: 262px;
	height: 190px;
	
}

#home #box1,
#home #box2,
#home #box3 {
	border: 1px solid #E5E5E5;
	padding: 20px 12px 12px 18px;
	_height: 237px;
	min-height: 237px;
	line-height: 16pt;
	float: left;
	width: 268px;
	margin-right: 21px;
}

#home #box3 {
	border: 0;
	padding: 0;
	margin-right: 0;
	min-height: 269px;
}

#box1 h2,
#box2 h2,
#box3 h2 {
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#box3 h2 {
	padding-bottom: 5px;
}

#home a.readmore {
	display: block;
	margin: 25px 0 7px 0;
	background: url(/usr/bodywiseyoga/images/corp/button-read-more.png) no-repeat 0 0;
	/* _behavior: url("/ie6png-fix/iepngfix.htc"); */
	padding-left: 10px;
	font-size: 8pt;
	color: #C0C0C0;
	width: 89px;
	height: 21px;
}

#home a.readmore:hover {
	color: #00AFDB;
}

#left_nav {
	width: 260px;
	float: left;
}

#left_nav_content {
	margin: 65px 33px 0 10px;
}

#email_border {
	position: relative;
	width: 216px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}

#email_border img {
	margin-right: 10px;
}

.email_top {
	position: absolute;
	left: -1px;
	top: -1px;
}

.email_bottom {
	position: absolute;
	left: -1px;
	bottom: -1px;
}

#email_text_top {
	padding-left: 22px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#email_text_bottom {
	padding-left: 22px;
	padding-top: 4px;
	padding-bottom: 17px;
}

#email_input {
	padding-top: 3px;
	margin-left: 12px;
}

input.email {
	background: transparent;
	background-image:url(/usr/bodywiseyoga/images/corp/email_input.gif);
	background-repeat: no-repeat;
	width: 179px;
	height: 19px;
	border: none;
	font-size: 8pt;
	color: #7D7B7B;
	padding: 3px 0 0 10px;
}

.subscribe-form {
	padding-top: 35px;
}

/*For IE7*/ 
 *:first-child+html #email_input {
	padding-left: 0px;
}

#menu_top {
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 5px;
	color: #3c4941;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #D8D8D8;
	height: 23px;
	margin: 0 0 15px 0;
}

#menu-news{
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 5px;
	color: #3c4941;
	font-size: 10pt;
	font-weight: bold;
	height: 25px;
}

ul#latest-news {
	margin-left: 0;
}

ul#latest-news li {
	list-style: none;
	line-height: normal;
	_height: 1px;
}

ul#latest-news li a {
	background: #FFF url(/usr/bodywiseyoga/images/corp/arrow-news.gif) no-repeat 0px 50%;
	line-height: normal;
	padding: 9px 0 9px 17px;
	border-bottom: 1px solid #d8d8d8;
	display: block;
	color: #868484;
}

ul#latest-news li a:hover {
	color: #10a6d5;
	background: #ebf8fb url(/usr/bodywiseyoga/images/corp/arrow-news.gif) no-repeat 0px 50%;
}

ul#latest-news li.rss {
	color: #9c9c9c;
	padding-top: 11px;
	position: relative;
}

ul#latest-news li.rss a {
	background: none;
	border: 0;
	padding: 0;
	display: inline;
	font-size: 11px;
}

ul#latest-news li.rss span {
	float: right;
}

ul#latest-news li.rss span a {
	color: #000;
}

ul#latest-news li.rss a:hover,
ul#latest-news li.rss span a:hover {
	background: #FFF !important;
	color: #22A4D0;
}

#right_content {
	float: left;
	width: 590px;
	/*_width: 640px;*/
	line-height: 1.5em;
}

.column {
	float: left;
	width: 295px;
}

.column_content {
	padding-right: 0px;
	margin-right: 25px;
}

.case {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}

.industry {
	width: 50%;
	float: left;
}

.type {
	font-size: 9pt;
	color: #7D7B7B;
}

.divider {
	border-top: 1px solid #D8D8D8;
	margin-bottom: 21px;
	margin-top: 24px;
}

.dividerblank {
	border-top: 1px solid #FFF;
	margin-bottom: 21px;
	margin-top: 24px;
}

.challenge {
	font-weight: bold;
}

#pdf {
	margin-right: 12px;
	vertical-align: middle;
}

.image1 {
	margin-bottom: 10px;
}

.image2 {
	margin-top: 32px;
	margin-bottom: 10px;
}

.image3 {
	margin-top: 15px;
	float: right;
}

.caption {
	font-size:7pt;
}

#login {
	margin: 30px 0 0 50px;
}

#contact_form p {
	color: #000;
}

#contact_form {
	margin-top: 40px;
}

#offices {
	margin-top: 50px;
}

#offices h1 {
	color: #7f7f7f;
	font-size: 13px;
	font-weight: bold;
}

/* FOOTER
-----------------------------------------------------------------------------*/
#footer_spacer {
	height: 40px;
}

#footer_pic {
	background-image: url(/usr/bodywiseyoga/images/corp/foot_bkg.gif);
	background-repeat: repeat-x;
	height: 35px;
}

#footer_text {
	margin-left: auto;
	margin-right: auto;
}

#footer_container {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}

#foot_nav_container {
	margin-left: 50px;
}

.foot_column {
	float: left;
	margin-left: 0px;
	width: 160px;
}

#foot_nav_container li {
	list-style: none;
	line-height: 1.65em;
}

#ffoot_nav_container ul {
	margin-left: 0px;
}

.footer_main	{ margin-top: 35px; }
.footer_BC		{ margin-top: 15px; }

#footer_banner {
	background-image: url(/usr/bodywiseyoga/images/corp/foot_priv.gif);
	background-repeat: no-repeat;
	height: 19px; width: 880px;
	font-size: 8pt;
	padding-top: 5px;
	margin-left: auto; margin-right: auto;
}

.copy_left	{ float: left; margin-left: 20px; }
.copy_right	{ float: right; margin-right: 25px; }

#breadcrumb { margin-left: 20px; }
#breadcrumb img { vertical-align: inherit; }

/*ACCORDION
-------------------------------------------------------------------------------*/
#menu {
	margin: 10px 0 20px 0px;
}

#menu div.title {
	cursor:pointer;
	background-image: url(/usr/bodywiseyoga/images/corp/nav_closed.gif);
	background-repeat: no-repeat;
	height: 24px;
	width:220px;
	padding-bottom: 5px;
}

#menu div.title:hover {
	color: #22A4D0;
}

#menu div.titlelink {
	cursor:pointer;
	background-image: url(/usr/bodywiseyoga/images/corp/nav_closed.gif);
	background-repeat: no-repeat;
	height: 24px;
	width:220px;
	padding-bottom: 5px;
}

.nav_text {
	padding-left: 30px;
	padding-top: 4px;
}

#menu div.title:hover {
	cursor:pointer;
}

#menu div.selected {
	background-image: url(/usr/bodywiseyoga/images/corp/nav_open.gif);
	background-repeat: no-repeat;
	color: #22A4D0;
}

#menu div.tabcopy {
	padding: 0px 0px 0px 30px;
}

#menu div.active {
	display: block;
}

.active {
	color: #51ADCD;
}

.pad {
	padding: 10px 0px 0px 0px;
}



/*NEWS & PRESS RELEASE
-------------------------------------------------------------------------------*/

h3.news-cat {
	margin-top: 70px;;
}

h1.news {
	font-size: 14pt;
	margin: 30px 0 26px 0;
}

h1.news a {
	color: #3c4941;
}

h1.news a:hover {
	color: #000000;
}

h1.release {
	font-size: 10pt;
	margin: 26px 0 10px 0;
}

h1.release a {
	color: #3c4941;
}

h1.release a:hover {
	color: #22A4D0;
}

p.news-summary {
	line-height: 1.8em;
}

p.news-date {
	border-bottom: 1px solid #d8d8d8;
	padding: 15px 0;
}

p.release-date {
	border-bottom: 1px solid #d8d8d8;
	padding: 0 0 15px 0;
}

p.news-date span {
	float: right;
}

p.release-date span {
	float: right;
}

p.news-date-no-border {
	padding: 0 0 15px 0;
	border: 0px solid #d8d8d8;
}

p.news-date-no-border span{
	float: right;
}

p.pagination {
	margin-top: 10px;
	font-weight: bold;
}

p.pagination a.number {
	border: 1px solid #DDD;
	padding: 2px 5px;
	color: #00a0d2;
}

p.pagination a.number:hover {
	background: #EEE;
}

p.pagination b.current {
	color: #000;
}

p.scroll {
	font-weight: bold;
	margin-top: 25px;
	height: 16px;
}

p.scroll .left {
	float: left;
}

p.scroll .right {
	float: right;
}

p.tools {
	margin: 20px 0;
	padding-top: 20px;
	border-top: 1px solid #d8d8d8;
}

p.tools .share{
	float: right;
}

img.news-image {
	margin-top: 26px;
}

p.caption {
	text-align: right;
	font-size: 10px;
	margin: 10px 0 16px;
}

h3.news-cat span {
	position: relative;
	float: right;
	font-size: 8pt;
	line-height: normal;
	font-weight: normal;
}

h3.news-cat span a {
	color: #9C9C9C;
}

h3.news-cat span a:hover {
	color: #00AFDB;
}

/*TELL A FRIEND
-------------------------------------------------------------------------------*/

.email-textarea {
	display: none;
}

/*
 * Banner
 */

#main_banner {
	margin: 15px 0 0 0; border: 0;
	height: 350px; width: 910px;
}

/*
 * Context Menu
 */
.contextTab:hover ul { display: block; }

/* NovaTek Context Menu */
.contextMenu {
	list-style: none;
	position: absolute;
	width: 184px;
	padding: 0 0 8px 0;
	margin: 27px 0 0 0;
	border: 0;
	background-image: url(/usr/bodywiseyoga/images/omp/submenu_bottom.png);
	background-position: bottom;
	z-index: 20;
	left: -50px; display: none; font-size: 12px;
}

.contextMenu li {
	list-style: none;
	width: 171px;
	height: 28px;
	padding: 2px 6px 2px 7px;
	background-image: none;
}

.contextMenu li.first {
	margin-top: -27px;
	margin-left: 0;
	background-image: url(/usr/bodywiseyoga/images/omp/submenu_top.png);
	background-position: top;
	background-repeat: no-repeat;
}
.contextMenu li.first a { margin-top: 4px; }

.contextMenu li a:link, .contextMenu li a:visited {
	display: inherit;
	width: 171px;
	height: 22px;
	padding: 6px 0 0 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #0078b3;
	border: 0;
	background-image: none;
}

.contextMenu li a:hover, .contextMenu li a:active {
	color: #000000;
	background-image: url(/usr/bodywiseyoga/images/omp/submenu_hover.png);
	background-repeat: no-repeat;
}

.contextMenu li a.contextOff { background-image: none !important; color: #FFFFFF !important; }
.contextMenu li a.contextOn { background-image: url(/usr/bodywiseyoga/images/omp/submenu_hover.png) !important; color: #000000 !important; }

/*
 * NovaTek Controls
 */

.rhs {
	float: right;
	padding: 0 5px 0 10px;
	border-left: 1px solid #CCC;
	height: 140px;
}
#rfiMain			{ padding-top: 3px; }
#rfi h3				{ margin-top: 0; }
#rfi textarea		{ height: 145px; }
#rfi .puHeader 		{ background-image: url(/usr/bodywiseyoga/images/omp/modal_bg_alt.png); background-position: center; background-repeat: no-repeat; }
#rfi.puBox	 		{ height: 495px; /* +55px */ }
#rfi .puBody		{ height: 440px; }
#rfi .eTable		{ width: 315px; }
#rfi .eTitle		{ width: 65px; }
#rfi .special		{ width: 470px; }
#rfiLoading			{ text-align: center; padding-top: 200px; }
.gallery .galThumb	{ float: left; margin: 10px; clear: none; }
