div#footer {
	background-image: url('img/footer/background.png');
	height: 181px;
	position: relative;
	width: 100%;
}

div#footer div.container {
	height: 100%;
	margin: auto;
	position: relative;
	width: 900px;
}

div#footer div.container h2#f-links {
	background-image: url('img/footer/links.png');
	background-position: 1px 0;
	background-repeat: no-repeat;
	border-bottom-color: rgb(92, 92, 92);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 19px;
	left: 46px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 14px;
	width: 159px;
}

div#footer div.container h2#f-links span {
	display: none;
}

div#footer div.container div#f-linklists {
	left: 47px;
	position: absolute;
	top: 52px;
}

div#footer div.container div#f-linklists ul {
	float: left;
	padding: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
	width: 185px;
}

div#footer div.container div#f-linklists ul li {
	display: block;
	list-style-type: none;
}

div#footer div.container div#f-linklists ul li a {
	background-image: url('img/footer/arrow.png');
	background-position: left;
	background-repeat: no-repeat;
	color: rgb(144, 144, 144);
	display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	padding-left: 13px;
	text-decoration: none;
}

div#footer div.container div#f-copy {
	background-image: url('img/footer/separator.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 292px;
}

div#footer div.container div#f-copy p {
	background-image: url('img/footer/agh.png');
	background-repeat: no-repeat;
	bottom: 0;
	color: rgb(154, 154, 154);
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 10px;
	left: 26px;
	padding-left: 54px;
	position: absolute;
	right: 20px;
	top: 56px;
}

div#footer div.container div#f-copy p span.email {
	font-size: 9px;
}

div#footer div.container div#f-copy p span.email a {
	color: rgb(154, 154, 154);
	text-decoration: none;
}


@charset "utf-8";
/* CSS Document */

/* ---------- FONTAWESOME ---------- */
/* ---------- http://fortawesome.github.com/Font-Awesome/ ---------- */
/* ---------- http://weloveiconfonts.com/ ---------- */

@import url(http://weloveiconfonts.com/api/?family=fontawesome);

/* ---------- ERIC MEYER'S RESET CSS ---------- */
/* ---------- http://meyerweb.com/eric/tools/css/reset/ ---------- */

@import url(http://meyerweb.com/eric/tools/css/reset/reset.css);

/* ---------- FONTAWESOME ---------- */

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* ---------- GENERAL ---------- */

body {
	background-color: #798498;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

a { text-decoration: none; }

.float-left { float: left; }
.float-right { float: right; }

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after { clear: both; }


/* ---------- NAVIGATION ---------- */

nav {
	margin: 50px auto;
	width: 60px;
}

nav ul {
	background-color: #505664;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-table;
	position: relative;
}

nav ul li {
	float: left;
}

nav ul li a {
	color: #6daeb0;
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	width: 60px;
}

nav ul li a:hover{
	color: #fff;
}

nav ul li ul {
	background-color: #6daeb0;
	margin-top: 20px;
	padding: 5px 0;
	position: absolute;
}

nav ul li ul:before {
	background-color: #6daeb0;
	content: "";
	display: block;
	height: 8px;
	left: 26px; /* (nav ul li a { width: 60px; } / 2) - (nav ul li ul:before { width: 8px; } / 2) */
	position: absolute;
	top: -4px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 8px;
	z-index: -1;
}

nav ul li ul li {
	float: none;
}

nav ul li ul li a {
	color: #fff;
}

nav ul li ul li a:hover {
	background-color: #5d9799;
}
