@charset "utf-8";
body {
	font: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #002B4C;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color:#77bed2;
}
a:visited {
	color:#77bed2;
}
a:hover {
	color: #3C99B5;
}
a:active {
	color:#77bed2;
}
h1 {
	color:#ff0078;
	font-size: 17px;
	border-bottom: 2px #ffbcdc solid;
	letter-spacing: -1px;
}
h2 {
	color:#00497b;
	font-size: 15px;
	border-bottom: 1px #aad0e6 solid;
	letter-spacing: -1px;
	font-weight: bold;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background-image: url(img/header-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 100px;
}
#header a {	
	width:100%;
	height:100%;
	display:block;
}
.menu {
	position: relative;
	height: 62px;
	background-image: url(img/menu-bg.png);
	padding: 0 150px;
}
.menu ul {
	margin:0;
	padding:0;
	position:absolute;
	width: 725px;
	height: 25px;
	left: 140px;
	|left: 143px;
	top: 19px;
	font-size: 18px;
	text-align: center;
}
.menu li {
	list-style:none;
	padding: 9px;
	display: inline;
}
.menu .select a {
	color:#ff0078 !important;
	font-weight:bold;
}
.menu a{
	text-decoration: none;
	color:#00497b;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.menu a:hover{
	color:#ff0078;
}
#main {
	background-image: url(img/main-bg.png);
	background-repeat: repeat-y;
	position: relative;
	padding: 5px 380px 5px 160px;
	min-height: 600px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
}
#main ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 431px;
}
#main li {
	list-style: none;
	font-size: 12px;
	position: relative;
	padding: 7px 7px 7px 40px;
	background-image:url(img/li.png);
	color: #666666;
	min-height:20px;
	background-repeat: no-repeat;
	background-position: left 10px;
}
#main ul .katalogy {
	list-style: none;
	font-size: 14px;
	position: relative;
	padding: 3px 3px 3px 10px;
	list-style-image: url(img/ref.png);
	color: #666666;
	list-style-position: inside;
	background: none;
}
p {
	padding:0;
	margin:15px 0;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
p:first-letter {
	margin-left:16px;
}
#footer {
	position: relative;
	height: 62px;
	background-image: url(img/footer-bg.png);
	background-repeat: no-repeat;
}
#forms {
	list-style: none;
	width: 445px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}
#forms ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#forms li {
	list-style: none;
	font-size: 12px;
	font-weight: normal;
	height: 16px;
	position: relative;
	padding: 9px 7px 5px 17px;
	color: #000000;
	width: 417px;
	background: none;
}
#forms .black {
	background-image:url(img/form-dark.png);
}
#forms .radio {
	width:20px;
	text-align: right;
}
#forms .price {
	position:absolute;
	right:50px;
	top: 10px;
	display: inline;
}
#forms input {
	list-style: none;
	position: absolute;
	right: 7px;
	width: 243px;
	height: 17px;
	margin-top:-2px;
	background-image: url(img/input-bg.png);
	border: 1px solid #999999;
	background-repeat: no-repeat;
}
#forms textarea {
	list-style: none;
	position: absolute;
	right: 7px;
	width: 243px;
	height: 47px;
	margin-top:-2px;
	background-image: url(img/input-bg.png);
	border: 1px solid #999999;
	background-repeat: no-repeat;
}
#forms .submit {
	width: 197px;
	height: 33px;
	background-image: url(img/send.btn.png);
	background-repeat: no-repeat;
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	margin-top: 15px;
	margin-left: 140px;
	_margin-left: 140px;
	margin-right: 110px;
}
#box {
	background-image: url(img/box.png);
	position: absolute;
	height:auto;
	min-height:450px;
	width: 223px;
	left: 631px;
	_left: 471px !important;
	background-repeat: no-repeat;
	right: 150px;
	top: 191px;
	font-family: Arial, Helvetica, sans-serif;
}
#logo {
	background-image: url(img/img-right.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 182px;
	width: 219px;
	left: 629px;
	top: 15px;
	_left: 481px !important;
}
#container #main #box .nazory {
	background-image: url(img/nazory.btn.png);
	background-repeat: no-repeat;
	position: relative;
	height: 14px;
	width: 155px;
	margin: 15px auto;
	padding: 10px 10px 10px 30px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
cite {
	width:174px;
	height:auto;
	background-image: url(img/cite.png);
	display: block;
	margin: 5px auto;
	font-size: 13px;
	padding: 5px;
	background-repeat: no-repeat;
	color:#005187;
	font-weight: normal;
	text-align: justify;
	letter-spacing: -1px;
	position:relative;
}
cite span{
	width:18px;
	height:15px;
	position:absolute;
	right:0;
	bottom:0;
	background-image: url(img/cite-bottom.png);
	display: block;
	background-repeat: no-repeat;
	background-position:right;
}
cite:first-letter {
	margin-left:30px;
}
#container #main #box .reference {
	background-image: url(img/reference.btn.png);
	background-repeat: no-repeat;
	position: relative;
	height: 15px;
	width: 155px;
	margin: 15px auto;
	padding: 10px 10px 10px 30px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#container #main #box ul {
	padding: 0;
	margin: 0 auto;
	width: 200px;
}
#container #main #box li, .listlink {
	list-style: none;
	font-size: 14px;
	position: relative;
	padding: 3px 3px 3px 10px;
	list-style-image: url(img/ref.png);
	color: #666666;
	list-style-position: inside;
	background: none;
}
#container #main #box li a {
	color:#0d85b0;
	margin-left: 10px;
	font-weight: bold;
	font-size: 13px;
}
#container #footer .foot {
	position: absolute;
	height: 22px;
	width: 423px;
	left: 511px;
	top: 38px;
	color: #3c9cc9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

