@charset "UTF-8";
/* Layout (global rules for all sizes) */

html, body {height:100%;}

body {
	margin: 0px;
	padding: 0px;
}

header {
	position:relative;
	min-height: 100%;
	background: url(../images/banner_large.jpg) no-repeat left 0px;
	background-size:cover;
}

header>div {
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	background-color: #00657f;
}

header>div>nav {
	/*box-sizing:border-box;*/
	width:100%;
	float:none;
	display: inline-block;
	text-align: center;
	}
header>div>h1{
	/*width:20%;
	float:right;
	padding-right:5%;*/}
header a.logo {
	display: block;
	position: absolute;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 350px;
	height: 290px;
	position:absolute;
	top: 60px;
	right: 250px;
	background-image: url(../images/logo_large.png);
}
nav {
	height:65px;
	background-color: #00657f;
}

nav a {margin: 12px 0px 10px 20px;}
/* Layout Large Screens (default for older browsers) */



article {
	padding: 20px 0px 10px 0px;
}
.article {
	background-repeat: no-repeat;
}
.article.one {
	background-image: url(../images/aboutus.jpg);
}
.article.two {
	background-image: url(../images/drinkingwater.jpg);
	min-height: 250px;
}
.article.three {
	background-image: url(../images/softwater.jpg);
	min-height: 300px;
}
.article.four {
background-image: url(../images/watermax_ro.jpg);
	min-height: 700px;}
.article.six {
	background-image: url(../images/qualitywater.jpg);
	min-height: 250px;
}
.article.five {
	background-image: none;
	min-height: 500px;
}
.article {
	background-position: 640px 65px;
	padding-bottom: 40px;
}
.articles {
	min-height: 250px;
	margin-top: 25px;
	padding-bottom: 30px;
}
.articles p {
	width: 60%;
	float: left;
}
.top {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:right;
	font-size: .9em;
}
.top a {
	display:block;
	color: #00657f;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer a {
	color: #716558;
}
form {
	margin: 0 auto;
	width: 550px;
	height: 450px;
	font-family: Alegrya-Sans, sans-serif;
	font-size: .9em;
	line-height: 24px;
	font-weight: normal;
	color: #716558;
	text-decoration: none;
	padding: 10px;
}
input {
	width: 375px;
	display: block;
	border: 1px solid #716558;
	height: 25px;
	margin-bottom: 5px;
}
textarea#message {
	width: 375px;
	height: 150px;
	display: block;
	margin-bottom: 5px;
}
input#confirm {
	width: 375px;
	height: 25px;
	display: block;	
}
#submit {
	width: 100px;
	background-color: #00657f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 6px;
	color: #fff;
	font-family: Alegrya-Sans, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	cursor: pointer;
	border: solid 1px;
	margin-top: 15px;
	-webkit-appearance: none;
}
#submit:hover {
	border: none;
	background: #716558;
	box-shadow: 0px 0px 1px #777;
	color: #fff;
}
#location {
margin: 0 auto;
	width: 550px;
	height: 100%;
	font-family: Alegrya-Sans, sans-serif;
	font-size: 1.2em;
	line-height: 20px;
	font-weight: normal;
	color: #716558;
}
#thankyou {
}
 @media screen and (max-width: 990px) {
}
