@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font:11px Arial, Helvetica, sans-serif;
	text-align:justify;
	background:#EDEDED;
}

#page{
	width:780px;
	margin:auto;
	background:url(../images/bg-page.jpg) bottom center no-repeat #FFFFFF;
	display:table;	
}

#page #body{
	padding:14px 20px 46px 20px;
	display:table;	
}

#page #body #header{
	width:740px;
	height:62px;
	display:table;	
}

#page #body #header #logo{
	width:350px;
	background:url(../images/logo.jpg) left top no-repeat;
	float:left;
}

#page #body #header #logo a{
	width:350px;
	height:50px;
	display:block;
}


#page #body #header #nav-header{
	width:390px;
	text-align:right;
	padding:15px 0px 29px 0px;
	float:right;
	display:table;	
}


/* content starts */
#page #body #content{
	width:740px;
	display:table;
}

#page #body #content #banner-home{
	width:740px;
	height:250px;
	display:block;
	background:url(../images/banner-home.jpg) top left no-repeat;
	display:table;
}

#page #body #content .clear23{
	width:740px;
	height:23px;
	display:block;
}

#page #body #content #thumbnail{
	width:740px;
	height:111px;
	display:table;	
}

#page #body #content #thumbnail ul{
	padding:0px;
	margin:0px;
}

#page #body #content #thumbnail li{
	display:inline;
}

#page #body #content #thumbnail #customs{
	width:118px;
	height:111px;
	display:block;
	text-align:center;
	text-decoration:none;
	font:bold 12px Arial, Verdana, Helvetica, sans-serif;
	color:#606060;
	background:url(../images/thumb-customs-off.jpg) left top no-repeat;
	float:left;
}

#page #body #content #thumbnail #customs:hover{
	text-align:center;
	font:bold 12px Arial, Verdana, Helvetica, sans-serif;
	color:#558EC6;
	background:url(../images/thumb-customs-on.jpg) left top no-repeat;
}

#page #body #content #thumbnail .clear16{
	width:16px;
	height:111px;
	display:block;
	float:left;
}

#page #body #content #thumbnail #freight{
	width:118px;
	height:111px;
	display:block;
	text-align:center;
	text-decoration:none;
	font:bold 12px Arial, Verdana, Helvetica, sans-serif;
	color:#606060;
	background:url(../images/thumb-freight-off.jpg) left top no-repeat;
	float:left;
}

#page #body #content #thumbnail #freight:hover{
	text-align:center;
	font:bold 12px Arial, Verdana, Helvetica, sans-serif;
	color:#558EC6;
	background:url(../images/thumb-freight-on.jpg) left top no-repeat;
}


#page #body #content #thumbnail #consultancy{
	width:118px;
	height:111px;
	display:block;
	text-align:center;
	text-decoration:none;
	font:bold 12px Arial, Verdana, Helvetica, sans-serif;
	color:#606060;
	background:url(../images/thumb-consultancy-off.jpg) left top no-repeat;
	float:left;
}

#page #body #content #thumbnail #consultancy:hover{
	text-align:center;
	font:bold 12px Arial, Verdana, Helvetica, sans-serif;
	color:#558EC6;
	background:url(../images/thumb-consultancy-on.jpg) left top no-repeat;
}

#page #body #content #thumbnail .clear21{
	width:21px;
	height:111px;
	display:block;
	float:left;
}

#page #body #content #thumbnail #text-home{
	width:332px;
	height:111px;
	display:block;
	background:url(../images/bg-text-home-off.jpg) left top no-repeat;
	float:left;
}

#page #body #content #thumbnail #text-home #text{
	padding:5px;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	color:#606060;
	text-align:justify;
	line-height:14px;
}

#footer{
	width:780px;
	margin:auto;
	padding:15px 0px 35px 0px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#D1D1D1;
	text-align:center;
	display:table;	
}

#footer a{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#606060;
	text-decoration:none;
}

#footer a:hover{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#606060;
	text-decoration:underline;
}

#footer .copyright{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#919191;
}

#footer #dss{
	padding:10px 0px 0px 0px;
	text-align:center;
}

