html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; 	font-weight: normal; 	font-style: normal; 	font-size: 100%; 	font-family: inherit; 	vertical-align: baseline; }/* remember to define focus styles! */ :focus { 	outline: 0; } body { 	line-height: 1; 	color: black; 	background: white; } ol, ul { 	list-style: none; } /* tables still need 'cellspacing="0"' in the markup */ table { 	border-collapse: separate; 	border-spacing: 0; } caption, th, td { 	text-align: left; 	font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { 	content: ""; } blockquote, q { 	quotes: "" ""; }

body {
	background: #d1ff6f url(img/bg.jpg) repeat-x top;
	color: #333;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

strong {
	font-weight: bold;
}

a {
	color: #032f55;
	text-decoration: none;
}

h1 {
	margin-top: 10px;
	font-size: 20px;
	padding: 2px 0;
	height: 24px;
}

h2 {
	color: #286da1;
	font-size: 18px;
	margin: 3px 2px;
}

a:hover {
	text-decoration: underline;
}

input, select {
	border: 1px solid #76af19;
	border-top-width: 2px;
}

#header {
	background: url(img/header-up.jpg) no-repeat;
	width: 980px;
	height: 225px;
	margin: 0 auto;
}

#logo {
	display: block;
	width: 650px;
	height: 100px;
	position: absolute;
	text-decoration: none;
}

#search {
	margin-top: 15px;
	width: 300px;
	float: right;
}

#search .content {
	padding: 5px;
}

#search .bar .text {
	width: 280px;
}

#search .bar .text img {
	float: left;
	margin-top: -6px;
}

#search form {
	font-size: 12px;
}

#search form p {
	height: 25px;
	clear: both;
}

#search label {
	float: left;
}

#search input, #search select {
	border: 1px solid #bbb;
	border-top: 1px solid #eb3a28;
	width: 150px;
	float: right;
}

#search input.submit {
	width: auto;
	border: none;
	background: none;
	color: #032f55;
}

#menu {
	clear: both;
}

#menu ul {
	margin-top: 42px;
	margin-right: 10px;
	height: 28px;
	float: right;
}

#menu ul li {
	height: 25px;
	display: inline;
	margin: 0;
}

#menu ul li .l {
	background-repeat: no-repeat;
	background-position: 0 -58px;
	width: 10px;
	height: 28px;
	float: left;
}

#menu ul li .text {
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 25px;
	padding-top: 4px;
	float: left;
}

#menu ul li .text a {
	color: #FFFFFF;
	float: left;
}

#menu ul li .text img {
	float: left;
	margin-top: -3px;
	margin-right: 5px;
}

#menu ul li .r {
	background-repeat: no-repeat;
	background-position: -11px -58px;
	width: 10px;
	height: 28px;
	float: left;
}

#breadcrumbs {
	color: #032f55;
	font-size: 12px;
	padding-top: 2px;
	margin-left: 230px;
}

#breadcrumbs a {
	text-decoration: underline;
}

#breadcrumbs a:hover {
	text-decoration: none;
}

div#regions {
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
	padding-top: 10px;
	width: 980px;
}

div#regions .more {
	display: none;
}

#good {
	padding-top: 5px;
	height: 90px;
}

#good .offer {
	font-size: 10px;
	line-height: 12px;
	width: 257px;
}

#good .offer img {
	width: 65px;
	height: 50px;
}

div.region {
	line-height: 18px;
	text-align: center;
	font-size: 11px;
	width: 117px;
	margin-right: 5px;
	float: left;
}

div.region div.content {
	padding: 0;
	min-height: 70px;
}

div.region span.show-more {
	cursor: pointer;
	margin: 3px 50px;
	display: block;
	width: 14px;
	height: 6px;
}

div.region .more_bg {
	background: url(img/more.png) no-repeat;
}

div.region .less_bg {
	background: url(img/less.png) no-repeat;
}

div.region .bar .text {
	width: 97px;
}

div.region .content {
	padding: 5px;
	overflow: hidden;
}

#middle {
	width: 980px;
	margin: 0 auto;
	background: url(img/header-down.jpg) no-repeat top;
}

#main {
	float: left;
}

#aside {
	margin-top: 10px;
	width: 160px;
	float: right;
}

#footer {
	font-size: 10px;
	width: 100%;
	height: 25px;
	margin: 10px 0;
	clear: both;
}

#footer .left {
	background: url(img/footer.png) no-repeat 0 -26px;
	height: 25px;
	width: 10px;
	float: left;
}

#footer .li {
	background: url(img/footer.png) repeat-x 0 0;
	padding-top: 3px;
	height: 22px;
	width: 960px;
	float: left;
}

#footer .right {
	background: url(img/footer.png) no-repeat -11px -26px;
	height: 25px;
	width: 10px;
	float: left;
}

