@import url("../css/layout.css");
@import url("../css/navigation.css");
@import url("../css/grid.css");

/*#######################################
ALL FONTS FAMILY CSS
#######################################*/
.elink,
.pagepath, 
.maillistform input,
#footer,
.gridlistbtn a {
	font-family:"Tahoma";
	}
body,
.link,
.cmstxt,
.points li {
	font-family:"Tahoma";
	}
h2, 
.pageheader h1  {
	font-family:"Tahoma";
	}
/*##################################
COMMON CSS
##################################*/

/* COMMON RESET CSS
----------------------------------*/
dl, dt, dd 
	{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
a {
	text-decoration:none;
	color:#2750FF;
	}
a:hover {
	text-decoration:none;
	color:#FFFFFF;
	}
/*
H1-pageheader, 
H2-common sub-title in page, 
H3-common sub-title in page, 
H4-sidebar product name, Headers in forms
H5-sidebar title
H6-not define yet*/
h1, h2, h3, h4, h6 { 
	margin:0px;
	padding:0px;
	}
h2 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-family:"Walkway Bold", "Tahoma", Arial, Helvetica, sans-serif;
	font-size:23px;
	text-transform:lowercase;
	font-weight:normal;
	color:#2750FF;
	}
h5 {
	padding:0px;
	margin:0px 0px 12px 0px;
	font-family:"Walkway Bold", "Tahoma", Arial, Helvetica, sans-serif;
	color:#2750FF;
	font-size:24px;
	line-height:26px;
	font-weight:normal;
	}
h3 {
	margin-bottom:5px;
	color:#666666;
	font-size:100%;
	}
p {
	margin:0 0 15px 0;
	}
.link, 
.elink {
	text-decoration:none;
	color:#BE600D;
	}
.link:hover,
.elink:hover {
	color:#FFFFFF;
	}
.linkwhite
 	{
	text-decoration:none;
	color:#FFFFFF;

	}
.linkwhite:hover
	 {
	color:#BE600D;
	}
.elink1 {
	text-decoration:none;
	color:#FFFFFF;
	}
.elink1:hover {
	color:#BE600D;
	}
.imgborder, .imgborder1, .imgleft,.imgleft1, imgright {
	border:1px solid #D36A0E;
	background-color:#000000;
	}
.imgborder, .imgborder1, .imgleft,.imgleft1, .imgright {
	padding:0px;
	}
.imgleft,.imgleft1 {
	float:left;
	margin:0 10px 10px 0;
	}
.imgright {
	float:right;
	margin:0 0px 10px 10px;
	}
.cmstxt {
	margin:10px 25px 10px 10px;
	font-size:70%;
	line-height:16px;
	color:#FFFFFF;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.textboxborder {
	border:1px solid #F8E7DB;
	font-size:100%;
	color:#000000;
	font-family:"Tahoma";
	background-color:#FFFFFF;
	padding:2px;
	}
.handcur {
	cursor:pointer;
	}
.lefttop {
	position:absolute;
	left:0px;
	top:0px;
}
.leftbot {
	position:absolute;
	left:0px;
	bottom:0px;
}
.righttop {
	position:absolute;
	right:0px;
	top:0px;
}
.rightbot {
	position:absolute;
	right:0px;
	bottom:0px;
}

/*##################################
ALL MESSAGE RELATED CSS
##################################*/
.error {
	color:#FF0000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.thankumsg {
	border:2px solid #2750FF;
	padding:10px;
	text-align:center;
	margin-bottom:15px;
	font-weight:bold;
	color:#2750FF;
	}
.errormsg {
	border:2px solid #FF0000;
	padding:10px;
	text-align:center;
	margin-bottom:15px;
	color:#FF0000;
	font-weight:bold;
	}
.othermsg {
	border:2px solid #cccccc;
	padding:10px;
	text-align:center;
	margin-bottom:15px;
	color:#FFFFFF;
	font-weight:bold;
	}

/* IMAGE ALIGN CSS
-----------------------------------*/
.imgborder,
.imgborder1, 
.imgleft,
.imgright {
	text-align:center;
	display:block;
	}
.imgborder img.spacer,
.imgleft img.spacer,
.imgright img.spacer {
	width:0px;
	}
.imgborder img,
.imgleft img,
.imgright img{
	vertical-align:middle;
	}
/*==================================
POPUP CSS
==================================*/
#white {
	background-color:#000000;
	padding:15px;
	font-size:70%;
	background-image:none;
	}
