/***BASIC***/

body{
	background: url(../images/bg.jpg) #f4f4ee fixed;
	font-family: "brevia",sans-serif;
	color: #333333;
	font-size: 15px;
}

.center{
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
}

section{
	float: left;
	width: 100%;
}

/***HEADINGS***/

h3{
	font-size: 34px;
	letter-spacing: 1px;
	line-height: 46px;
	font-weight: 100;
	text-align: center;
	text-shadow: #fff 1px 1px 2px;
}

h4{
	text-transform: uppercase;
	font-size: 48px;
	letter-spacing: 4px;
	font-family: "prenton-ultra-condensed",sans-serif;
	text-align: left;
	font-weight: 100;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-shadow: #fff 1px 1px 2px;
	border-bottom: 1px solid #d2d2c1;
}

h5{
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 2px;
	font-family: "prenton-ultra-condensed",sans-serif;
	font-weight: 100;
	margin-bottom: 10px;
}

/***HEADER***/

header{
	background: url(../images/header-bg.jpg);
	width: 100%;
	float: left;
	height: 192px;
}

header .center{
	padding: 30px 0 30px 0;
}

h1#logo{
	text-transform: uppercase;
	font-family: "prenton-ultra-condensed",sans-serif;
	font-size: 54px;
	color: #f4f4ee;
	text-align: center;
	letter-spacing: 5px;
	font-weight: 100;
	margin-bottom: 4px;
}

h2#description{
	text-align: center;
	color: #5d6472;
	font-size: 12px;
	font-weight: 100;
}

/***NAVIGATION***/

#mainnav{
	width: 100%;
	background: #53999d;
	float: left;
	z-index: 10;
	height: 43px;
}

#mainnav ul{
	width: 480px;
	margin: 0 auto;
}

#mainnav li{
	list-style: none;
	float: left;
}

#mainnav li a{
	text-transform: uppercase;
	color: #f4f4ee;
	font-family: "prenton-ultra-condensed",sans-serif;
	font-size: 24px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 100;
	width: 120px;
	text-decoration: none;
	display: block;
	padding: 6px 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}

#mainnav li a:hover{
	background: #6bb2b6;
}

#mainnav li.current a{
	background: #397a7f;
}

/***INTRO***/

#intro{
	background: url(../images/intro-bg.jpg) no-repeat center;
	padding: 352px 0 160px 0;
	position: fixed;
    top: 0;
    width: 100%;
    z-index: -2;
}

/***ABOUT***/

#about{
	margin-top: 400px;
	padding-bottom: 100px;
	padding-top: 60px;
	background: url(../images/bg.jpg) #f4f4ee fixed;
}

p.about{
	margin-bottom: 60px;
	font-size: 18px;
}

#about p{
	margin-bottom: 20px;
}

#about .col1{
	width: 660px;
	float: left;
	display: inline-block;
	margin-right: 30px;
}

#about .col2{
	width: 270px;
	float: left;
	display: inline-block;
}

#about img{
	padding-bottom: 20px;
}

/***SERVICES***/

#services{
	padding-bottom: 100px;
	padding-top: 60px;
	background: url(../images/bg.jpg) #f4f4ee fixed;
}

p.services{
	margin-bottom: 30px;
}

#services .content{
	width: 730px;
	margin: 0 auto;
}

#services .col1{
	width: 300px;
	float: left;
	display: inline-block;
	min-height: 360px;
}

#services .col2{
	width: 370px;
	float: left;
	display: inline-block;
	margin-left: 60px;
	min-height: 360px;
}

#services li{
	list-style-position: inside;
	line-height: 28px;
}

/***GET IN TOUCH***/

#contact{
	padding-bottom: 100px;
	padding-top: 60px;
	background: url(../images/bg.jpg) #f4f4ee fixed;
}

#contact .col1{
	width: 465px;
	float: left;
	display: inline-block;
}

#contact .col2{
	width: 465px;
	float: left;
	display: inline-block;
	margin-left: 30px;
}

p.tel{
	margin: 20px 0 10px 0;
}

#contactform{
	width: 465px;
	margin-top: 20px;
}

#contactform p{
	margin-bottom: 10px;
}

#contactform label{
	width: 110px;
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	float: left;
	margin-top: 10px;
}

#contactform input{
	width: 326px;
	border: 1px solid #d1d1c9;
	padding: 10px;
}

#contactform textarea{
	width: 326px;
	height: 180px;
	border: 1px solid #d1d1c9;
	padding: 10px;
}

#contactform input[type=submit]{
	width: 100px;
	background: #53999d;
	border: none;
	color: #f4f4ee;
	font-size: 14px;
	margin-left: 110px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	cursor: pointer;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#contactform input[type=submit]:hover{
	background: #6bb2b6;
}

#contactform input[type=submit]:active{
	background: #397a7f;
}

#success_page{
	padding: 20px 0;
}

/***FOOTER***/

footer{
	width: 100%;
	float: left;
	text-align: center;
	background: url(../images/header-bg.jpg);
	padding: 30px 0;
	color: #5d6472;
	font-size: 12px;
}

footer a{
	color: #5d6472;
}

footer a:hover{
	color: #f4f4ee;
}