@charset "utf-8";

@font-face {
    font-family: 'eurofurencelightregular';
    src: url('/fonts/eurof35-webfont.eot');
    src: url('/fonts/eurof35-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/eurof35-webfont.woff') format('woff'),
         url('/fonts/eurof35-webfont.ttf') format('truetype'),
         url('/fonts/eurof35-webfont.svg#eurofurencelightRegular') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'eurofurencelightitalic';
    src: url('/fonts/eurof36-webfont.eot');
    src: url('/fonts/eurof36-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/eurof36-webfont.woff') format('woff'),
         url('/fonts/eurof36-webfont.ttf') format('truetype'),
         url('/fonts/eurof36-webfont.svg#eurofurencelightitalic') format('svg');
    font-weight: 300;
    font-style: italic;

}

@font-face {
    font-family: 'eurofurenceregular';
    src: url('/fonts/eurof55-webfont.eot');
    src: url('/fonts/eurof55-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/eurof55-webfont.woff') format('woff'),
         url('/fonts/eurof55-webfont.ttf') format('truetype'),
         url('/fonts/eurof55-webfont.svg#eurofurenceregular') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'eurofurenceitalic';
    src: url('/fonts/eurof56-webfont.eot');
    src: url('/fonts/eurof56-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/eurof56-webfont.woff') format('woff'),
         url('/fonts/eurof56-webfont.ttf') format('truetype'),
         url('/fonts/eurof56-webfont.svg#eurofurenceitalic') format('svg');
    font-weight: 500;
    font-style: italic;

}

@font-face {
    font-family: 'eurofurencebold';
    src: url('/fonts/eurof75-webfont.eot');
    src: url('/fonts/eurof75-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/eurof75-webfont.woff') format('woff'),
         url('/fonts/eurof75-webfont.ttf') format('truetype'),
         url('/fonts/eurof75-webfont.svg#eurofurencebold') format('svg');
    font-weight: 700;
    font-style: normal;

}

body{
	min-height:600px;
	min-width:1000px;
	padding: 0;
	font-family: 'eurofurenceregular', Arial;
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	background-image: url(/images/default/bg/bg-search.jpg);
	background-color: #FFF;
}
#container{
	position:relative;
	display:block;
	width:100%;
	min-width:1000px;
	min-height:100%;
	margin:auto;
	color: #000;
	padding:0;
	font-size:1.6em;
	height: 100%;
}
h1{
	width:960px;
	margin:auto;
	display:block;
	position:absolute;
	text-align:left;
	top:150px;
	color: #000;
	font-size: 0.9em;
	text-transform: uppercase;
}
h2{
	font-family:'eurofurencelightregular';
	display:block;
	width:960px;
	margin:25px auto 0;
	font-size:2em;
	line-height: 1.4em;
	overflow:hidden;
	text-align:center;
	color: #000;
	position:relative;
	z-index: 1500;
	margin-bottom:20px;
}
h2 strong{
	font-family:'eurofurenceregular';
	font-weight:normal;
}
.main h2{
	padding:25px 0 40px;
}

h3{
	font-family:'eurofurencelightregular';
	font-size:1.8em;
	font-style:italic;
	display:block;
	padding:30px 0 10px;
	color: #333;
}
h4{
	display:block;
	padding:18px 0;
	border-top: dashed 1px #d7dfc8;
	font-size:1.5em;
	color:#000;
	font-family:'eurofurencelightregular';
}
h5{
}
a{
	color:#e42220;
	text-decoration: none;
	font-style: italic;
}
a:hover{
	color: #000;
	text-decoration:underline;
}
p{
	line-height:1.6em;
	margin:10px 0 20px;
}
strong{
}
.black{
	color:black;
}
#container .ul_last-left{
	padding-left:0;
	margin-left:0;
	border-left:none;
}
#container .ul_last-right{
	padding-right:0;
	margin-right:0;
	border-right:none;
}
.wrapper_auto{
	width: 960px;
	margin:auto;
	display:block;
	margin-bottom:0;
}
/*-- Button --*/
.button{
	font-family:'eurofurenceregular';
	padding:0 50px;
	display:block;
	background-image: url(/images/default/button_02.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:39px;
	border:solid 1px #365538;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	font-size: 1.1em;
	color:#FFF;
	text-shadow: -1px -1px 0 #25380f;
	background-color:#598527;
	-moz-box-shadow: 2px 1px 3px #666;
	-webkit-box-shadow: 2px 1px 3px #666;
	box-shadow: 2px 1px 3px #666;
}
.button:hover{
	background-position: left -39px;
	border:solid 1px #22330e;
}
.button:active{
	background-position: left -78px;
	-moz-box-shadow: 2px 1px 3px #fff;
	-webkit-box-shadow: 2px 1px 3px #fff;
	box-shadow: 2px 1px 3px #fff;
}
a.button{
	padding:12px 50px 0;
	height:27px;
}
a.button:hover{
	color:#FFF;
	text-decoration:none;
}
#inquiry-form .button{
	margin:15px 0;
}
#inquiry-form .button:active{
	margin:16px 0 14px;
}