#white .popup h2 {
	text-transform:none;
	color:#2750FF;
	}
#white .btnbar {
	}
#white #topbar {
	height:92px;
	margin-bottom:15px;
	padding-top:0px;
	width:auto;
	}
#white #topbar h1 .logo{
	left:15px;
	top:14px;
	}
#white .topborder {
	border-top:1px solid #CFCFCF;
	padding-top:15px;
}
#white #topbar .close {
	position:absolute;
	right:15px;
	top:35px;
	}
#white .formcss .btnbar span {
	left:30%;
	}
#white .formbox label {
	width:30%;
	}
/* POPIMAGE CSS
----------------------------------*/
#white .image #topbar {
	margin-bottom:15px;
	}
#white .image h2 {
	margin:0px;
	}
#white h2 {
	color:#1447A3;
	}
/*==================================
MORE BUTTON LINK CSS
==================================*/
.morebtn,
.morebtn1,
.enquirebtn,
.backtotopbtn,
.sendtoafriendbtn,
.donatebtn,
.booknow_btn,
.viewgallery_btn,
.sidebarbox .morebar .link {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0;
	}
.morebtn,
.sidebarbox .morebar .link {
	background-image:url(../images/morebtn.gif);
	width:52px;
	height:18px;
	}
.morebtn1 {
	background-image:url(../images/morebtn1.gif);
	width:94px;
	height:18px;
	}
.sendtoafriendbtn {
	background-image:url(../images/sendtoafriendbtn.gif);
	width:105px;
	height:18px;
	}
.sendtoafriendbtn span {
	 display:none;
	}
.viewgallery_btn {
	background-image:url(../images/viewgallery_btn.gif);
	width:85px;
	height:18px;
	}
.viewgallery_btn span {
	 display:none;
	}
.booknow_btn {
	background-image:url(../images/booknow2.gif);
	width:74px;
	height:18px;
	}
.booknow_btn span {
	 display:none;
	}

.donatebtn {
	background-image:url(../images/donatebtn.gif);
	width:61px;
	height:18px;
	}
.morebtn:hover,
.morebtn1:hover,
.sendtoafriendbtn:hover,
.donatebtn:hover,
.booknow_btn:hover,
.viewgallery_btn:hover,
.sidebarbox .morebar .link:hover {
	background-position:0 -18px;
	}
.backtomainbtn {
	text-align:right;
	margin-bottom:20px;
}
/*==================================
COMMON POINTS CSS
==================================*/
.points, points1 {
	list-style-type:none;
	margin:0 0 15px 15px;
	padding:0px;
	}
.points li, .points1 li {
	padding:0 0 0 15px;
	margin:0 0 10px 0;
	color:#666666;
	background-image:url(../images/arrow.gif);
	background-position:1px 5px;
	background-repeat:no-repeat;
	line-height:110%;
	}
.points li a {
	color:#666666;
	text-decoration:none;
	}
.points li a:hover {
	color:#20559C;
	}
.points li .points{
	margin-top:15px;
	}
.points1 {
	list-style-type:none;
	margin:0 0 15px 0px;
	padding:0px;
	}
.points1 li {
	background-image:url(../images/bot_arrowimg.gif);
	padding:0 0 0 15px;
	margin:0 0 10px 0;
	list-style-type:none;
	font-size:12px;
	color:#C0600C;
	}
.points1 li a {
	color:#C0600C;
	}
.points1 li a:hover {
	color:#ffffff;
	}
.general_info {
	margin-bottom:15px;
	}
.general_info h4 {
	font-size:12px;
	margin-bottom:10px;
	color:#1A37AF;
	}
/*==================================
ALL HORIZONTAL-BARS RELATED CSS
==================================*/
.hor_bar, .hor_bar1 {
	padding:8px 10px;
	margin-bottom:15px;
	position:relative;
	min-height:15px;
	}
.hor_bar {
	background-color:#f2f2f2;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	}
.hor_bar1 {
	background-color:#DBE2DA;
	border-bottom:1px solid #B8CFB5;
	border-right:1px solid #B8CFB5;
	}
.hor_bar .right1, 
.hor_bar1 .right1 {
	position:absolute;
	right:8px;
	top:7px;
	}
.hor_bar .left1, 
.hor_bar1 .left1 {
	position:absolute;
	left:8px;
	top:7px;
	}
.hor_bar2 {
	background-color:#000000;
	padding:10px 3px;
	}
/*=======================================
HOR LINE & CLEAR CSS
========================================*/
.hor_line{
	height:15px;	
	margin-bottom:15px;
	border-bottom:1px solid #3F3F3F;
	}
.hor_line1{
	height:15px;	
	margin-bottom:15px;
	border-bottom:1px solid #3F3F3F;
	}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	display:block;
	}
