@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'MyriadProCondensed';
    src: url('/application/fonts/myriadpro-cond.eot');
    src: url('/application/fonts/myriadpro-cond.eot?iefix') format('eot'),
           url('/application/fonts/myriadpro-cond.woff') format('woff'),
           url('/application/fonts/myriadpro-cond.ttf') format('truetype'),
           url('/application/fonts/myriadpro-cond.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin:0;
	padding:0;
	outline:none;
}


body {
	background:url(/application/images/layout/top_bg.jpg) repeat-x #f1f1f1;
	font-size:11.5px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#555555;
}

#top {
	width:962px;
	height:107px;
	margin:0 auto;
}

#top .logo {
	width:210px;
	height:107px;
	float:left;
}

#top .right {
	width:752px;
	height:107px;
	float:right;
}

#top .right .topmenu {
	background:#2d2d2d;
	padding:10px;
	padding-top:2px;
	font-family:MyriadProCondensed, Arial;
	font-size:18px;
	float:right;
	margin-top:55px;
}


#top .right .topmenu ul {
	float:left;
	margin-top:15px;
}

#top .right .topmenu li {
	list-style:none;
	float:left;
	padding-right:15px;
	background:url(/application/images/layout/top_line.jpg) right no-repeat;
}

#top .right .topmenu li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding-left:15px;	
	float:left;
}

#top .right .topmenu .search {
	background:none;
	padding-right:0;
	padding-left:10px;
	padding-top:10px;
	float:left;
}

#top .right .topmenu .search .form {
	float:left;
	background:url(/application/images/layout/search_form.jpg);
	width:150px;
	height:27px;
	border:0;
	padding-left:8px;
}

#top .right .topmenu li a:hover {
	background:url(/application/images/layout/p.png) no-repeat 3px 7px;
	color:#c1db28;
}

#hedaer {
	width:958px;
	height:275px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}

#header_shadow {
	width:962px;
	background:url(/application/images/layout/header_shadow.jpg);
	height:19px;
	margin:0 auto;
}

#container {
	width:982px;
	height:auto;
	margin:0 auto;
	text-align:justify;
}

#container ul {
	padding-top:5px;
	padding-bottom:5px;
}

#container ul li {
	list-style:none;
	background:url(/application/images/layout/p.png) no-repeat 3px 5px;
	padding-left:15px;
	text-align:left;
	margin-top:0px;
}

#container .container_bg h1, #container .container_bg h2,h1 {
	font-family:MyriadProCondensed, Arial;
	font-size:24px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:20px;
}

#container .container_bg {
	padding:20px 50px 10px 40px ;
}


#container .box_1 {
	background:url(/application/images/layout/box_1.jpg) no-repeat;
	width:270px;
	height:300px;
	float:left;
	padding-top:52px;
	padding-left:20px;
	padding-right:30px;
	margin-right:5px;
}


#container .box_1 p,#container .box_2 p,#container .box_3 p {
	height:110px;
	margin-top:15px;
}

#container .box_1 a {
	display:block;
	background:#e3ab40;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:10px;
	text-decoration:none;
}


#container .box_1 a:hover {
	background:#555;
}


#container .box_1 h2,#container .box_2 h2,#container .box_3 h2 {
	font-family:MyriadProCondensed, Arial;
	font-size:24px;
	font-weight:normal;
}

#container .box_2 {
	background:url(/application/images/layout/box_2.jpg) no-repeat;
	width:270px;
	height:300px;
	float:left;
	padding-top:52px;
	padding-left:20px;
	padding-right:30px;
	margin-right:5px;
}


#container .box_2 a {
	display:block;
	background:#a8b368;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:10px;
	text-decoration:none;
}


#container .box_2 a:hover {
	background:#555;
}

#container .box_3 {
	background:url(/application/images/layout/box_3.jpg) no-repeat;
	width:270px;
	height:300px;
	float:left;
	padding-top:52px;
	padding-left:20px;
	padding-right:30px;
	margin-right:5px;
}

#container .box_3 .quick_portfolio {
	background:#fff;	
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	height:110px;
	width:260px;
	overflow:hidden;
	margin-top:15px;
}

#container .box_3 a {
	display:block;
	background:#99b2db;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	text-align:left;
	padding:10px;
	text-decoration:none;
}