/*-- LINK --*/
.link{
}
.link:hover{
}

/*--HEADER--*/
#header{
	display:block;
	position:relative;
	margin:auto;
	padding:0;
	height:135px;
	width:960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d8d9;
}
.logo{
	display:block;
	float:left;
	margin:0;
	padding:36px 0 0 0;
}
.logo:hover{
}
.client_zone{
	display:block;
	float:right;
	padding:5px 12px 3px;
	background-color: #29432B;
	color: #FFF;
	font-style: normal;
	font-size: 0.8em;
	position:relative;
}
.client_zone:hover{
	text-decoration:none;
	color:#e42220;
}
.client_zone img{
	position:absolute;
	display:block;
	width:2px;
	height:2px;
}
#client_zone-lt{
	left:-2px;
	top:3px;
}
#client_zone-rt{
	right:-2px;
	top:3px;
}
#client_zone-lb{
	left:0;
	bottom:0;
}
#client_zone-rb{
	right:0;
	bottom:0;
}

/*--TOPnav--*/
#topnav{
	position:absolute;
	display:block;
	right:0;
	top:99px;
	height:36px;
}

#topnav li{
	float:left;
	display:block;
	z-index: 2000;
}
/*--CSS Sprites - Default State-- */
#topnav a{
	display:block;
	position:relative;
	color: #29432b;
	font-size: 0.9em;
	padding: 0 15px;
	text-decoration:none;
	cursor:pointer;
	z-index: 2000;
	font-style:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d8d9;
	height:36px;
	text-transform:uppercase;
}
ul#topnav li:hover a, #topnav a:hover{
	color:#e42220;
}
ul#topnav li:hover a, #topnav a:hover, #topnav_active a{
	text-decoration:none;
	border-bottom-color: #29432b;
}

ul#topnav li .topnav_sub {
	position: absolute; /*--Important--*/
	top: 37px;
	z-index: 2000;
	display: none; /*--Hidden for those with js turned off--*/
	right:0;
	background-color:#454545;
	float: left;
	background-image: url(/images/default/topnav_sub-bg.gif);
	background-repeat: repeat;
	background-position: 135px top;
	width:100%;
}
ul#topnav .topnav_sub ul {
	margin: 0;
	padding: 0;
	width: 135px;
	float: left;
	height:100%;
	display: block;
	padding: 14px 0;
}
ul#topnav .topnav_sub li {
	display:block;
	width:100%;
	z-index: 2000;
	position: relative;
}
ul#topnav .topnav_sub li:hover {
}

ul#topnav .topnav_sub li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	display: block;
	text-decoration: none;
	text-align:left;
	margin-left: 0px;
	position: relative;
	cursor: pointer;
	z-index: 2000;
	padding: 8px 27px;
	color: #bababa;
	border:none;
	background-image: url(/images/default/topnav_sub.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-transform:none;
}
ul#topnav .topnav_sub li h3{
	font-size:1.2em;
	font-family:'eurofurenceregular';
	padding:0;
}
ul#topnav .topnav_sub li h3 a{
	color: #FFF;
	font-size:0.8em;
	cursor:pointer;
	background-image: url(none);
	background-color:none;
}

#header ul#topnav .topnav_sub-last a{
	background-image: url(none);
}
ul#topnav .topnav_sub .topnav_satisfaction{
	background-color:#e42220;
	color: #FFF;
	margin:10px 7px;
	width:121px;
}
ul#topnav .topnav_sub .topnav_satisfaction a{
	padding-left:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

ul#topnav .topnav_sub li a:hover {
	color: #e42220;
	background-color:#2e2e2e;
}
#header ul#topnav .topnav_sub_bg-none a:hover{
	background-color:#454545;
	background-image: url(/images/default/topnav_sub-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#topnav_inquiry a{
	color: #598527;
}