.hor_line2{
	border-bottom:1px solid #3F3F3F;
	}
/*================================
NO RECORD ERROR CSS
===============================*/
.norecord {
	border:1px solid #dfdfdf;
	color:#ff0000;
	font-size:13px;
	font-weight:bold;
	padding:7px 0 9px 55px;
	height:30px;
	position:relative;
	margin-bottom:15px;
	}
.norecord img{
	position:absolute;
	left:8px;
	top:8px;
	border:none;
	}
/*##################################
TOPBAR CSS
##################################*/
#topbar {
	position:relative;
	border-bottom:1px solid #D36A0E;
	height:120px;
	}
#topbar h1{	
	margin:0px;
	padding:0px;
	}
#topbar h1 .logo{
	width:256px;
	height:64px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:315px;
	top:14px;
	text-indent:-9999px;
	overflow:hidden;/*NEVER FORGOT THIS WHEN YOU USE TEXT-INDENT*/
	}
#topbar .bookmarkbtn {
	position:absolute;
	top:20px;
	right:6px;
	}
.topbar_searchbox {
	padding:0px;
	margin:0px;
	right:0px;
	bottom:8px;	
	position:absolute;	
	}
.topbar_searchbox dt {
	float:left;
	margin:8px 8px 0px 0px;
	font-size:23px;
	font-family:"Walkway Bold", "Tahoma", Arial, Helvetica, sans-serif;
	color:#2750FF;
	line-height:24px;
	height:24px;
	}
.topbar_searchbox dd {
	float:left;
	margin:8px 0 0 0px;	
	}
.topbar_searchbox dd.clear {
	float:none;
	}
.topbar_searchbox .textboxborder {
	width:180px;
	font-size:70%;
	}
.topbar_searchbox .btn {
	padding:0px;
	margin:0 5px 0 0px;
	border:none;
	background:none;
	vertical-align:middle;
	}
.topbar_dttime {
	padding:0px;
	margin:0px;
	left:0px;
	bottom:7px;	
	position:absolute;
	color:#FFFFFF;
	font-weight:bold;
	font-size:70%;	
	}
.topbar-class {
	padding-top:11px;
	}
.cart-box {
	position:absolute;
	right:0px;
	top:10px;
	border:1px solid #d36a0e;
	width:222px;
	padding:2px;
	font-size:11px;
	font-weight:bold;
	}
.cart-box .cart-hd {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	background:url(../images/shoppincart-bg.gif) repeat-x 0 0 #d46c11;
	display:block;
	padding:2px 5px;
	font-weight:bold;
	margin-bottom:4px;
	display:block;
	position:relative;
	padding-left:35px;
	}
.cart-box .cart-hd img {
	position:absolute;
	left:5px;
	top:1px;
	}
.cart-box .cart_items {
	margin-bottom:4px;
	display:inline-block;
	padding-left:8px;
	}
.cart-box .img {
	position:absolute;
	right:5px;
	bottom:5px;
	}
.cart-box .cart_items a {
	color:#ffffff;
	}
.cart-box .cart_items a:hover {
	color:#1d3cbf;
	}
/*##################################
NAVIGATION CSS
##################################*/
/*#################################### 
MIDBAR CSS
####################################*/
.midbar {
	margin-bottom:6px;
	}
/*#################################### 
PAGEHEADER AND PAGE PATH CSS
####################################*/
.pageheader, .pageheader1 {
	padding:0px;
	}
.pageheader .active a, .pageheader1 .active a {
	color:#FFFFFF;
	}
.pageheader h1, .pageheader1 h1 {
	padding:0px;
	margin:0px 0px 12px 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#2750FF;
	font-size:20px;
	line-height:24px;
	font-weight:lighter;
	letter-spacing:0px;
	}
#products_detailpage .pageheader {
	margin-top:19px;
	}
 .pageheader .page-hd {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:24px;
	font-weight:bold;
	float:left;
	margin-right:1px;
	margin-bottom:0px;
	text-transform:lowercase;
	background:url(../images/tab-img.gif) no-repeat left -34px;
	display:block;
	padding-left:4px;
	color:#FFFFFF;
	}
 .pageheader .page-hd a {
	color:#FFFFFF;
	}
 .pageheader .page-hd:hover,
