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

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.zeroHeight {
margin-bottom: -20px;
}


body {
	background-color: #BEDBFA;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-weight: normal;
	color: #007986;
	font-size: 2em;
}

.NavBar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFF;
}

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

.MainContainer {
	background-color: #FFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/css/mainContent_bg.gif);
	background-repeat: repeat;
}
.Mast {
	height: 151px;
	width: 100%;
	background-image: url(images/css/mast.gif);
}
.contentArea {
	background-image: url(images/css/content_bg.gif);
	background-repeat: repeat;
}
.contentBody {
	margin-left: 250px;
	margin-right: 30px;
	width: 660px;
	min-height: 500px;
	_height: 500px;

}


.contentLeftSideBar {
	width: 195px;
	position: relative;
	left: 18px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	min-height: 300px;

}
.footer {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ED1C39;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}

.footer a {
	color: #FFF;
	text-decoration:none;
}
.testimonial {
	color: #5F1F5E;
}

/*STORE CSS*/
.prodPhotoBox {
float: right;
margin-top: -50px;
padding-left: 10px;
}

.prodPhotoBox img {
max-height: 200px;
}

.products li {
margin-bottom: -10px;
}

/*PETALS AREA */
#petal_area
{
	padding-top:10px;
	margin-right:auto;
	margin-left:auto;
	height:100%;
	width:187px;
	border-top:none;
	margin-top:0px;
	padding-right:4px;
}

#petals
{
	list-style:none;
	padding:0px;
	margin:0px;
	padding-top:1px;
	width:196px;
	height:61px;
	margin-left:-4px;
}

#petals li
{
	float:left;
	width:49px;
	padding:0px;
	margin:0px;
}

#BlogSidebar {
width: 150px;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #7E341B;
	margin-right: 24px;
	margin-top: 25px;
padding-bottom:25px;
padding-left: 10px;
margin-left:25px;