/*****************************************************
*                                                    *
*   CSS file of http://www.freightmanagerpro.com     *
*   Copyright (c) Freight Manager Pro, 2008.         *
*   Designed and created by Michael Tabor            *
*                                                    *
******************************************************/
body { margin: 0px; padding: 0px;
	font: small Arial, Helvetica, sans-serif;
	}
/* mac hide \*/
html, body {height:100%}
/* end hide */
#bodyContainer {
	padding: 0px;
	width: 769px;
	background: url('../images/body-bg.gif') repeat-y left #FFFFFF;
	font-size: 95%;
	border-right: 1px solid #333333;
	min-height: 100%;
	margin-bottom: -22px;
	}
#header {
	height: 93px;
	background: url('../images/header-bg.gif') repeat-x #E32525;
	position: relative;
	}
#logo {
	position: absolute;
	width: 194px;
	height: 40px;
	top: 0px;
	left: 575px;
	margin: 0px; padding: 0px;
	}
#logo a {
	display: block;
	width: 194px;
	height: 40px;
	background: url('../images/fmp-logo.gif') no-repeat;
	text-indent: -9999px;
	outline: none;
	}
#header h1 {
	position: absolute;
	top: 60px;
	right: 20px;
	font-size: 125%;
	color: #FFFFFF;
	margin: 0px; padding: 0px;
	}
#header p, #tagline {
	position: absolute;
	width: 202px;
	height: 15px;
	top: 25px;
	left: 4px;
	background: url('../images/shipping-solutions.gif') no-repeat;
	text-indent: -9999px;
	margin: 0px; padding: 0px;
	}
/* -------- MAIN CONTENT ------- */
#mainContent {
	float: right;
	width: 622px;
	/* min-height: 600px; */
	}
#mainContent h2 {
	font-size: 130%;
	padding: 3px 3px;
	margin: 6px;
	color: #E32525;
	font-variant: small-caps;
	border-bottom: 2px solid #E32525;
	clear: right;
	}
#mainContent h3 {
	font-size: 105%;
	padding: 0px 6px;
	margin: 0px;
	}
#mainContent p {
	padding: 0px 6px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	}
.imgContent {
	float: right;
	padding: 8px 8px 14px 8px;
	margin: 0px;
	}
#left{
	float:left;
	width:308px;
	}
#right{
    float:right;
    width:310px;
	}
#secContent {
	background-color: #CCCCCC;
	font-size: 80%;
	height: 73px;
	text-align: center;
	margin: 5px;
	}
#secContent p {
	line-height: 12px;
	padding: 3px;
	}
#secContent img {
	float: right;
	}
.secHeader {
	font-weight: bold;
	color: #E32525;
	}
/* -------- NAVIGATION ------- */
#navcontainer {
	width: 145px;
	float: left;
	/* position: absolute; */
	}
#navcontainer h4 {
	font-size: 105%;
	background-color: #666666;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
#navMenu ul{
	margin-left: 0;
	padding-left: 4px;
	list-style-type: none;
	}
#navMenu a {
	display: block;
	padding: 3px;
	width: 135px;
	}
#navMenu a:link, #navMenu a:visited {
	color: #000000;
	text-decoration: none;
	}
#navMenu a:hover {
	background-color: #FAFBF2;
	color: #E32525;
}
#navMenu .active {
	background-color: #FAFBF2;
	color: #333333;
	font-weight: bold;
}
#navFeatures ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}
#navFeatures li {
	padding: 0px 0px 5px 12px;
	background-image: url('../images/bullet-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 .2em;
	font-size: 90%;
	}
#navcontainer p {
	padding: 2px;
	}
/* -------- FOOTER ------- */
.clear { clear: both; height: 18px }
#footer {
	clear: both;
	background-color: #EB7636;
	color: #FFFFFF;
	text-align: left;
	padding: 2px;
	height: 18px;
	width: 765px;
	font-size: 90%;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration:underline ;
	}