* html {
	padding:0;
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif, UB-Helvetica;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	width:770px;
	text-align:left;
	margin:0 auto;
	padding:0;
}
#header {
	float:left;
}
#header h1 {
	text-indent:-9999px;
	background: #FFFFFF url(../images/header.jpg) no-repeat;
	height: 120px;
	width: 770px;
	margin:0;
	padding:0;
}
#header h2 {
	display:none;
}
#navigation {
	background:#FFFFFF url(../images/nav_bar.gif) no-repeat;
	width:770px;
	height:31px;
	float:left;
	position:relative;
}
#navigation #nav {
	width:340px;
	float:left;
	position:relative;
	left: 30px;
	top: 5px;
}
#nav ul {
	padding:0;
	margin:0;
	position:relative;
}
#nav ul li {
	list-style-type:none;
	float:left;
	margin-right:5px;
}
#nav li a {
	display:block;
	padding:2px 5px;
}
#nav a:link, #nav a:visited {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#nav li a:hover {
	background-color:#FFFFFF;
	color:#333333;

}
#nav a.section:link, #nav a.section:visited {
	background-color:#FFFFFF;
	color:#333333;
}
#nav a.section:hover {
	color:#FFFFFF;
	background-color:#333333;
}
#navigation #languages {
	float:right;
	position:relative;
	right: 20px;
	top: 6px;
}
#languages ul {
	padding:0;
	margin:0;
	position:relative;
}
#languages ul li {
	list-style-type:none;
	float:left;
	margin-right:5px;
}
#languages li a {
	display:block;
	padding:2px 3px;
}
#languages a:link, #languages a:visited {
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#languages li a:hover {
	background-color:#FFFFFF;
	color:#333333;

}
#languages a.section:link, #languages a.section:visited {
	background-color:#FFFFFF;
	color:#333333;
}
#languages a.section:hover {
	color:#FFFFFF;
	background-color:#333333;
}
#content {
	position:relative;
	float:left;
	margin: 0px;
	padding: 0px;
	background:#F7F7F7 url(../images/content_bottom.gif) no-repeat bottom;
}

#content #photo {
	background:#fff url(../images/photo.jpg) no-repeat;
	margin: 5px 0 0 0;
	padding: 0px;
	height: 126px;
	width: 770px;
	position:relative;
	float:left;
}
#content #photo h1 {
	position:relative;
	top:95px;
	left:0px;
	margin:0;
	padding:0;
	width:550px;
}
#content #text {
	position:relative;
	left:20px;
	width:720px;
	float:left;
}
#content #boxes {
	position:relative;
	float:left;
	top:20px;
	left:45px;
	width:250px;
}
#containerService {
	float:left;
	background: url(../images/container_service.gif) no-repeat;
	width:279px;
	height:71px;
	margin-bottom:15px;
	position:relative;
}
#bulk {
	float:left;
	background: url(../images/bulk_service.gif) no-repeat;
	width:279px;
	height:71px;
	margin-bottom:15px;
	position:relative;
}
#logistics {
	float:left;
	background: url(../images/logistics.gif) no-repeat;
	width:279px;
	height:71px;
	position:relative;
}
#boxes h2 {
	text-indent:-9999px;
	padding:0;
	margin:0;
}
#footer {
	clear:both;
	float:left;
	background:#FFFFFF url(../images/footer.gif) no-repeat;
	width:770px;
	height:63px;
	margin-top: 10px;
}
#footer #logo {
	background-image: url(../images/footer_logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 38px;
	width: 178px;
	position: relative;
	left: 20px;
	top: 13px;
	border-right: 1px solid #FFFFFF;
}
#footer #details {
	float:left;
	position:relative;
	left:35px;
	top:15px;
}
#details p {
	font-size:70%;
	color:#FFFFFF;
	margin:0;
}
#details a:link, #details a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}
#details a:hover {
	text-decoration:none;
}
p {
	font-size:100%;
	line-height:18px;
	color:#104A7E;
}
blockquote {
	padding:10px;
	background:#DFE8F2;
	font-size:75%;
	color:#104A7E;
	margin:15px;
}
h1, h2, h3 {
	margin:0;
	color:#5DB9FA;
	font-weight:normal;
}
a:link, a:visited {
	color:#2A98F9;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}

