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

#wrap {
float:center;
width:100%;
margin:0 auto;
background:#fff;
margin: 0px 0px 0px 0px;
}
/*------------------------- Title Bar ---------------------------*/

#docheader {
background:#fff;
padding:20px 10px 20px 0;
color:#322D4D;

font-family: 'Quicksand', sans-serif;
font-size:24px;
font-weight:700;
text-align:center;

}



/*------------------------- Columns ---------------------------*/

#main {
float:left;
width:47%;
padding:10px;
background:#fff;

font-family: 'Quicksand', sans-serif;
color:#B3B221;

border: 0px #B3B221 solid;
}



#main p {
font-family: 'Quicksand', sans-serif;
font-size:14px;
color:#808080;

}


#MainBig {
float:left;
width:100%;
padding:10px;
background:#fff;

font-family: 'Quicksand', sans-serif;
color:#B3B221;

border: 0px #B3B221 solid;
}

#homeBox {
float:left;
width:75%;
padding:10px;
background:#fff;

font-family: 'Quicksand', sans-serif;
color:#B3B221;

border: 0px #B3B221 solid;
}

#homeBox p {
font-family: 'Quicksand', sans-serif;
font-size:14px;
color:#808080;

}


#subleft {
background:#fff;
padding:5px 10px 0 10px;

}

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

#subleft li {
list-style:disc;
margin:0 0 0 20px;
padding:0;

color:#808080;
font-size:14px;

}


#subright {
float:right;
width:47%;
padding:10px;	
	
color:#808080;
font-size:12px;
font-family: 'Quicksand', sans-serif;


background:#FBF6FF;
padding:5px 10px;
}

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

#subright li {
display:inline;
margin:0;
padding:0;
}








/*------------------------- Web Form Area ---------------------------*/

#webForm {
padding:10px;	
border:1px solid #B3B221;

color:#808080;
font-size:12px;
font-family: 'Quicksand', sans-serif;
text-align:left;
line-height:35px;
font-weight:700;
width:100%;


background:#FBF6FF;
padding:5px 10px;
}


#webFormBig {
padding:10px;	
border:1px solid #B3B221;

color:#808080;
font-size:12px;
font-family: 'Quicksand', sans-serif;
text-align:left;
line-height:35px;
font-weight:700;
width:405px;


background:#FBF6FF;
padding:5px 10px;
}




/*------------------------- before and after on homepage ---------------------------*/

#beforeafter {
	float:none;
	text-align:left;
	width:150px;
	height:250px;
	font-family:'Quicksand';
	color: #575566;
	font-weight:400;
	font-size: 12px;
	line-height: 15px;
	border:1px solid #B3B221;
	padding:10px;
	margin: 0 0px 0 0;
	display:inline;
}


/*------------------------- footer ---------------------------*/

#footer {
clear:both;
background:#f0f1d2;
margin:0px 0px 0px 0px;
height:115px;
width:100%;
}


#phone {
padding:10px;	
margin: 0 0px 0 100px;
float:left;
color: #575566;
font-size:14px;
font-family: 'Quicksand', sans-serif;
text-align:left;
line-height:20px;
font-weight:700;
width:200px;

}

#email {
padding:10px;	

float:left;
color: #575566;
font-size:14px;
font-family: 'Quicksand', sans-serif;
text-align:left;
vertical-align:top;
line-height:20px;
font-weight:700;
width:250px;

}

#address {
padding:10px;	

float:left;
color: #575566;
font-size:14px;
font-family: 'Quicksand', sans-serif;
text-align:left;
/*line-height:20px;*/
font-weight:700;
width:250px;

}

#copyright {
padding:10px;	

float:left

color: #575566;
font-size:12px;
font-family: 'Quicksand', sans-serif;
text-align:left;
line-height:35px;
font-weight:600;
width:150px;

}

#seasonMenu	{
position:relative;	
z-index:3000;
}
#seasonMenu ul ul {
	display: none;
	
	
}


#seasonMenu ul li {
	list-style: none;
	float: left; 
	padding-bottom:45px;

	}
	
#seasonMenu ul li a {
	display: block;
	padding: 3px 8px;
	background-color: #none;
	color: #575566;
	text-decoration: none;
		

	}
	
	
#seasonMenu li ul {
	display: none; 
	width: 100px; /* Width to help Opera out */

	background-color: #B3B221;}

#seasonMenu li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#seasonMenu li:hover li {
	float: none; }
#seasonMenu li:hover li a {
	background-color: #69f;
	border-bottom:thin;
	color: #575566; }
#seasonMenu li li a:hover {
	background-color: #B3B221; }
