@charset "utf-8";
/* CSS Document */
/* ------------------------------------- MAIN */
body {
	/* structure */
	margin: 0;
	padding: 0;
	/* presentation */
	background: url(../../images/global/body-bg.gif);
	color: #5A5A5A;
	font: 0.7em Arial, Helvetica, sans-serif;
	behavior: url("includes/htc/csshover.htc");
}
h1 {
	/* structure */
	margin: 0 0 6px 0;
	/* presentation */
	color: #5F8388;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	margin: 0 0 6px 0;
	color: #5F8388;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	margin: 0 0 6px 0;
	color: #5F8388;
	font-size: 12px;
	font-weight: bold;
}
p {
	/* presentation */
	line-height: 1.45em;
}
a {
	/* presentation */
	color: #5A5A5A;
	text-decoration: none;
}
a:hover {
	/* presentation */
	text-decoration: underline;
}
img {
	/* structure */
	display: block;
	/* presentation */
	border: none;
}
/* IE6:hover bug fix
.ie6hover {
	behavior:url("includes/htc/csshover.htc");
}*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* ------------------------------------- LAYOUT */
#container {
	/* structure */
	margin: 0 auto;
	width: 980px;
	/* presentation */
	background: url(../../images/global/container-bg.png);
}
#header {
	/* structure */
	float: left;
	width: 100%;
	/* min height */
	min-height: 104px;
	height: auto !important;
	height: 104px;
}
#header .logo {
	/* structure */
	display: inline;
	float: left;
	margin: 27px 0 0 40px;
}
#header .over350 {
	/* structure */
	float: left;
	margin: 61px 0 0 24px;
}
#header .contact {
	/* structure */
	float: right;
	margin: 16px 22px 0 0;
}
#leftcolumn {
	/* structure */
	display: inline;
	float: left;
	margin: 0 0 0 7px;
	position: relative;
	width: 244px;
	z-index: 1;
	/* presentation */
	background: url(../../images/global/leftcolumn-bg.png);
}
.ie6 #leftcolumn {
	/* presentation */
	background: none;
}
#leftcolumn .footer {
	/* structure */
	float: left;
}
.norightcolumn #centercolumn {
	/* structure */
	float: left;
	margin: 0 0 0 -6px;
	width: 728px;
}
/* ------------------------------------- MAIN MENU */
#navigation {
	/* structure */
	float: left;
	width: 100%;
}
#navigation .right {
	/* structure */
	float: right;
	display: inline;
	margin: 0 4px 0 0;
}
#navigation ul {
	/* structure */
	display: inline;
	float: left;
	margin: 0 0 0 7px;
	width: 965px;
	/* min height */
	min-height: 32px;
	height: auto !important;
	height: 32px;
	/* presentation */
	background: #000 url(../../images/global/nav-bg.png) top right repeat-x;
}
#navigation ul li {
	/* structure */
	float: left;
	/* presentation */
	background: url(../../images/global/nav-divider.png) top right no-repeat;
}
#navigation ul li a {
	/* structure */
	display: block;
	margin: 0 2px 0 0;
	padding: 8px 14px 9px 14px;
	/* presentation */
	background: #000 url(../../images/global/nav-bg.png) top right repeat-x;
	color: #fff;
	font-size: 1.09em;
	font-weight: bold;
}
#navigation ul li a:hover {
	/* presentation */
	background: #141414;
	text-decoration: none;
}
.safari #navigation ul li a {
	/* structure */
	padding: 8px 13px 10px 13px;
}
.chrome #navigation ul li a {
	/* structure */
	padding: 8px 14px 9px 14px;
}
#navigation ul .first {
	/* structure */
	margin: 0 0 0 -6px;
	position: relative;
}
#navigation ul .first a {
	/* presentation */
	background: url(../../images/global/nav-first.png) top left no-repeat;
}
#navigation ul .first a:hover {
	/* presentation */
	background: url(../../images/global/nav-first-over.png) top left no-repeat;
}
.ie6 #navigation ul .first a {
	/* presentation */
	background: url(../../images/global/nav-first.gif) top left no-repeat;
}
.ie6 #navigation ul .first a:hover {
	/* presentation */
	background: url(../../images/global/nav-first-over.gif) top left no-repeat;
}
/* ------------------------------------- CONTENT */
#breadcrumb {
	float: left;
	width: 713px;
	padding: 9px 0 7px 15px;
}
.breadcrumb {
	padding: 9px 14px 7px 14px;
}
.banner {
	/* structure */
	float: left;
	height: 291px;
	overflow: hidden;
	width: 100%;
}
.maincontent {
	/* structure */
	float: left;
	width: 100%;
	/* min height */
	min-height: 106px;
	height: auto !important;
	height: 106px;
	/* presentation */
	background: url(../../images/global/main-content-bg.gif) top left repeat-x;
}
.maincontent a {
	text-decoration: underline;
	}
.maincontent a:hover {
	text-decoration: none;
	}
.maincontent ol {
	margin: 0px 0px 10px 18px;
	padding: 0px;
	}
