@charset "UTF-8";
/* Bikram Yoga Kitchener - Waterloo */

html { font-size: 100%; }

body {
	background: #C80000 top center repeat-y;
	margin: 0;
	padding: 0;
	font-family : Helvetica, sans-serif;
	font-size: 7.5pt;
	color:#000000;
	text-align:justify;
	 } 
	 
div.scroll {
height: 485px;
width: 475px;
overflow: auto;
background-color: #FFF;
padding: 5px;
padding-left: 0px;
}

.testimonial {
font-weight: normal;
list-style: none;
padding-left: 0px;

}

/* Link styling */

a {
	color: #990000;
}

a:hover {
color: #000;
}

#main a:hover {
color: #000000;
}

/* Header 2 */


h2 {
	font-family:Helvetica, sans-serif;
	padding-left:0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size:11px;
	border-bottom: 1px solid #666666;
	color: #000000;
	text-align:left;
	}
	
#big {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:24px;
	color: #FFF;
	text-align: center;
	line-height:normal;
	}

.bigg {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color: #000;
	
	line-height:normal;
	}


#big a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:24px;
	color: #FFF;
	text-align: center;
	line-height:normal;
}



/* defines comment boxes and button */

textarea, input, select {
	background: none;
	cursor: text;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color:#C80000;
	border-color: #C80000;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

/* container for all content */

#container {
width: 1000px;
margin: 0 auto 0 auto;
text-align: left;
}

#positioning {
width: 1000px;
margin: 0 auto 0 auto;
text-align: left;
}

/* header with body space and sidebar */

#head-body {
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 621px;
	background:url('images/body.jpg') center;
	background-repeat: no-repeat;
		
  }



/* side menu */

#side {
	text-align: left;
	margin: 80px 0 0 40px;
	color: #FFFFFF;
	font-size: 11px;
	float: left;
	display: inline;
	}


/* main content area */

#main {
width: 475px;
margin: 80px 169px 0 0;
float: right;
position: relative;
display: inline;
text-align:justify;
}

/* News Area */

#news {
	width: 160px;
	float: left;
	margin: 80px 0 0 30px;
	text-align: justify;
	color: #000000;
	position: relative;
	display: inline;
	
	}

#news a {
color: #000;
text-decoration: none;
}


/* menu madness */

#menu {
	width: 100px;
	float: left;
	text-align: right;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-size: 11px;
	position: relative;
	display: inline;
	}

#menu li {
margin-bottom: 8px;
list-style-type: none; /* removes the bullet point */
}

#menu li a {
color: #FFFFFF;
display: block;
text-decoration: none;
clear: right;
}

#menu li a:hover {
color: #000;
}

/* cuts off all hanging floating elemts ready for a full width column */

.clear {
clear: both;
}

/* annoying footer text alignment ugh */

#foottext {

	color: #FFFFFF;
	float: left;
	margin: 17px 0 0 730px;
	font-size: 8px;
	position: relative;
	
}

#foottext a {
	color: #FFFFFF;
	text-decoration: none;
}


#addressfoot {
	width: 225px;
	color: #C80000;
	float: right;
	margin: 0px 290px 0 0;
	text-decoration: none;
	font-size: 9px;
	text-align: center;
	display:inline;
	}

#addressfoot a {

color: #C80000;
}

/* expander */

#expander {
	background: url('images/expander.jpg') repeat-y bottom;
	width: 800px;
	height: 90px;
	}

/* footer image/alignment */

#footer {
	margin: 0 auto 0 auto;
	text-align:right;
	width: 1000px;
	height: 79px;
	background:url('images/footer.jpg') no-repeat center bottom;
		}

img {
border: 0px;
}

table.border {
border: thin;
display: inline-table;
}

ul.promos 
{list-style: square;}

ul.mainpromo
{font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:24px;
	color: #FFF;
	text-align: center;
	line-height:normal;
list-style: none;
}

u
{text-decoration: line-through;}

#red {color:#C80000; }

.red {color:#C80000; }

.right {
float: right;
}

.reg {
	text-decoration: underline;
}