@import url("css/menu.css");

/* CSS Document */
html, body{
	width:100%; 
	background:#e5eaee url(apix/bg.gif) repeat-x top left; 
	height:100%; 
	margin:0px; 
	padding:0px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color: #595959;
}

/*-------- Default style --------*/
*{margin: 0; padding: 0; outline:none;}
img{border: none;}

/*-------- Design style --------*/
#page_wrapper{
	width: 100%;
	margin: 0;
}
#wrapper{
	width: 940px;
	margin: 0 auto 20px;
}
#header{
	width: 940px;
	height: 92px;
	background: url(apix/header_bg.gif) repeat-x;
}
#header img{ margin-left: 20px;}
#navigation{
	width: 940px;
	height: 44px;
	background: url(apix/navigation_bg.gif) repeat-x;	
}
#navigation td{
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	vertical-align: middle;
	color:#000;
	text-transform: uppercase;
	text-align:center;
	padding: 0 5px;
	margin: 0;

}
#navigation td img{ display:none;}
#navigation  .MainMenu_MenuItemSel td{
background:url(apix/navigation_bg_hover.jpg) repeat-x top left;
color:#fff;
}
#content{
	width: 940px;
	min-height: 400px;
	background: #fff;
	color: #595959;
	font-size: 12px;
}
#content a{
	color: #8f0d00;	
}
#breadcrumb{
	float:left;
}
#loginbox{
	float:right;
}
#footer{
	width: 940px;
	height: 30px;
	padding-top: 20px;
	background: url(apix/footer_bg.gif) no-repeat top;
	font-size: 11px;
	color: #626262;
}
#footer a.SkinObject, #footer span.SkinObject{
	font-size: 11px;
	color: #626262;
 font-weight: normal;
}
 #footer span.SkinObject{
 float:right;
 font-weight: normal;
 }
.homepage_blocks{
	width: 171px;
	float: left;
	margin: 24px 0 24px 14px;
}
.homepage_blocks a{ text-indent: -9000px; display:block; width:171px; height:63px;}
.homepage_blocks a.hiabs{background: url(apix/hiabs_link.jpg) no-repeat;background-position: 0 -63px;}
.homepage_blocks a.container{background: url(apix/container_handling_link.jpg) no-repeat;background-position: 0 -63px;}
.homepage_blocks a.general{background: url(apix/general_cartage_link.jpg) no-repeat;background-position: 0 -63px;}
.homepage_blocks a.storage{background: url(apix/storage_distribution_link.jpg) no-repeat;background-position: 0 -63px;}
.homepage_blocks a.consult{background: url(apix/consultancy_logistics_link.jpg) no-repeat;background-position: 0 -63px;}
.homepage_blocks a:hover{
	background-position: 0 0;
}
/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane{ padding:0px; margin:0px; }
.LeftPane{ padding:0px 10px 0px 0px; width:10em; margin:0px; }
.RightPane{ padding:0px 0px 0px 10px; width:10em; margin:0px; }

/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{ color:#4F839F; font-size:13px; }
a.Breadcrumb:hover{color:#C00;}

/*-------------- Link Style --------------*/
.links {text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:#4F839F; font-size:11px; text-transform:uppercase; }
a.links:hover{color:#C00;}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited { color:#4F839F; font-size:12px;}
a.user:hover{color:#C00;}

/*-------------- Footer Style --------------*/
.footer,a.footer:link,a.footer:active,a.footer:visited { color:#4F839F; font-size:12px;}
a.footer:hover{color:#C00;}
