/* *******************************************
	ANGEL YOGA
	Define: CSS for entire site
	Born:	November 2008
	Author:	taledo.com.au
******************************************* */

body {
	background:#fff url(../images/bodyBg.jpg) top left repeat-x;
	margin:0; padding:0;
	font:62.5%/1.3 Tahoma, Arial, Helvetica, sans-serif;
}

img a, a img { border:none; }
/* Structure
******************************************* */
#wrapAll {
	width:780px;
	padding:0;
	margin:0 auto;
	background:url(../images/flowersTopRight.jpg) top right no-repeat;
	position:relative;
}

#mastHead {
	min-height:90px;
	height:auto !important;
	height:90px;
	padding:60px 0 0 0;
}

#mainContent {
	border-top:3px solid #b7add5;
	border-bottom:3px solid #b7add5;
	padding:1px 0 1px 0;
}


#mainImage {
	float:left;
	width:250px;
	margin-right:20px;
	padding:25px 0 25px 0;
}

#mainImage img { border:1px solid #B0ADD4; }

#mainCopy {
	float:left;
	width:490px;
	padding:25px 0 10px 0;
}

#mainCopy ul { list-style-type:disc; }

#footer { padding:5px 0 10px 0; }

.testimonial {
	background-color:#EBE9F4;
	border:1px solid #B5ACD9;
	padding:5px;
	margin-top:5px;
}

.testimonial cite {
	font-weight:bold;
	font-style:italic;
}

/* Typography
******************************************* */
#footer { font-size:1.1em; }
#mainCopy { font-size:1.2em; }

#footer { color:#bdbadb; }
#mainCopy, a { color:#5d55af; }
#mainCopy p,
#mainCopy h3 { margin:0 0 12px 0; }

h1, h2, h3, h4, h5, h6 { font-weight:normal; margin:0; padding:0; }
h3 { font-weight:bold; }
h1 {
	text-indent:-9999em;
	overflow:hidden;
	padding:0;
	margin:0;
	height:45px;
}

h1#h1About { background:url(../images/h1About.gif) top left no-repeat; width:166px; }
h1#h1Approach { background:url(../images/h1Approach.gif) top left no-repeat; width:181px; }
h1#h1Corporate { background:url(../images/h1Corporate.gif) top left no-repeat; width:210px; }
h1#h1Private { background:url(../images/h1Private.gif) top left no-repeat; width:210px; }
h1#h1FAQs { background:url(../images/h1FAQs.gif) top left no-repeat; width:75px; }
h1#h1Contact { background:url(../images/h1Contact.gif) top left no-repeat; width:188px; }


/* Navigation
******************************************* */

ul#mainNavigation {
	padding:25px 0 0 0;
	list-style-type:none;
	margin:0 0 0 -15px;
	position:relative;
	display:block;
}

ul#mainNavigation li {
	height:20px;
	background:url(../images/navDivider.gif) top right no-repeat;
	padding:0 15px;
	float:left;
	display:block;
}

ul#mainNavigation li a {
	display:block;
	text-indent:-9000em;
	height:15px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:top left;
}

ul#mainNavigation li#navAbout a { background-image:url(../images/navAbout.gif); width:67px; }
ul#mainNavigation li#navMyApproach a { background-image:url(../images/navMyApproach.gif); width:75px; }
ul#mainNavigation li#navCorporate a { background-image:url(../images/navCorporate.gif); width:86px; }
ul#mainNavigation li#navPrivate a { background-image:url(../images/navPrivate.gif); width:86px; }
ul#mainNavigation li#navFAQs a { background-image:url(../images/navFAQs.gif); width:30px; }
ul#mainNavigation li#navContact a { background-image:url(../images/navContact.gif); width:78px; }

ul#mainNavigation li a:hover,
ul#mainNavigation li a.activeNav {
	opacity:0.7;
	filter:alpha(opacity=70);
}

li.noBorder { background:none !important; }

/* Other classes etc
******************************************* */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

























