/*******************************/
/*  Created by Mariusz Galka   */
/*  Copyright by IguanaStudio  */
/*******************************/

@import url('reset.css');

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Tachoma, Sans-serif;
	color: #000;
	background: #9cc2d9;
	height:100%;
	width:100%;
}
div {
	text-align: left;
}
.clear {
	clear: both;
	height: 25px;
}

#wrapper {
	width: 510px;
	overflow: hidden;
	padding: 20px;
	margin: 0 auto;
}
#wrapper h1 {
	width: 139px;
	height: 127px;
	background: transparent url(images/logo.jpg) no-repeat 0 0;
	margin: 0 auto 15px;
	text-indent: -9999px;
}
#wrapper p.rounded {
	line-height: 130%;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #73a4c2;
	margin: 0 0 30px;
}
#menu {
	height: 283px;
	width: 188px;
	background: transparent url(images/menu.gif) no-repeat 0 0;
	margin: 0 auto 20px;
}
#menu li { height: 55px; width: 188px; }
#menu li a { display: block; height: 55px; width: 100%; text-indent: -9999px; float: left; background: transparent url(images/menu.gif) no-repeat 0 0; }

#menu li.ie a { background-position: 0 0; }
#menu li.firefox a { background-position: 0 -55px; }
#menu li.chrome a { background-position: 0 -110px; }
#menu li.safari a { background-position: 0 -164px; }
#menu li.opera a { background-position: 0 -220px; }

#menu li.ie a:hover { background-position: -188px 0; }
#menu li.firefox a:hover { background-position: -188px -55px; }
#menu li.chrome a:hover { background-position: -188px -110px; }
#menu li.safari a:hover { background-position: -188px -164px; }
#menu li.opera a:hover { background-position: -188px -220px; }

#wejdz {
	text-align: center;
}
#wejdz a {
	background: transparent url(images/baton_left.gif) no-repeat left top;
	padding: 17px 0 17px 17px;
}
#wejdz a span {
	background: transparent url(images/baton_right.gif) no-repeat right top;
	padding: 15px 17px 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #d76900;
	text-decoration: underline;
}
#wejdz a:hover span {
	background: transparent url(images/baton_right.gif) no-repeat right top;
	padding: 15px 17px 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #8a4300;
	text-decoration: underline;
}

/* over */
body {padding:0; margin:0; }
#simplemodal-overlay {background-color:#000;}

#simplemodal-container {height:400px; width:600px; background-color:#fff; border:3px solid #ccc; padding: 25px; overflow: auto;}
#simplemodal-container a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top: 5px; right: 10px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}