/* GENERAL */

@CHARSET "UTF-8";

* {
	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;
}

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

#kubus 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'); }
#games a { background-image: url('../images/kubus-menu-games.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: 540px;
}

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

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

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

.FooterGames {
	position: absolute;
	top: 1280px;
}

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

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

#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;
}

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

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

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

a#btnProduct1 {
	left: 25px;
	background-image: url('../images/btn_products_kubus.png');
}

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

a#btnProduct2 {
	left: 215px;
	background-image: url('../images/btn_products_kubusplay.png');
}

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

img#SelectedProduct {
	position: absolute;
	left: 472px;
	top: -51px;
	z-index: 5;
	display: block;
	width: 78px;
	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.png') no-repeat;
	overflow: hidden;
	margin-left: 100px;
}

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;
}

.txtClassic1 { background-image: url('../images/txtClassic1.png'); }
.txtClassic2 { background-image: url('../images/txtClassic2.png'); }
.txtClassic3 { background-image: url('../images/txtClassic3.png'); }
.txtClassic4 { background-image: url('../images/txtClassic4.png'); }
.txtClassic5 { background-image: url('../images/txtClassic5.png'); }
.txtClassic6 { background-image: url('../images/txtClassic6.png'); }

.txtPlay1 { background-image: url('../images/txtPlay1.png'); }
.txtPlay2 { background-image: url('../images/txtPlay2.png'); }
.txtPlay3 { background-image: url('../images/txtPlay3.png'); }
.txtPlay4 { background-image: url('../images/txtPlay4.png'); }

/* 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;
}
	

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

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

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

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


/* 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;
}

#ContactForm #message.success { }
#ContactForm #message.error { border: 1px solid #c24949; background: #ffbcbc; }

#ContactForm #email.success { }
#ContactForm #email.error { border: 1px solid #c24949; background: #ffbcbc; }


a#btnSend {
	float: right;
	display: block;
	width: 152px;
	height: 37px;
	margin: 20px 10px;
	background-position: top;
	background-image: url('../images/btn_parents_contactform_send.png');
}

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

/* GAMES */

#GamesContainer {
	margin-left: 40px;
	margin-top: 100px;
    width: 900px;
}

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

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

.GamesList1, .GamesList2, .GamesList3 {
	width: 253px;
	height: 273px;
	background-repeat: no-repeat;
	float: left;
	margin-left: 24px;
	margin-top: 10px;
}

.GamesList1 {
	background-image: url('../images/bg_box_gry_1.png');
}

.GamesList2 {
	background-image: url('../images/bg_box_gry_2.png');
}

.GamesList3 {
	background-image: url('../images/bg_box_gry_3.png');
}

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

a:hover.GamesBox1, a:hover.GamesBox2, a:hover.GamesBox3 {
	background-position: 0px -233px !important;
}


.GamesBox1 span, .GamesBox2 span, .GamesBox3 span {
	display: block;
	width:182px;
	height:182px;
	margin:2px 0px 0px 2px;
}

.GamesBox1 {
	background-image:url(../images/btn_otworz_1.png);
}

.GamesBox2 {
	background-image:url(../images/btn_otworz_2.png);
}

.GamesBox3 {
	background-image:url(../images/btn_otworz_3.png);
}
