/*-- The Basics --*/

body {
	background-color: #E4EAE6;
}
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #BF5781;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	color: #808285;
	line-height: 18px;
}
a:link {
	color: #57444E;
	text-decoration: none;
}

a:visited {
	color: #9AB6A3;
	text-decoration: none;
}

a:hover {
	color: #BF5781;
	text-decoration: none;
}
/*-- Page Borders and Containers --*/

.outerborder {
	width: 750px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 2px solid #FFF;
	margin-top: 51px;
	margin-right: auto;
	margin-left: auto;
}

.innerwhite {
	width: 740px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}
.leftwrapper {
	width: 200px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	display: inline;
}

.rightwrapper {
	width: 475px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	display: inline;
}

/*-- PHP Includes Sections (includes not added yet) --*/
.navigation {
	height: 20px;
	width: 700px;
	background-color: #BF5781;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	font-variant: normal;
	font-size: 12px;
	line-height: 15px;
}

.navigation a:link {
	color: #FFF;
	text-decoration: none;
}

.navigation a:visited {
	color: #57444E;
	text-decoration: none;
}

.navigation a:hover {
	color: #D0DDD4;
	text-decoration: none;
}

.homenav {
	width: 65px;
}
.testimonialsnav {
	width: 110px;
}
.colorconsultnav {
	width: 170px;
}
.gogreennav {
	width: 80px;
}
.seasonalnav {
	width: 170px;
}


.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #808285;
	text-align: center;
	margin-top: 5px;
	clear: both;
	margin-bottom: 10px;
}

/*-- Images --*/
#logo {
	height:159px;
	width:353px;
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left: -176px;
	z-index: 1;
}

#rose {
	margin-right: 10px;
	float: left;
}


.testimonialsrc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #BF5781;
	text-align: right;
}