.pageheader .active  {
 	background-position:left 0px;
	}
 .pageheader .page-hd b {
 	background:url(../images/tab-img.gif) no-repeat right -34px;
	display:block;
	padding:0px 18px 0px 14px;
	}
 .pageheader .page-hd b:hover, .pageheader .active b {
 	background-position:right 0px;
	}
 .pageheader .no-mar {
 	margin-right:0px;
	}
.pageheader span {
	padding:0px;
	margin:0px 0px 12px 0px;
	font-family:"Walkway Bold", "Tahoma", Arial, Helvetica, sans-serif;
	color:#2750FF;
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	}
.pagepath {
	padding:0px;
	margin:-5px 0px 12px 0px;
	color:#EA7610;
	font-size:90%;
	text-transform: lowercase;
	}
.pagepath strong {
	margin:0 7px 0 7px;
	color:#FFFFFF;
	}
.pagepath a{
	color:#2750FF;
	text-decoration:none;
	}
.pagepath a:hover {
	color:#EA7610;
	}
.pagepath span {
	/*active page name*/
	color:#EA7610;
	font-weight:bold;
	}
/*==================================
SCROLLER CSS 
==================================*/
#pscroller_infoboxnews {
	height:275px;
	}
#pscroller_topbar {
	height:58px;
	}
#pscroller_news {
	height:160px;
	}
#pscroller_events {
	height: 300px;
	}
#pscroller_specials {
	height: 300px;
	}
#pscroller_testimonials {
	height:245px;
	}
#pscroller_indexnews {
	height:152px;
	}
/*##################################
CONTENT-BOX STRUCTURE CSS
THIS CSS USED IN FAQ, TESTIMONIALS AND LINKS PAGES
##################################*/
.contentbox1 {
	padding:0px;
	margin:0 0 15px 0;
	min-height:1px;
	}
.contentbox1 dt {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-family:"Tahoma";
	font-size:115%;
	color:#EA7610;
	position:relative;
	}
.contentbox1 dt span  {
	position:absolute;
	right:0px;
	bottom:0px;
	}
.contentbox1 dt span a {
	margin-right:15px;
	}
.contentbox1 dd.testiheader {
	font-family:"Tahoma";
	font-size:120%;
	color:#EA7610;
	font-weight:bold;
	}
.contentbox1 dd .booknowbtn {
	position:absolute;
	left:120px;
	bottom:0px;
	}
.contentbox1 dt.downloadheader1 {
	font-family:"Tahoma";
	font-size:120%;
	color:#2750FF;
	font-weight:bold;
	}
.contentbox1 dd.testiheader1 {
	font-family:"Tahoma";
	font-size:120%;
	color:#2750FF;
	font-weight:bold;
	}
.testiheader1 {
	font-family:"Tahoma";
	font-size:120%;
	color:#2750FF;
	font-weight:bold;
	}
.contentbox1 dd {
	margin:0px 0px 5px 0px;
	}
.contentbox1 dt.fontsizebig,
.contentbox1 dt.fontsizebig_leftimg  {
	line-height:19px;
	font-size:18px;
	font-family:"Walkway Bold", "Tahoma", Arial, Helvetica, sans-serif;
	color:#EA7610;
	margin:0px 0px 5px 0px;
	}
.contentbox1 dt a{
	color:#EA7610;
	}
.contentbox1 dt a:hover{
	color:#FFFFFF;
	}
.contentbox1 dt.bluemainfonttxt {
	font-size:13px;
	font-family:"Walkway Bold", "Tahoma", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#2750FF;
	margin:0px 0px 5px 0px;
	}
.contentbox1 .contentboxdata {
	margin:0 10px 10px 0;
	width:197px;
	float:left;
	}
.contentbox1 .contentboxdata1 {
	margin:0 10px 10px 0;
	width:125px;
	float:left;
	}
.contentbox1 .contentboxdata1 h2 {
	margin:8px 0 0 0;
	color:#274FFE;
	line-height:19px;
	font-size:18px;
	font-family:"Walkway Bold", "Tahoma", Arial, Helvetica, sans-serif;
	}
.contentbox1 .imgborder td {
	vertical-align:middle;
	height:131px;
	width:195px;
}
.contentbox1 .imgborder1 td {
	vertical-align:middle;
	height:131px;
	width:123px;
}
/*.contentbox1 .imgleft{
	margin:0 10px 10px 0;
	}
.contentbox1 .imgleft1{
	margin:0 10px 10px 0;
	}
.contentbox1 .imgleft td{
	height:131px;
	width:195px;
	}
.contentbox1 .imgleft1 td{
	height:131px;
	width:123px;
	}*/
