
/*===================================================
                  SWI Windows CSS V.1
===================================================*/

* {
	margin:0;
	padding:0;
}
body {
	background:url(../img/background.jpg);
	font-family: 'Voces', cursive;
	width:100%;
}
.website-wrapper {
	width:870px;
	margin:0 auto;
	padding-top:16px;
	position:relative;
}
.logo {
	position:absolute;
	left:0;
	top:5px;
}
.header {
	height:21px;
	width:100%;
	background:url(../img/header.jpg);
}
.nav-background {
	width:50%;
	position:absolute;
	right:0;
	top:50px;
	height:71px;
	background:url(../img/nav-background-right.jpg);
}
.navigation {
	height:65px;
	position:absolute;
	padding:0;
	margin:3px;
}
.navigation li {
	height:65px;
	float:left;
	list-style:none;
	position:relative;
}
.navigation  a{
	display:block;
	height:65px;
	line-height:65px;
	font-size:18px;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
	padding:0 13px;
	font-weight:bold;
	border-right:1px solid #284c5e;
}
.navigation li + li a {
	border-left:1px solid #112e3d;
}
.navigation a:hover {
	background:#224e63;
}
.navigation ul {
	display:none;
	background:#0d2b3b;
	position:absolute;
	z-index:10;
	top:65px;
	width:200px;;
}
.navigation li:hover ul {
	display:block;
}
.navigation ul li {
	padding:5px 8px;
	width:200px;
	height:auto;
	padding:0;
}
.navigation ul li a {
	height:20px;
	line-height:20px;
	font-size:14px;
	width:auto;
	padding:8px 15px;
	border:none;
	border-bottom:1px solid #284c5e;
}
.footer {
	padding-top:37px;
	width:100%;
	height:61px;
	background:url(../img/background-footer.png);
}
.footer p {
	color:#fff;
	width:1000px;
	margin:0 auto;
	text-align:center;
	font-size:30px;
}
h3 {
	margin-top:20px;
}
.content-wrapper {
	padding-top:150px;
	padding-bottom:45px;
}
.contact-form input,
.contact-form select,
.contact-form label {
	display:block;
}
.contact-form input[type=text] {
	width:235px;
	height:39px;
	padding:0 8px;
	line-height:39px;
	color:#fff;
	background:url(../img/input.png);
	border:none;
	margin-bottom:15px;
}
.contact-form label {
	padding-left:2px;
}
.submit {
	width:88px;
	height:34px;
	display:block;
	border:none;
	text-indent:-5000px;
	background:url(../img/button-submit.png);
	margin:25px 0 0 2px;
	cursor:pointer;
}