/* CSS stylesheet */

body {
		background: #98c9d9;
	margin-top: 0;
	text-align: center;
}

.container {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 100px;
	width: 940px;
	border: 1px solid #98c9d9;
	background-image: url(../images/bg_header.png);
}

#header h1 a {
	height: 100px;
	text-indent: -9999px;
	width: 300px;
	float: left;
	background: url(../images/logo.gif) no-repeat;
}

/* @group header nav */

#header ul {
	list-style: none;
	float: right;
	position: relative;
	left: 17px;
	top: 39px;
}

#header ul li {
	float: left;
	margin: 0;
	padding-right: 16px;
	padding-left: 16px;
	line-height: 1.6em;
	background: url(../images/tab.gif) no-repeat scroll -14px;
}

#header ul li.select {
	background-image: none;
}

#header ul li a:hover {
	color: #ba4516;
}

#header ul li a.active {
	background: url(images/nav-left.jpg) no-repeat;
	color: #ba1c16;
}

#header ul li a {
	color: #201673;
	text-decoration: none;
	font-size: 1.1em;
	padding-left: 1px;
}

#header ul li.active a {
	background: url(images/nav-right.jpg) no-repeat right top;
}

/* @end */

/* @group slider */

#slider-stretch {
	background-color: white;
	text-align: center;
}

#slider {
	overflow: hidden;
	text-align: left;
}

#slider_main {
	width: 540px;
	margin-top: 36px;
}

#video {
	width: 380px;
	float: right;
}

#slider_left {
	margin-top: 36px;
	margin-bottom: 36px;
	width: 620px;
	background: url(../images/barrier.jpg) no-repeat 610px;
}

#slider_left p {
	width: 600px;
}

#slider_right {
}

#info {
		width: 140px;
	text-align: left;
	float: right;
	margin: 20px 20px 0 0;
	padding: 0;
}

#info p {
	font-size: 0.95em;
}

#testimonials {
	width: 940px;
	margin-top: 36px;
	margin-bottom: 36px;
	background: url(../images/barrier.jpg) no-repeat 0 60px;
}

#testimonials p {
	margin-left: 40px;
}

.read-more {
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	background: url(../images/more.gif) no-repeat;
}

/* @end */

/* @group main-container */

#main-container {
	display: inline-block;
	padding-top: 36px;
	padding-bottom: 30px;
	overflow: hidden;
}

#features {
	width: 300px;
	background: #a8e3f0 url(../images/fold.gif) no-repeat;
	height: 240px;
}

#features p {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

#features img {
	float: left;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
}

.read-more_2 {
	display: block;
	text-indent: -9999px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	left: 200px;
	background: url(../images/more.gif) no-repeat;
}



/* @end */

/* @group content-bottom */

#content-bottom-stretch {
	background: #274d5a url(images/bottom-slice.jpg) repeat-x;
	border-bottom: 1px solid #181818;
	padding-top: 36px;
}

#content-bottom {
	overflow: hidden;
}

#map {
	width: 300px;
	text-align: left;
}

#map a, #adress a {
	color: #a8e3f0;
}

#adress {
	color: white;
	width: 300px;
	text-align: left;
	margin-top: 0;
}

#contact {
	width: 300px;
	clear: right;
}

#contact h3 {
	color: white;
	text-align: left;
}

#contact p {
	color: white;
	text-align: left;
	margin-bottom: 5px;
}

#contact input.text {
	width: 280px;
	height: 20px;
	padding: 0;
	margin: 0 0 8px;
}

#contact textarea {
	margin-bottom: 20px;
	margin-top: 0;
	width: 280px;
	overflow: hidden;
}

#contact input.send {
	border: none;
	display: block;
	width: 99px;
	height: 29px;
	text-indent: -9999px;
	background: url(../images/send.gif) no-repeat;
}

input:focus, textarea:focus {
	outline: none;
}



/* @end */

/* @group footer */

#footer-stretch {
	background: #274d5a;
	color: #d3d3d3;
	border-top: 1px solid #98c9d9;
	text-align: center;
	padding: 18px 0 100px;
}

#footer {
	overflow: hidden;
	text-align: center;
}

#footer p {
	float: left;
	padding-left: 10px;
	font-size: 0.9em;
}

#footer p a {
	color: #7ea547;
	text-decoration: none;
}

#footer ul {
	float: right;
	list-style: none;
	padding-right: 10px;
}

#footer ul li {
	float: left;
	font-size: .9em;
	margin-left: 5px;
}

#footer ul li a {
	color: #d3d3d3;
	text-decoration: none;
}



/* @end */

