/* GENERAL */


* {
	margin: 0px;
	padding: 0px;
}


body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #8FD400;
	font-family: "Comic Sans MS", "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #000;
}

a {
	color: #cccc00;
	font-weight: bold;
	cursor: pointer;
}

a:hover {
	color: #00cc00;
}

a.btn {
	background-repeat: no-repeat;
	background-position: left top;
}

a.btn:hover {
	background-position: left bottom;
}

img {
	border: none;
}

p {
	padding-bottom: 10px;
}

ul {
	padding: 0px 0px 10px 15px;
	margin: 0;
}

h2 {
	font-family: "Comic Sans MS", "Trebuchet MS", sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}

.txtHide {
	text-indent: -1000em;
	overflow: hidden;
}

.reset {
	float: none;
	clear: both;
	height: 0px;
	font-size: 0px;	
}

form, fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

input, select, textarea {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	background: #eeeeee;
	margin-bottom: 10px;
}

/* PAGE LAYOUT */

#KubusBackground {
	width: 100%;
	height: 100%;
	background: url('../images/bg_body.png') 0px 0px repeat-x #71b900; 
}

#KubusBackground #NoFlash{
	width: 667px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 142px;
	background: 0px 0px no-repeat;
	padding: 80px 0px 0px 283px;
	background-image: url('../images/bg_no_flash.png');
}

#KubusBackground #NoFlash a {
	background: url('../images/btn_get_flash.png') top left no-repeat;
	display: block;
	width: 230px;
	color: #000;
	font-size: 13px;
	padding: 50px 0px 0px 0px;
}

#KubusBackground #NoFlash a:hover{
	color: #ff0000;
}
	
html>/**/body #KubusBackground{
	position: absolute;
	top: 0px;
	height: 100%;
	overflow: hidden;
}

#ContainerCenter { 
	width: 965px;
	margin-left: auto;
	margin-right: auto;
}	

#ContainerCenter  #Container {
	position: absolute;
	top: 0px;
}




/* MAIN MENU */


#Menu { padding: 0; margin: 0; 	display: none; height: 90px; }

#Menu ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 950px;
	height: 90px;
}

#Menu ul li {
	padding: 0px 0px 0px 0px;
	margin: 0;
	display: block;
	float: left;
	cursor: pointer;
}
	
#Menu a {
	display: block;
	text-decoration: none;
	width: 109px;
	height: 105px;
}

#Menu a:hover,
#Menu a.Active {
	text-decoration: underline;
	color: #000;
	background-position: 0px -105px;
}

#kubuslv {
	width: 200px;
	height: 100px;
	margin-right: 35px;
	display: block;
	background: url('images/transparent.gif');
}

#kubuslv a {
	width: 200px; 
	height: 100px;
	display: block;
}

#about a { background-image: url('../images/kubus-menu-about.gif'); }
#products a { background-image: url('../images/kubus-menu-products.gif'); }
#ads a { background-image: url('../images/kubus-menu-ads.gif'); }
#entertainment a { background-image: url('../images/kubus-menu-entertainment.gif'); }
#contact a { background-image: url('../images/kubus-menu-contact.gif'); }





/* FOOTER */

#Footer {
	background: url('../images/footer-bg.gif') top left no-repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;		
	font-size: 11px;
	width: 950px;
	padding-top: 5px;
	margin-left: 25px;
	color: #fff;		
	display: none;
}

.FooterAbout {
	position: absolute;
	top: 545px;
}

.FooterProducts {
	position: absolute;
	top: 1563px;
}

.FooterProductsPlay {
	position: absolute;
	top: 1406px;
}

.FooterProductsWater {
	position: absolute;
	top: 1440px;
}

.FooterProductsVending {
	position: absolute;
	top: 1285px;
}

.FooterEntertainment {
	position: absolute;
	top: 1865px;
}

.FooterAds {
	position: absolute;
	top: 995px;
}

.FooterContact {
	position: absolute;
	top: 1100px;
}

#Footer a {
	color: #fff;
	text-decoration: none;
}

#Footer a:hover{
	text-decoration: underline;
}

#FooterTxt {
	float: left;
}

#FooterTxt a {
	font-weight: normal;
}



/* PRODUCT SELECTION */

#ProductsContainer {
	padding-left: 70px;
	padding-right: 70px;
	margin-top: 100px;
	width: 800px;
}

.clr { clear: both; }

#ProductsBox {
	position: relative;
	width: 609px;
	height: 223px;
	background: transparent url('../images/bg_products.gif') no-repeat;
	margin-left: 70px;
	margin-top: 50px;
	margin-bottom: 25px;
}

#ProductsBox a {
	position: absolute;
	top: 65px;
	display: block;
	width: 146px;
	height: 83px;
	background-position: top;
	background-repeat: no-repeat;
}

#ProductsBox a:hover {
	background-position: bottom;
}