#footer2 {
	background: #ddff93;
	text-align: center;
	padding: 2px;
	margin: 0 5px;
	color: #999;
	font-size: 10px;
	line-height: 12px;
}

#footer2 a {
	color: #bbb;
	text-decoration: none;
}

.white {
	background: #FFFFFF;
}

.content {
	background: url(img/box-bg.png);
	padding: 10px;
}

.box {
	margin: 10px 0;
}

.fleft {
	float: left;
}

.w546 {
	width: 546px;
}

.w546 .bar .text {
	width: 523px;
}

.allwidth {
	width: 810px;
}

.allwidth .bar .text {
	width: 790px;
}

.muszelka_bg {
	color: #FFFFFF;
	background: url(img/bar-muszelka.png);
}

.bryza_bg {
	color: #FFFFFF;
	background: url(img/bar-bryza.png);
}

.jantar_bg {
	color: #FFFFFF;
	background: url(img/bar-jantar.png);
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.form_help {
	color: #286da1;
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
}

.left_column {
	margin: 2px 2px 2px 5px;
	padding: 1px;
	width: 33%;
	float: left;

}

.right_column {
	width: 60%;
	margin: 2px 0 2px 2px;
	padding: 1px;
	float: left;

}

#welcome {
	padding: 5px;
	color: #fff;
	width: 810px;
	height: 200px;
	background-repeat: no-repeat;
	clear: both;
}

#welcome div {
	font-size: 12px;
	line-height: 14px;
	margin-right: 10px;
	width: 270px;
	float: right;
}

div.offer {
	font-size: 10px;
	line-height: 12px;
	margin: 5px 5px 0 0;
	padding: 5px;
	width: 257px;
	height: 65px;
	overflow: hidden;
	float: left;
	font-style: italic;
}

div.offer a {
	font-size: 12px;
	margin-bottom: 3px;
	font-style: normal;
}

