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

body {
	margin: 0px;
	/*	type  */
	font-family: Lucida Grande, Verdana, Helvetica, Arial, san-serif;
	color: #672051;
	font-size: 0.75em;
	line-height: 160%;
}
#bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	/*	center page  */
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 1020px;
	height: 100%;
	margin: auto;
}
#skin {
	/*	center page  */
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 1000px;
	height: 100%;
	margin: auto;
}
.nav {
	display: block;
}

hr {
	margin: 0px;
	padding: 0px;
	height: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr.home  {
	color: #672051;
	background-color: #672051;
}
hr.services {
	color: #C4CC1F;
	background-color: #C4CC1F;
}
hr.portfolio {
	color: #00AEEF;
	background-color: #00AEEF;
}
hr.blog {
	color: #875BAC;
	background-color: #875bac;
}
hr.testimonials {
	color: #E24B16;
	background-color: #E24B16;
}
hr.contact {
	color: #C90044;
	background-color: #C90044;
}
#heart {
	padding: 50px;
	width: 900px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 0px;
}
a{
	color: #9477A1;
	text-decoration: underline;
}
a:link{
	color: #9477A1;
	text-decoration: underline;
}
a:visited{
	color: #9477A1;
	text-decoration: underline;
}
a:hover{
	color: #672051;
	background-color: #9477A1;
	text-decoration: none;
}
.end {
	margin-bottom: 0px;
}
.TestimonialPosts {
	float: left;
	height: 252px;
}
hr.TestimonialRule {
	width: 560px;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #E24B16;
	height: 1px;
	background-color: #E24B16;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	text-align: left;
}

.ContactInput {
	border: 1px solid #C90044;
	background-color: #F1F2F2;
	width: 556px;
}
#Footer {
	line-height: 65px;
	color: #FFFFFF;
	background-color: #000000;
	height: 65px;
	width: 950px;
	margin-top: 1px;
	padding-left: 50px;
}

