* {
	margin: 0;
	padding: 0;
	line-height: 100%;
}
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #9f073b;
}
#container {
	width: 100%;
	background: url(../images/background.jpg) repeat-x;
	padding-bottom: 20px;
}
#wrapper {
	width: 1013px;
	margin: 0 auto;
}
#top {
	width: 1013px;
	height: 92px;
	overflow: hidden;
	background: url(../images/sprites.jpg) -0px -0px no-repeat;
}
#logo {
	float: left;
	margin: 11px 0 0 55px;
}
#quickcontact {
	float: right;
	font-size: 11px;
	color: #fffab7;
	margin: 40px 55px 0 0;
	text-align: right;
}
#greateye {
	width: 1013px;
	height: 406px;
	background: url(../images/sprites.jpg) -0px -92px no-repeat;
}
#gallery {
	width: 1011px;
	height: 406px;
	display: none;
	position: relative;
	overflow: auto;
	margin: 0 auto;
	background: url(../images/sprites.jpg) -0px -498px no-repeat;
}
#center {
	width: 1012px;
	height: 406px;
	margin: 0 auto;
	padding-top: 1px;
}
#bottom {
	height: 172px;
	width: 1013px;
	background: url(../images/sprites.jpg) -0px -904px no-repeat;
}
#navigation {
	text-align: center;
	padding-top: 3px;
	letter-spacing: 1px;
}
.leftcolumn {
	float: left;
	width: 400px;
}
.rightcolumn {
	float: right;
	width: 400px;
	overflow: hidden;
}
#intro, #projects, #print, #internet, #euprojects, #offer, #contact {
	overflow: hidden;
	margin: 20px 55px 0 55px;
	font-size: 11px;
}
.signature {
	text-align: right !important;
}
/*
	typografia
*/
#quickcontact p {
	line-height: 20px;
}
#bottom p {
	margin-top: 5px;
	line-height: 17px;
	font-style: italic;
	text-align: justify;
}
#bottom p:first-child {
	margin: 0;
}
/*
	odnosniki
*/
a, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}
#quickcontact a, #quickcontact a:visited, #quickcontact a:hover {
	color: #fffab7;
	text-decoration: none;
	font-weight: normal;
}
#navigation a, #navigation a:visited, #navigation a:hover {
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #940846;
}
/*
	listy
*/
ul#navigation li {
	display: inline;
}
#navigation li {
	padding: 0 10px;
	margin: 0 10px;
}
/*
	obrazki
*/
img {
	border: 0;
}
/*
	taby
*/
.ui-tabs .ui-tabs-hide {
	display: none;
}
.works img {
	border: 3px #ffffff solid;
}
.works img:hover {
	border: 3px #c7c2c2 solid;
}
ul.works {
	display: block;
	height: 350px;
	padding: 0;
	margin: 10px 0 0 12px;
	list-style: none;
}
.works li {
	display: block;
	float: left;
	padding: 25px 12px;
}
/*
	formularze
*/
#form {
	overflow: hidden;
}
input, textarea {
	padding: 3px;
	border: 1px solid #4f0d26;
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-size: 10px;
	color: #4f111a;
	margin: 0;
}
input:first-child {
	margin-top: 0;
}
textarea {
	height: 65px;
}
input#submit {
	background: #bd1d54;
	border: 1px solid #4f0d26;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px !important;
}
.ask {
	float: left;
}
#submit, form {
	float: right;
}
#email, textarea {
	width: 329px;
}
#success, #badserver, #bademail {
	display: none;
}
