/* CSS Document */
body{
	background-color: #E9E0F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b271a;
}
ul{
	padding: 0px;
	margin: 0px;
}
p{
	margin: 10px 0px 0px 0px;
}
a{
	color: #4f2991;
	text-decoration: none;
}
img{
	behavior: url("/_scripts/pngbehavior.htc");
	border: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.wrapper{
	width: 741px;
	margin: 0px auto 0px auto;
	background-image: url(../_images/bg_bg_products.jpg);
}
.mainnav{
	position: absolute;
	top: 3px;
	left: 110px;
	margin: 0px auto 0px auto;
	z-index: 3;
}
.mainnav .button{
	width: 92px;
	height: 22px;
	margin: 0px 5px 0px 5px;
	float: left;
}
.legal{
	margin: 0px auto 0px auto;
	font-size: 10px;
	color: #6d4037;
	width: 708px;
	padding-left: 33px;
}
.legal a{
	text-decoration: none;
	color: #6d4037;
}
.legal a:hover{
	text-decoration: underline;
}
