/* @override http://localhost/mkm/styles/main.css */

@import url("zero-out.css");

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #21418c;
	background-color: #cccccc;
}

#wrapper{
	width:946px;
	margin:auto;
	background-image: url("../images/bg-right.jpg");
	background-position: right center;
	background-repeat: repeat-y;
	background-color: white;
}

#wrapper-left-repeat{
	width:946px;
	background-image: url("../images/bg-left-repeat.jpg");
	background-repeat: repeat-y;
	background-position: left;
}

#wrapper-bottom-left{
	background-image: url("../images/bg-bottom-left.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
}

#wrapper-top-left{
	background-image: url("../images/bg-left-corner.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}

#content{
	min-height:511px;
	height:auto !important;
  height:511px;
	margin-left:171px;
	padding-bottom:70px;
}

#content-header{
	height:114px;
}

#content-header h1 a{
	float:left;
	display:inline;
	width:233px;
	height:65px;
	margin-left:100px;
	text-indent: -9999px;
	background-image: url("../images/logo.gif");
	background-repeat: no-repeat;
}

#content-header h2{
	float:right;
	display:inline;
	width:211px;
	height:26px;
	margin:25px 30px 0 0;
	text-indent: -9999px;
	background-image: url("../images/global-logistics-solutions.gif");
	background-repeat: no-repeat;
}

#content-header ul#nav{
	float:left;
	width:747px;
	margin:13px 0 0 0px;
}

#content-header ul#nav li{
	display: block;
	float: left;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	padding: 0 10px 0 0px;
	font-size: 15px;
	padding: 7px 33px 7px 12px;
}

#content-header ul#nav li.first{
	width:22px;
	padding: 9px 0 7px 0;
	margin: 0;
	border-top:none;
}

#content-header ul#nav li.last{
	padding: 7px 12px 7px 12px;
}

#content-header ul#nav li a{
	display: block;
	color: #23408e;
}

#content-header ul#nav li a:hover, #content-header ul#nav li a.active{
	color: #666666;
}

#content-body{
	width: 695px;
	margin: 17px 0 0 22px;
}

#content-body #thumbnails img{
	padding-bottom:10px;
	display:block;
}

#content-body #thumbnails{
	float:right;
}

#content-body #thumbnailsware{
	float:right;
}

#content-body h3{
	padding: 17px 0 20px 0;
	font-weight: bold;
	font-size: 16px;
}

#content-body h4{
	padding: 13px 0 16px 0;
	font-weight: bold;
	font-size: 14px;
}

#content-body p{
	font-size: 14px;
	width: 479px;
	padding: 0 0 20px 0;
}

#content-body ul{
	font-weight: normal;
	font-size: 14px;
	width:479px;
}

#content-body ul.bold{
	font-weight: bold;
	font-size: 16px;
}

#content-body ul li{
	background-image: url("../images/dot.gif");
	background-repeat: no-repeat;
	background-position: 2px left;
	padding: 0 0 0 15px;
	margin: 0 0 20px 0;
}

#content-body a{
	color: #23408e;
	text-decoration: underline;
}

#content-body a:hover{
	color: #666666;
}

#flash-content{
/* float:right; */
}

div.clearfloats{
	display:block;
	clear:both;
}

#phone{
	width:150px;
	font-style: italic;
	font-weight: bold;
	/*
position:relative;
	left:48px;
	bottom:25px;
*/
	padding: 0 0 25px 48px;
	color:white;
}

#phone.home{
	width:150px;
	font-style: italic;
	font-weight: bold;
	position:relative;
	left:25px;
	bottom:25px;
	color:white;
}

#footer{
	padding: 10px 10px 10px 50px;
	background-image: url("../images/footer.jpg");
	background-repeat: repeat-y;
	clear:both;
}

#footer .links{
	color: white;
	font-size: 11px;
	font-weight: bold;
}

#footer .links a{
	color: white;
}

#footer .quote{
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#footer .name{
	font-size: 12px;
	color: #23408e;
}

#footer-right{
	float: right;
	margin-right: 30px;
}

#footer-bottom{
	width: 946px;
	height: 37px;
	background-image: url("../images/footer-bottom.jpg");
	background-repeat: no-repeat;
}

table.locations-table{
	margin-top:35px;
	width: 525px;
	font-size: 12px;
}

table.locations-table th{
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

table.locations-table td h5{
	font-weight: bold;
}

table.locations-table td{
	padding: 0 0 20px 0;
}

table.contact-table{
/* 	width:550px; */
	font-size:12px;
}

table.contact-table td{
	padding: 0 8px 8px 0;
}

td.bold{
	font-weight:bold;
}

table.contact-table tr td.special{
	font-size:16px;
	text-transform: none;
	padding-top:20px;
}