a#btnProduct1 {
	left: 72px;
	top: 42px;
	background-image: url('../images/btn_products_kubik.gif');
}

a#btnProduct1.active {
	background-image: url('../images/btn_products_kubik_active.gif');
}

a#btnProduct2 {
	left: 226px;
	top: 42px;
	background-image: url('../images/btn_products_kubikplay.gif');
}

a#btnProduct2.active {
	background-image: url('../images/btn_products_kubikplay_active.gif');
}

a#btnProduct3 {
	left: 72px;
	top: 127px;
	background-image: url('../images/btn_products_kubikwaterr.gif');
}

a#btnProduct3.active {
	background-image: url('../images/btn_products_kubikwaterr_active.gif');
}

a#btnProduct4 {
	left: 226px;
	top: 127px;
	background-image: url('../images/btn_products_kubikvending.gif');
}

a#btnProduct4.active {
	background-image: url('../images/btn_products_kubikvending_active.gif');
}

img#SelectedProduct {
	position: absolute;
	left: 472px;
	top: -51px;
	z-index: 5;
	display: block;
	width: 78px;
	height: 228px;
	background-position: top;
	background-repeat: no-repeat;
}

img#SelectedProduct2 {
	position: absolute;
	left: 472px;
	top: -51px;
	z-index: 5;
	display: block;
	width: 104px;
	height: 228px;
	background-position: top;
	background-repeat: no-repeat;
}

/* PRODUCT TASTES */

#Tastes {
	position: static;
	padding: 66px 10px 0px 20px;
	width: 609px;
	height: 305px;
	background: transparent url('../images/bg_products_tastes.gif') no-repeat;
	overflow: hidden;
	margin-left: 85px;
}

a.btnPrev, a.btnNext {
	float: left;
	display: block;
	width: 17px;
	height: 29px;
	margin: 95px 0;
	background-position: top;
	background-repeat: no-repeat;
}

a.btnPrev:hover, a.btnNext:hover {
	background-position: bottom;
}

a.btnNext {
	background-image: url('../images/btn_products_tastes_right.png');
}

a.btnPrev {
	background-image: url('../images/btn_products_tastes_left.png');
}

div.CarouselTastes {
	float: left;
	width: 100%;
	height: 225px;
	overflow: hidden;
}

div.CarouselTastes ul li {
	float: left;
	display: block;
	height: 225px;
	width: 180px;
}

div.CarouselTastes ul li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	height: 180px;
}

div.CarouselTastes ul li p {
	width: 170px;
	height: 24px;
	text-align: center;
	background-repeat: no-repeat;
}

.waterrr_citron{
	background-image: url('../images/waterrr_citron.gif');
	background-position: 5px 0;
}

.waterrr_jahoda{
	background-image: url('../images/waterrr_jahoda.gif');
	background-position: 5px 0;
}

.waterrr_jablko{
	background-image: url('../images/waterrr_jablko.gif');
	background-position: 5px 0;
}

.vending_mrkev_pomeranc_jabl{
	background-image: url('../images/vending_mrkev_pomeranc_jabl.gif');
}

.vending_jahoda{
	background-image: url('../images/vending_jahoda.gif');
}

.play_limetka_mrkev_cerveny{
	background-image: url('../images/play_limetka_mrkev_cerveny.gif');
}

.play_mrkev_jahoda_limetka{
	background-image: url('../images/play_mrkev_jahoda_limetka.gif');
}

.play_mrkev_malina_limetka{
	background-image: url('../images/play_mrkev_malina_limetka.gif');
}

.play_mrkev_tresen_limetka{
	background-image: url('../images/play_mrkev_tresen_limetka.gif');
}

.kubik_banan_jablko_broskev{
	background-image: url('../images/kubik_banan_jablko_broskev.gif');
}

.kubik_mrkev_jablko_broskev{
	background-image: url('../images/kubik_mrkev_jablko_broskev.gif');
}

.kubik_mrkev_malina_jablko2{
	background-image: url('../images/kubik_mrkev_malina_jablko2.gif');
}

.kubik_mrkev_pomeranc_jablko{
	background-image: url('../images/kubik_mrkev_pomeranc_jablko.gif');
}

.kubik_multivitamin2{
	background-image: url('../images/kubik_multivitamin2.gif');
}

.kubik_mrkev_malina_jablko{
	background-image: url('../images/kubik_mrkev_malina_jablko.gif');
}

.kubik_multivitamin{
	background-image: url('../images/kubik_multivitamin.gif');
}

.mrkev_jahoda_limetka_jablko{
	background-image: url('../images/mrkev_jahoda_limetka_jablko.gif');
}

.mrkev_pomeranc_limetka_jabl{
	background-image: url('../images/mrkev_pomeranc_limetka_jabl.gif');
}

.mrkev_tresen_limetka_jablko{
	background-image: url('../images/mrkev_tresen_limetka_jablko.gif');
}


