body {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:16px;
	font-family: 'Roboto Condensed', sans-serif;
}

a {
	text-decoration:none;	
}
ul, ul li {
	list-style-type:none;	
	margin:0;
	padding:0;
}
img {
	border:0;
	padding:0;
	margin:0;	
}
h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;	
}

.clear:after { content: "\00A0"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clear{ display: inline-block;}
html[xmlns] .clear { display: block;}
* html .clear{ height: 1%;}
.clear {display: block}

.content {
	width:960px;
	margin:0 auto 0 auto;
	position:relative;
}

/* HEADER */
#header {
	width:100%;
	padding-top:10px;
	height:120px;
}
#header #logo {
	float:left;
	padding-right:40px;
}
#header #menu {
	float:left;
	padding-top:50px;
}
#header #menu ul li {
	float:left;
	text-transform:uppercase;
	padding-right:10px;
	position:relative;
}
#header #menu ul li a {
	padding:2px 5px;
}

#header #menu ul li ul {
	position:absolute;
	top:20px;
	left:0;
}
#header #menu ul li ul li {
	display:block;
	float:none;
}
#header #menu ul li ul li a {
	white-space:nowrap;
}

#header #menu-top {
	float:right;
	text-transform:lowercase;
	position:absolute;
	top:0;
	right:0;
}
#header #menu-top ul {
	display:inline-block;
	vertical-align:top;
}
#header #menu-top ul li {
	display:inline;
	font-size:12px;
}
#header #menu-top ul li a {
	font-size:12px;
}
#header #menu-top #social {
	padding-top:1px;
}
#header #menu-top #social li {
	padding:0px 5px;
}
#header #menu-top #languages {
	margin-left:25px;
}

#footer {
	width:100%;
	padding-top:90px;
	height:120px;
}
#footer #footer-address {
	text-align:center;
}
#footer #footer-social {
	text-align:center;
	padding-top:15px;
}
#footer #footer-menu {
	text-align:center;
	padding-top:10px;
}
#footer #footer-menu ul li,
#footer #footer-social ul li {
	display:inline-block;
	text-transform:uppercase;
	padding-right:10px;
	position:relative;
}
#footer #footer-menu ul li a {
	padding:2px 5px;
}
#footer #footer-menu ul li ul {
	position:absolute;
	bottom:20px;
	left:0;
}
#footer #footer-menu ul li ul li {
	display:block;
	float:none;
	text-align:left;
}
#footer #footer-menu ul li ul li a {
	white-space:nowrap;
}

/* PAGE TITLE */
h1#content-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:60px;
	line-height:64px;
	padding:0 0 35px 0;
	font-weight:normal;
	text-transform:uppercase;
}
.wide-content h1#content-title {
	width:960px;
	margin:0 auto 0 auto;
}