.portfolio_view{
	position: relative;
	top:-90px;
	right:30px;
	z-index:5000;
	float:right;
	color:#333;
}
.client_logo{
	padding:0 0 30px 0;
}
.client_logo em{
	float:right;
	color:#D3D3D3;
	text-shadow:1px 1px 0 #FFF;
}

.pix_diapo-title{
	background:none; 
	color:#000; 
	left:0; 
	bottom:-8px; 
	font-size:1em; 
	font-style:italic; 
	color: #000;
	z-index:1000;
	position:absolute;
}
.pix_diapo-title a{
	color: #000;
}
.pix_diapo-button_1{
	left:280px; bottom:130px;
}


#wrapper{
	display:block;
	position:relative;
	margin:auto;
	width:100%;
	border-top: dotted 1px #d7dfc8;
	min-height:300px;
	margin-bottom:0;
	padding:10px 0 30px;
	clear:both;
	font-size: 1.05em;
	font-family:Arial, Helvetica, sans-serif;
}
.main #wrapper{
	margin-top:0;
	padding:0;
}

#content_main{
}
.text_main{
	font-family:'eurofurencelightregular';
	display:block;
	background-image: url(/images/default/bg/text_main.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-color:#414e2e;
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.2em;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #2f3d30;
	border-left-color: #29372a;
	padding:27px 32px;
	margin: 46px 0;
	text-shadow: 1px 1px 0 #000;
}
.text_main strong{
	font-family:'eurofurenceregular';
	font-weight:normal;
}

#portfolio_selection{
	position:relative;
	display:block;
	background-image: url(/images/default/bg/portfolio_selection-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 65px;
	overflow:hidden;
	height:400px;
	font-family:'eurofurenceregular';
}
#slider1{
	position:relative;
	height:340px;
	width:984px;
}
#slider1 li{
	position:relative;
	float:left;
	display:block;
	background-image: url(/images/default/default/default_22.gif);
	background-repeat: no-repeat;
	background-position: left 190px;
	padding:0 24px 22px 0;
	width:304px;
}
#slider1 li a{
	float:left;
	display:block;
	position:relative;
	width:304px;
	height:190px;
}
#portfolio_selection li a:hover{
	text-decoration:none;
}
#portfolio_selection li a:hover img{
}
.posts .overlay {
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	filter:alpha(opacity=0);
	cursor:pointer;
	background-color: #000;
	background-image: url(/images/default/zoom.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:304px;
	height:190px;
}
#slider1{
	width:960px;
}
#container #portfolio_selection-last{
	margin-right:0;
}
.portfolio_selection-title{
	position:absolute;
	right:0;
	top:148px;
	background-image: url(/images/default/portfolio_title.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:207px;
	height:29px;
	font-size:1.2em;
	font-style:normal;
	color:#FFF;
	opacity:0.9;filter:alpha(opacity=90);
	text-align: right;
	padding:13px 17px 0 0;
	overflow:hidden;
	text-shadow: 1px 1px 0 #425136;
}
.portfolio_selection-text{
	color:#898989;
	padding:20px 23px;
	display:block;
	clear:both;
	line-height:24px;
}
#contact_line{
	font-size:1.40em;
	text-align:center;
	padding:50px 0;
	margin-top:0;
	font-family:'eurofurenceregular';
}
#contact_line strong{
	color:#e42220;
	font-family:'eurofurenceregular';
}
#contact_line a{
	font-style:normal;
}
.wrapper-contact_line{
	background-color:#FFF;
	display:block;
	width:100%;
	padding-top:15px;
	margin-top:-15px;
}
/*--FOOTER--*/
#footer{
	border-top: solid 2px #29432b;
	display: block;
	padding:36px 0;
	margin:auto;
	width:960px;
	position:relative;
	color:#598527;
	height: 50px;
}
#footer_bg{
	width: 100%;
	display:block;
	background-image: url(/images/default/bg/bg_04.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin:auto;
}
#facebook{
	float:right;
}
#facebook img{
	margin:0 0 -16px 6px;
}
#footer-text{
	display: block;
	float:left;
	background-image: url(/images/default/default/default_25.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 70px;
}
#footer-text p{
	margin-top:30px;
	font-size:0.9em;
}
#footer-text p a{
	color:#598527;
	font-style:normal;
}
#bottomnav{
	float:left;
	width:600px;
	margin-top:5px;
}
#bottomnav a{
	color:#29432b;
	font-size:0.9em;
	font-style:normal;
	display:block;
	float:left;
	margin-right:24px
}
#bottomnav a:hover, #bottomnav_inquiry a{
	color:#e42220;
	
}

