/* CSS Document */

body {
	margin:0;
	padding:0;
	background: #fff url(../images/tile.gif) repeat-x;
	background-position: 0 141px;
	font:12px Arial, Helvetica, sans-serif;
	color:#51A17B;

}

a {text-decoration:none; color:#51A17B;}
a:hover {color:#A95454; text-decoration:underline;}


p, ul, li, h1, div, img {margin:0; padding:0;}
li {color:#4D5451;}


#wrap {
	width:675px; height:auto;
	margin:0 auto;
	position:relative;
}

#img {	
	width:675px; height:367px;
	background: url('../images/truck.jpg') no-repeat right;
	margin-top:-82px;
}

#header {
	width:188px; height:123px;
	background:url('../images/logo.jpg') no-repeat left;
}


#navigation {
	width:195px; height:157px;
	float:left;
	margin-top:100px;
}






	
#content {
	width:675px; height:auto;
	clear:none;
	position:relative;
	
	margin-top:-67px;
	
}


#content p {
	font:12px Arial, Helvetica, sans-serif;
	color:#4D5451;
	padding:10px;
	

}


#footer {
	width:675px; height:76px;
	
	margin:0 auto; border-top:1px solid #C5D9CF;

}

#footer p {
	margin:10px;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
		color:#51A17B;
}




#nav {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	

}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;



 }

#nav a {
	float: left;
	clear:left;
	padding:22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	text-indent:-999px;
		}

#nav a:hover {
	background-position: 0 -22px;
	}


#mhome a  {
	width: 54px; margin-top:10px;
	background: url('../images/home.jpg') no-repeat;
	}

#mprof a  {
	width: 60px;
	background: url('../images/prof.jpg') no-repeat;
	}


#mtrans a  {
	width: 135px;
	background: url('../images/trans.jpg') no-repeat;
	}


#mcont a  {
	width: 196px;
	background: url('../images/cont.jpg') no-repeat;
	}

#mstor a  {
	width: 165px;
	background: url('../images/stor.jpg') no-repeat;
	}
	
#mcontact a  {
	width: 69px;
	background: url('../images/contact.jpg') no-repeat;
	}


#general {
	margin-left:25px;
	margin-top:20px;
	margin-bottom:20px;
	list-style-image: url('../images/arrow.jpg');
}

#general li {
	padding-left:5px; 
	
}














	
