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

*{
/* Block all browser default margins and padding */
margin:0;
padding:0;
/* Tempoarary borders */

}

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #897467;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-image: url(../images/backgroundrepeat475.jpg);
	background-position: center top;
}

#wrapper{
	width: 475px;

	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	}



#productcontent{
	width: 475px;
	height: auto;
	font-size: 12px;
	display: block;
	margin-top: 60px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
}


.product{
	width: 84px;
	height: auto;
	float:left;
	display: block;
	margin-left: 0px;
	text-align: center;
}


.producttext{
	width: 400px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #663300;
	text-align: left;
	line-height: 22px;
	font-size: 10pt;
	display: block;
	padding-right: 0px;
	margin-top: 25px;
	float: left;
}


.epalogo{
	width: auto;
	height: auto;
	float:left;
	display: block;
	margin-left: 0px;
	text-align: center;
	padding-left: 140px;
}

.close{
	width: 86px;
	height: auto;
	float:left;
	display: block;
	margin-left: 195px;
	text-align: center;
	margin-top: 75px;
}