#copyright{
}
.links{
	opacity:1;
	filter:alpha(opacity=100);
	text-decoration:none;
	font-size:0.5em;
	clear:both;
	padding:22px 0;
	border-top: dotted 1px #d7dfc8;
	color: #333;
}
.links a{
	color:#333;
}

#map_canvas{
	width:100%;
	height:350px;
	margin: auto;
	background-color:#f7f7f7;
}

ul#subnav{
	position:relative;
	z-index:10;
}
ul#subnav li{
}
ul#subnav li a{
	float:left;
	display:block;
	padding:11px 12px 8px;
	font-style:normal;
	margin-right:10px;
	color: #333;
}
ul#subnav li a:hover{
	color:#e42220;
	text-decoration:none;
}
ul#subnav #subnav-activ a{
	background-color:#FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-left-color: #e9e9e9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom:-2px;
	padding-bottom:7px;
	color:#000;
}

ul.contacts{
	font-family:'eurofurenceregular';
	display:block;
	clear:both;
	width:910px;
	position:relative;
	padding:10px 0 10px 50px;
	background-image: url(/images/default/icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height:50px;
	margin-top:20px;
	color: #000;
	letter-spacing: 0.05em;
}
ul.contacts li{
	float:left;
	display:block;
	width:21%;
	border-right:dashed 1px #ccc;
	padding:5px 30px;
	font-size:1.2em;
}
ul.contacts li a{
	font-style:normal;
}
ul.contacts li a:hover{
}
ul.contacts span{
	display:block;
	color: #999;
	font-style:italic;
	font-size:0.9em;
	padding-bottom:5px;
}
ul.contacts-last{
	padding-left:0;
	margin-bottom:30px;
	border-bottom:dashed 1px #ccc;
	height:70px;
}
ul.contacts-last span{
	margin:0 0 0 10px;
}

ul.contacts-last li{
	width:80%;
	padding-left:70px;
	border-right: none;
}
ul.contacts-last li p{
	font-size:0.7em;
	float:left;
	border-right:dashed 1px #ccc;
	padding:0 10px 0 0;
	margin:0 0 0 10px;
}
ul.contacts_tel{
	background-image: url(/images/default/icons/tel.png);
}
ul.contacts_mail{
	background-image: url(/images/default/icons/mail.png);
}
ul.contacts_adress{
	background-image: url(/images/default/icons/adress.png);
}
ul.contacts_user{
	background-image: url(/images/default/icons/user.png);
}



.portfolio_window-content{
	margin:0 -60px 0 -30px;
}
.wrapper_auto-portfolio{
	width:960px;
	overflow:hidden;
}
.portfolio_window{
	display:block;
	width:495px;
	height:470px;
	background-image: url(/images/default/portfolio/portfolio-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	float:left;
	position:relative;
	padding:19px 0 0 0;
	margin:60px 0 0 0;
}

.portfolio_window strong{
	text-transform:uppercase;
	font-weight:normal;
    font-family: 'eurofurencelightregular';
	display:block;
	margin:0 0 0 0;
	font-size:1.2em;
}
.portfolio_window-img{
	margin:0 0 100px 61px;
	width:371px;
	height:232px;
	display:block;
	background-color:#000;
	background-image: url(/images/default/zoom.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.portfolio_window-img img{
	width:371px;
	height:232px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.portfolio_window-img img:hover, .portfolio_window-detail a:hover .portfolio_window-img img{
	opacity:0.2;
	filter:alpha(opacity=20);
}

.portfolio_window ul{
	padding-top:3px;
}
.portfolio_window li{
	display:inline;
}
.portfolio_window li a{
	font-size:0.8em;
	margin:0 10px;
}
.portfolio_window li a:hover{
	color:#e42220;
}
.portfolio_window-detail{
	border-right: dashed 1px #e42220;
	padding-right:3px;
}
.portfolio_window-border-right{
	border-right: dashed 1px #ccc;
	position:absolute;
	right:-1px;
	top:-15px;
	width:1px;
	height:460px
}
.portfolio_window-border-bottom{
	border-top: dashed 1px #ccc;
	position:absolute;
	left:42px;
	bottom:0;
	width:410px;
	height:1px;
}
.portfolio_window-button{
	margin:10px auto;
	width:170px;
	text-align:center;
}
.portfolio_window-button:active{
	margin:32px auto 28;
}

.portfolio_site{
	overflow:hidden;
}

.portfolio_display{
	background-image: url(/images/default/portfolio/portfolio-big-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:654px;
	height:550px;
	display:block;
	margin:0 0 0 -120px;
	padding:58px 0 0 58px;
	float:left;
}
.portfolio_right{
	float:right;
	display:block;
	width:330px;
	margin:30px 0 0 0;
}
.portfolio_servis li{
	display:block;
	padding:10px 0 10px 30px;
	border-top: dashed 1px #CCC;
	font-size: 0.8em;
	background-image: url(/images/default/portfolio/portfolio-servis.png);
	background-repeat: no-repeat;
	background-position: left center;
	color:#333;
}
.portfolio_right .button{
	margin:30px auto;
	width: 90px;
}

.portfolio_image{
	width:940px;
	border: solid 10px #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin:20px 0;
	color: #666;
}
.portfolio_des{
	color:#666;
	font-style:italic;
}

.servis{
	padding:50px 30px 0 250px;
	clear:both;
	margin:0 0 0 0;
	border-bottom: dashed 1px #d7dfc8;
	height:220px;
	background-repeat: no-repeat;
	background-position: 60px 70px;
}
.servis-webdesing{
	background-image: url(/images/default/icons/webdesign-hover.png);
}
.servis-grafika{
	background-image: url(/images/default/icons/grafika-hover.png);
}
.servis-marketing{
	background-image: url(/images/default/icons/marketing-hover.png);
}
.servis-spokojenost{
	background-image: url(/images/default/icons/spokojenost-hover.png);
}
.servis img{
	opacity:1;
	filter:alpha(opacity=100);
	float:left;
	margin:20px 0 0 -190px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.servis:hover img{
	opacity:0;
	filter:alpha(opacity=0);
}
.servis h4{
	border:none;
}
.servis h4 a{
	color:#000;
}
.servis h4 a strong{
	font-weight:bold;
	cursor:pointer;
}
.servis ul{
	margin:0 0 0 0;
}
.servis li{
	float:left;
}
.servis li a{
	display:block;
	float:left;
	padding:0 25px 0 25px;
	margin:0 0 0 0;
	font-size:0.8em;
	background-image: url(/images/default/portfolio/portfolio-servis.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.servis p{
	font-size:0.8em;
	color:#666;
}
.servis{
}














#content{
	display:block;
	float:right;
	width: 700px;
	position:relative;
}
#content table{
	width:100%;
}

#content .text-align-right{
	text-align:right;
}
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:500px;	width: 710px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 16px;
	left: 16px;
	width: 76px;
	height:26px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 26px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	background-color: #ececec;
}
.paging a {
	padding: 4px;
	text-decoration: none;
	color: #666;
}
.paging a.active {
	background: #5e0000;
	border: 1px solid #610000;
	color: #FFF;	
}
.paging a:hover {
	color: #000;
	background-color: #CCC;
}
.paging a.active:hover {
	color: #FFF;
	background: #5e0000;
}

.banners{
	display: block;
	overflow: hidden;
	position: relative;
	clear: both;
}
.banners li{
	display: block;
	overflow: hidden;
	position: relative;
	float:right;
}
#content .banners li{
	width: 227px;
	padding: 13px 0 0 14px;
}
#extra .banners li{
	width: 230px;
	height:auto;
	padding: 0;
	float:left;
}
.banners li img{
	width: 228px;
}
.banner_header{
	display: block;
	background-color: #ececec;
	padding: 12px 15px 0 15px;
	color:#464646;
	width: 197px;
	height:70px;
	position:relative;
	margin:-5px 0 14px 0;
	line-height:18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:0.85em;
}
.banner_header:hover{
	color:#000;
	background-color: #E0E0E0;
}
.banner_header strong{
	display: block;
	color:#f7f6e6;
	background-color:#aba000;
	font-size:1.35em;
	font-weight:normal;
	text-align:right;
	float:left;
	padding: 7px 12px;
	position:absolute;
	left:0;
	top: -32px;
	font-family: "Times New Roman", Times, serif;
	text-shadow: 1px 1px 0px #776f00;
	opacity:0.9;
	filter:alpha(opacity=90);
}
.banner_header:hover{
	text-decoration:none;
	opacity:1;
	filter:alpha(opacity=100);
}
#banner_main .banner_header{
	width: 400px;
	padding: 15px;
	bottom:20px;
	right:9px;
	position:absolute;
	text-align:right;
	color:#232323;
	opacity:0.9;
	filter:alpha(opacity=90);
}
#banner_main .banner_header strong{
	left:auto;
	right:0;
	color:#FFF;
	background-color:#01857a;
	text-shadow: 1px 1px 0px #0b5850;
}
.text_strong{
	display:block;
	position:relative;
	font-size:1.35em;
	line-height:30px;
	background-image: url(/images/default/default/default_48.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding:15px;
	clear:both;
}
#extra .banner_header{
	width: 198px;
}
#extra{
	width:230px;
	float:left;
}
.extra_wrapper{
	border: 1px solid #d0d0d0;
	padding:1px;
	background-color:white;
	margin-bottom:24px;
}
#category{
	display:block;
	padding-bottom: 13px;
	position:relative;
	margin-bottom: 25px;
}
.category_odrazka{
	display:block;
	margin-right: 14px;
	margin-top:2px;
	background-image: url(/images/default/vypis/vypis_05.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:11px;
	height:11px;
	float:left;
}
#category li a{
	display:block;
	padding: 11px 15px 9px 13px;
	font-size:0.9em;
	color:#000;
	border-radius: 4px;
	margin-top: 2px;
	background-color: #FFF;
	background-image: url(/images/default/vypis/vypis_03.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#category li a:hover{
	text-decoration:none;
	color:#FFF;
	background-color:#01857a;
	background-image:none;
}
#category ul{
	margin-left:15px;
}
#category ul li a{
	background: none;
	font-size: 0.8em;
	padding: 10px 15px 9px 13px;
	margin-top: 1px;
}
#extra #category_activ a, #extra #category_activ ul li a:hover, #extra ul li #category_activ a{
	background-color:#7ea1cd;
	background-image: url(/images/default/default/default_30.gif);
	border-radius: 4px;
	background-repeat: repeat-x;
	background-position: left top;
	color:#FFF;
}
#extra #category_activ ul li a{
	background-image: none;
	background-color:#FFF;
	color:#000;
}

