/* CSS Document */

	body,td,th {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: 4e4e4e;
		margin:0px;
		background-color:#cd0913;
	}
	.container{
		width:856px;
		margin:0px auto;
		padding-left:10px;
		padding-right:10px;
		background-color:#ffffff;
	}
	.banner_area{
		width:856px;
		height:86px;
		background-image:url(../images/header_bg.png);
		background-repeat:no-repeat;
	}
	.navigation_area{
		width:856px;
		height:33px;
		margin-bottom:10px;
		background-image:url(../images/navigation_bg.png);
		background-repeat:no-repeat;
	}
	.slideshow_area{
		width:856px;
		height:327px;
		background-image:url(../images/slideshow_bg.png);
		background-repeat:repeat-x;
		margin-bottom:20px;
	}
	.content_area{
	
	}
	.bigger{
		width:604px;
	}
	.small{
		width:358px;
	}
	.left_area{
		float:left;
	}
	.left_area h1{
		margin:0px;
		padding:0px;
		color:#4e4e4e;
		font-size:20px;
		font-weight:normal;
		margin-bottom:5px;
	}
	.left_area h1 a{
		text-decoration:none;
		color:#4e4e4e;
	}
	.left_area h2{
		margin:0px;
		padding:0px;
		color:#67686e;
		font-size:14px;
		font-weight:normal;
		margin-bottom:15px;
	}
	.left_area h3{
		margin:0px;
		padding:0px;
		color:#cd0913;
		font-size:11px;
		font-weight:normal;
		font-style:italic;
		margin-bottom:15px;
	}
	.left_area p{
		color:#4e4e4e;
		font-size:11px;
		font-weight:normal;
		line-height:20px;
	}
	.left_area p a{
		color:#584344;
		text-decoration:none;
	}
	.left_area li{
		color:#584344;
		padding:5px;
		font-size:11px;
	}
	hr{
		color:#ffffff;
		border:0px;
		height:0px;
		border-bottom:1px dashed #999999;
	}
	.middle_area{
		float:left;
		border-top:5px solid #34363e;
		width:226px;
		margin-left:20px;
		padding-top:2px;
	}
	.middle_area p{
		color:#4e4e4e;
		font-size:11px;
		font-weight:normal;
		line-height:20px;
	}
	
	.right_small{
		width:222px;
		background-image:url(../images/right_bg.png);
		background-repeat:no-repeat;
	}
	.right_big{
		width:468px;
	}
	.right_area{
		background-color:#ffffff;
		float:right;
		border-top:5px solid #c50812;
		margin-left:20px;
		padding-left:5px;
		padding-right:5px;
		padding-top:2px;
	}
	.right_area h1{
		margin:0px;
		padding:0px;
		color:#4e4e4e;
		font-size:14px;
		font-weight:normal;
		margin-bottom:10px;
	}
	.right_area h2{
		margin:0px;
		padding:0px;
		color:#242422;
		font-size:12px;
		font-weight:bold;
		margin-bottom:5px;
	}
	.right_area h2 a{
		color:#242422;
		text-decoration:none;
	}
	.right_area h3{
		margin:0px;
		padding:0px;
		color:#b7010a;
		font-size:11px;
		font-weight:normal;
		margin-bottom:10px;
	}
	.right_area p{
		padding:0px;
		color:#4e4e4e;
		font-size:10px;
		font-weight:normal;
		line-height:20px;
	}
	.footer_area{
		margin-top:20px;
		background-image:url(../images/footer_bg.png);
		background-repeat:repeat-x;
		height:70px;
		font-size:11px;
	}
	.footer_area a{
		color:#7f8186;
		text-decoration:none;
	}
	.left_footer{
		float:left;
		padding-top:30px;
		padding-left:20px;
		color:#7f8186;
	}
	.right_footer{
		float:right;
	}
	.footerlink{
		float:left;
		color:#7f8186;
		padding-top:30px;
		padding-right:20px;
	}
	.homeicon{
		float:left;
		width:44px;
		height:33px;
	}
	.home{
		float:left;
		width:74px;
		height:33px;
		background-image:url(../images/nav/nav_home.png);
		background-repeat:repeat-x;
	}
	.company{
		float:left;
		width:122px;
		height:33px;
		background-image:url(../images/nav/nav_companyprofile.png);
		background-repeat:repeat-x;
	}
	.services{
		float:left;
		width:80px;
		height:33px;
		background-image:url(../images/nav/nav_services.png);
		background-repeat:repeat-x;
	}
	.warehousing{
		float:left;
		width:107px;
		height:33px;
		background-image:url(../images/nav/nav_warehousing.png);
		background-repeat:repeat-x;
	}
	.logistics{
		float:left;
		width:77px;
		height:33px;
		background-image:url(../images/nav/nav_logistics.png);
		background-repeat:repeat-x;
	}
	.transport{
		float:left;
		width:87px;
		height:33px;
		background-image:url(../images/nav/nav_transport.png);
		background-repeat:repeat-x;
	}
	.navbutton{
		padding-top:8px;
		height:25px;
		float:left;
		padding-left:18px;
		padding-right:18px;
		border-right:1px solid #ce1720;
		border-left:1px solid #eb1d28;
	}
	.navbutton a{
		color:#fff;
		text-decoration:none;
	}
	.navbutton a:hover{
		color:#ccc;
		text-decoration:none;
	}
	
	input.medium, textarea.medium {
		width: 150px;
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	
	input.long, textarea.long {
		width: 444px;
		float: left;
		margin-bottom:10px;
	}
	
	input.medium-radio {
		width: auto;
		float: left;
		margin-bottom: 10px;
	}
	
	div.field {
		float: left;
	}
	
	form.twocol label {
		float: left;
		width: 120px;
	}
	
	form.twocol label.long {
		width: 412px;
		float: left;
	}
	
	.clear {
		font-size: 0px;
		line-height: 0px;
		clear: both;
		display: block;
	}
	
	form.twocol fieldset {
		margin: 0;
		padding: 20px 0 10px 5px;
		border:0px;
		border-top: 2px solid #000;
	}
	
	form.twocol legend {
		display: none;
	}
	
	.error {
		background: red;
		padding: 10px;
		color: #FFF;
		font-size: 13px;
		margin-bottom: 20px;
	}
	
	.error ol {
		margin: 0;
	}
	
	.error li {
		color: #FFF;
		font-size: 12px;
	}