.contentbox1 .linkbox {
	display:block;
	margin:10px 0px 0px 0px;
	height:25px;
	font-weight:bold;
	}
.contentbox1 .linkbox a {
	color:#EA7610;
	text-decoration:underline;
	text-transform:lowercase;
	}
.contentbox1 .linkbox a:hover{
	color:#2750FF;
	text-decoration:underline;
	}
.contentbox1 .linkbox1 {
	display:block;
	margin:10px 0px 0px 0px;
	height:25px;
	}
.contentbox1 .linkbox1 a {
	color:#EA7610;
	text-decoration:underline;
	text-transform:lowercase;
	}
.contentbox1 .linkbox1 a:hover{
	color:#2750FF;
	text-decoration:underline;
	}
.linkbar {
	font-weight:bold;
	background-color:#f2f2f2;
	padding:8px 10px;
	font-size:90%;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	margin-bottom:15px;
	}
.linkbar a {
	font-family:"Tahoma";
	}
	
.contentbox1 .links a {
	color:#EA7610;
	font-weight:bold;
	}
.contentbox1 .links a:hover {
	color:#FFFFFF;
	}
.contentbox1 .links span {
	margin:0 1px;
	color:#EA7610;
	}
.probar {
	text-align:right;
	font-weight:bold;
	margin-bottom:10px;
}
.contentbox1 .color1 {
	background-color:#FFFFFF;
	}
#chikrifoundation_innerpage .image1 table td{
	width:256px;
	height:172px;
	}
#chikrifoundation_innerpage .image1 {
	border:1px solid #D36A0E;
	}
#hathayoga_innerpage .image1 table td{
	width:256px;
	height:172px;
	}
#hathayoga_innerpage .image1 {
	border:1px solid #D36A0E;
	}
/*##################################
FOOTER THUM
##################################*/
#footerthum {
	position:relative;
	margin:auto;
	width:898px;
	}
#footerthum .mainbox {
	border:1px solid #C0600C;
	padding:10px 10px 10px 13px;
	margin-bottom:15px;
	}
.footerthumbox .image {
	margin-bottom:5px;
	width:105px;
	height:53px;
	}
.footerthumbox .details {
	margin:5px 0;
	padding: 0;
	color:#FFFFFF;
	font-family:"Walkway Bold", "Tahoma", Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:lowercase;
	text-align:center;
	line-height:18px;
	}
.footerthumbox .details a {
	color:#FFFFFF;
	}
.footerthumbox .details a:hover {
	color:#C0600C;
	}
#footerthum .mainbox h2 {
	font-size:23px;
	line-height:24px;
	font-weight:normal;
	padding:0px;
	color:#2750FF;
	font-family:"Walkway Bold", "Tahoma", Arial, Helvetica, sans-serif;
	}
/* TAB CONTENT CSS 
==================================*/
.tabcontent{ display:none; }
.tabs {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	position:relative;
	padding:0;
	margin:0px;
	height:31px;
	list-style-type: none;	
	border-bottom:1px solid #D36A0E;
	margin:0 -1px;
	
	}
.tabs li	{ float:left; padding:0px; margin:0 2px 0 20px; color:#2750FF; letter-spacing:1px; }
.tabs li a 	{ 
	display:block;
	background-color:#FF0000;
	color:#ffffff;
	}	
.tabs li  span { 
	display:block;
	padding:8px 14px 10px 0px;
	margin-left:0px;
	line-height:1.0;
	}
.tabs li .selected, 
.tabs li a:hover { 
	}
.tabs li .selected span, 
.tabs li a:hover span { 
	background:url(../images/commonimg.gif) repeat-x 0 0;
	color:#FFFFFF;
	}
/*##################################
buynow-container
##################################*/
#buynow-container {
	min-height:1px;
	}
#buynow-container .img-container {
	position:relative;
	margin-bottom:0px;
	float:left;
	margin-right:15px;
	margin-top:5px;
	}
	}
#buynow-container .hor_bar2 {
	background:none;
	position:relative;
	}
#buynow-container .hor_bar2	.buynow {
	background:url(../images/buynow-btn.gif) no-repeat 0 0;
	width:71px;
	height:18px;
	font-size:0px;
	line-height:0px;
	outline:none;
	display:inline-block;
	}
#buynow-container .hor_bar2	.buynow:hover {
	background-position:0 -18px;
	}
