@charset "UTF-8";
/* CSS Document */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

html, body {font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	background: #271507;
	padding: 0;
}

a {text-decoration: none;
color: #20a8c0;
padding: 2px 4px;
margin: 0 -4px;
border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}

.facebook { position:absolute; right:30px; top: 65px;}
.facebook img {margin: -15px; border:none;}

a:hover {background-color: #34aab6; color: #fff;
}

#wrapper {width: 100%;
	background: url(../images/topbar.jpg) repeat-x #f6f6f6;
	font-size: .8em;
}

#mainWrap {width: 960px;
	margin: 0 auto;
}

#header {height: 105px;
	width: 100%;
	background: url(../images/header.jpg) no-repeat;
	position:relative;
}

#logo {width: 255px;
	text-align: center;
	margin: 0 auto;
}

#logo img {
	position: relative;
	top: 2px;
}

#logo img[class="logo"] {margin-bottom: 7px;
	margin-top: -7px;
}

#logo a {color: #271507;
	font-weight: 900;
}

#logo a:hover {color: #20a8c0;
background: none;
}

/*-- NAVIGATION --*/
#nav {width: 100%;
	font-size: 1em;
	padding-left: 30px;
	position:relative;
	z-index: 999;
}

#nav a {color:#fff;
	padding: 10px 7px 2px;
	margin: 0;
	border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;
}

#nav ul {list-style:none;
	margin: 0;
	padding: 20px 0 0 0;
}

#nav ul li {position: relative;
	display:inline;
	padding: 0 .8em;
}

a.brown {background-color: #271507;}

#nav li { /* all list items */
	float: left;
	position: relative;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	padding: 5px;
	background: url(../images/navbg.jpg); 
	border: 2px #271507 solid;
	border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topleft: 0px;
}

#nav li ul li {display: block;
	padding:0;
}

#nav li ul li a {display: block;
	color: #271507;
	padding-top: 3px;
	width: 166px; border-top: solid 1px #dcd8c9;border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}

#nav li ul li a:hover {color: #f6f6f6;
	background: #34aab6;
}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li:hover ul, li.over ul { 
	display: block;
}

#search {position: absolute;
	right: 30px;
	top: 18px;
}

ul.big {width: 734px; left: -90px; margin: 0; padding: 0;}
ul.big li {float: left; width: 180px;}

/* 
	LEVEL ONE
*/
/*ul.dropdown                         { position: relative; width: 100%; }
ul.dropdown li                      { font-weight: bold; float: left; width: 180px;position: relative; }
ul.dropdown a:hover		            { }
ul.dropdown li a                    { display: block; padding: 20px 8px;position: relative; z-index: 2000; }
ul.dropdown li a:hover,
ul.dropdown li a.hover              { position: relative; }*/


/* 
	LEVEL TWO
*/
/*ul.dropdown ul 						{ display: none; position: absolute; top: 0; left: 0; z-index: 1000; }
ul.dropdown ul li 					{}
ul.dropdown ul li a					{ display: block;} 
ul.dropdown ul li a:hover			{ display: block;} 
*/
/*-- MAIN CONTENT --*/
#content {width: 940px;
	padding: 20px 10px;
	position: relative;
}

#mainAd {margin: 0 0px 10px;}
#mainAd a {padding: 0; margin: 0;}
#mainAd ul, #mainAd li {margin: 0; list-style: none; padding: 0;}
#mainAd li {height: 340px;}

#prev, #next {position: absolute; top: 200px; left: -15px; z-index: 100;}
#next {right: -15px; left: auto;}
#prev a,#next a {display: block; height: 52px; width: 20px; background: url(../images/btn_prev.png) 0 0 no-repeat; text-indent: -9999px;}
#next a {background: url(../images/btn_next.png) top right no-repeat;}

#mainText {width: 300px;
	margin-right: 20px;
	font-size: .8em;
	float: left;
	padding: 10px 0 0;
}

img {border: none;}

#mainText a:hover {background: none;}

h3 {color: #271507;
font-size: 1.5em;
}

#mainText p {color: #271507;
	line-height: 1.8em;
	padding: 0 5px;
}

.dots {padding: 4px;
	width: 100%;
	display: block;
	background: url(../images/dots.jpg) repeat-x;
}

#inspire {padding: 20px 0;
	width: 940px;
	margin: 0 auto;
	display: block;
	background: url(../images/inspire.jpg) no-repeat;
}

