
@import url("nav.css");


/*-----------------------
Colours - Icon Freight

Dark Green = #121d21
Light Green = #cbd6db

----------------------*/


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */



/*-----------------------
Body
----------------------*/
body {
	padding-top: 37px;
	background: #5c6d75 url('../images/core/bg.jpg') repeat-x top left;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*-----------------------
Wrap
----------------------*/

#wrap {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}


/*-----------------------
Container
----------------------*/
div#container-header {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background: url('../images/core/bg-header.jpg') no-repeat center top;
}

/* ---- Header ---- */
div.header {
	width: 980px;
	height: 135px;
	padding: 9px 10px 0 10px;
	position: relative;
}

/* ---- Logo ----*/
div.header-logo {
	width: 196px;
	height: 80px;
	margin: 0;
	top: 33px; 
	left: 17px;
	position: absolute; 
}

div.header-logo img {
	border: 0;
}

/* ---- Address ----*/
div.header-address {
	width: auto;
	height: 38px;
	top: 42px;
	left: 245px;
	position: absolute;
}

div.header-address a {
	color: #455c65;
	text-decoration: none;
}

div.header-address a:hover {
	color: #7c8a8f;
	text-decoration: underline;
}

div.header-address ul {
	list-style-type: none;
	font: 1.1em Tahoma;
	color: #455c65;
}

div.header-address li {
	float: left;
	padding: 38px;
}

div.header-address li.phone {
	background: url('../images/core/header-phone.gif') left center no-repeat;
}

div.header-address li.fax{
	background: url('../images/core/header-fax.gif') left center no-repeat;
}

div.header-address li.email{
	background: url('../images/core/header-email.gif') left center no-repeat;
}

/* ---- Slogan ----*/
div#header-slogan {
	width: 313px;
	height: 112px;
	margin: 0;
	top: 22px; 
	right: 30px;
	position: absolute;
	background: url('../images/core/header-slogan.gif') no-repeat 0 0; 
}

div.header-slogan img {
	border: 0;
}

/* ---- Nav ---- */
div.nav-top {
	width: 980px;
	height: 40px;
	padding: 0 10px;
	background: url('../images/core/bg-nav.gif') no-repeat top center;
}

/* ---- Banner ---- */
div.banner {
	width: 936px;
	height: 283px;
	margin-top: 9px;
	padding: 10px 32px 0 32px;
	background: url('../images/core/bg-banner.gif') top center no-repeat;
}

div.banner-left {
	width: 707px;
	height: 252px;
	float: left;
}

div#main-banner { width: 707px; height: 262px; display: block; }

div.banner-right {
	width: 229px;
	height: 257px;
	float: left;
	padding-top: 1px;
}

div.cta {
	width: 229px;
}

div.cta ul { 	
	list-style: none;
}

div.cta ul li {
	display: block;
	float: left;
	padding-top: 2px;
}

div.cta ul li a {
	width: 229px;
	height: 84px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
}

div.cta ul li a.cta-project {
	background: url('../images/core/cta-project.gif') 0 0 no-repeat;
}

div.cta ul li a.cta-transport {
	background: url('../images/core/cta-transport.gif') 0 0 no-repeat;
}

div.cta ul li a.cta-testimonials {
	background: url('../images/core/cta-testimonials.gif') 0 0 no-repeat;
}

div.cta ul li a:hover.cta-project,
div.cta ul li a:hover.cta-transport,
div.cta ul li a:hover.cta-testimonials {
	background-position: 0 -84px !important;
}


/* ---- Banner Inner ---- */
div.banner-inner {
	width: 936px;
	height: 206px;
	margin-top: 9px;
	padding: 10px 32px 0 32px;
	background: url('../images/core/bg-banner-inner.gif') top center no-repeat;
}

div.banner-inner-left {
	width: 707px;
	height: 197px;
	float: left;
	padding-right: 4px;
	float: left;
}

div.banner-inner-right h2 {
	display: block;
	width: 225px;
	height: 197px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/core/banner-inner-slogan.gif') 0 0 no-repeat;
	float: left;
}


/*-----------------------
Standard
----------------------*/
div.standard {
	font-size: 1.2em;
	color: #58656d;
}

div.standard img.left {
	float: left;
	margin: 0 20px 20px 0;
	border: 0;
}

div.standard img.right {
	float: right;
	margin: 0 0 20px 20px;
	border: 0;
}

div.standard ul {
	margin-left: 40px;
	margin-bottom: 45px;
}

div.standard ul li {
	list-style: url('../images/core/arrow.gif');
	padding-left: 5px;
	line-height: 2em;
}

div.standard ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

div.standard ol li {
	margin-left: 20px;
}

div.standard h1 {
	font: bold 2em Tahoma;
	color: #58656d;
	margin-bottom: 18px;
}

div.standard h2 {
	width: auto;
	background: #eeece2;
	padding: 6px 17px;
	font: bold 1.2em Tahoma;
	color: #58656d;
	margin-bottom: 18px;
}

