﻿    @charset "utf-8";
/* CSS Reset browsers */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* { margin: 0; padding: 0; }
h1 { font: 27px/30px Arial, Tahoma, normal; padding: 0 0 10px 0; font-weight: normal;}
h2 { font: 16px/30px Arial, Tahoma, normal; padding: 5px 0; font-weight: bold; }
p { padding: 10px 0; }
p.data { padding: 5px 0; margin: 0; }
span.info { font-weight: bold; text-decoration: underline; }
ol { margin: 0; padding: 5px 30px; }
a { color: #000; text-decoration: none; margin: 0; padding: 0; }
a:hover { text-decoration: underline; }
.clearer { clear: both; }

body {
	margin: 0;
	padding: 0;
	font: 12px/20px Arial normal;
	font-weight: normal;
	text-decoration: none;
	background: #ffffff;
	color: #686868;
	text-align: justify;
}

div.wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}

header {
	height: 71px;
	margin: 0;
	padding: 0;
}

figure#logo {
	width: 535px;
	float: left;
	margin: 0;
	padding: 5px 0 0 10px;
}

figure#logo span {
	text-transform: uppercase;
	position: relative;
	top: -20px;
	left: 15px;
	font-weight: normal;
	font-size: 22px;
}

#logo a, #logo a:hover {
	color: #686868;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
}

#logo b, #logo strong {
	color: #d74340;
}

nav { 
	margin: 0;
	padding: 0;
	height: 71px;
	overflow: hidden;
	float: right;
}

nav ul { list-style: none; }
nav ul li { float: left; line-height: 71px; text-transform: uppercase; font-weight: bold; border-right: 1px solid #d2d2d2;}
nav ul li#first { border-left: 1px solid #d2d2d2; }
nav ul li a { padding: 0 20px; text-decoration: none; display: block; color: #686868; }
nav ul li a:hover, a.current { color: #FFFFFF; text-decoration: none; background:#d74340; }

#slidewrapper { width: 100%; }
.slidesDescription { position: absolute; font-size: 15px; padding: 20px 20px; width: 300px; height: auto; top: 50px; left: 20px; background: #111; opacity: 0.8; }
.slidesDescription h2 { font-size: 34px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
     display: block;
     text-shadow: 1px 1px 1px rgba(0,0,0, 0.35); }
.slidesDescription span {  color: #bfbfbf;
    font-family: 'Archivo Narrow', sans-serif;
    font-style: italic;
    font-size: 12px;
     display: block;
     margin-bottom: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.35);}
.slidesDescription  a.button {
	margin: 0;
	padding: 7px 10px;
	background: #000;
	border-radius: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

div#contbg {
	width: 100%;
	padding: 0;
	margin: -20px 0 0 0;
	height: 100%;
	background: #e4e8ee;
}

#header {
	width: 100%;
	margin: -1px 0 0 0;
	padding: 0;
	background: #d74340;
	height: 100px;
}

#header h1 { color: #FFFFFF; padding: 25px 0 0 0; font-size: 15px; font-weight: bold; text-transform: uppercase; }

section#content {
	width: 960px;
	margin: 20px auto;
	padding: 10px 18px;
	overflow: hidden;
	background: #FFFFFF;
	border: 2px solid #d2d2d2;
	border-radius: 8px;
}

article#hp { width: 100%; margin: 0; padding: 0; }
article#contact { width: 580px; float: left; border-right: 1px solid #d2d2d2; margin: 0; padding: 0; }
aside#form { width: 340px; float: left; margin: 0 0 0 30px; }

form { margin: 20px 0 0 0; padding: 0; }
label { width: 80px; float: left; height: 40px; font-weight: bold; clear: left; font-size: 15px; margin: 0; padding: 0;}
input { padding: 3px 10px; float: left; width: 180px; border: 1px solid #d2d2d2; border-radius: 5px; font-size: 15px; }
textarea { min-width: 235px; max-width: 235px; min-height: 320px; max-height: 320px; float: left; border: 1px solid #d2d2d2; border-radius: 5px; padding: 5px 10px; }
input[type=submit],
input[type=reset] { width: auto; padding: 5px 10px; background: #FFFFFF; font-weight: bold; color: #1e1e1e; float: right; margin: 10px 5px 0 0; }

div#footbg { width: 100%; height: 50px; background: #FFFFFF; border-top: 2px solid #d2d2d2; }
footer p { text-align: center; line-height: 30px; }
