/******************************************************************************/
/*       <link href="css/styles.css" type="text/css" rel="stylesheet" />      */
/******************************************************************************/
/*               styles for themethodpilates.ca           2008                */
/******************************************************************************/ 
@import url("reset.css");


HTML, BODY, #basic{
	height: 100%;
}


#basis{
	margin: 0px 0px 0px 30px;
	width: 970px;	/* width of basis */
	margin-bottom: -50px;
	display: table;
	height: auto;
	height: 100%;
	min-height: 100%;
}

#main{
	height: 100%;
}

#header{
	height: 135px;	/* height of header */
}

#content
{
}
#left{
	width: 160px;	/* width of left column */
	float: left;
}
#center{
	width: 576px;	/* width of center column */
	float: right;
}

#footer{
	width: 970px;	/* width of basis */
	margin: auto;
	height: 50px;	/* height of footer */
}


/*needed to make room for footer*/
#clearfooter{
	clear: both;
	height: 50px;	/* height of footer */
}
* > HTML #clearfooter {
	float: left;
	width: 100%;
}/* ie mac styles */


/*** standard classes ***********************************************************************************************/
.separator1{
	height: 1px;
	font-size: 1px;
	display: block;
}
.separator2{
	height: 2px;
	font-size: 1px;
	display: block;
}
.separator3{
	height: 3px;
	font-size: 1px;
	display: block;
}
.separator5{
	height: 5px;
	font-size: 1px;
	display: block;
}
.separator10{
	height: 10px;
	font-size: 1px;
	display: block;
}
.separator20{
	height: 20px;
	font-size: 1px;
	display: block;
}
.separator50{
	height: 50px;
	font-size: 1px;
	display: block;
}

.clear{
	clear:both;
	display: block;
}






