@charset "utf-8";

* {
	border:0;
	margin:0;
	padding:0;
}



/* -------------------------------------------------------
	|							site structure								|
    ------------------------------------------------------- */

body {
	background:#fff;
	color:#000;
	font:85%/1.5em Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}



div.wrapper {
	margin:0 auto;
	width:960px;
}




/* -------------------------------------------------------
	|							 	header									|
    ------------------------------------------------------- */
div#header {
	background:url(../images/euroweb.jpg) bottom left no-repeat;
	margin:0 0 30px 0;
	padding:0 0 233px 0;
}

h1 {
	float:left;
	font-size:3em;
	padding:80px 0 0 0;
	text-transform:uppercase;
}

h2 {
	border-bottom:1px solid #d4d4d4;
	font-size:2em;
	margin:0 0 0.5em 0;
	padding:0 0 5px 0;
	text-transform:uppercase;
}

h3 {
	line-height:1.2em;
	font-size:1.6em;
	margin:0 0 0.2em 0;
}

h4 {
	color:#4C7DE6;
	font-size:1.3em;
	font-weight:normal;
	margin:0 0 0.2em 0;
}



p {
	margin:0 0 1.2em 0;
}





/* ----------- hyperlinks ---------- */

a:link {
	color:#3E70B9;
}

a:visited {
	color:#3E70B9;
}

a:hover {
	color:#D2B529;
}

a:active {
	color:#f00;
}






/* -------------------------------------------------------
	|							 	navigation								|
    ------------------------------------------------------- */
ul#navi {
	float:right;
	list-style:none;
	min-width:300px;
}

ul#navi li {
	float:left;
}

ul#navi a {
	border-left:1px solid #d4d4d4;
	color:#000;
	display:block;
	padding:85px 18px 10px 18px;
	text-decoration:none;
	text-transform:lowercase;
}

ul#navi a:hover {
	background:#000;
	color:#fff;
}

ul#navi li:first-child a {
	border:none;
}






/* -------------------------------------------------------
	|							 	content									|
    ------------------------------------------------------- */
div.content {
	column-count:3;
	column-gap:20px;
	-moz-column-count:3;
	-moz-column-gap:20px;
	-webkit-column-count:3;
	-webkit-column-gap:20px;
	margin:0 0 40px 0;
}

div.content ul {
	list-style:square;
	margin:0 0 1.5em 16px;
}






/* -------------------------------------------------------
	|							 	footer									|
    ------------------------------------------------------- */
div#footer {
	background:#000;
	color:#fff;
	margin:0 0 50px 0;
}

div#footer .wrapper {
	column-count:3;
	column-gap:20px;
	-moz-column-count:3;
	-moz-column-gap:20px;
	-webkit-column-count:3;
	-webkit-column-gap:20px;
	padding:25px 0;
}





/* -------------------------------------------------------
	|							  misc. styles								|
    ------------------------------------------------------- */
.image {

}

div#euroweb {
	clear:both;
	width:100% !important;
}

div#euroweb a {
	float:left;
	width:170px;
}




/* ---------- float clearing ---------- */
div#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}