@charset "utf-8";
/* CSS Document */

/* ROTATOR */

div#frontpage-rotator{ float:left; margin-top: 22px; 
/*border-bottom: 2px solid #ff3333;*/
}
div#rotator-first{ background:url(../img/bg_rotate1.jpg) top center no-repeat; }
div#rotator-second{ background:url(../img/bg_rotate3.jpg) top center no-repeat; }
div.rotator{ position: relative; width: 916px !important; height: 454px !important; max-height: 454px; background:#fff; }

/* PRODUCTS */
div.productpod_next{ width: 248px; position: absolute; top: 70px; }
div.productpod{ width: 248px; position: absolute; top: 105px; }
div.productpod-1{ left: 70px; } div.productpod-2{ left: 335px; } div.productpod-3{ left: 600px; } div#rotator-first .productpod{ left: 550px; }
ul.productmenu{ position: relative; margin: 0 0 0 55px; width: 180px; height: 42px; overflow:hidden; padding: 0; }
ul.productmenu li {
	display:block; float: left;
	list-style-type:none;
	height: 27px;
}
ul.productmenu li.btn-learn a {
	display:block;
	height:27px;
	width: 89px;
	background:url(../img/btn_learnmore_off.png) no-repeat 0 0;
	text-indent:-9009px;
}

ul.productmenu li.btn-buy a {
	display:block;
	height:27px;
	width: 46px;
	background:url(../img/btn_buy_off.png) no-repeat 0 0;
	text-indent:-9009px;
}
ul.productmenu li.btn-learn:hover a{ background:url(../img/btn_learnmore_on.png) no-repeat 0 0; }
ul.productmenu li.btn-buy:hover a{ background:url(../img/btn_buy_on.png) no-repeat 0 0; }
/*HEADING TEXT*/
div.centerhead{ margin: 10px auto 0 auto; padding:0; text-align: center; width: 100%;}