@charset "utf-8";
/* Mach Logistics
	www.MachLogistics.com
	Home Page CSS
	June 2008 */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/mach-logistics-header2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h1 {
	font-size: 120%;
	color: #192883;
}

h2 {
}

h3 {
	font-size: 100%;
	color: #071470;
}

#wrapper {

}

#top-wrapper {
	height: 333px;
	margin: 0px;
	padding: 0px;
}

#logo-wrapper {
	background-image: url(../images/mach-logistics-logo2.png);
	background-repeat: no-repeat;
	height: 164px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#logo-box {
	float: left;
	width: 670px;
	margin-left: 175px;
	margin-top: 50px;
}

#nav-wrapper {
	background-image: url(../images/nav-bg2.jpg);
	background-repeat: repeat-x;
	height: 91px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

#main-nav {
	height: 80px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 6px;
}


#content-box {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}

#content-box a:link {
	color: #333333;
}

#content a:visited {
	color: #000000;
}

#content-box a:hover {
	color: #0000CC;
}

#left-column {
	float: left;
	width: 485px;
	padding-bottom: 5px;
}

#right-column {
	float: right;
	width: 350px;
}


#footer-wrapper {
	background-image: url(../images/footer-bg-2.jpg);
	background-repeat: repeat-x;
	height: 200px;
	clear: both;
	background-color: #000000;
}

#contact-info-box {
	font-size: 90%;
	color: #FFFFFF;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	padding-top: 5px;
}

#contact-info-box a:link, #contact-info-box a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#contact-info-box a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #959ed5;
}

#footer-text {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	font-size: 85%;
	padding-top: 10px;
	text-align: center;
}

#footer-text a:link, #footer-text a:visited {
	color: #666666;
	text-decoration: none;
}

#footer-text a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #959ED5;
}


.floatleft {
}

.floatright {
	margin: 5px;
	float: right;
}

.clearit {
	clear: both;
}