#buynow-container .imgleft {
	margin-right:15px;
	margin-top:5px;
	}	
#buynow-container .imgleft img{
	border:none
	}
#buynow-container .imgleft table td {
	width:255px;
	width:191px;
	}	
/*##################################
BOT_SECTION
##################################*/
.bd1 {
	}
.bot_section {
	background-color:#000000;
	padding:20px;
	padding-top:17px;
	}
.bot_section .gridcontainer {
	}
.bot_section  h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	margin-bottom:14px;
	}
.bot_section  ul  {
	list-style-type:none;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	}
.bot_section ul li {
	float:left;
	width:225px;
	margin-bottom:7px;
	padding-left:15px;
	background:url(../images/bot_arrowimg.gif)  no-repeat 0 6px;
	}
.bot_section  li a {
	color:#ffffff;
	}
.bot_section  ul li a:hover {
	color:#EA7610;
	}
.bot_section ul .clear {
	float:none;
	}
/*##################################
LANDING PAGE CSS
##################################*/
.content-bd {
	width:58%;
	min-height:110px;
	font-size:14px;
	line-height:22px;
	font-weight:lighter;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.landing-bd-container {
	position:relative;
	padding-bottom:15px;
	min-height:510px;
	background:url(../images/ladinging-bg.jpg) no-repeat 0 0;
	margin:auto;
	position:relative;
	}
.landing-bd .landing-img {
	position:absolute;
	right:0px;
	top:20px;
	}
 .btnbar1 {
	}
.landing-bd-container .btnbar1 span input {
	border:none;
	background:none;
	position:absolute;
	right:0px;
	bottom:10px;
	}
.landing-bd-container .video-container {
	position:relative;
	}
.video-container .video-box {
	position:absolute;
	left:220px;
	top:105px;
	}
.landing-bd-container .reg-form-bd {
	position:relative;
	min-height:1px;
	}
.reg-form-bd .reg-form {
	position:absolute;
	left:285px;
	top:340px;
	padding:0px;
	margin:0px;
	width:321px;
	height:96px;
	font-family:Arial, Helvetica, sans-serif;
	}
.reg-form-bd .reg-form .reg-hd {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:54px;
	}

.reg-form-bd .reg-form label {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	margin-right:10px;
	float:left;
	margin-top:8px;
	}
.reg-form-bd .reg-form input {
	padding:4px;
	}
.reg-form-bd .reg-form .clear {
	margin-bottom:13px;
	}
.reg-form .submitbtn1 {
	background:url(../images/go-btn.gif) no-repeat 0 0;
	width:112px;
	height:27px;
	display:block;
	border:0px;
	padding:0px;
	margin:0px;
	position:absolute;
	left:90px;
	bottom:8px;
	cursor:pointer;
	}
.landing-bd-container .mainsite-btn {
	background:url(../images/exitmainsite-btn.gif) no-repeat 0 0;
	width:223px;
	height:49px;
	position:absolute;
	right:30px;
	top:470px;
	text-indent:-99999px;
	outline:none;
	}
/*##################################
FOOTER CSS
##################################*/
#footer {
	font-size:65%;
	height:30px;
	position:relative;
	}
#footer .copyright,
#footer .links {
	position:absolute;
	top:0px;
	} 
#footer .copyright {
	right:0px;
	color:#FFFFFF;
	}
#footer .links {
	left:0px;
	top:0px;
	color:#FFFFFF;
	}
#footer .links a {
	color:#FFFFFF;
	}
#footer .links a:hover {
	color:#2750FF;
	}
#footer .links span {
	margin:0 1px;
	font-size:8px;
	color:#3C3C3C;
	}
#footer .logo {
	position:absolute;
	right:0px;
	top:15px;
	padding:15px 0;
	color:#666666;
	font-size:10px;
	}
#footer .paypal-icon {
	position:absolute;
	right:260px;
	top:5px;
	}
#footer .logo1 {
	position:absolute;
	left:0px;
	top:27px;
	color:#666666;
	font-size:10px;
	}
#footer .logo2 {
	position:absolute;
	left:170px;
	top:26px;
	font-size:11px;
	}
#footer .logo a{
	color:#FFFFFF;
	}
#footer .logo a:hover{
	color:#2750FF;
	}

#chikriyoga select {
	border:1px solid #F8E7DB;
	font-size:100%;
	color:#000000;
	font-family:"Tahoma";
	background-color:#FFFFFF;
	padding:2px;
	}