.newsetter{
	display:block;
	margin:8%;
	line-height:20px;
	margin-bottom:13%;
}
.newsetter a{
	color:#333;
}
.newsetter input[type=submit]{
	background-color: #949494;
	padding: 1px 15px 0 15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border:none;
	height:22px;
	color:#FFF;
	margin:0;
	margin-left:-4px;
	float:right;
}
.newsetter input[type=submit]:hover{
	background-color:#333;
}
.newsetter input[type=checkbox]{
	margin-right:10px;
}
.newsetter input[type=text]{
	background-color: #f4efe7;
	padding: 1px 5px 0 5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height:21px;
	background-image: url(/images/default/default/default_03.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin:10px 0;
	width:196px;
	border: 1px solid #969696;
}


#content .products{
	margin: 0 0 20px 14px;
	display:block;
	float:left;
	width:220px;
	background-color:#FFF;
	border-radius: 5px;
}
.products:hover{
	/*-- BOX SHADOW --*/
	-moz-box-shadow: 0px 0px 15px #ccc;
	-webkit-box-shadow: 0px 0px 15px #ccc;
	box-shadow: 0px 0px 15px #ccc;
}
.products:hover h3 a{
	color:#01857A
}


.products td{
	padding:0 10px;
}
.products tr{
}
.products h3{
	padding:10px 0;
}
.products img{
	margin-top: 20px;
	width:100%;
	max-width:227px;
	max-height:300px;
}
.products a{
}
.products a:hover{
}
.products p{
	font-size:0.8em;
	margin:0;
	padding:0;
}
#content .products_space{
	width:5%;
}
.products_link{
	display:block;
	margin: 7px 0 12px 0;
	border:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.0em;
}
.products_buy{
	width:45%;
	float:right;
	text-align:center;
	padding:2% 0;
	background-color:#01857a;
	text-decoration:none;
	color:#FFF;
	border-radius: 2px 2px 2px 2px;
}
.products_buy:hover{
	text-decoration:none;
	background-color:#575036;
}
.products_price{
	width:42%;
	float:left;
	padding:3px 0;
	background-image: url(/images/default/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left:6%;
	color:#000;
	font-weight:bold;
}
.products_dph{
	width:50%;
	float:right;
	padding:5px 0;
	color:#000;
	text-align:right;
	font-size:0.9em;
}
.products_store{
	width:52%;
	float:left;
	padding:8px 0;
	color:#000;
	text-align:left;
	font-size:0.9em;
}
.products_store input{
	width:18px;
	float:right;
	margin-top:-7px;
	padding: 1px 0;
	text-align:right;
	height:15px;
}


.products_bottom{
	margin:7px 0 0 0;
	padding-bottom:0;
}




/*--DROPnav--*/
.dropnav{
	display: block;
	height: 20px;
	font-size: 0.9em;
}
.dropnav li{list-style-type:none; display:inline;}
.dropnav li a{
	float:left;
	display:block;
	padding:0 15px 0 0;
	margin:0 10px 0 0;
	background-image: url(/images/default/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
}
.dropnav li a:hover{}
.dropnav-extra_tisk{
	float:right;
	color:#999;
}
.dropnav .dropnav-extra_tisk a{
	color:#999;
	background-image: none;
	margin-right: -15px;
}
.filter{
	margin:auto;
	text-align:center;
}
.filter li{
	display:inline-block;
}
.filter a{
	display:inline-block;
	background-repeat: repeat;
	background-position: left top;
	width:35px;
	height:37px;
	margin-left:10px;
}
.filter a:hover{
	text-decoration:none;
	background-position: left -37px;
}
.filter a:active{
	text-decoration:none;
	background-position: left 37px;
}
.filter-left a{
	background-image: url(/images/default/portfolio/arrow_portfolio-left.png);
}
.filter-right a{
	background-image: url(/images/default/portfolio/arrow_portfolio-right.png);
}
.filter-back a{
	background-image: url(/images/default/portfolio/arrow_portfolio-back.png);
}
.filter-disable a{
	opacity:0.4;filter:alpha(opacity=40);
}
.filter-disable a:hover, .filter-disable a:active{
	background-position: left top;
}




#code{
	font-size: 0.9em;
	color:#999;
	margin-top: -15px;
	display:block;
}
.parameters{
	display:block;
	float:right;
	width: 50%;
}
.parameters tr{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E6E6E6;
}
.parameters td{
	width: 50%;
	padding: 5px 0;
	font-size: 0.9em;
	color: #666;
}
.parameters input[type=text]{
	width: 15%;
	float:right;
	text-align:right;
	margin:10px 0;
	padding:1% 2% 1% 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.1em;
}
.parameters_buy{
	width: 90%;
	margin: 10px 0;
	font-size: 1.1em;
}

.tab_container {
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 15px 0 35px 0;
	margin-bottom: 15px;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 24px; /*--Set height of tabs--*/
	width: 100%;
	margin-top:15px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 23px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 22px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #666;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	margin-right: 7px;
	border-radius: 2px 2px 2px 2px;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	font-size: 1.1em;
	padding: 0 10px;
	color:#666;
}
ul.tabs li:hover {
	border: 1px solid #aba000;
}
#content ul.tabs .active a, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #aba000;
	border: 1px solid #aba000; /*--Makes the active tab look like it's connected with its content--*/
	color:#FFF;
}
#content ul.tabs .active{
	border: 1px solid #aba000;
}
.recipe{
}
.recipe td{
	padding:6px 14px;
}
.recipe tr{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.recipe th{
	padding:8px 14px;
	font-size:1.2em;
}
.recipe h5{
	color: #dd8718;
}



.steps{
	height: 40px;
}

.steps li{
	float:left;
	display:block;
	text-align:center;
	width:24%;
	padding: 10px 0;
	font-size: 0.9em;
	font-weight:bold;
	color:#999;
	border: 1px solid #E5E5E5;
	margin-right:6px;
	border-radius: 4px;
}
.steps a{
}
.steps a:hover{
}
#container .steps .ul_last-right{
	border-right: 1px solid #E5E5E5;
}
#content .steps_active{
	background-color:#5e0000;
	color: #FFF;
	border: 1px solid #5e0000;
}