div.offer img {
	background: url(img/img-65x50-shadow.png) right bottom no-repeat;
	padding: 0 5px 5px 0;
	margin-right: 5px; 
	float: left;
	width: 65px;
	height: 50px;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

.w263 {
	width: 263px;
}

.w263 .bar .text {
	width: 243px;
}

.bar {
	display: block;
	height: 28px;
	width: 100%;
	clear: both;
}

.bar .l {
	width: 10px;
	height: 28px;
	background-position: 0 -58px;
	float: left;
}

.bar .text {
	color: #FFFFFF;
	height: 24px;
	padding-top: 4px;
	float: left;
}

.bar .r {
	width: 10px;
	height: 28px;
	background-position: -11px -58px;
	float: left;
}

.green {
	background-image: url(img/bar-green.png);
}

.blue {
	background-image: url(img/bar-blue.png);
}

.orange {
	background-image: url(img/bar-orange.png);
}

.red {
	background-image: url(img/bar-red.png);
}

.yellow {
	color: #FFFF00;
}

.bar-active .l {
	background-position: -22px -58px;
}

.bar-active .text {
	padding-top: 7px;
	height: 21px;
	color: #555555;
	background-position: 0 -29px;
}

.bar-active .r {
	background-position: 10px -58px;
}

.message-box { text-align: center; padding: 5px; color:#545454; width:80%;  margin:5px auto; }
.msg-clean { background-color: #efefef; border-top: 2px solid #dedede; border-bottom: 2px solid #dedede; }
.msg-info  { background-color: #f7fafd; border-top: 2px solid #b5d3ff; border-bottom: 2px solid #b5d3ff; }
.msg-ok    { background-color: #d7f7c4; border-top: 2px solid #82cb2f; border-bottom: 2px solid #82cb2f; }
.msg-alert { background-color: #fef5be; border-top: 2px solid #fdd425; border-bottom: 2px solid #fdd425; }
.msg-error { background-color: #ffcdd1; border-top: 2px solid #e10c0c; border-bottom: 2px solid #e10c0c; }

div.offer-box {
	-moz-box-shadow: 3px 3px 3px #777;
	box-shadow: 3px 3px 3px #777;
	width: 780px;
	height: 125px;
	margin: 10px;
	padding: 10px;
	clear: both;
}

.light-green {
	background: #e6f8e2;
}

div.offer-box div {
	width: 615px;
	font-size: 12px;
	float: left;
}

div.offer-box a {
	font-size: 14px;
}

div.offer-box div div {
	margin-top: 15px;
	font-style: italic;
}

div.offer-box img {
	background: url(img/img-150x120-shadow.png) bottom right;
	margin-right: 10px;
	padding: 0 5px 5px 0;
	float: left;
}

div.offer-box span.position {
	font-size: 8px;
	color: #bbb;
	margin-right: 5px;
}

div.box-green-top {
	background: transparent url(img/offer-bg-top.png) no-repeat top right;
	width: 810px;
	height: 18px;
}

div.box-green-middle {
	background: transparent url(img/offer-bg-li.png) repeat-y top right;
	width: 810px;
	padding-top: 10px;
	min-height: 300px;
}

div.box-green-bottom {
	background: transparent url(img/offer-bg-bottom.png) no-repeat top right;
	width: 810px;
	height: 20px;	
}

div.box-green-middle div.photos {
	width: 164px;
	float: left;
}

div.box-green-middle div.photos h3 {
	color: #555;
	margin: 0 5px 5px 0;
}

div.box-green-middle div.photos div.top {
	width: 164px;
	height: 11px;
	background: url(img/box-foto-top.png) no-repeat top right;
}

div.box-green-middle div.photos div.middle {
	width: 144px;
	text-align: right;
	padding: 0 10px 0 10px;
	background: url(img/box-foto-li.png) repeat-y top right;
}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 0 5px;
	width: 144px;
}

ul.thumb li {
	margin: 0 5px 5px 0; padding: 0;
	float: left;
	position: relative;
	width: 65px;
	height: 50px;
}

ul.thumb li img {
	border: 1px solid #bbb;
	width: 65px; height: 50px;
	-ms-interpolation-mode: bicubic;
	position: absolute;
	left: 0; top: 0;
}

ul.thumb li img:hover {
	padding: 3px;
	background: #FFF;
}

div.box-green-middle div.photos div.bottom {
	width: 164px;
	height: 16px;
	background: url(img/box-foto-bottom.png) no-repeat top right;
}

div.box-green-middle div.content {
	background: none;
	width: 611px;
	margin: 0;
	padding: 0 10px;
	float: left;
}

div.box-green-middle div.content h1 {
	color: #025895;
	font-size: 18px;
}

div.box-green-middle div.content div.container img.main {
	background: url(img/img-150x120-shadow.png) no-repeat right bottom;
	padding: 0 5px 5px 0;
	float: right;
	margin: -25px 15px 0 0;
}

div.box-green-middle div.content div.container {
	background: url(img/bg-615-li.png) repeat-y right;
	width: 595px;
	padding: 10px;
}

div.box-green-middle div.content div.container {
	background: url(img/bg-615-li.png) repeat-y right;
	width: 595px;
	padding: 10px;
}

div.box-green-middle div.content div.text {
	margin: 15px 15px 10px 0;
}

div.box-green-middle div.content div.container-bottom {
	background: url(img/bg-615-bottom.png) no-repeat right top;
	width: 615px;
	height: 5px;
	margin: 0;
	padding: 0;
}

div.ico-map {
	width: 70px;
	margin: 0 25px;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: #025895;
	float: left;
}

div.ico-map a {
	text-decoration: none;
}

div.ico-map img {
	clear: both;
}

div.box-welcome {
	width: 815px;
	margin-top: 5px;
}

div.box-welcome div.title {
	color: #555;
	font-size: 16px;
	margin: 0 0 -30px 10px;
}

div.box-welcome div.top {
	width: 815px;
	height: 15px;
	background: url(img/box-welcome-top.png) no-repeat top;
}

div.box-welcome div.content {
	width: 795px;
	background: url(img/box-welcome-li.png) repeat-y top;
	margin: 0;
	padding: 20px 10px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
}

div.box-welcome div.bottom {
	width: 815px;
	height: 15px;
	background: url(img/box-welcome-bottom.png) no-repeat top;
}

div.mod-green {
	background: url(img/bg-305-green.png) no-repeat bottom right;
	width: 295px;
	min-height: 115px;
	padding: 10px 0;
	font-size: 12px;
	color: #555;
	line-height: 16px;
}

div.mod-blue {
	background: url(img/bg-305-blue.png) no-repeat bottom right;
	width: 295px;
	min-height: 115px;
	padding: 10px 0;
	margin: 20px 0;
	font-size: 12px;
	color: #555;
	line-height: 16px;
}

div.mod-blue h2 {
	color: #025895;
	font-size: 16px;
	margin-bottom: 10px;
}

div.mod-orange {
	background: url(img/bg-305-orange.png) no-repeat bottom right;
	width: 295px;
	min-height: 115px;
	padding: 10px 0;
	margin: 20px 0;
	font-size: 12px;
	color: #555;
	line-height: 16px;
}

div.mod-orange h2 {
	color: #025895;
	font-size: 16px;
	margin-bottom: 10px;
}

div#contact_form {
	margin: 10px 0;
}

div#contact_form h2 {
	font-size: 16px;
}

div#contact_form textarea {
	width: 605px !important;
	border: 1px solid #bbb;
}

div#contact_form h2 {
	margin-bottom: 10px;
}

div#contact_form div {
	margin: 5px 0;
	clear: both;
}

div#contact_form label {
	display: block;
	width: 300px;
	float: left;
	text-align: right;
}

div#contact_form input {
	width: 200px;
	float: right;
}

