/*    Style Sheet for Michael Thomas Hair Salon  */


/*
	Standard font for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: verdana, arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #222222;
	background-repeat: repeat-x;
}



/*
	Standard paragraph style
*/

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	margin-top: 0px;
	color: #ececec;
	line-height: 1.5em;
	text-align: left;
}


li
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	margin-top: 0px;
	color: #ffffff;
	line-height: 1.3em;
	text-align: left;
}




/*
	Links
*/


a:link { 
	color: #7fa287; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}

a:visited { 
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline; 
	} 

a:active { 
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a:hover { 
	color: #ffffff; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 



/*
	Right-Aligned links (BP)
*/
a:rightalign:link { 
	color: #7fa287; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;  
	}

a:rightalign:visited { 
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline; 
	} 

a:rightalign:active { 
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline; 
	} 

a:rightalign:hover { 
	color: #ffffff; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 




/*
	Main Menu links (BP)
*/


a.menu:link { 
	color: #bbbbbb; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-weight: bold;
	font-size: 1em; 
	text-decoration: none;  
	}

a.menu:visited { 
	color: #989898; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-weight: bold;
	font-size: 1em; 
	text-decoration: none; 
	} 

a.menu:active { 
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-weight: bold;
	font-size: 1em; 
	text-decoration: none; 
	} 

a.menu:hover { 
	color: #ffffff; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em; 
	text-decoration: none;
	} 




/*
	Headings
*/

h1
{
	font-weight: bold;
	font-size: 0.6em;
	color: #7fa287;
        margin-top: 10px;
}

h1.left-header
{
	font-weight: normal;
	font-size: 0.6em;
	color: #7fa287;
	margin-left: 15px;
}

h2
{
	font-size: 0.6em;
	color: #ffffff;
	padding-top: 9px;
}



/*
	Main Table - sets the background color for the content area (BP)
*/

.maintable 
{
	
}



/*
	Menu Table & Cell - controls the look of the Menu (BP)
*/

.menutable 
{
	height: 25px;	
	width: 800px;
	font-size: 0.7em;
	background-color: #444444;
	
}

.menucell
{
  padding-left: 15px;
}





/*
	Services Table & Cells - controls the look of the Services "Menu" (BP)
*/

.servicestable 
{
	height: 25px;	
	width: 525px;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #ececec;

	
}

.servicestableheader
{
	color: #000000;
	font-weight: bold;
	text-align: center;
	background-color: #eeeeee;
}






/*
	Left hand column on homepage (BP)
*/

.home-leftcolumn 
{
	width: 276px;
	height: 600px;
	background-repeat: no-repeat;
	padding-top: 10px;
}

p.left-text
{
	font-size: 0.6em;
	margin-left: 15px;
	margin-right: 20px;
	color: #999999;
}



/*
	Right-hand Column on homepage (BP)
*/

.home-rightcolumn 
{
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 10px;
}

p.rightcolumn-featuredtext
{
	font-size: 0.6em;
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
}

p.rightalign-link
{
	font-size: 0.6em;
	text-align: right;
	padding-right: 5px;

}




/*
	Left hand column on sub-page
*/

.page-left 
{
	width: 276px;
	height: 300px;
	background-repeat: no-repeat;
}


/*
	Right hand column on sub-page
*/

.page-right 
{
	padding-right: 75px;
}




/*
	Page footer area
*/


p.footer
{
        text-align: center;
	margin-top: 0px;
	padding-top: 30px;
	color: #666666;
	font-size: 0.6em;
	margin-bottom: 20px;
}

p.footer a
{
	color: #EA922B;
	font-size: 1em;
}




/*
	Standard images
*/

img
{
	border: none;
}





/*
	Frontpage layout elements - Text
*/

.text
{
	padding-right: 20px;
	text-align: left;
}




