/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #612e10;
	margin: 0px;
}

a:link {
	color: #ba581f;
	text-decoration: none;
}
a:visited {
	color: #ba581f;
	text-decoration: none;
}
a:hover {
	color: #f5882c;
	text-decoration: underline;
}
a:active {
	color: #ba581f;
	text-decoration: none;
}

.company {
	color: #BB581F;
	font-weight: bold;
	text-transform: uppercase;
}

/* Navigation top */

#menubase {
   margin: 0; 
   padding: 0; 
   position: relative;
   float: none;
   width: 378px; 
   height: 32px; 
   background: url(/images/menu.gif) no-repeat; 
   z-index: 10;}

#menubase li {
	list-style: none; 
	display: inline;
}

#menubase li a {
	display: block; 
	position: absolute; 
	top: 0; 
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	height: 32px;
	voice-family: "\"}\""; 
	voice-family: inherit;

} #menubase {}

#menubase a:hover {background: url(/images/menu.gif) no-repeat;}

#home a {width:77px; left: 7px;}

#menubase #home a:hover {background-position: -7px -32px;}

#services a {width: 96px; left: 78px;}

#menubase #services a:hover {background-position: -78px -32px;}

#about a {width: 102px; left: 174px;}

#menubase #about a:hover {background-position: -174px -32px;}

#contact a {width: 96px; left: 276px;}

#menubase #contact a:hover {background-position: -276px -32px;}


/* end menu */
