@charset "utf-8";
html, body {
	height: 100%;
	overflow: hidden;
	margin: 0px;
}
img {
	border:0px;
}

.headersize {
	width: 370px;
	position: absolute;
	height: 160px;
	display: block;
	z-index: 400;
	top: 0px;
}
.logosize {
	width: 320px;
	position: absolute;
	height: 120px;
	background-image: url(../img/BBN_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	top: 30px;
	left: 50px;
}
.specialsholdersize {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	position: absolute;
	left: 70px;
	text-align: left;
	top: 160px;
	display: block;
}
.footersize {
	height: 50px;
	width: 550px;
	position: absolute;
	z-index: 300;
	left: 0px;
	top: 100%;
	margin-top: -50px;
	bottom: 0%;
	text-align: left;
}
.footercontentsize {
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	position: absolute;
	width: 500px;
	height: 30px;
	top: 10px;
	left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bef099;
}
.footercontentsize a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bef099;
	text-decoration: none;
}
.footercontentsize a:hover {
	text-decoration: underline;
}
.footersubstitutesize {
	width: 802px;
	position: relative;
	height: 80px;
	display: block;
	clear: both;
}
.menugroupsize {
	width: 200px;
	position: absolute;
	height: auto;
	z-index: 300;
	top: 160px;
	left: 350px;
}
.menuitemhome {
	width: 200px;
	height: 60px;
	background-image: url(../img/menuitem_home.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
	display: block;
}
.menuitemhome:hover {
	width: 200px;
	height: 60px;
	background-image: url(../img/menuitem_home_hv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
	display: block;
}
.menuitemproducts {
	width: 200px;
	height: 60px;
	background-image: url(../img/menuitem_products.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
	display: block;
}
.menuitemproducts:hover {
	width: 200px;
	height: 60px;
	background-image: url(../img/menuitem_products_hv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
	display: block;
}
.menuitemshop {
	width: 200px;
	height: 60px;
	background-image: url(../img/menuitem_shop.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
	display: block;
}
.menuitemshop:hover {
	width: 200px;
	height: 60px;
	background-image: url(../img/menuitem_shop_hv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
	display: block;
}
.menuitembasket {
	width: 200px;
	height: 60px;
	background-image: url(../img/menuitem_basket.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
	display: block;
}
.menuitembasket:hover {
	width: 200px;
	height: 60px;
	background-image: url(../img/menuitem_basket_hv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
	display: block;
}
.menuitemeco {
	width: 200px;
	height: 60px;
	background-image: url(../img/menuitem_eco.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
	display: block;
}
.menuitemeco:hover {
	width: 200px;
	height: 60px;
	background-image: url(../img/menuitem_eco_hv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
	display: block;
}
.menuitemcontacts {
	width: 200px;
	height: 60px;
	background-image: url(../img/menuitem_contacts.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
	display: block;
}
.menuitemcontacts:hover {
	width: 200px;
	height: 60px;
	background-image: url(../img/menuitem_contacts_hv.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
	display: block;
}
.contentbg {
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	height: 100%;
	position: absolute;
	z-index: 100;
	background-color: #093e00;
	left: 570px;
	top: 0px;
	width: 100%;
}
.content {
	height: 100%;
	width: 420px;
	position: absolute;
	overflow: auto;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 110;
}
}
.pagecontentsize {
	width: 420px;
	position: relative;
	height: auto;
}
.containersize {
	width: 420px;
	position: relative;
	height: auto;
	left: 570px;
}

.bgdynamicsize {
	background-image: url(../img/rotate/rotate.php);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: #247c01;
}

