/* Coming Soon  Page Template*/

/* Font */

/* first for IE 4–8 */
@font-face {
  font-family: DINWebPro;
  src: url("DINWebPro.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWebPro;
  src: url("DINWebPro.woff") format("woff");
}


* {margin: 0;}
html, body { height: 100%; background: #FFFFFF; }  

body {
	color: #959595;
	background: #FFF;
	font-family: DINWebPro, sans-serif;
}


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 600px;
	margin-bottom: -210px;
	margin-left: 70px;
}

#content {
	width: 600px;
	float: left;
	margin-top: 70px;
}

a				{outline: none;}
a:link 			{
	color: #e59c43;
}
a:visited 		{
	color:#e59c43;
	text-decoration:underline;
}
a:hover 		{
	color:#e59c43;
	text-decoration:none;
}
a:active 		{
	color:#666666;
	text-decoration:none;
}

p 					{
	font-size:1.0em;
	margin:0 0 20px;
	line-height: 1.4em;
}

li {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.6em;
}

ol { margin-bottom: 30px; }
h1 					{
	font-size:1.3em;
	margin:0 0 22px;
	color: #e59c43;
	font-weight: normal;
	line-height: 1.5em;
}
h2 					{
	font-size:1.1em;
	margin:0 0 22px;
	color: #e59c43;
	font-weight: normal;
	line-height: 1.5em;

}
h3 					{
	font-size:1.1em;
	margin:46px 0 25px;
	color: #ED4844;
	font-weight: normal;
}
h4 					{ font-size:10px; margin:4px 0; color: #00FFFF; }
h5					{ font-size:10px; margin:3px 0; color: #000000; }
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
h1 a {
	display: block;
	width: 380px;
	height: 40px;
	text-indent: -9000px;
	background: url(../images/the-water-house-logo.png) no-repeat left center;
}
h6 a{ display: block; height: 26px; width: 78px; margin-right: auto; margin-left: auto; text-indent: -3000px; background: url(arkeva.jpg) no-repeat left top; }
h6 a:hover{ background-position: left bottom; }

.red { color: #ED4844; }

#footer {
	width: 100%;
	height: 210px;
	clear:both;
	background-color: #e59c43;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.clearfooter {height: 210px; clear: both;}
