/* Start of CMSMS style sheet 'MainStyle' */
/* CSS Document */
/*--Author: Kent Heberling -*/
/*--November 2006-----------*/

body
{
padding: 0px;
margin: 0px;
}
/*---------------------------------------------------------------*/
/*---------Navigation Section------------------------------------*/
/*---------------------------------------------------------------*/
#nav, #nav ul {
  margin: 0;
	padding: 0;
  margin: 0;
	list-style: none;
	font-family	:Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#nav a {
	display: block;
	width: 105px;
	background: url(http://www.thewashingmachineman.com/images/bg.jpg);
	/* padding: 3px; */
	padding-top: 5px;
	padding-bottom: 5px;
	/* padding-right: 0px;
	padding-left: 2px;*/
	color:#000000;
	text-decoration: none;
	text-align: center;
}



#nav a:hover {
	display: block;
	width: 105px;
	background-image: url(http://www.thewashingmachineman.com/images/bg2.jpg);
	color:#FFFFFF;
	text-decoration: none; }	
	

#nav li {
	float: left;
	width: 105px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-top: 121px;
}

/* #nav li ul {
	position: absolute;
	width: 105px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}*/


/*---------------------------------------------------------------*/
/*---------Content Boxes-----------------------------------------*/
/*---------------------------------------------------------------*/

#content
{
margin: auto;
margin-top: -8px;
width: 798px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

#maincontent
{
padding: 0px;
font-family	:Verdana, Helvetica, Arial, sans-serif;
font-size	:11px;
color: #000000;
background-image: url(http://www.thewashingmachineman.com/images/main-bg.jpg);
}

#topnav
{
margin-top: -20px;
margin-left: 0px;
}

#header
{
background-image: url(http://www.thewashingmachineman.com/images/top-bg.jpg);
clear:both;
width: 798px;
height: 126px;
margin: auto;
font-family: Verdana, Helvetica, Arial, sans-serif;

border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}

#footer 
{
background-image: url(http://www.thewashingmachineman.com/images/bottom-bg.jpg);
clear:both;
width: 778px;
height: 30px;
margin: auto;
font-family	:Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #000000;
padding: 10px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}

#footer-left
{ 
width: 165px;
float:left;
}

#footer-center
{ 
/*width:428px;*/
width:400px;
float:left;
text-align: center;
}

#footer-right
{ 
width:185px;
float:left; 
text-align: right;
}

#text-header
{margin-left: 0px; }

body
{ background: 	#cccccc;}

/*363E36*/



/*---------------------------------------------------------------*/
/*---------Text and Such-----------------------------------------*/
/*---------------------------------------------------------------*/
hr
{ width: 650px;}

h2
{ text-align: center;
color: #FFFFFF;
}

#h3
{
color: #4f7992;
font-weight: bold;
font-size: 13px;
}

#h1
{
color: #4f7992;
font-weight: bold;
font-size: 15px;
}

a:link {color: #4f7992;
text-decoration: none;
font-weight: bold; }
a:visited {color: #4f7992;
text-decoration: none;
font-weight: bold;  }
a:hover {color: #4f7992;
text-decoration: underline;}
a:active {color: #4f7992;
text-decoration: underline; }

.hidden
{
display: none;
}

/* End of 'MainStyle' */