.basket{
	margin: 20px 0;
	clear:both;
	font-size: 0.9em;
}
.basket th{
	padding: 5px 2px;
	background-color:#FFF;
	text-align:left;
	font-size:1em;
	font-weight: normal;
	background-image: url(/images/default/default/default_29.gif);
}
.basket td{
	padding: 10px 2px;
	vertical-align: middle;
}
.basket tr{
	border-bottom: dotted 1px #CCC;
}
.basket h2{
	font-size: 1.4em;
	padding:0;
}
.basket strong{
}
.basket images{
}
.basket p{
}
.basket a{
	color:#000;
}
.basket .code{
	display:block;
	color: #999;
	font-size:0.9em
}
.basket input[type=text]{
	width:2em;
	border-radius:3px;
	border: solid 1px #CCC;
	padding:1px;
	text-align:right;
}
.delete{
	border:solid 1px #900;
	color: #000;
	background-color:#FFF;
	font-weight:bold;
	font-size:1.1em;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0;
	width:14px;
	height:18px;
	border-radius: 2px;
}
.delete:hover{
	background-color:#000;
	color: #fff;
}
.green{
	color: #093;
}
.basket_next{
	width:auto;
	padding: 6px 25px 5px 25px;
	margin-bottom:40px;
	background-position: 98%;
	text-align:left;
	border-radius: 4px;
}
.basket_next:hover{
	background-color: #000;
}


