@charset "UTF-8";
/* CSS Document */
.overlay {	background-color: #fc5681;}
#containerTile {
	background-color:#4a5736;
	background-image:url(../images/landing3-body-tile.gif);
	background-repeat:repeat-x;
	height:898px;
}
#header {
	background-image:url(../images/landing3-header-bg.jpg);
	background-repeat:no-repeat;
	height:88px;
}
#peeps {
	background-image:url(../images/landing3-peeps.jpg);
	background-repeat:no-repeat;
	height:374px;
	margin-top:30px;
}
#shadow {
	background-image:url(../images/landing3-bottomShadow.jpg);
	background-repeat:no-repeat;
	height:36px;
}
#title {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:56px;
	color:#5e6e44;
	line-height:.80em;
	overflow:auto;
	padding-bottom:10px;
	margin-top:50px;
	text-shadow: #969595 1px 1px 2px;
	height:75px;
	overflow:visible;
}
#title2 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:56px;
	color:#5e6e44;
	line-height:.80em;
	overflow:auto;
	padding-bottom:10px;
	margin-top:30px;
	margin-bottom: 20px;
	text-shadow: #969595 1px 1px 2px;
	height:75px;
	overflow:visible;
}
.subtitle {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:39px;
	line-height:1.1em;
 	color:#5e6e44;
}.subtitle2 {	font-family:"Times New Roman", Times, serif;	font-style:italic;	font-size:35px;	line-height:1.1em; 	color:#5e6e44; 	text-shadow: #969595 1px 1px 2px; 	margin-bottom: 20px;}
#headText {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:25px;
	color:#e7e7dc;
	line-height:1em;
	padding-top:48px;
	padding-bottom:5px;
	overflow:visible;
	text-shadow: black 1px 1px 2px;
}
#content {
	background-repeat:no-repeat;
	background-position: 340px 280px;
	height:423px;
}

/*Icons*/
	#box {
	background-image:url(../images/landing3-icon-box.jpg);
	background-repeat:no-repeat;
	height:94px;
}
	#brush {
	background-image:url(../images/landing3-icon-brush.jpg);
	background-repeat:no-repeat;
	height:94px;
}
	#tools {
	background-image:url(../images/landing3-icon-tools.jpg);
	background-repeat:no-repeat;
	height:94px;
}
	#cal {
	background-image:url(../images/landing3-icon-cal.jpg);
	background-repeat:no-repeat;
	height:94px;
}
.iconText {
	color:#676762;
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	font-weight:normal;
	line-height:18px;
	padding-left:105px;
	padding-top: 20px;
	
	}
#calltoAction {
	font-family:"Times New Roman", Times, serif;
	font-size:37px;
	line-height:.90em;
	color:#58554b;
	text-shadow: #58554b 1px 1px 2px;
	padding-top:65px;
	padding-bottom:0px;
}
#callContainer {
	height:300px;
}
.buttonRow {
	height:135px;
}
#spaAccent {
	background-image:url(../images/landing3-accent.jpg);
	background-repeat:no-repeat;
	height:351px;
}
.phone {
	/*background-image:url(../images/landing1-phone.gif);
	background-repeat:no-repeat;
	height:68px;*/
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#ede9de;
	text-shadow: black 1px 1px 2px;
	padding-top:0px;	line-height: 30px;	
}/*Button Styles*/	/*About Button*/
		#aboutUs		{		  display: block;		  width: 220px;		  height: 44px;		  background: url("../images/landing3-btn-email2.gif") no-repeat 0 0;				}				#aboutUs:hover		{ 		  background-position: 0 -44px;		}				#aboutUs span		{		  display: none;		}	/*Contact Me Button*/		#contactMe		{		  display: block;		  width: 178px;		  height: 44px;		  background: url("../images/landing3-btn-contact.gif") no-repeat 0 0;				}				#contactMe:hover		{ 		  background-position: 0 -44px;		}				#contactMe span		{		  display: none;		}	/*Email Signup Button*/		#emailSignup		{		  display: block;		  width: 165px;		  height: 30px;		  background: url("../images/landing3-btn-email.gif") no-repeat 0 0;				}				#emailSignup:hover		{ 		  background-position: 0 -30px;		}				.cboxelement span		{		  display: none;		}