

/* ----- HTML TAGS ----- */

body {
    background-color: #180000;
	background-image:url(images/header-bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 80%;
	line-height: 150%;
}

body h1 {
	font-size: 150%;
	color: #cccccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body h2 {
	font-size: 120%;
	color: #cccccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

hr {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	border: none;
	height: 1px;
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
}

img {
	border: none;
}

.textBold {
    font-weight:bold;
}

.textRed {
    color:#bb0112

}

a {
    color:#efecec;
}

/* ----- END HTML TAGS ----- */

/* ----- CONTAINER TAGS ----- */

.siteContainer {
	width: 980px;
	margin: 0px auto;
	
}

.headerContainer {
	
	width: 980px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.headerLogo {
    float:left;
    padding: 0px 0px 0px 0px;
    width: 213px;
    height: 87px;
}

.headerLogoPrint 
{
    display: none;
}

.headerTag {
    float:left;
    padding: 70px 0px 5px 35px;
    font-size: 185%;
    color: #ffffff;
}

.headerYoga {
    background-image: url(/images/header-yoga.jpg);
    background-repeat:no-repeat; 
    float:right;
    padding: 0px 0px 0px 0px;
    width: 248px;
    height: 183px;
}

.headerYogaText {
    padding: 1px 30px 0px 0px;
    font-weight:bold;
    text-align:right;
    color: #efecec;
    
}

.contentContainer {
   
   width: 980px;
   margin: 0px 0px 20px 0px;
   padding: 0px 0px 0px 0px;
   float: left;
}

.leftColumn {

	float: left;
	width: 213px;
}


.menuLeftContainer {
    margin: 30px 0px 0px 0px;
    background-image: url(images/menu-bg.gif);
	background-repeat: repeat-y;
	color: #ffffff;
}


.menuBgTopMenu {
	background-image: url(images/menu-bg-top.gif);
	background-repeat: no-repeat;
	background-color: #bb0112;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;

}

.leftMenu {
	padding: 10px 0px 10px 30px;
	font-size: 120%;
}

.leftMenu a {
	color: #ffffff;
	text-decoration: none;
}

.leftMenu img {
	padding: 0px 0px 0px 15px;
}

.leftMenu a:hover {
	color: #000000;
	text-decoration: none;
}

.leftMenu ul 
{
    
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.leftMenu li 
{
    
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
	
}

.leftMenu li a 
{
    display: block;
    width: 180px;
    height: 25px;
    list-style-image:url(/images/list-bullet-under.gif);
}

.leftMenu li a:hover 
{
    
	display: block;
    width: 180px;
    height: 25px;
    list-style-image:url(/images/list-bullet-over.gif);
}

.centreColumn {
	float: left;
	width: 767px;
}

.centreColumnContent {
    padding: 10px 10px 10px 33px;

}

.centreColumnContent hr{
    margin: 40px 0px;

}


.footer {
	
	width: 980px;
	color: #bb0112;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.footer a{
	color: #bb0112;
	text-decoration: none;
	
}

.footer a:hover{
	color: #efecec;
}

.footerLeft 
{
    
    float:left;
    padding: 0px 0px 20px 245px;
}

.footerRight 
{
    font-size: 85%;
    float:right;
    padding: 0px 0px 20px 0px;
}




.clear {
	clear: both;
}



.imgFloatRight {
    float:right;
    padding: 0px 0px 10px 10px;    
}

.imgFloatLeft {
    float:left;
    padding: 0px 0px 0px 0px;    
}

.titleBar {
    background-image: url(images/titleBar.gif);
    background-repeat: no-repeat;
    padding: 5px 0px 5px 0px;
    text-indent: 10px;
    text-align:justify;   
}

.imageBox {
	color: #000000;
	border: 1px solid #b20112;
	padding: 3px 3px 3px 3px;
	
}

.popupHeaderTag {
   
    padding: 40px 0px 5px 35px;
    font-size: 200%;
    color: #ffffff;
}

.popup {
    
    padding: 40px 35px 0px 35px;
}

/* ----- END CONTAINER TAGS ----- */


/* ----- FORMATTING -----*/
/* these styles are general formatting */

.clear {
    clear: both;
}

.text {
	font-weight: normal;
}

.textB {
	font-weight: bold;
}

.textI{
	font-style: italic;
}

.textU {
	text-decoration: underline;
}

.textSmaller {
	font-size: 90%;
}

.textAlignLeft {
    text-align: left;
}

.textAlignRight {
    text-align: right;
}

.textAlignCentre {
    text-align: center;
}

.verticalAlignTop {
    vertical-align: top;
}

.verticalAlignMiddle {
    vertical-align: middle;
}

.verticalAlignBottom {
    vertical-align: bottom;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.noBullet {
	list-style-type: none;
}

.displayBlock {
    display: block;   
}

.displayInline {
    display: inline;   
}

.pSpacer {
    height: 20px;
}

/* ----- END FORMATTING -----*/

/* ********************************************************************* */