/* ENTERTAINMENT */

#WallpapersContainer {
	margin-left: 40px;
	margin-top: 100px;
}

#WallpapersContainer .title {
	padding-left: 40px;
}

#Wallpapers a {
	display: block;
	float: left;
	width: 98px;
	height: 132px;
	border: 1px solid #000000;
	background-repeat: no-repeat;
	margin: 0px 10px 10px 0px;
}

.WallpaperList1, .WallpaperList2, .WallpaperList3 {
	width: 253px;
	height: 303px;
	background-repeat: no-repeat;
	float: left;
	margin-left: 24px;
	margin-top: 10px;
}

.WallpaperList1 {
	background-image: url('../images/bg_box_tapety_1.png');
}

.WallpaperList2 {
	background-image: url('../images/bg_box_tapety_2.png');
}

.WallpaperList3 {
	background-image: url('../images/bg_box_tapety_3.png');
}

a.WallpaperBox1, a.WallpaperBox2, a.WallpaperBox3 {
	width: 202px !important;
	height: 233px !important;
	background-repeat: no-repeat;
	display: block;
	border: 0px !important;
	margin: 45px 0px 0px 37px !important;
}

a:hover.WallpaperBox1, a:hover.WallpaperBox2, a:hover.WallpaperBox3 {
	background-position: 0px -233px !important;
}
	

a.HryBox2, a.HryBox1, a.HryBox3 {
	width: 202px !important;
	height: 233px !important;
	background-repeat: no-repeat;
	display: block;
	border: 0px !important;
	margin: 45px 0px 0px 37px !important;
}

a:hover.HryBox3, a:hover.HryBox2, a:hover.HryBox1 {
	background-position: 0px -233px !important;
}


.WallpaperBox1 span, .WallpaperBox2 span, .WallpaperBox3 span {
	display: block;
	width:182px;
	height:182px;
	margin:2px 0px 0px 2px;
}

.HryBox2 span, .HryBox1 span, .HryBox3 span {
	display: block;
	width:182px;
	height:182px;
	margin:2px 0px 0px 2px;
}

.WallpaperBox1 {
	background-image:url(../images/btn_pobierz_1.gif);
}

.WallpaperBox2 {
	background-image:url(../images/btn_pobierz_2.gif);
}

.WallpaperBox3 {
	background-image:url(../images/btn_pobierz_3.gif);
}

.HryBox1 {
	background-image:url(../images/btn_hry_1.gif);
}

.HryBox2 {
	background-image:url(../images/btn_hry_2.gif);
}

.HryBox3 {
	background-image:url(../images/btn_hry_3.gif);
}


/* ADS */

#AdsContainer {
position: relative;
	padding-left: 70px;
	padding-right: 70px;
	margin-top: 100px;
	width: 800px;
}

#AdsContainer #VideoPlayer {
	margin-left: 350px;
}


/* CONTACT */

#ContactContainer {
	padding-left: 70px;
	padding-right: 70px;
	margin-top: 100px;
	width: 800px;
}

#ContactFormContainer {
	margin-left: 200px;
}


#ContactFormBg {
	width: 565px;
	background: transparent url('../images/bg_parents_contactform_middle.png') repeat-y center;
	padding-left: 50px;
	padding-right: 10px;
}

#ContactFormBgTop {
	width: 625px;
	height: 70px;
	background: transparent url('../images/bg_parents_contactform_top.png') no-repeat left;
}

#ContactFormBgBottom {
	width: 625px;
	height: 9px;
	font-size: 0px;
	background: transparent url('../images/bg_parents_contactform_bottom.png') no-repeat left;
}

#txtAddress {
	margin: 25px 0;
	font-size: 14px;
}

#txtAddress a {
	color: #000;
}

#ContactForm .row label {
	float: left;
	margin-right: 10px;
	width: 180px;
}

#ContactForm .row label b {
	display: block;
	width: 180px;
	height: 100%;
}

#ContactForm .row input, #ContactForm .row select, #ContactForm .row textarea {
	float: left;
	width: 360px;
}

input#btnSend {
	float: right;
	display: block;
	width: 152px;
	height: 37px;
	margin: 20px 10px;
	background: none;
	border: none;
}

.reklamy {
	width: 320px;
	height: 240px;
	position: absolute;
	top: 150px;
	left: 491px;

}

.butony
{
	width: 115px;
	height: 70px;
	position: absolute;
	top: 120px;
	left: 130px;

}


.overlayer { display: block; background: url(../images/akcedvd.jpg); width: 497px; height: 497px; position: absolute; top: 20px; left: 231px; }
.overlayer a.close { position: absolute; top: 14px; right: 14px; width: 31px; height:31px; display: block; }
.overlayer a.linkpdf { position: absolute; top: 44px; left: 0; width: 497px; height:453px; display: block; }
