﻿@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; }

body {
	margin: 0;
	padding: 0;
	font: 12px/21px Tahoma, Arial normal;
	text-align: justify;
	background: url(../img/bg1.jpg) top center no-repeat fixed;
	background-size: cover;
	color: #686868;
}

h2 { font: 34px/45px Tahoma, Arial normal; padding: 0 0 15px 0; color: #af3300; }

h3 { font: 18px/30px Tahoma, Arial normal; padding: 0 0 10px 0; color: #af3300; }

p  { padding: 0 0 20px 0; }

a { color: #000; text-decoration: none; }

a:hover { text-decoration: underline; }

ol { list-style: circle; padding: 0 0 20px 50px; }

div.clearer { clear: both; }

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

header {
	height: 131px;
	width: 100%;
	margin: 0;
	padding: 0;
}

figure.logo {
	float: left;
	margin: 0;
	padding: 0;
}

nav {
	margin: 0;
	padding: 0 20px 0 0;
	float: right;
	overflow: hiddent;
}

nav ul { list-style: none; }

nav li {
	float: left;
	padding: 0 15px;
	text-align: center;
	font-size: 15px;
	line-height: 65px;
	font-weight: bold;
}

nav li a {
	color: #FFFFFF;
	text-decoration: none;
}

nav li a:hover, nav li a.current { color: #af3300; text-decoration: none; }

section#content {
	width: 900px;
	height: auto;
	margin: 50px auto;
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	padding: 25px 50px;
	overflow: hidden;
	background: url(../img/bg_content.png) repeat top left;
}

div#footerbg {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	background: url(../img/bg_footer.png) repeat-x;
	overflow: hidden;
}

footer {
	width: 1000px;
	margin: auto;
	padding: 0;
	text-align: center;
	line-height: 60px;
}

div#info {
	float: left;
	width: 530px;
	height: auto;
	margin: 0 0 0 60px;
}

div#info p { padding: 5px 0; }
div#info span { font-weight: bold; text-decoration: underline; padding: 0 5px 0 0; }


div#form { 
	width: 300px; 
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

div#form label {
	width: 80px;
	height: 35px;
	line-height: 35px;
	float: left;
	clear: left;
	font-weight: bold;
}

div#form input {
	margin: 8px 0 10px 0;
	padding: 3px 8px;
	width: 200px;
	background: #FFFFFF;
	border: 1px solid #d2d2d2;
}

div#form input[type=submit], div#form input[type=reset] {
	width: auto;
	border-radius: 4px;
	cursor: pointer;
}

div#form textarea {
	background: #FFFFFF;
	border: 1px solid #d2d2d2;
	max-width: 300px;
	max-height: 183px;
	min-width: 300px;
	min-height: 183px;
}