.print{
	float:right;
	display:block;
	padding: 3px 10px 3px 10px;
	color:#fff;
	background-image: url(/images/default/default/default_13.gif);
	background-repeat: repeat-x;
	background-position: left center;
	opacity:0.7;filter:alpha(opacity=70);
	text-decoration:none;
}
.print:hover{opacity:1;filter:alpha(opacity=100);}
.print-print{display:none;position:absolute;right:0;top:-10px;background-color:#666;color:#FFF;border:1px solid #333;-moz-border-radius:8px;border-radius:8px;background-repeat:no-repeat;background-position:20px center;z-index:100;padding:6px 20px 6px 20px;}
.print-print:hover{text-decoration:none;background-color:#fff;color:#000;}


/*--Begin Inquiry Form--*/
#divMessage {
  display:none; 
  position:absolute; 
  z-index:200; 
  background:url(/images/default/form/msg_arrow.gif) left center no-repeat; 
  padding-left:7px
  }
  
#divMessageContent {
  display:block; 
  background:#f3e6e6; 
  border:2px solid #924949; 
  border-left:none; 
  padding:5px; 
  min-width:150px; 
  max-width:250px
  }
#inquiry-form{
	display:block;
	margin:50px 0;
}
#inquiry-form table{
}
#container #inquiry-form th{
}
#inquiry-form td{
}
#inquiry-form strong{
	color:#e42220;
}
#container  #inquiry-form input[type=text]{
}
#inquiry-form textarea{
}
#inquiry-form input[type=submit]{
}
#inquiry-form input[type=submit]:hover{
}

