@charset "utf-8";
/* Main Page Style */

/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* 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: #BBBBFF;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
ul.blue-bullet
{
	text-indent: 5px;
	text-align: left;
	list-style-position: inside;
	list-style-image: url(../images/bgs/bullet.jpg);
	background-repeat: no-repeat;
}
ul.green-bullet
{
	text-indent: 5px;
	text-align: left;
	list-style-position: inside;
	list-style-image: url(../images/bgs/bullet_green.jpg);
}
ul.star-bullet
{
	text-indent: 5px;
	text-align: left;
	list-style-position: inside;
	list-style-image: url(../images/bgs/star_bullet.jpg);
}
/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* ddcolortabss */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6297BC;} 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}


/********************************************
   Page Layout
********************************************/ 


#frame
{
	width: 840px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bgs/frame_bg.png);
}
#container
{
	width: 820px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#slogan-area
{
	width: auto;
	height:75px;
	background-image: url(../images/bgs/banner-bg.png);
	position: relative;
	clear: both;
}
#slogan
{
	width: 810px;
	height: auto;
	float: left;
	background-repeat: no-repeat;
	display: inline;
	position: relative;
	top: 10px;
	left: 10px;
}
#menu-bar
{
	width: 820px;
	height: auto;
	position: relative;
}
#menu-bar-line
{
	height:5px;
	background-color: #FF9900;
	width: 820px;
	clear: both;
}
#banner
{
	height: 150px;
	background-image:url(../images/bgs/banner_bg.jpg);
	position: relative;
	width: auto;
}
#banner-bottom-line
{
	height: 30px;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: bolder;
	position: relative;
	margin-top: 5px;
}
#left-section
{
	width:530px;
	height:auto;
	float:left;
	margin-bottom: 25px;
	margin-left: 20px;
	text-align: justify;
}
#left-section-top
{
	height:15px;
	width: auto;
	background-image: url(../images/bgs/left_section_top.png);
}
#left-section-bottom
{
	height:15px;
	width: auto;
	background-image: url(../images/bgs/left_section_bottom.png);
	position: relative;
}
#left-section-content
{
	display: block;
	height: auto;
	width: 518px;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#left-section-title-bar
{
	height:20px;
	width: 520px;
	clear: both;
	margin-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	background-image: url(../images/bgs/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: -5px bottom;
	color: #6297BC;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#right-section
{
	width:230px;
	height: auto;
	float:right;
	margin-bottom: 25px;
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	position: relative;
}
#right-titles-head
{
	height: 23px;
	width: 228px;
	background-image: url(../images/bgs/titles_bg.gif);
	background-repeat: repeat-x;
	top: 5px;
	padding-top: 7px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	border-bottom-style: solid;
	color: #9EC630;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
}
#right-section-news
{
	height:auto;
	width: 208px;
	background-image: url(../images/bgs/news_bg2.png);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-repeat: repeat-y;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
}

#rotated-image-box
{
	width: 230px;
	height: 180px;
	border:solid #CCCCCC 1px;
	top: 25px;
	position: relative;
}
#blank-box
{
	height: 25px;
	width: 230px;
	position: relative;
	margin-top: 25px;
}
#right-section-advert
{
	width: 210px;
	height: 245px;
	background-image: url(../images/bgs/box_content_bg.png);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-repeat: repeat-y;
}
#box-content
{
	width: 208px;
	height: auto;
	background-image:url(../images/bgs/box_content_bg1.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
}
#box-bottom
{
	width: 230px;
	height: 25px;
	background-image: url(../images/bgs/box_bottom.png);
}
#footer
{
	height: 60px;
	clear: both;
	width: 820px;
}
#footer-line
{
	height: 10px;
	background-color: #FF9900;
}
#footer-area
{
	height: 50px;
	background-color: #003366;
}
#webdesigner{
	float: left;
	width: 40%;
	position: relative;
	padding: 15px;
	color: #FFFFFF;
	height: auto;
	text-align: left;
	font-size: 11px;
}
#copyright{
	float: right;
	width: 50%;
	height: auto;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 15px;
	font-size: 11px;
}

#map
{
width: 518px;
height: 450px;
}
#get-direction
{
width: 518px; 
height: auto;
position:relative; 
border:dotted 1px #990000;  
margin-bottom: 25px; 
margin-top: 35px;
}

/* images */
img.middle
{
margin: 10px;
}
img.float-right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}
img.float-left {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/*===================== Current Tabs Details=============================*/
#home #nav-home a, #aboutme #nav-aboutme a, #yoga #nav-yoga a, #classes #nav-classes a, #testimonials #nav-testimonials a, #contact #nav-contact a, #faqs #nav-faqs a, #location #nav-location a
 {
	color: #FF9900;
	background-color: #003366;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
} 
#home #nav-home a span, #aboutme #nav-aboutme a span, #yoga #nav-yoga a span, #classes #nav-classes a span, #testimonials #nav-testimonials a span,#contact #nav-contact a span, #faqs #nav-faqs a span, #location #nav-location a span
 {
	color: #FF9900;
	background-color: #003366;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
