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

html {
	height: 100%;
}

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-color: #bbe1f8;
	background-position: center top;
	margin: 0px auto;
	font-family: Arial,Helvetica,sans-serif;
	height: 100%;
}

h1{
	font-size: 1.5em;
	color: #777777;
	font-weight: bold;
}

p{
	font-size: 1em;
	color: #777777;
}

p a{
	color: #98cb4f;
	text-decoration: none;
}

p a:hover{
	color: #79bde9;
	text-decoration: none;
}

input .email{
	border: none;
}

input.submit{
	background-color: #f19fc0;
	color: #ffffff;
}

.footer{
	font-size: .75em;
	color: #999999;
}

.footer a{
	color: #98cb4f;
	text-decoration: none;
}

.footer a:hover{
	color: #79bde9;
	text-decoration: none;
}

.sidebar{
	color: #ffffff;
	font-size: .8em;
}

.sidebar strong{
	line-height: 20px;
}

.sidebar a{
	color: #fff;
}

.sidebar a:hover{
	color: #f7cede;
	text-decoration: none;
}

.testimonials{
	font-size: .75em;
	color: #ffffff;
	line-height: 25px;
}

.testimonials a{
	color: #fff;
}

.testimonials a:hover{
	color: #f7cede;
	text-decoration: none;s
}

.testimonials a:visited{
	color: #fff;
}

.p2{
	font-size: .9em;
	color: #777777;
}

#wrapper {
	width: 800px;
	height: 100%;	
	margin: 0px auto;
	margin-top: -2px;
}

#logo{
	float:left;
	padding-left: 30px;
	margin-top: -138px;
}

#headerflowers{
	float: right;
	padding-right: 30px;
	margin-top: -148px;	
}

#navbar {
	background-color: #ee79a6;
	width: 780px;
	height: 20px;
	margin-top: 160px;
	margin-left: 3px;
	text-align: right;
	padding: 7px;
}

#navbar li{
	display: inline;
	border-color: #FFFFFF;
	border-style: none solid none none;
	border-width: 1px;
}

#navbar li.last {
	border: medium none;
}

#navbar li a{
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	padding-right: 17px;
	padding-left: 15px;
}

#navbar li a:hover{
	color: #f7cede;
}

#mainimage{
	margin-top: -15px;
	margin-left: 2px;
}

#line{
	color: #ffffff;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	line-height: 24px;
	background-image: url(../images/lnptrn.jpg);
	background-color: #ee79a6;
	background-repeat: repeat-x;
	height: 25px;
	width: 795px;
	margin-top: 3px;
	margin-left: 3px;
}

#bodytext{
	width: 495px;
	height: 448px;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	overflow: auto;
}

#shoptext{
	width: 795px;
	height: 448px;
}

#sidebar{
	background-image: url(../images/sidebarpattern.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #f19fc0;
	width: 208px;
	height: 438px;
	float: right;
	margin-right: 25px;
	margin-top: 10px;
	padding: 12px;
}

#testimonials{
	background-color: #ee79a6;
	height: 54px;
	width: 758px;
	float: left;
	clear: left;
	margin-left: 3px;
	padding: 5px;
	padding-left: 30px;
}

#footerflower{
	float: left;
	clear: left;
	margin-top: 30px;
	margin-left: 30px;
	padding-bottom: 30px;
}

#footertext{
	width: 250px;
	float: left;
	clear: left;
	margin-left: 65px;
	margin-top: -56px;
	padding-bottom: 30px;
}

