

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
}

html, body {
	background: #000 url(../images/background.jpg) no-repeat center top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	min-width: 990px;
	color: #1b1b1b;
}

/* Main Wrapper */

#mainWrapper {
	text-align: left;
	min-width: 990px;
	width: 990px;
	margin: 0 auto;
}

/* Header */

#header {
	position: relative;
	height: 144px;
	background-color: #ffffff;
	border-bottom: 4px solid #fd0100;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 15px 0 0 20px;
}

#header h1 a {
	display: block;
	width: 308px;
	height: 110px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999em;
}

#header .socials {
	float: right;
	margin: 12px 5px 0 0;
	padding: 0;
	font-size: 0;
}

#header .socials li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
}

#header  .email {
	float: right;
	display: inline;
	margin-right: 23px;
	margin-top: 15px;
	height: 18px;
	line-height: 18px;
	font-size: 17px;
	color: #000;
	padding-left: 25px;
	background: url(../images/envelope.png) no-repeat 0 5px;
}

#header  .phone {
	float: right;
	display: inline;
	height: 21px;
	line-height: 21px;
	margin-right: 30px;
	margin-top: 14px;
	font-size: 17px;
	padding-left: 23px;
	color: #000;
	background: url(../images/phone.png) no-repeat 0 2px;
}

#header  #topNavigation ul {
	position: absolute;
	right: 0;
	bottom: 0; 
	margin: 0;
	padding: 0;
}

#header  #topNavigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	text-transform: uppercase;
}

#header  #topNavigation ul li a {
	display: inline-block;
	color: #000;
	height: 39px;
	line-height: 39px;
	padding: 0 16px;
}

#header  #topNavigation ul li.Current a  {
	background: #fd0100;
	color: #FFF;
}

/* Slider */

#slider .slides {
	margin: 0;
	padding: 0;
}

#slider .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider .slides li img {
	display: block;
	width: 100%;
}

#slider .slide {
	position: relative;
	height: 476px;
}

#slider .slide  .overlay {
	position: absolute;
	right: 17px;
	bottom: 73px;
	width: 510px;
}

#slider .slide  .overlay .title {
	margin: 0;
    font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 50px;
	color: #fff;
	line-height: 1;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}

#slider .slide  .overlay .desc {
	font-size: 23px;
	color: #fff;
	line-height: 1;
}


/* Content */

#content {
	padding: 19px 17px;
	background: #fff;
	margin-bottom: 27px;
	min-height: 450px;
}

#contactForm label{
	font-size: 13px;
	line-height: 1.3;
	float: left;
	width: 120px;
	font-weight: bold;
	padding-top: 5px;
}
#contactForm .wrap  input[type=text] {
    width: 340px;
    padding: 5px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCC;
	margin-bottom: 4px;
}
#contactForm .wrap textarea {
 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;;
 	width: 350px;
    height: 100px;
    padding: 5px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCC;
	margin-bottom: 4px;
}
#contactForm .wrap span {
    float: left;
	display: block;
    padding-right: 5px;
}
#contactForm .wrap {
	clear: both;
	height: 30px;
}
#contactForm input.error, #contactForm textarea.error {
	border: 1px solid red !important;
}
/* Footer */

#footerWrapper {
	background: #222222;
}

#footer {
	padding: 15px 0;
}

#footer ul.footerLinks {
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}

#footer ul.footerLinks li {
	display: inline;
	margin: 0 15px;
	padding: 0;
	list-style: none;
	font-size: 13px;
	color: #b5b5b5;
}

#footer ul.footerLinks li a {
	color: #b5b5b5;
}

#footer .copyright {
	margin: 0;
	text-align: center;
	font-size: 12px;
	color: #9d9d9d;
}
#footer .copyright a {
	color: #9d9d9d;
}
#footer .copyright a:hover {
	text-decoration: underline;
}
#FormBlock td {
	padding: 2px 0;
}
#FormBlock .formtext {
	font-weight: bold;
	font-size: 12px;
}
#scroller span {
display: block;
	color: #000;
	text-align: center;
}
#scroller .panel {
	float: left;
	width: 225px;
	margin-right: 15px;
}