@font-face {
	font-family: 'Euro';
	src: url('../fonts/Euro.eot');
	src: local('☺'), url('../fonts/Euro.woff') format('woff'), url('../fonts/Euro.ttf') format('truetype'), url('../fonts/Euro.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	overflow-y: scroll;
	min-height: 100%; 
	position: relative;
}

body {
	min-width: 960px; height: 100%;
	background: #fff url('../images/footer.gif') no-repeat bottom;
}

a {
	color: #de6800;
}
a:hover {
	color: #fe9f1b;
}

#topimage {
	background: #170e01 url('../images/header.jpg') no-repeat bottom;
	background-size: cover;
	height: 315px;
	border-bottom: 1px solid #fff;
}

#container {
	background: url('../images/gradient.png') repeat-x top;
}

#main {
	width: 960px;
	margin: auto;
}

header {
	float: left;
	width: 280px;
	padding: 33px 0 260px;
}

header h1 {
	margin: 0;
	width: 266px; height: 226px;
}
header h1 a {
	display: block;
	width: 266px; height: 226px;
	background: url('../images/logo.png') no-repeat;
	overflow: hidden;
	text-indent: -999em;
}

header nav {
	padding-left: 48px;
}
header nav ul {
	list-style: none;
	margin: 0; padding: 35px 0 0;
}
header nav ul li {
	display: block;
	padding-top: 15px;
}
header nav ul li a {
	font: 15px/15px "Euro", sans-serif;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	
	-webkit-font-smoothing: antialiased;
}
header nav ul li.active a, header nav ul li a:hover {
	color: #e78600;
}

#content {
	padding: 33px 35px 120px 280px;
	font: 13px/17px Verdana, sans-serif;
	color: #4a4a4a;
}

#content h2, #content h3 {
	margin: 0;
	font: 20px/25px "Euro", sans-serif;
	text-transform: uppercase;
	color: #000;
}
#content h3 {
	font-size: 13px;
	line-height: 17px;
	clear: right;
}
#content * + h3 {
	margin-top: 35px;
}

#content p {
	text-align: justify;
}

#content * + p {
	margin-top: 15px;
}

#map {
	float: right;
	width: 400px; height: 200px;
	margin-top: 15px;
	border: 1px solid #888;
}

footer {
	position: absolute;
	bottom: 20px;
	color: #565656;
	font: 12px/16px Verdana, sans-serif;
	padding-left: 50px;
}



#main form div.input {
	padding: 20px 0;
	float: left;
	width: 297px;
}

#main form div.input + div.input {
	padding-left: 49px;
}

#main form label {
	display: block;
	font-weight: bold;
	padding: 0 0 5px 5px;
}

#main form input[type="text"], #main form input[type="email"], #main form textarea {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: inset 0px 1px 2px #ccc;
	font: 13px/16px Verdana,sans-serif;
	color: #555;
	padding: 5px;
	width: 285px;
}
#main form textarea {
	width: 633px;
	height: 6em;
	resize: none;
}

#main form input[type="submit"] {
	background: #de6800;
	border-radius: 5px;
	width: 117px;
	float: right;
	border: 0;
	margin-top: 20px;
	
	color: #fff;
	font: bold 13px/24px Verdana,sans-serif;
	text-align: center;
	display: block;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}
#main form input[type="submit"]:hover {
	background: #fe9f1b;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}