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

a#product_preview_1 {
	background-image:url(../images/inf_menu_product_image_1.png);
	height: 20px;
	width:180px;
	display:block;
	background-repeat: no-repeat;
	padding-top: 80px;
}
a#product_preview_1 span { display:none; }
a#product_preview_1:hover {
	background-image:url(../images/inf_menu_product_image_1_hover.png);
	background-repeat: no-repeat;
} 

a#product_preview_2 {
	background-image:url(../images/inf_menu_product_image_2.png);
	height: 40px;
	width:180px;
	display:block;
	background-repeat: no-repeat;
	padding-top: 105px;
}
a#product_preview_2 span { display:none; }
a#product_preview_2:hover {
	background-image:url(../images/inf_menu_product_image_2_hover.png);
	background-repeat: no-repeat;
}

a#product_preview_3 {
	background-image:url(../images/inf_menu_product_image_3.png);
	height: 40px;
	width:180px;
	display:block;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	padding-top: 105px;
}
a#product_preview_3 span { display:none; }
a#product_preview_3:hover {
	background-image:url(../images/inf_menu_product_image_3_hover.png);
	background-repeat: no-repeat;
}

.float_left {
	float: left;
	width: 221px; 
}
.float_right {
	float: right;
	width: 221px;
	height: 450px;
	border: 1px solid #FF9900;
}
.clear_both {
	clear: both;
}