@charset "utf-8";
/* CSS Document */
/*TAB MENU
	PUT ID'S IN LINKS (a) IN CODE OF BODY
	USE ONE IMAGE IN a AND MOVE VERTICALLY FOR HOVER
*/

#menu {
/*USE THIS TO MOVE THE ENTIRE MENU*/
	/*margin-left:21px;*/
}

#menu li{
	display:inline;
}

#menu a{
	width:189px;
	display: block;
	float: left;
}

#menu a:hover {
	background-position: 0px -81px;
}

#home {
	background-image: url(../images/home_tab2.gif);
	display: block;
	line-height: 81px;
	width: 189px;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#process {
	background-image: url(../images/process_tab2.gif);
	display: block;
	line-height: 81px;
	width: 189px;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#gallery {
	background-image: url(../images/gallery_tab2.gif);
	display: block;
	line-height: 81px;
	width: 189px;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#contact {
	background-image: url(../images/contact_tab2.gif);
	display: block;
	line-height: 81px;
	width: 189px;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

/***********
FOOTER MENU*
***********/

#footer_menu ul {
	margin: 0px;
	padding: 0px;
	margin-left: 280px;
}

#footer_menu li{
	display:inline;

}

#footer_menu a{	
	display: block;
	float: left;
	padding-left: 5px;
}