div.standard h3 {
	font: bold 1.1em Tahoma;
	color: #58656d;
	margin-bottom: 18px;
}

div.standard h4 {
	font: bold 1em Tahoma;
	color: #58656d;
	margin-bottom: 18px;
}

div.standard h5 {
	font: bold 0.9em Tahoma;
	color: #4e4c41;
	margin-bottom: 18px;
}

div.standard p { 
	margin-bottom: 18px;
	line-height: 2em;
}

div.standard a {
	color: #2a8ac9;
	text-decoration: none;
}

div.standard a:hover {
	color: #2a8ac9;
	text-decoration: underline;
}

div.standard hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 25px;
}


/*-----------------------
Container Content
----------------------*/
div#container-content {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
	background: url('../images/core/bg-footer.gif') bottom center no-repeat;
}

/* ---- Content ---- */
div.content {
	width: 980px;
	height: auto;
	padding: 25px 10px;
	background: url('../images/core/tile-content.jpg') 0 0 repeat-y;
}

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

div.content-inner {
	width: 940px;
	height: auto;
	padding: 0 20px;
}

div.content-left {
	width: 695px;
	height: auto;
	padding: 0 21px 0 17px;
	float: left;
}

div.content-right {
	width: 234px;
	height: auto;
	float: left;
}

div.right-slogan h2 {
	display: block;
	width: 234px;
	height: 197px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/core/right-slogan.gif') 0 0 no-repeat;
}

div.right-contact {
	width: 200px;
	height: auto;
	padding: 17px;
	background: #cbd6db url('../images/core/bg-right-bottom.gif') bottom center no-repeat;
}

div.right-contact h2 {
	font: 1.8em Tahoma;
} 

div.right-contact-top {
	width: 234px;
	background: #cbd6db url('../images/core/bg-right-top.gif') top center no-repeat;
}

div.right-contact p {
	font: 1.2em Tahoma;
	line-height: 1.5em;
	color: #455c65;
	margin-bottom: 24px;
}


/*-----------------------
Meet the team
----------------------*/
div.item-meet {
	width: 900px;
	height: auto;
	padding: 10px 20px 45px 20px;
}

div.item-meet img {
	float: left;
	margin-right: 20px;
	border: 0px;
	/*border: 5px solid #c3c3c3;*/
}

/*-----------------------
Sea Freight
----------------------*/
div.item-sea {
	width: 900px;
	height: auto;
	padding: 10px 20px 45px 20px;
}

div.item-sea img {
	float: left;
	margin-right: 20px;
	border: 0px;
	/*border: 5px solid #c3c3c3;*/
}


/*-----------------------
Air Freight
----------------------*/
div.item-air {
	width: 900px;
	height: auto;
	padding: 10px 20px 45px 20px;
}

div.item-air img {
	float: left;
	margin-right: 20px;
	border: 0px;
	/*border: 5px solid #c3c3c3;*/
}


/*-----------------------
Project Shipping
----------------------*/
div.item-project {
	width: 900px;
	height: auto;
	padding: 10px 20px 45px 20px;
}

div.item-project img {
	float: left;
	margin-right: 20px;
	border: 0px;
	/*border: 5px solid #c3c3c3;*/
}


/*-----------------------
Customs Clearance
----------------------*/
div.item-customs {
	width: 900px;
	height: auto;
	padding: 10px 20px 45px 20px;
}

div.item-customs img {
	float: left;
	margin: 0 20px 20px 0;
	border: 0px;
	/*border: 5px solid #c3c3c3;*/
}


/*-----------------------
Testimonials
----------------------*/
div.item-testimonials {
	width: 900px;
	height: auto;
	padding: 0 20px 15px 20px;
}


/*-----------------------
Contact
----------------------*/
form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; }

form.form fieldset p { 
	margin-bottom: 10px;
}

form.form ol { 	
	margin-left: -20px;
	list-style: none; 
}

form.form li { margin-bottom: 5px; }

form.form label {
	display: inline-block;
	width: 150px;
}

form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	vertical-align: top;
}

form.form textarea { height: 200px; }

form.form select {
	padding: 0;
	width: auto;
}

form.form li.button { margin-top: 15px; }

form.form li.button input {
	width: auto;
	border: 0;
	background: #2f4552;
	color: #fff;
	cursor: pointer;
}

form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: #444;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}


/*-----------------------
Container Footer
----------------------*/
div#container-footer {
	width: 100%;
	height: auto;
	background: #121d21 url('../images/core/tile-footer.gif') repeat-x top center;
}

div.footer {
	width: 966px;
	margin: 0 auto;
	padding: 21px 17px;
	font: 1.1em Tahoma;
	line-height: 1.8em;
	color: #8da1a9;
}

div.footer a {
	color: #8da1a9;
	text-decoration: none;
	margin-right: 8px;
}

div.footer a:hover {
	color: #afaa88;
	text-decoration: underline;
}

div.wflogo {
	width: 170px;
	height: 25px;
 	float: right;
}









