@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/* CSS layout */

		/* Reset all browsers to normalized state */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

h1, h2, h3, h5, h5, h6
{ font-size: 100%; }

ol, ul
{ list-style: none; }

address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

fieldset, img
{ border: 0; }

caption, th
{ text-align: left; }


	/* main layout */
	
	
body {
	position: relative;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: #222930; /* Old browsers */
background: -moz-linear-gradient(left,  #222930 0%, #0A274A 30%, #0A274A 70%, #222930 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#222930), color-stop(30%,#0A274A), color-stop(70%,#0A274A), color-stop(100%,#222930)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #222930 0%,#0A274A 30%,#0A274A 70%,#222930 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #222930 0%,#0A274A 30%,#0A274A 70%,#222930 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #222930 0%,#0A274A 30%,#0A274A 70%,#222930 100%); /* IE10+ */
background: linear-gradient(to right,  #222930 0%,#0A274A 30%,#0A274A 70%,#222930 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222930', endColorstr='#222930',GradientType=1 ); /* IE6-9 */
	}

.container {
	position: relative;
	width: 100%;
	clear: both;
	}
	
.top {
	position: relative;
	background: url(images/ap.png) center no-repeat;
	background-size: 100%;
	height: 330px;
	border-bottom: #fff thin solid;
	margin-bottom: 110px;
	border-top: #fff 40px solid;
	}
	
header, nav, section, footer {
	position: relative;
	width: 960px;
	margin: 0 auto 0;
	
	}

header {
	padding-top: 200px;
	margin-top: 0;
	}
	
header .logo {
	position: relative;
	float: left;
	margin-bottom: 0px;
	top: -41px;
	}
	
h1 {
	position: relative;
	color: #fff;
	float: left;
	top: 90px;
	margin-left: 20px;
	font-size: 1.7em;
	}
	
h2 {
	position: relative;
	color: #fff;
	float: left;
	margin-left: 20px;
	font-size: 1.7em;
	width: 610px;
	top: 110px;
	}
	
nav {
	position: fixed;
	width: 100%;
	top: -30px;
	background: #0A1D33;
	z-index: 10;
	opacity:0.9;
	margin-top: 30px;
	height: 40px;
	}
	
nav ul {
	float:  right;
	padding-right: 20px;
	}
	
nav li {
	float: left;
	}
	
nav li a {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	display: block;
	padding: 10px;
	}
	
nav li a:hover {
	color: #FC0;
	}
	
.main {
	position: relative;
	padding-bottom: 50px;
}
	
#intro {
	font-size: 1.3em;
	padding-bottom: 40px;
	}
	
#intro p {
	position: relative;
	text-align: justify;
	float: left;
	padding: 20px 60px 0 0;
	color: #fff;
	width: 620px;}
	
#intro img {
	color: #F89120;
	}

h3 {
	padding: 5px 0;
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 20px;
	}
	
.aboutarea {
	position: relative;
	padding: 50px 0;
	background: #fff; 
	font-size: 1.1em;}
	
#about {
	position: relative;
	text-align: center;
	color: #222930;
	}


#about p {
	position: relative;
	float: left;
	width: 280px;
	padding: 30px;
	text-align: justify;}

#about p.first {
	padding-left: 0;
	}
	
#about p.last {
	padding-right: 0;
	}
	
	
#about img {
	margin-top: 50px;
	}

.servicesarea {
	position: relative;
	padding: 50px 0;
	font-size: 1.1em;
	}

#services p {
	position: relative;
	float: left;
	width: 280px;
	padding: 30px;
	text-align: justify;}

#services p.first {
	padding-left: 0;
	}
	
#services p.last {
	padding-right: 0;
	font-size: 1.3em;
	}
	
#services ul.last {
	position: relative;
	font-size: 1em;
	float: left;
	padding:30px 0px 80px 30px;
	width: 280px;
	height: 200px;
	list-style: disc;list-style: url(images/list.png);
	list-style-position: inside;
	}

#services ul.last li {
	position: relative;
	padding-bottom: 10px;
	font-weight: 700;
	}

#gallery a {
	padding: 0px;
	margin: 0px;
	}

#gallery img {
	padding: 30px 0px 50px;
	margin-left: 20px;
	float: left;
	display: block;
	width: 176px;
	}
	
#gallery img.first {
	margin-left: 0px;
	clear:both;
	float: left;
	}
	
#gallery img.last {
	padding-right: 0;
	}
	

.contactarea {
	position: relative;
	background: #FFF;
	color: #222930;
	padding: 50px 0;
	float: left;
	font-size: 1.1em;
	}

#contform {
	position: relative;
	float: left;
	width: 465px;
	padding-right: 30px;
	padding-top: 30px;
	}
	

								
.antispam { display:none;
}

#contact p {
	padding-top: 30px;}
	
#contact a {
	color: #06C;}

#map-canvas {
	position: relative;
	float: left;
	width:465px; 
	height:250px;
	margin: 30px 0;
	}


.bottom {
	padding: 30px 0 70px;
	color: #FFF;
	opacity: 0.7;
	}	
	
	
footer a {
	color:#FFF;
	}	

footer p {
	position: relative;
	float: left;}

footer .by {
	position: relative;
	float: left;
	}
	
footer ul {
	position: relative;
	float: left;
	margin-top:10px;
	}
	
footer li {
	position: relative;
	float: left;
	margin-right: 10px;}
	
p.testimonial {
	float: right;
	width: 400px;
	text-align: center;
	top: -20px;}

div#form-return {
	position: relative;
	margin: 0 auto;
	font-size: 1.7em;
	color: orange;
	}

