/* (c) 2008 burst.pl dla gamabik.pl */
/* główny arkusz styli */

/* ogolne */
* 									{margin: 0; padding: 0; border: none;}
body 								{font-size: 11px; padding-top: 50px; font-family: arial, tahoma, sans-serif; color: #808080; background-color: #191919;}
#maincont							{width: 860px; margin-left: auto; margin-right: auto; position: relative;}
span 								{width: 100%; height: 100%; position: absolute; top: 0px; left:0px;}
a, a span 							{cursor: pointer;}
a, a:visited, a:active 				{color: #90afdb; text-decoration: none;}
a:hover								{color: #90afdb; text-decoration: underline;}
.hidden								{display: none;}
.cleaner							{clear: both;}
h3									{color: #ffffff;}
h1, h2, h3, h4						{font-size: 11px;}

/* logo */
h1									{position: absolute; display: block; width: 150px; height: 60px; padding-left: 20px; padding-top: 20px; background: #fff000; left: 20px; top: 60px; border: 2px solid red;}
h1 a, h1 a:hover					{color: #000000;}
h1 a								{display: block; width: 110px; height: 39px; position: relative;}
h1 a span							{width: 110px; height: 39px; position: absolute; background: url('../gfx/logo_gamabik.gif') no-repeat;}

/* menu */
#menu								{margin-left: 230px; clear: both; display: block; height: 40px; width: 500px;}
#menu li							{list-style-type: none; float: left; margin-right: 40px; display: block; height: 11px;}
#menu li a							{position: relative; display: block; height: 11px; width: 100%;}
#menu li a span						{position: absolute; height: 16px; width: 100%; background-color: #191919;}
#menu li a:hover span				{background-position: 0px -16px; background-repeat: no-repeat;}
#menu li.active a span				{background-position: 0px -16px; background-repeat: no-repeat;}

/* pozycje menu */
#menu_stronaglowna 					{width: 102px;}
#menu_stronaglowna a span			{background: url('../gfx/menu_stronaglowna.gif');}
#menu_oferta 						{width: 44px;}
#menu_oferta a span					{background: url('../gfx/menu_oferta.gif');}
#menu_promocje 						{width: 63px;}
#menu_promocje a span				{background: url('../gfx/menu_promocje.gif');}
#menu_firma 						{width: 36px;}
#menu_firma a span					{background: url('../gfx/menu_firma.gif');}
#menu_kontakt 						{width: 53px;}
#menu_kontakt a span				{background: url('../gfx/menu_kontakt.gif');}

/* stopka */
#copy								{position: relative; display: block; width: 304px; height: 9px; float: left; margin-top: 30px; margin-bottom: 20px; padding-left: 20px;}
#copy_burst							{position: relative; display: block; width: 152px; height: 18px; float: right; margin-top: 30px; margin-bottom: 20px; padding-right: 20px;}
#copy span							{position: absolute; background: url('../gfx/stopka1.gif') no-repeat #191919; left: 20px; border-bottom: 5px solid #191919; }
#copy_burst span					{position: absolute; background: url('../gfx/stopka2.gif') no-repeat #191919;}
#copy_burst a:hover span			{background-position: 0px -18px;} 