#inquiry-form input.input-text,#inquiry-form  input.password,#inquiry-form textarea {
	display: block;
	background: transparent url(/images/default/forms/input-bg.png) no-repeat 0 0;
	margin: 0 0 10px 50px;
	padding: 6px;
	border: 1px solid #bbb;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px #fff;
	text-shadow: 0 0 1px #fff;
	color: #999;
	position: relative;
	z-index: 2;
	line-height: 18px;
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
}
#inquiry-form textarea {
	width:720px;
	height:180px;
}

#inquiry-form label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	background-color: #EEE;
	margin-left:50px;
}

#inquiry-form label.inlined {
	padding: 6px 12px;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
	color: #9E9E9E;
	-webkit-transition: color 0.15s linear;
	width: 388px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	z-index: 1;
	background-color:#fff;
	text-shadow: 0 0 1px #fff;
}

#inquiry-form label.focus { opacity: 0.35; }
#inquiry-form label.has-text { opacity: 0.0; -webkit-transition-duration: 0s; }

#inquiry-form form input.input-text:focus,#inquiry-form form textarea:focus { outline: none; border-color: #999; color: #333; padding: 5px 6px; border: 2px solid #598527; }
		
#inquiry-form label.inlined + input.input-text { margin-top: -32px; }
#inquiry-form label.inlined + textarea.input-text {margin-top: -32px; }
#container #textarea {
	width:712px;	
}
#inquiry-form .button{
	float:right;
	margin-bottom:30px;
}
/*--END Inquiry Form--*/
.price{
	width:100%;	
}
.price td{
	border-bottom: dotted 1px #CCC;
	padding:10px 0px;
	color: #999;
	font-size:0.9em;
}
.price td strong{
	color:#000;
	font-size:1.0em;
	font-weight:normal;
}

#container .price-r{
	text-align:right;
	color:#598527;
	font-size:1.0em;
	font-weight:bold;
}
#container .pix_diapo-bg{
	margin-top:-104px;
}