﻿body
{
	margin: 0;
	background-color:#363636;	
	
}
/* ************ */


/* ************ */


.urllink a:link, .urllink a:visited {
    color: #336699;
}

#thesliderimage {
width:100%;
}

#slider {
	position: relative;	
	
}
#slider img {
	position:absolute;
	width:100%;
	max-width: 100%;
	height: auto;
	border-radius: 15px 0px 15px 15px;
	}

.centdiv {

}

.theblack {
background-color:#000;
}
	
#the300 {
	position:static;
	height: 100%;
	width:100%;
}
	


#sunset {
	
	width:100%;
	max-width: 100%;
	height: auto;
	border-radius: 15px 0px 15px 15px;
	margin:0 auto;

}

#thespecial {
	
	width:98%;
	max-width: 100%;
	height: auto;
	border: solid 4px #847055;
	border-radius: 15px 0px 15px 15px;
	box-shadow: 1px 1px 10px #393124;
	

}

h1, h2 { 

color: #363636;
font-weight: 100;
text-align: left;
background: none;
}

h1 {
text-align: right;
	font-size: 22px;
	/* margin: .6em .6em 0px 0px; */

}

h2{
	margin: .6em 0em .6em 0em; 
font-size: 2em;
text-align: center;
}

.greyback h2 {
color: #ffffff;
text-align: center;
}


/* ****** Navigation ****** */
nav {
	background-color:#393124;	

	
}
#navlist {
	margin: 0px;
	padding: 10px;
	border-radius:5px;
}

#navlist li {
	list-style: none;
	display: inline;
}

#navlist li a {
	color:#ffffff;
	padding: 0.25em 0.5em 0.25em 0.5em;
	font: normal 12px Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-transform:uppercase;
}

#navlist li a:link , a:visited{ color: #ffffff; }
#navlist li a:hover {
	border-color: #8AD6CC;
	color:#999;
}

/* ****** Header ****** */
#banner {
	border: .3em #F7F7F7 solid;
	padding: 1em 0 0 1em ;
	border-radius: 0px 30px 0px 15px;
	background-image:url('../images/pooldecklogo1.gif');
	background-position:left center;
	background-size:contain;
	background-repeat:no-repeat;
	background-color:#9E8869; 
	height: 11em;/* 10 */
	}
#banner img {
	float:right;
}
	

section {
	background-color:#F7F7F7;
	min-height:100%;
  	text-align:center; 
	padding:.6em;
	

}
.thekeywords {
		text-align:center;
}
.thekeywords ul li {
	padding:5px;
	margin: 10px 0 10px 0;
	display:inline;
	font-size:.8em;
font-weight:bold;    
	
}


/* ===========================
   ====== Contact Form ======= 
   =========================== */

input, textarea {
	padding: 10px;
	border: 1px solid #393124;
	width: 200px;
	color: #393124;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;		
}

textarea {
	width: 400px;
	height: 150px;
	max-width: 90%;
	line-height: 18px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: 5px solid #FFAABB;
	box-shadow: rgba(255, 140, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(255, 140, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(255, 140, 0, 0.2) 0px 0px 8px;	
}

.form label {
	margin-left: 10px;
	color: #393124;
}

/* ===========================
   ====== Submit Button ====== 
   =========================== */

.submit input {
	width: 100px; 
	height: 40px;
	background-color: #363636; 
	color: #FFF;
	border-radius: 3px;		
}
/* ====================
   ====== Result ====== 
   ==================== */

#contactresult {
	padding: 10px;
	border: 1px solid #393124;
	color: #393124;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;	
	}
#contactresult span {
	font-size: 1.1em;
	color: #847055;
}

footer.sitefooter{
	height: 2em;
	text-align:center;
	color: #000000;
	background-color:#363636; 
	font-size: .6em;
	
}
footer.sitefooter a:link, a:visited { color: #000000; }
footer.sitefooter a:hover {
	border-color: #FFAABB;
	color:#999;
}


