@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background:url(../images/background.gif)
}

#wrapper {
	margin:auto;
	width:900px;
	background:#FFFFFF;
}

#topbanner {
	width:100%;
	height:113px;
	background:url(../images/topbanner.jpg) 0 0 no-repeat;
}

#topmenu {
	background:url(../images/topmenu.png) 0 0 no-repeat;
	width:100%;
	height:70px;
}

#footer {
	width:100%;
	background:url(../images/bottommenu.png) 0 0 no-repeat;
	height:57px;
}

#middlearea {
	margin:20px 0;
	background:url(../images/maybe2.jpg) 0 0 repeat-y;
	
}

#leftmenu {
	float:left;
	width:200px;
	margin:0px 0;
	background: url(../images/leftmenutop2.png) 0 0 no-repeat;
	
	
}

#leftmenubottom
{
	width: 100%;
	margin: 0;
	min-height: 300px;
	background:url(../images/leftmenubottom.png) 0 100% no-repeat;

}

.leftmenuinside {
	padding:45px 0px 90px 0px;
	
}

.leftmenuinside ul {
	margin:3;
	padding:35;
	list-style-type:none;
	
}

.leftmenuinside li {
	margin:2;
	padding:25;
	
}

#topmenuinside {
	padding:0px 30px;
}

#shoppingcart {
	float:right;
	margin-top:0px;
}

#footerinside {
	padding:38px 120px;
}
#footerinside2 {
	padding:0px 0px;
}

#mainarea {
	width:640px;
	float:left;
	margin:0 0 0 0px;
	padding-left:15px;
}

#featureditem {
	float:left;
	width:370px;
	padding:0 20px;	
}

#rightstuff {
	float:left;
	width:210px;
	padding:0 10px;
}

.productimage {
	float:left;
	margin-right:10px;
}

.events {
	background:#7dbdef url(../images/eventflower.png) no-repeat;
	
}

.events2 {
	background:url(../images/eventbottom.png) 0 100% no-repeat;
	padding:10px 10px 8px 10px;
}

.newsletter {
	margin-top:15px;
	background:#3e44b8 url(../images/newslettertop.png) no-repeat;
	
}

.newsletter2 {
	background:url(../images/newsletterbottom.png) 0 100% no-repeat;
	padding:5px 10px 8px 10px;
	min-height:120px;
}

.product {
	margin-bottom:10px;
	background:#deeff7 url(../images/productbackgroundtop.png) 100% 0 no-repeat;
	border:#acd8ed thin solid;
	width:628px;
	
}

.productinside {
	background:url(../images/productbackgroundbottom.png) 100% 100% no-repeat;
	padding:5px 20px 5px 5px;
}