/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #db763a;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #db763a;
}

body{
	background: #ad4000 url(images/cloudsBlue.gif);
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 auto;
	padding: 0px;
}


#heading{
	height: 61px;
	clear: both;
	margin: 0 auto;
	padding-top: 40px;
	background: url(images/footer.jpg) repeat-x top;			
}

#heading p {
	margin: 0;
	font-size: 32px;
	font-style: italic;
	font-family: Comic Sans MS;
	font-weight: bold;
	text-align: center;
	color: #330000;
}



#left{
	float: left;
	width: 246px;
}

#left a{
	color: #f5dccd;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#left a:hover{
	color: #000000;
}

#lefttop{
	height: 8px;
}


#left H3{
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #330000;
	width: 246px;
	height: 34px;
	padding-left: 25px;
	padding-top: 5px;
	margin-left: 8px;
}

#left ul {
	list-style: none;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#left ul li{
	height: 20px;
	margin-top: 4px;
}

#categories ul li{
	background: url(images/ls1.jpg) no-repeat top left;
	padding-left: 15px;
	padding-top: 1px;
}

#partners ul li{
	background: url(images/ls1.jpg) no-repeat top left;
	padding-left: 15px;
	padding-top: 1px;
}

#services ul li{
	background: url(images/ls1.jpg) no-repeat top left;
	padding-left: 15px;
	padding-top: 1px;
}


#resources ul li{
	background: url(images/ls1.jpg) no-repeat top left;
	padding-left: 15px;
	padding-top: 1px;
}




#menu{
	width: 1100px;
	height: 80px;
	margin: 0 auto;
}

#menu ul {
	list-style: none;
	padding: 0px;	
}

#menu li {
	list-style: none;
	padding: 0px;	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 135px;
	height: 50px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 30px;
	font-size: 14px;
	text-transform: uppercase;
}

#menu a:hover{
	color: #ffffff;
	background: url(images/menuhov.jpg) no-repeat;
}

.coach p {
	margin: 20px;
	font-size: 20px;
	font-style: italic;
	font-family: Comic Sans MS;
	font-weight: bold;
	text-align: left;
	color: #330000;
}

#products{
	width: 1000px;
	margin: 0 auto;
	clear:both;
	background: #9999FF;
	margin-top: 15px;
}


#right{
	float: center;
	width: 567px;
}

*/