.maincontent ol li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
.norightcolumn .intro {
	/* structure */
	display: inline;
	float: left;
	margin: 19px 10px 0 10px;
	width: 685px;
}
.norightcolumn .intro .image {
	/* structure */
	display: inline;
	float: left;
	margin: -16px 21px 0 5px;
	position: relative;
}
.norightcolumn .intro .text {
	/* structure */
	float: left;
}
.cargateway .norightcolumn .intro {
	/* structure */
	margin: 23px 10px 0 23px;
	width: 330px;
}
.cargateway .intro p {
	/* structure */
	margin: 0 0 15px 0;
}
.cargateway .cmspanels {
	/* structure */
	display: inline;
	float: right;
	margin: 13px 15px 0 0;
	padding: 0;
	width: 333px;
}
.cargateway .cmspanels .panel {
	/* structure */
	margin: 6px 0 0 0;
	width: 333px;
}
/* ------------------------------------- FOOTER */
.footerdivider {
	/* structure */
	display: inline;
	float: left;
	margin: 0 0 0 7px;
}
#footer {
	/* structure */
	display: inline;
	float: left;
	margin: 0 0 0 7px;
	padding: 0 0 14px 0;
	width: 966px;
	/* presentation */
	background: #514C47;
}
#footer .quicklinks {
	/* structure */
	float: left;
	padding: 0 0 14px 0;
	width: 966px;
	/* presentation */
	background: #69635B url(../../images/global/quick-links-bg.gif) top left repeat-x;
}
#footer .quicklinks .sitemap {
	/* structure */
	float: left;
	width: 279px;
}
#footer .quicklinks .sitemap ul {
	/* structure */
	display: inline;
	float: left;
	margin: 17px 0 0 17px;
	width: 262px;
}
#footer .quicklinks .sitemap ul li {
	/* structure */
	float: left;
	padding: 0 0 6px 0;
	width: 50%;
}
#footer .quicklinks .sitemap ul li a {
	/* structure */
	display: block;
	float: left;
	padding: 2px 8px;
	position: relative;
	/* presentation */
	color: #D9D2C7;
}
#footer .quicklinks .sitemap ul li a * {
	/* presentation */
	vertical-align: middle;
}
#footer .quicklinks .sitemap ul li a img {
	/* structure */
	display: inline;
}
#footer .quicklinks .sitemap ul li a .topleft {
	/* structure */
	left: 0;
	position: absolute;
	top: 0;
}
#footer .quicklinks .sitemap ul li a .topright {
	/* structure */
	position: absolute;
	right: 0;
	top: 0;
}
#footer .quicklinks .sitemap ul li a .bottomleft {
	/* structure */
	bottom: 0;
	left: 0;
	position: absolute;
}
#footer .quicklinks .sitemap ul li a .bottomright {
	/* structure */
	bottom: 0;
	position: absolute;
	right: 0;
}
#footer .quicklinks .sitemap ul li .selected {
	/* presentation */
	color: #fff;
	background: #46423B;
	font-weight: bold;
}
#footer .quicklinks .brandlinks {
	/* structure */
	float: left;
	width: 677px;
}
#footer .quicklinks .brandlinks .panel {
	/* structure */
	display: inline;
	float: left;
	margin: 9px 0 0 9px;
	position: relative;
	width: 158px;
	/* presentation */
	border: 1px solid #84817B;
}
#footer .quicklinks .brandlinks .panel strong {
	/* presentation */
	color: #fff;
	font-size: 1.09em;
}
#footer .quicklinks .brandlinks .panel ul {
	/* structure */
	float: left;
	margin: 9px 0 0 0;
}
#footer .quicklinks .brandlinks .panel ul li {
	/* structure */
	display: inline;
	float: left;
	padding: 0 0 10px 15px;
	width: 143px;
}
#footer .quicklinks .brandlinks ul li a {
	/* presentation */
	color: #D9D2C7;
}
#footer .quicklinks .brandlinks .panel .topleft {
	/* structure */
	clear: both;
	left: -1px;
	position: absolute;
	top: -1px;
}
#footer .quicklinks .brandlinks .panel .bottomleft {
	/* structure */
	bottom: -1px;
	clear: both;
	left: -1px;
	position: absolute;
}
.ie6 #footer .quicklinks .brandlinks .panel .bottomleft {
	/* structure */
	bottom: -2px;
}
#footer .quicklinks .brandlinks .panel .bottomright {
	/* structure */
	bottom: -1px;
	clear: both;
	position: absolute;
	right: -1px;
}
.ie6 #footer .quicklinks .brandlinks .panel .bottomright {
	/* structure */
	bottom: -2px;
}
#footer .quicklinks .brandlinks .panel .logo {
	/* structure */
	position: absolute;
	right: -7px;
	top: -1px;
}
#footer .copyright {
	/* structure */
	float: left;
	padding: 7px 26px;
	width: 914px;
	/* presentation */
	background: #514C47;
	color: #ABABAB;
}
#footer .copyright a {
	/* presentation */
	color: #ABABAB;
	text-decoration: underline;
}
#footer .copyright a:hover {
	/* presentation */
	text-decoration: none;
}
#footer .copyright .left {
	/* structure */
	float: left;
}
#footer .copyright .right {
	/* structure */
	float: right;
}
#footer .bookmark {
	/* structure */
	display: inline;
	float: left;
	margin: 4px 0 0 24px;
	/*padding: 6px 0 6px 116px;
	width: 798px;*/
	padding: 6px 0 6px 16px;
	width: 898px;
	/* presentation */
	background: #68625B;
	border: 1px solid #68625B;
	color: #fff;
	text-align: center;
}
#footer .bookmark .title {
	/* structure */
	padding: 0 13px 0 0;
}
#footer .bookmark img {
	/* structure */
	display: inline;
	padding: 0 5px 0 0;
	/* presentation */
	background: none;
}
#footer .bookmark a {
	/* structure */
	padding: 10px 14px 10px 0;
	/* presentation */
	color: #D9D2C7;
	text-decoration: underline;
}
#footer .bookmark a:hover {
	/* presentation */
	text-decoration: none;
}
#footer .bookmark * {
	/* presentation */
	vertical-align: middle;
}
#footer .bookmark .nobg {
	/* presentation */
	background: none;
}