@charset "UTF-8";
/* CSS Document */


/*-------HEADER IMG------*/


#header_img_wrapper
{
	position: relative;
	width: 100%;
	background: #EAEBEC;
	border-bottom: solid 2px #fff;
	margin: 0 0 0 0;
}


#header_img
{
	position: relative;
	width: 1200px;
	max-width: 100%;
	height: 400px;
	min-height: 400px;
	min-width: 980px;
	overflow: hidden;
	margin: 0 auto;
}


/*-------FREIGHT FORWARDING WRAPPER------*/


#freight_forwarding_wrapper
{
	position: relative;
	width: 100%;
	background: #EAEBEC;
	margin: 0 0 0 0;
}


#freight_forwarding_content
{
	position: relative;
	width: 960px;
	padding: 18px 10px;
	margin: 0 auto 0 auto;
}


/*-------FREIGHT FORWARDING ROW 1------*/


#freight_row1
{
	position: relative;
	width: 960px;
	margin: 0 0 0 0;
}


#freight_row1_leftcol
{
	float: left;
	width: 416px;
	margin: 0 0 0 0;
}


#freight_row1_rightcol
{
	float: right;
	width: 526px;
	margin: 0 0 0 0;
}


/*-------FREIGHT FORWARDING ROW 2------*/


#freight_row2
{
	position: relative;
	width: 960px;
	margin: 18px 0 0 0;
}


#freight_row2_leftcol
{
	float: left;
	width: 526px;
	margin: 0 0 0 0;
}


#freight_row2_rightcol
{
	float: right;
	width: 416px;
	margin: 0 0 0 0;
}


/*-------FREIGHT FORWARDING STYLES------*/


.freight_relative_416
{
	position: relative;
	width: 416px;
	margin: 0 0 0 0;
}


.freight_relative_526
{
	position: relative;
	width: 526px;
	margin: 0 0 0 0;
}


/*------HEADER------*/


.freight_header
{
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 99;
}


.freight_header_relative
{
	position: relative;
	width: 270px;
	background: #fff;
	border: solid 1px #CCC;
	border-top: solid 2px #211D70;
	padding: 18px;
	margin: 0 0 0 0;
}


.freight_header_relative h2
{
    font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #211D70;
	line-height: 140%;
	text-align: left;	
}


/*------TEXT WRAPPER------*/


.freight_text_wrapper_416
{
	position: relative;
	width: 416px;
	padding: 40px 0 0 0;
	margin: 0 0 0 0;
}


.freight_text_wrapper_526
{
	position: relative;
	width: 526px;
	padding: 40px 0 0 0;
	margin: 0 0 0 0;
}


.freight_img
{
	float: left;
	width: 108px;
	margin: 43px 0 0 0;
}


.freight_text_416
{
	float: right;
	width: 272px;
	height: 77px;
	background: #fff;
	padding: 18px;
	padding-top: 60px;
	margin: 0 0 0 0;
}


.freight_text_526
{
	float: right;
	width: 382px;
	height: 77px;
	background: #fff;
	padding: 18px;
	padding-top: 60px;
	margin: 0 0 0 0;
}