/*** follow sections can edit *****************************************************************************/
BODY
{
	background-color: #889ebf;
	/*background-image: url(../images/body-bg.gif);*/
	behavior: url("js/csshover.htc");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
B, STRONG { font-weight: bold; }
I, EM { font-style: italic; }


#basis
{
	width: 746px;
}

/*** header **************************************************************/
#header
{
	position: relative;
}
A#logo,
A:visited#logo,
A:hover#logo
{
	text-decoration: none;
	position: absolute;
	top: 60px;
	left: 0px;
	width: 330px;
	height: 65px;
	display: block;
}
A#logo IMG
{
	width: 330px;
	height: 65px;
}



#header UL
{
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 113px;
	left: 420px;
}
#header UL LI
{
	padding: 0px 0px 0px 7px;
	margin: 0px 0px 0px 7px;
	border-left: 1px solid #ffffff;
	float: left;
}
#header UL LI.first
{
	border: none;
}
#header UL LI A
{
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
}
#header UL LI A:hover
{
	color: #000000;
}




/*** left *************************************************************/
#left UL
{
	width: 160px;
	padding: 0px 0px 0px 0px;
}
#left UL LI
{
	padding: 8px 0px 8px 0px;
	text-align: right;
}
#left UL LI A
{
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
}
#left UL LI A:hover
{
	color: #000000;
}

#left .line
{
	font-size: 0px;
	height: 10px;
	border-bottom: 1px solid #eafbff;
	margin-bottom: 5px;
}


/*** center ***********************************************************/
#center
{
}
#center .topside,
#center .bottomside
{
	background-image: url(../images/center-top-bg.gif);
	background-repeat: no-repeat;
	width: 576px;
	height: 9px;
	font-size: 0px;
	position: relative;
}
#center .bottomside { background-image: url(../images/center-bottom-bg.gif);}
#content
{
	padding: 10px 15px 10px 15px;
	background-color: #ffffff;
	position: relative;
	color: #666666;
}
#content IMG.left
{
	float: left;
	margin: 0px 15px 0px -13px;
	position: relative;
}



#content H1
{
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #000000;
}
#content H2
{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #990000;
}
H3
{
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px 3px 0px;
	color: #666666;
}
#content H1 EM,
#content H2 EM,
#content H3 EM
{
	font-weight: bold;
}
#content P
{
	padding: 5px 0px 10px 0px;
	line-height: 16px;
}
#content P CITE
{
	text-align: center;
	display: block;
	font-style: italic;
}
#content P A,
#content P A:visited
{
	color: #111196;
	text-decoration: underline;
}
#content P A:hover
{
	color: #000000;
}



#content A.red,
#content A:visited.red
{
	color: #b3240f;
	text-decoration: underline;
}
#content A:hover.red
{
	color: #000000;
}



.red,
H1.red,
H2.red,
H3.red,
H1.red A,
H2.red A,
H3.red A
{
	color: #b3240f;
}
.blue,
#content A.blue,
#content A:visited.blue,
H1.blue,
H2.blue,
H3.blue,
H1.blue A,
H2.blue A,
H3.blue A
{
	color: #000f95;
	text-decoration: none;
}
.orange,
#content A.orange,
#content A:visited.orange,
H1.orange,
H2.orange,
H3.orange,
H1.orange A,
H2.orange A,
H3.orange A
{
	color: #ffbf00;
}


#content A:hover.blue,
#content A:hover.orange,
#content A:hover.red
{
	color: #000000;
}








#content UL

{

	padding: 0px 0px 10px 0px;

}

#content UL LI

{

	background-image: url(../images/li.gif);

	background-repeat: no-repeat;

	background-position: 0px 5px;

	padding: 0px 0px 1px 15px;

}



#content OL

{

	margin: 0px 0px 10px 20px;

	list-style-type: decimal;

}

#content OL LI

{

	padding-bottom: 1px;

}



















H1 A,

H2 A,

H3 A

{

	text-decoration: none;

}











/*** clearfooter *********************************************************/

#clearfooter

{

	text-align: right;

	color: #ffffff;

	height: 35px;

	padding-top: 15px;

}

#clearfooter SMALL,

#clearfooter SMALL A,

#clearfooter SMALL A:visited

{

	font-size: 10px;

	color: #ffffff;

	text-decoration: none;

}

#clearfooter SMALL A:hover

{

	text-decoration: underline;

}







/*** footer **************************************************************/

#footer

{

	display: none;

}











A.QE_Link

{

	display: none !important;

}





/*** index **********************************/

BODY#index #content P

{

	padding-bottom: 8px;

	padding-top: 3px;

	line-height: 14px;

}



/*** sitemap **********************************/

BODY#sitemap #content UL

{

	padding: 0px;

	margin: 0px;

}

BODY#sitemap #content UL LI

{

	background-image: url(../images/icon-document.gif);

	background-repeat: no-repeat;

	background-position: 0px 0px;

	padding: 0px 0px 5px 20px;

}

BODY#sitemap #content UL LI A,

BODY#sitemap #content UL LI A:visited

{

	color: #666666;

}

BODY#sitemap #content UL LI A:hover

{

	color: #000000;

}











/*** tblCourses **********************************/

/*

#content H2.fortblCourses

{

	color: #ffffff;

	background-image: url(../images/h2-tbl-courses.gif);

	background-repeat: no-repeat;

	text-align: center;

	width: 538px;

	height: 21px;

	padding: 0px;

	padding-top: 5px;

	margin: 0px 0px 0px 0px;

}

.tblCourses

{

	border: 1px solid #afbdd2;

	width: 538px;

	background-color: #ffffff;

	border-collapse: separate;

	border-spacing: 7px;

}

.tblCourses TD

{

	padding: 7px;

	vertical-align: top;

}

.tblCourses TD.tdBlue

{

	background-color: #f0f3f7;

	width: 60%;

}

.tblCourses TD.tdGray

{

	background-color: #ebebeb;

}

.tblCourses TD A,

.tblCourses TD A:visited

{

	color: #000f95;

}

.tblCourses TD A:hover

{

	color: #000000;

}



.tblCourses TD.tdBlue H4

{

	float: left;

	width: 150px;

	color: #000f95;

}

.tblCourses TD.tdGray H4

{

	color: #000f95;

}



#content .tblCourses TD.tdBlue P

{

	float: right;

	width: 150px;

	padding: 0px;

	margin: 0px;

}

*/



/*** tblCourses **********************************/

#content H2.fortblCourses

{

	color: #ffffff;

	background-image: url(../images/h2-tbl-courses.gif);

	background-repeat: no-repeat;

	text-align: center;

	width: 538px;

	height: 21px;

	padding: 0px;

	padding-top: 5px;

	margin: 0px 0px 0px 0px;

}

.tblCourses

{

	border: 1px solid #afbdd2;

	width: 516px;

	background-color: #ffffff;

	padding: 10px;

}

#center .tblCourses P

{

	padding: 0px 0px 0px 0px;

}

.courses

{

	margin: 0px 0px 10px 0px;

	background-image: url(../images/courses-right-bg.gif);

	background-repeat: repeat-y;

	background-position: 100% 0px;

	border: 1px solid #ffffff;

}

.courses .coursesLeft

{

	float: left;

	width: 307px;

}

.courses .coursesRight

{

	float: right;

	width: 177px;

	padding: 10px;

	border-top: 10px solid #ffffff;

}

.courses .tdBlue

{

	background-color: #f0f3f7;

	padding: 10px;

	border-top: 10px solid #ffffff;

}

.tblCourses A,

.tblCourses A:visited

{

	color: #000f95;

}

.tblCourses A:hover

{

	color: #000000;

}



.tblCourses .tdBlue H4

{

	float: left;

	width: 130px;

	color: #000f95;

}

.tblCourses .coursesRight H4

{

	color: #000f95;

}



#content .tblCourses .tdBlue P

{

	float: right;

	width: 150px;

	padding: 0px;

	margin: 0px;

}









/*** testimonials *****************************/

.testimonials

{

	width: 545px;

	margin: auto;

}

.testimonials .top

{

	font-size: 0px;

	display: block;

}

.testimonials DL .content

{

	padding: 0px 10px 10px 10px;

	background-color: #eff3f8;

	border-left: 1px solid #afbdd2;

	border-right: 1px solid #afbdd2;

	display: block;

}

.testimonials DL DD

{

	background-image: url(../images/testimonials-bottom.gif);

	height: 18px;

	padding: 2px 0px 0px 10px;

	margin-bottom: 10px;

}

.testimonials DL DD STRONG

{

	background-image: url(../images/testimonials-line.gif);

	background-repeat: no-repeat;

	background-position: 100% 0px;

	padding: 0px 10px 0px 0px;

	margin: 0px 10px 0px 0px;

	color: #3f6193;

}

.testimonials DL A,

.testimonials DL A:visited

{

	color: #3f6193;

	text-decoration: none;

}

.testimonials DL A:hover

{

	color: #000000;

	text-decoration: underline;

}





/*** testimonials-266px *************************/

.testimonials266px

{

	width: 266px;

	display: block;

}

.testimonials266px .top

{

	font-size: 0px;

	display: block;

}

.testimonials266px DL .content

{

	padding: 0px 10px 10px 10px;

	background-color: #eff3f8;

	border-left: 1px solid #afbdd2;

	border-right: 1px solid #afbdd2;

	display: block;

}

.testimonials266px DL DD

{

	background-image: url(../images/testimonials-bottom-266px.gif);

	background-repeat: no-repeat;

	height: 18px;

	padding: 2px 0px 0px 10px;

	margin-bottom: 10px;

}

.testimonials266px DL DD STRONG

{

	background-image: url(../images/testimonials-line.gif);

	background-repeat: no-repeat;

	background-position: 100% 0px;

	padding: 0px 10px 0px 0px;

	margin: 0px 10px 0px 0px;

	color: #3f6193;

}

.testimonials266px DL A,

.testimonials266px DL A:visited

{

	color: #3f6193;

	text-decoration: none;

}

.testimonials266px DL A:hover

{

	color: #000000;

	text-decoration: underline;

}





.left
{
	float: left;
	margin-right: 10px;
}
.right
{
	float: right;
	margin-left: 10px;
}





/*** rssBox *********************************************************************/
#rssBox
{
	position: absolute;
	top: 150px;
	left: 776px;
	width: 201px;
	background-color: #ffffff;
	background-image: url(../images/rss-box-gr-bg.gif);
	background-repeat: repeat-y;
	display: none;
}
#rssBox .logo
{
	position: absolute;
	top: -8px;
	left: 10px;
}
#rssBox .logo IMG
{
	width: 67px;
	height: 45px;
}
#rssBox H1
{
	padding: 5px 0px 0px 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #20396e;
	margin: 0px;
	background-image: url(../images/rss-box-h1-bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	height: 30px;
}
#rssBox .headers
{
	display: none;
}

#rssBox #feedcontainer
{
	padding: 0px 0px 0px 0px;
	background-image: url(../images/rss-feedcontainer-bg.gif);
	background-repeat: repeat-y;
	background-position: 100% 0px;
}
#rssBox .rssarea
{
	background-image: url(../images/rss-rssarea-bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	padding: 10px 0px 0px 0px;
}

#rssBox .feeditem
{
	border-bottom: 1px solid #e2e2e2;
	padding: 5px 0px 5px 10px;
	margin: 0px 25px 0px 10px;
	background-image: url(../images/rss-li-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
}
#rssBox .feeditem H3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}
#rssBox .feeditem H3 A,
#rssBox .feeditem H3 A:visited
{
	color: #20396e;
	text-decoration: none;
}
#rssBox .feeditem H3 A:hover
{
	text-decoration: underline;
	color: #000000;
}
#rssBox .feeditem .descr
{
	display: none;
}
#rssBox .rssarea
{
	background-image: url(../images/rss-rssarea-bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}
#rssBox .bottom
{
	font-size: 0px;
	background-image: url(../images/rss-bottom.gif);
	background-repeat: no-repeat;
	width: 201px;
	height: 11px;
}
#rssBox A.rss
{
	display: block;
	width: 27px;
	height: 25px;
	position: absolute;
	top: 3px;
	left: 173px;
}

































