body, HTML {
	margin: 0px;
	height: 100%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: top;
	font-size:14px;
		font-family: "Trebuchet MS";

}
#frame {
	width: 909px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	min-height: 100%;
	}
	

	
form {
	margin: 0px;
	padding: 0px;
}

#header {
	width: 907px;
	position:relative;
	height: 150px;
	margin-bottom: 20px;
}

#maincontent {
	background-image: url(../images/background_main.png);
	background-repeat: repeat-y;
	background-position: top left;
		height: 400px;

}		
			
#nav {
	width: 198px;
	float:left;
	margin-top:0px;
	position:relative;
}




#content {
	float:right;
	width: 689px;
	margin-right:9px;
	height: 400px;
}

#logo {
	float:right;
	position:absolute;
	right: 10px;
	top:10px;
}
#flash {
	position:absolute;
	left:0px;
	top:120px;
	width: 900px;
}

#footer {
	color:#a54499;
	height: 20px;
	font-size:10px;
	margin-top:0px;
	background-image: url(../images/background_main_footer.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top:10px;
	width:900px;
}
#footer a {
	color:#a54499;
	text-decoration:none;
}
.navigation {
	margin: 10px 20px 10px 15px;
	line-height: 14px;
	padding: 5px 0px 5px 0px;

}
.highlight {
	background-color:#eee8f3;
}
.navigation div {
	margin-top: 8px;
	color: #a54499;
}

.navigation div a {
	text-decoration: none;
	color: #a54499;
	padding:10px;
	line-height: 18px;
}
.navigation div a:hover {
	color: #721466;
}


#footerleft {
	float:left;
}
#footerright {
	float:right;
}


.feedbacktext {
	width: 300px;
	float:left;color: #fff;
	line-height: 17px;
	font-size: 13px;
	padding: 20px 20px 20px 20px;
}


.productgroup {
	float: left;
	width:200px;
	margin: 20px 0px 20px 20px
	
}

.productimage {
	width: 200px;
	margin-bottom: 20px;
}

.producttext {
	width: 200px;
}

