@charset "iso-8859-9";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.fruit-bg {
	background-image: url(images/fruit.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 133px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 250px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.tx-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
	padding-left: 0px;
}

.twoColFixLtHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 255px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 222px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: right;
	width: 700px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
} 
.twoColFixLtHdr #mainContent p {
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	text-align: justify;
	margin: 0px;
}
.twoColFixLtHdr #mainContent h1 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #ff6700;
	font-weight: normal;
	margin: 0px;
}
.twoColFixLtHdr #mainContent h2 {
	padding-top: 0px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin: 0px;
	font-weight: normal;
	padding-left: 0px;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Navigation start */
ul.Navigation { padding:0; margin:0; list-style:none; border:0;}
ul.Navigation li {
	margin:0;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: 2px 10px;
	font-size: 12px;
	color: #000000;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
	line-height: 22px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
ul.Navigation li a {
	text-decoration: none;
	color: #000000;
}

/* Navigation end */
/* Navigation2 start */
ul.Navigation2 { padding:0; margin:0; border:0;list-style:none;}
ul.Navigation2 li {
	font-size: 20px;
	color: #ff6d00;
	padding-top: 1px;
	padding-left: 10px;
	padding-bottom: 3px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 20px;
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
ul.Navigation2 li a{
	text-decoration: none;
	color: #ff6d00;
	padding-top: 1px;

}



ul.Navigation2 li a:hover{
	text-decoration: none;
	color: #000000;
	padding-left: -5px;
}
/* Navigation2 end */
.fltlft2 {
	float: left;
	margin-right: 8px;
	width: 280px;
}
.yoga-bg {
	background-image: url(images/yoga-bg.jpg);
	background-repeat: no-repeat;
	width: 395px;
	background-color: #FFEFD1;
	height: auto;
}
.twoColFixLtHdr #mainContent h4 {
	padding-top: 20px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ff6c05;
	margin: 0px;
	font-weight: normal;
	padding-left: 90px;
}
.tx12-22-right {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	font-weight: normal;
	padding-left: 90px;
	line-height: 22px;
	text-align: justify;
	padding-right: 20px;
}
.twoColFixLtHdr #mainContent h5 {
	padding-top: 20px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	margin: 0px;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
}
.twoColFixLtHdr #mainContent p a {
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	text-align: justify;
	margin: 0px;
	text-decoration: underline;
}
.fltrt2 {
	float: right;
	margin-left: 20px;
	margin-right: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.fltlft3 {
	float: left;
	margin-right: 10px;
	width: 390px;
	margin-left: 300px;
	margin-top: 50px;
}
.twoColFixLtHdr #footer p{
	font-size: 10px;
	color: #000000;
}
.twoColFixLtHdr #footer p a{
	font-size: 10px;
	color: #000000;
}

.twoColFixLtHdr #footer li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 15px;
	font-size: 10px;
	color: #000000;
	margin: 5px;
	padding-top: 0px;
	list-style-type: none;
	float: left;
	text-align: center;
}
.twoColFixLtHdr #footer li a {
	list-style-type: none;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #footer li a:hover {
	list-style-type: none;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

.twoColFixLtHdr #footer ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
}.twoColFixLtHdr #mainContent h6 {
	padding-top: 5px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF6600;
	margin: 0px;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
}
#footercenter {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}.emp {
	font-weight: bold;
	color: #2B9732;
	letter-spacing: 0.1em;
}
.twoColFixLtHdr #header p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #header a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0;
}
.twoColFixLtHdr #mainContent li {
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding-bottom: 5px;
}
.twoColFixLtHdr #mainContent li a {
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding-bottom: 5px;
	font-weight: bold;
}
