/* CSS Document */

body
{
	font-size: 12px;
	color: #666;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.noDisplay
{
	display: none;
}

#wrapper
{
	text-align: left;
	margin: 0 auto;
	width: 900px;
	background: red;
	background: url(../images/abcTraining.jpg) top left no-repeat white;
	height: 600px;
	
}

#left
{
	width: 390px;
	padding: 600px 20px 0 0;
	text-align: center;
	float: left;
}

#left #logoButton
{
	width: 145px;
	margin: 0 auto;
	text-align: center;
}

#left #logoButton a
{
	color: white;
	display: block;
	padding: 15px 0 20px 0 ;
	text-decoration: none;
	text-transform: uppercase;
}

#left #logoButton a:hover
{
	color: #555;
}

#left #logoButton:hover a
{
	color: #555;
}

#left #logoButton .sb-inner{background: #677a4d;}
#left #logoButton:hover .sb-inner{background: #b9caa3;}

#right 
{
	float: left;
	padding: 150px 0 0 0;
}

#mainMenu li
{
	 height: 37px;
	 margin: 0 0 37px 0;
}

#mainMenu li li
{
	 height: 17px;
	 margin: 0;
}

#mainMenu li b{display: none;}

#mainMenu li a
{
	height: 100%;
	width: 100%;
	display: block;
}

#mainMenu #home{background: url('../images/menuSprite.jpg') 0px -222px no-repeat white; width: 160px}
#mainMenu #home:hover, #mainMenu #home.selected{background: url('../images/menuSprite.jpg') 0px -259px no-repeat white;}

#mainMenu #about{background: url('../images/menuSprite.jpg') 0px -74px no-repeat white; width: 185px}
#mainMenu #about:hover, #mainMenu #about.selected{background: url('../images/menuSprite.jpg') 0px -111px no-repeat white;}

#mainMenu #contact{background: url('../images/menuSprite.jpg') 0px -148px no-repeat white; width: 250px}
#mainMenu #contact:hover, #mainMenu #contact.selected{background: url('../images/menuSprite.jpg') 0px -185px no-repeat white;}

#bottom
{
	float: left;
	width: 350px;
	text-align: justify
}

#bottom form label
{
	display: block;
	width: 75px;
}

#bottom form input
{
	margin: 0 0 10px 0;
	width: 200px;
}

#bottom textarea
{
	width: 200px;
	height: 100px;
}

#bottom .submit
{
	clear: both;
	display: block;
	margin: 20px 0 0 130px;
	width: auto;
	padding: 3px 8px;
	color: white;
	background-color: #677a4d;
}