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

body
{
	background: #fff;
	color: #333;
	font:  12px/1.6 Arial, Helvetica, sans-serif;
	text-align: center;
}

a, a:link, a:visited
{
	background: transparent;
	color: #333;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #9d2d33;
	text-decoration: none;
}

#wrap
{
	margin: 0 auto;
	text-align: left;
	width: 773px;
	border: 1px solid #000;
	border-top: 0;
}


#header
{
	height: 65px;
	background: transparent url(../images/header.jpg) repeat-x scroll top left;
	position: relative;
}

#header a
{
	text-indent: -9999px;
	height: 80%;
	width: 50%;
	top: 2%;
	left: 2%;
	display: block;
	background: transparent url(../images/logo.jpg) no-repeat scroll top left !important;
	position: absolute;
}

#header h2
{
	position: absolute;
	top: 16px;
	right: 15px;
	font-size: 16px;
	color: #999999;
}

#banner
{
	height: 217px;	
}

#nav
{
	height: 70px;
	background: transparent url(../images/nav.jpg) repeat-x scroll top left;
	list-style: none;
	/*overflow: hidden;*/
}

#nav li
{
	float: left;
	/*width: 15%;*/
	padding: 0 15px 0;
	min-width: 10%;
	background: transparent url(../images/nav-separator.jpg) no-repeat scroll top right;
	font-size: 1em;
	text-transform: uppercase;
}

#nav li.last
{
	background: none;
}

#nav li a
{
	text-align: center;
	display: block;
	/*width: 100%; // widther in IE */
	line-height: 70px;
}


#content
{

}

#text
{
	padding: 20px;
	float: left;
}

#footer
{
	height: 65px;
	background: transparent url(../images/footer.jpg) repeat-x scroll bottom left;
	clear: both;
	position: relative;
}

#content img
{
	margin: 0 10px 10px;
}

.right
{
	float: right;
}

.c
{
	clear: right;
}

.left
{
	float: left;
}

.loc
{
	float: left;
	margin: 0 0 10px 60px;
}

.box
{
	width: 660px;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 10px 0 25px 12px;
	padding: 10px;
}

.box p
{
	float: left;
}

.box img
{
	float: right;
}

#wizualizacje img
{
	border: 1px solid #888;
}

#desc
{
	float: left;
	width: 300px;
}

#nav ul
{
	list-style: none;
	width: 135px;
	overflow: hidden;
	background: #9b9b9b;
	margin-left: -10px;
	margin-right: -10px;
	z-index: 100;
	position: absolute;
	padding-top: 4px;
}

#menu, #menu2
{
	width: 120px;
	position: relative;
}

#nav li span
{
	display: block;
	line-height: 70px;
	border: 0;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}

#nav ul li
{
	clear: left;
	background: transparent none;
	width: 120px;
	margin-left: -5px;
	margin-right: 0;
}
#nav ul li a
{
	text-align: left;
	height: 20px;
	width: 120px;
	font-size: 0.9em;
	line-height: 10px;
}

#footer p
{
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 10px;
}

#desc-imgs
{
	float: left;
	width: 370px;
}

#description
{
	padding: 15px;
}

#gr label
{
	/*padding-right: 10px;*/
	width: 150px;
	display: block;
}

#gr input
{
	border: 1px solid #ccc;
	background: #f4f4f4;
}

#gr p
{
	margin-bottom: 4px;
}

#valid
{
	text-align: center;
	margin-top: 10px;
}

#text.n .n
{
  display: none;
}