#cWell {padding: 35px 0 0;
	width: 450px;
	font-size: .85em;
	line-height: 1.7em;
}

#cWell p {padding: 0 5px;
}

.Waccent {background: url(../images/well_accent.png) no-repeat;
}

.Waccess {background: url(../images/well_access.png) no-repeat;
}

.Wbedroom {background: url(../images/well_bedroom.png) no-repeat;
}

.Wdining {background: url(../images/well_dining.png) no-repeat;
}

.Wfam {background: url(../images/well_family.png) no-repeat;
}

.Woffice {background: url(../images/well_office.png) no-repeat;
}

.Wmattress {background: url(../images/well_mattress.png) no-repeat;
}

.Woutdoor {background: url(../images/well_outdoor.png) no-repeat;
}

.Wfloor {background: url(../images/well_flooring.png) no-repeat;
}

#stc, #alex, #willmar {width: 160px;
	float: left;
	margin: 15px 75px;
}

#form {width: 300px;
float: left;
background: #e6e6e6;
padding: 15px;
	border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}

#form input, #form textarea {border: 1px dashed #f6f6f6; background: #fff; padding: 4px;}

#security {width: 580px;
float:left;
padding: 15px;
}

#map {width: 395px;
	height: 298px;
	margin-right: 20px;
	border: 4px solid #dcd8c9;
	position: relative;
	left: 0px;
	float: left;
	border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}

#mapWell {padding: 0;
	float:left;
	width: 350px;
}

#rightNav {width: 300px;
	float: right;
	padding-top: 5px;
	border: 2px #dcd8c9 solid;
	background-color: #271507;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}

#rightNav ul {list-style:none;
}

#rightNav a {color: #fff;
}

#rightNav a:hover {background: #20a8c0;
}

.ads { position:relative; z-index:24; }
.ads span { display:none;}
.ads:hover {z-index:25;}
.ads:hover span {display:block;position:absolute;width:160px;top:00px;right:-5px;padding:5px;font-size:10px;color:#fff;text-decoration:none; text-align:center;font-family:Verdana, Arial, Helvetica, sans-serif;background: #271507; background: rgba(39,21,7,.8);border: #75c4bf solid 2px;padding: 4px 5px;box-shadow:0px 0px 10px rgba(0,0,0,.5);-webkit-box-shadow:0px 0px 10px rgba(0,0,0,.5);-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
a.ads:hover { visibility:visible; }

#tv {width: 640px; height: 360px; clear: both; margin: 20px auto;}

/*-- SLIDER --*/
#slider{float: left;
	position: relative;
	margin-bottom: 15px;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:620px;
	height:190px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:50px;
	position:absolute;
	left:330px;
	top:440px;
	}	
#nextBtn{ 
	left:930px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/btn_next.png) no-repeat 0 0;	
	}

/*--footer--*/
.dots_w {padding: 4px 0;
	width: 100%;
	display: block;
	background: url(../images/dots_w.jpg) repeat-x;
	margin-bottom: 10px;
}

#footerWrap {width: 100%;
	background: url(../images/stripes.jpg) top center repeat-x #271507;
	overflow: hidden;
	padding-bottom: 20px;
}

.angle {display:block;
	height: 60px;
	width: 100%;
	background: url(../images/foot_top.jpg) top center no-repeat #271507;
}

#footer {width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	padding-top: 80px;
	color: #fff;
	font-size: .85em;
}

#footer a {color: #FFF;
	padding: 2px 4px;
	margin: 0 -4px;
	font-weight: 900; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}

#footer a:hover {background: #20a8c0;
}

#footer ul {list-style: none;
	margin: 0;
	padding: 0;
}

#footLeft {width: 140px;
	margin-right: 20px;
	padding: 0 4px;
	float: left;
	line-height: 1.5em;
}

#footCenter {width: 540px;
	margin-right: 20px;
	float: left;
	line-height: 1.7em;

}

#footer h4 {margin: 0;
	font-size: 1.3em;
}

.clear {clear:both;
}

.right {float: right;
	margin-left: 15px;
}


.link,
.signupframe {
	color: #f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
	}
.link {
	text-decoration: none;
	}
.signupframe {
	}
	
.signupframe input {border: 1px #20a8c0 dashed; padding: 4px;}
input[type="submit"] {cursor:pointer; color:#4d4d4d; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border: solid 1px #34aab6;}


.small {font-size: .7em;}
