@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background:#111;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
}
img {
	border:none;
	padding:0;
	margin:0;
}
.clear {
	clear:both;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#999;
}
#main_wrapper {
	width:100%;
	height:100%;
	background:#fff;
}
#home #main_wrapper {
	background:#000;
}
#menu {
	width:100%;
	margin:0;
	height:50px;
	background:#3e3e3e;
	-moz-box-shadow: 2px 2px 2px #333;
	-webkit-box-shadow: 2px 2px 2px #333;
	box-shadow: 2px 2px 2px #333;
	z-index:10;
}
#menu_content {
	width:960px;
	margin:0 auto;
	height:30px;
	padding:0;
	position:relative;
}
#menu_content ul {
	list-style-type:none;
	margin:0;
	padding:0px 0px 0px 235px;
}
#menu_content ul li {
	display:inline-block;
	padding:7px 0px 4px;
	text-align:center;
	height:50px;
}
#menu_content ul li a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	cursor:pointer;
	height:12px;
	display:block;
	padding:12px 20px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#menu_content ul li a:hover {
	color:#fff;
	background:#bc0a41;
}
#logo {
	position:absolute;
	top:0;
	left:10;
}
#technology li.technology a, #logistics li.logistics a, #realestate li.realestate a, #hospitality li.hospitality a, #about li.about a,#csr li.csr a{
	color:#fff;
	background:#bc0a41;
}
/**

CONTENT 

**/
#banner {
	width:100%;
	height:350px;
}
#banner_content {
	width:960px;
	margin:0 auto;
}
#banner img {
	border:none;
	display:block;
	padding-top:40px;
}
#main {
	width:960px;
	padding:0px;
	margin:0 auto;
	position:relative;
}
#other_main {
	width:960px;
	padding:35px 0px;
	margin:0 auto;
	background:#fff;
}
.left {
	float:left;
	margin-right:20px;
	width:300px;
	padding:0;
}
.left p {
	padding:10px 0px;
	color:#7f8282;
	font-size:11px;
	line-height:14px;
}
.right {
	float:left;
	width:300px;
	padding:0;
	margin:0;
}
.right .box {
	background:#ebebeb;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:20px;
	margin-bottom:5px;
	color:#7f8282;
	font-size:11px;
}
.right .title {
	-moz-border-radius:0px 5px;
	border-radius:5px 5px 0px 0px;
	display:block;
	height:14px;
	padding:18px 0px;
	background:#000;
	color:#fff;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	padding-left:20px;
	margin-top:10px;
}
.title_bottom {
	-moz-border-radius:5px 0px;
	border-radius:5px 5px 0px 0px;
	height:14px;
	padding:18px 0px;
	background:#000;
	color:#fff;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	margin-top:20px;
}
.text_bottom {
	margin:0;
	border:thin #ccc solid;
	border-top:none;
	width:295px;
	padding:0px;
	height:185px;
	-moz-border-radius:0px 3px;
	border-radius:0px 0px 3px 3px;
}
#other_main .text_bottom img {
	padding:0;
	margin:0;
	display:inline-block;
}

.pink {
	color:#be0844;
}
.title {
	font-size:12px;
	color:#bc0a41;
	text-transform:uppercase;
	padding:5px 0px 10px;
}
.subtitle {
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	padding:5px 0px 10px;
}
#other_main ul {
	margin:0px;
	margin-left:15px;
}
#other_main ul li {
	list-style-image:url(../media/images/other/bullet.png);
	padding:0px;
	color:#7f8282;
	font-size:11px;
	line-height:18px;
}
#other_main ul li.spaced {
	padding:5px 0px;
}
#other_main img {
	display:block;
	padding:20px 0px;
}
/**
FOOTER
**/
#footer {
	margin:0;
	height:180px;
	width:100%;
	background:#be0844;
	-webkit-box-shadow: 0px 0px 10px 3px #999;
	-moz-box-shadow: 0px 0px 10px 3px #999;
	box-shadow: 0px 0px 10px 3px #999;
}
#footer_content {
	margin:0 auto;
	width:960px;
	padding:10px;
}
#title {
	background:url(../media/images/footer/title_back.png) no-repeat center bottom;
	font-size:9px;
	color:#fff;
	text-align:center;
	padding-bottom:9px;
	margin-bottom:5px;
}
.footer_box {
	width:177px;
	height:120px;
	background:#fff;
	float:left;
	margin-right:15px;
	padding:0;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow: 0px 0px 4px 1px #ccc;
	-moz-box-shadow: 0px 0px 4px 1px #ccc;
	box-shadow: 0px 0px 4px 1px #ccc;
}
.footer_box img {
	display:block;
	margin-bottom:10px;
}
.footer_box .title {
	color:#808080;
	padding:0px 10px;
	font-size:10px;
	line-height:16px;
	text-transform:none;
	margin-top:-5px;
}
#gallery_hidden {
	display:none;
}
