* {
	margin: 0;
	padding: 0;
	}

body {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: center;
	background-color: #24221F;
	color: #24221F;
	overflow-x: hidden;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.clearing {
	clear: both;
	}
	
.wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display-inline: table;
	}

.wrapper-in {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: inline-table;
	}
	
.header {
	width: 980px;
	margin-top: 40px;
	float: left;
	text-align: left;
	}
	
.services {
	margin-top: 30px;
	text-align: left;
	float: left;
	}
	
.services h2 {
	padding-bottom: 6px;
	font-weight: normal;
	color: #81C6D8;
	font-size: 16px;
	}
	
.services ul {
	list-style: none;
	float: left;
	margin-right: 30px;
	}
	
.services li {
	padding-top: 6px;
	font-size: 11px;
	color: #999;
	letter-spacing: 1px;
	}
	
.about {
	width: 980px;
	margin-top: 30px;
	float: left;
	}
	
.about h1 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #907C67;
	text-align: justify;
	line-height: 23px;
	}
	
.footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: center;
	display-inline: table;
	background-color: #191816;
	border-top: 1px solid #292825;
	}
	
#message {
	width: 600px;
	text-align: justify;
	padding: 30px;
	background-color: #0F0F0F;
	border: 1px solid #1E1D1B;
	outline: none;
	overflow: auto;
	}
	
.contact-form {
	width: 980px;
	text-align: center;
	padding-top: 30px;
	font-size: 11px;
	color: #999;
	letter-spacing: 1px;
	}
	
.form-left {
	width: 200px;
	height: 160px;
	margin-right: 20px;
	float: left;
	}
	
.form-right {
	width: 220px;
	text-align: left;
	line-height: 18px;
	float: right;
	}
	
.form-right span {
	color: #907C67;
	}
	
.legal {
	width: 980px;
	height: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	color: #666;
	background-color: #191816;
	float: left;
	}
	
#error {
	margin-top: 20px;
	text-align: left;
	color: #096;
	font-size: 11px;
	color: #999;
	letter-spacing: 1px;
	}
	
.form {
	width: 200px;
	height: 21px;
	margin-bottom: 7px;
	border: 1px solid #1E1D1B;
	padding: 2px;
	color: #666;
	letter-spacing: 1px;
	font-size: 11px;
	background-color: #0F0F0F;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.message {
	width: 430px;
	height: 125px;
	padding: 4px;
	background-color: #0F0F0F;
	border: 1px solid #1E1D1B;
	outline: none;
	overflow: auto;
	font-size: 11px;
	color: #666;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
input {
	text-align: left;
	}
	
.data {
	height: 20px;
	text-align: left;
	}
	
a:link, a:visited, a:active {
	color: #999;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	color: #FFF;
	}

/* Slider */

#slider {
	width: 100%;
	margin-top: 20px;
	}
	
#slider a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
	}
	
#slider a:hover {
	color: #999;
	text-decoration: none;
	}
	
.slide-1 {
	width: 100%;
	height: 283px;
	color: #FFF;
	background-image: url(../images/slide-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	
.slide-2 {
	width: 100%;
	height: 283px;
	color: #FFF;
	background-image: url(../images/slide-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	
.slide-3 {
	width: 100%;
	height: 283px;
	color: #FFF;
	background-image: url(../images/slide-3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}

#slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#slider li { 
	width: 1664px;
	height: 283px;
	list-style: none;
	}
		
/* Controls */	

#controls {
	width: 980px;
	padding-top: 10px;
	padding-bottom: 6px;
	margin: auto;
	}
	
#controls li {
	float: left;
	list-style: none;
	height: 28px;
	}
	
#controls li a:link, a:active, a:visited {
	width: 20px;	
	height: 20px;
	font-size: 0px;
	float: left;
	margin-right: 10px;
	background-image: url(../images/btn-off.gif);
	background-repeat: no-repeat;
	color: #273f46;
	}
	
#controls li a:hover {
	background-image: url(../images/btn-on.gif);
	background-repeat: no-repeat;
	color: #162327;
	}
	
#controls li.current a {
	background-image: url(../images/btn-on.gif);
	background-repeat: no-repeat;
	color: #162327;
	}