#container .box_3 a:hover {
	background:#555;
}

#bottom {
	width:100%;
	background:url(/application/images/layout/bottom_bg.jpg) repeat-x bottom;
	height:73px;
	clear:both;
	padding-top:15px;
}

#bottom .right {
	color:#fff;
	height:44px;
	width:962px;
	margin:0 auto;
	text-align:right;
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
	font-family:MyriadProCondensed, Arial;
}

#footer {
	width:992px;
	margin:0 auto;
	background:#f7f7f7;
}

#footer .info {
	padding-top:15px;
	font-family:MyriadProCondensed, Arial;
	font-size:15px;
}


#footer span {
	color:#a8b368;
}

#footer ul {
	width:860px;
	margin:0 auto;
}

#footer li {
	list-style:none;
	float:left;
	padding:10px;
	height:41px;
}


#footer li a {
	height:41px;
	overflow:hidden;
	display:block;
	float:left;
	margin-left:3px;
}

#footer li a:hover img {
	margin-top:-41px;
}


#footer li img {
	border:0;
}

/* slider */


.aviaslider{ 

	width:962px;
	height:275px;
overflow: hidden;
position: relative;
background: #fff url(/application/images/layout/preload.gif) center center no-repeat;
}

.aviaslider li, .aviaslider .featured{
display: block;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 1;
}

.js_active .aviaslider li, .js_active .aviaslider .featured{
display:none;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
}

.slidecontrolls{
margin:20px auto 0 auto;
position: relative;
float:left;
}

.slidecontrolls a{
height:20px;
width:18px;
display:block;
cursor: pointer;
background: transparent url(/application/images/layout/controlls.gif) center bottom no-repeat;
float:left;
outline: none;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background: transparent url(/application/images/layout/controlls.gif) center top no-repeat;
}

.feature_excerpt{
width:610px;
position: absolute;
display: block;
bottom: 0;
left:0;
z-index: 2;
padding:14px 15px;
font-size: 11.5px;
line-height:1.5em;
cursor: pointer;
background: #000;
color: #fff;
}

.feature_excerpt strong{
display: block;
font-size: 15px;
padding-bottom: 3px;
}

.offer_menu {
	width:300px;
	height:300px;
	float:left;
	overflow:hidden;
}

.offer_menu:hover img {
	margin-top:-300px;
}

a {
	color:#99b2db;
	text-decoration:none;
}

a:hover {
	color:#a8b368;
}

.shop {
	width:310px;
	height:270px;
	float:right;
	position:relative;
	margin:10px;
	margin-top:0;
}

.shop img {
	margin:5px;
	width:150px;
	height:130px;
}

.shop .tl {
	position:absolute;
	left:0;
	top:0;
}
.shop .tr {
	position:absolute;
	right:0;
	top:0;
}
.shop .bl {
	position:absolute;
	left:0;
	bottom:0;
}
.shop .br {
	position:absolute;
	right:0;
	bottom:0;
}


.shop .tl:hover {
	width:227px;
	height:197px;
	position:absolute;
	left:0;
	top:0;
	z-index:99;
}
.shop .tr:hover {
	width:227px;
	height:197px;
	position:absolute;
	right:0;
	top:0;
	z-index:99;
}
.shop .bl:hover {
	width:227px;
	height:197px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:99;
}
.shop .br:hover {
	width:227px;
	height:197px;
	position:absolute;
	right:0;
	bottom:0;
	z-index:99;
}

.shop .shopinfo {
	text-align:center;
	font-weight:bold;
	margin-top:-15px;
}

.promocja {
	position:fixed;
	z-index:999;
	left:-223px;
	display:block;
	width:300px;
	height:400px;
	top:190px;
}


#overlay { width:100%; height:100%; position:fixed;  position:absolute; top:0; left:0; z-index:1001; background-color:#000000; overflow: hidden; }
#popup { border-radius:5px; display: none; position:absolute; height:auto; z-index:1002;  border: 1px solid #000; background-color: #fafafa; color: #fff; font-family: Tahoma,sans-serif;font-size: 14px; padding:10px;border:1px solid #f0f0f0;box-shadow: 0px 8px 15px #555; }
#baner_close { color: #cc0000; }
