@charset "UTF-8";
/* @Author Martin Magana */
/* @DateCreated October 8, 2009 */
/* @Version 10.09.2009.13.26 */
body {
	background-image: url(../../images/background.jpg);
	background-repeat: repeat;
	margin:0;
}
#container_root {
	left: 0px;
	top: 0px;
	width: 800px;	/*WIDTH OF WEB PAGE LAYOUT... EXTENDS RIGHT*/
	min-height: 600px;
	margin: 0;
}
#container_main {	/*FONT SETTINGS FOR EDITABLE CONTENT*/
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14.4px;
}
#navheader {
	background-color: #C5A51C;
	height: 100px;
	margin: 0;
}
#main p {
 margin: 0;
}
.mcp {
	margin: 0;
}
#contact_info {
	text-align:right;
	margin:0;
	color: #3333FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height:14.4px;
	
}
.psuedolink{
	position: absolute;
	cursor: pointer;
}
#emaillink {
	top: 173px;
	left: 16px;
	width: 171px;
	height: 16px;
}

#homelink {
	left: 305px;
	top: 5px;
	width:250px;
	height:20px;
	z-index: 2;
}
#equipmentlink {
	left: 305px;
	top: 28px;
	width:250px;
	height:20px;
	z-index: 2;
}
#partslink {
	left: 305px;
	top: 52px;
	width:250px;
	height:20px;
	z-index: 2;
}
#aboutlink {
	left: 305px;
	top: 75px;
	width:250px;
	height:20px;
	z-index: 2;
}
#main {
	padding-top: 10px;
}
#container_contact {
	padding-top: 10px;
}
