﻿body
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #5c5c5c;
	background: #c0bebf url("../img/background.png") repeat;
	line-height: 1.2; 
}
.clear
{
	clear:both;
}


.invisible
{
	display: none;
}
#bacground-steel, #bacground-gradient
{
	width: 100%;
}

#bacground-steel
{
	background: url("../img/backgroundsteel.jpg") no-repeat top center; 
}

#bacground-gradient
{
	background: url("../img/calybackgroundgradient.png") repeat; 
}
#container
{
	background-color: #ffffff;
	width: 920px;
	margin: 0 auto;
	
}
#wraper
{
	margin: 0 auto;
	width: 920px;
	padding: 0 27px 0 18px;
	background: url("../img/shadowleftright.png") repeat-y;
}

#top img
{
	padding: 0;
	display: block;
}
#top
{	
	position:relative;
	width: 920px;
	height: 441px;
}
#top .top-static
{
	width: 920px;
	height: 100px;
}
#top .top-border
{
	/*border-bottom: solid 7px #e4e3e3;
	padding-bottom: 1px;*/
	height: 7px;
	background-color: #e4e3e3;
	margin-top: 1px;
	overflow: hidden;
	
}
#top .top-swf
{
	width: 920px;
	height: 333px;
}

#languages
{
	position: absolute;
	list-style-type: none;
	right: 20px;
	top:5px;
	font-size: 9px;
	font-weight: bold;
}
#languages li
{
	float: left;
	
}
#languages a
{
	display: block;
	width: 24px;
	height: 26px;
	margin-left: 7px;
	text-align: center;
	background: url("../img/flags.png") no-repeat 0 bottom;
	opacity: 0.5;
	filter:alpha(opacity=50);
	color: #373737;
	
}
#languages a:hover , #languages  a.active
{
	opacity: 0.9;
	filter:alpha(opacity=90);
	text-decoration: none;
}
#languages a.l-en
{
	background-position: -24px bottom;
}
#languages a.l-fr
{
	background-position: -48px bottom;
}
#languages a.l-de
{
	background-position: -72px bottom;
}
#languages a.l-ru
{
	background-position: -96px bottom;
}
#logo
{
	position: absolute;
	top: 17px;
	left: 45px;
}
/* MENU */
#menu a.invisible
{
	display: none;
}
#menu
{
	position: relative;
	bottom: 8px;
	height: 71px;
	margin: 0 auto;

	font-weight: bold;
	font-size: 14px;
}
#menu ul
{
	list-style: none;
}

#menu li
{
	display: block;
	float: left;
	background: url("../img/separtaormenu.png") no-repeat 130px 28px;
	padding: 0 3px;
}
#menu li.last
{
	background: none;
}
#menu a
{
	color: #5c5c5c;
	text-decoration: none;
	background: url("../img/menuselect.png") no-repeat  0 -71px;
}
#menu a:hover, #menu li.trail a, #menu li.active span 
{
	color: #ffffff;
	text-decoration: none;
	background: url("../img/menuselect.png") no-repeat 0 0;
}

#menu li.active span, #menu a
{
	display: block;
	height: 26px;
	width: 125px;
	padding-top: 33px;
	text-align: center;
}

#menu li.double-line a, #menu li.double-line span
{
	padding-top: 20px;
	height: 39px;
}
/* END MENU */

#footer
{
	height: 119px;
	background: #e7e7e7 url("../img/arrow.png") no-repeat 19px 23px;
	text-align: right;
	position: relative;
}

/* STOPKA MENU */
#footer-menu ul
{
	list-style: none;
	font-weight: bold;
	position: absolute;
	right: 13px;
	bottom: 10px;
}
#footer-menu li
{
	float: left;
	border-right: solid 1px #a8a8a8;
	padding: 0 10px;
}
#footer-menu li a
{
	color: #a8a8a8;
}

#footer-menu li span
{
	color: #a8a8a8;
}

#footer-logo
{
	margin: 23px 13px 0 0;
}
/* END STOPKA MENU */
#footer-address span.fc-label
{
	display: block;
	float:left;
	width: 45px;
}
#footer-address span.fc-label-ru
{
	display: block;
	float:left;
	width: 60px;
}
#bottom-outside
{
	height: 50px;
	width: 963px;
	margin: 0 auto;
	text-align: center;
	color: #656565;
	font-size: 10px;
	font-weight: bold;
	background: url("../img/shadowbottom.png") no-repeat center top;
	padding-top: 12px;
	
}
#bottom-outside p
{
	margin: 0;
}
#bravelemon-logo
{
	text-align: right;	
	position:relative;
	bottom: 10px;
	right: 40px;
	
}
#bravelemon-logo a
{
	text-decoration: none;
}
#bravelemon-logo span
{
	position: relative;
	bottom: 12px;
}
#bravelemon-logo img
{
	width: 74px;
	height: 31px;
}


h1, h2, a, p.error
{
	color: #b70101;
}
h3
{
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 1em;
}
h1
{
	font-size: 17px;
	margin:  8px 0 18px 0;
	line-height: 19px;
}

h1.separator
{
	margin:  8px 0 15px 0;
	padding-bottom: 3px;
	background: url('../img/header-separator.png') no-repeat 0 21px;
}
h2.separator
{
	margin:  25px 0 15px 0;
	padding-bottom: 3px;
	background: url('../img/header-separator.png') no-repeat 0 19px;
}
 
h2
{
	font-size:15px;
	margin: 12px 0;
}

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}
p
{
	margin: 15px 0;
}
ul
{
	padding: 0;
	margin: 0;
}
.box-double
{
	width: 546px;
	background-color: #f1efef;
	float: left;
	margin: 0 0 15px 15px;
	display: inline;
	position: relative;
}

.header-gradient
{
	background: url("../img/headerbackground.png") repeat-x;
	height: 28px;
	margin: 0;
	padding: 8px 0 0 10px;
}
.box-double .shadow
{
	background: #ffffff url("../img/shadowbox.png") no-repeat 11px 0;
	height: 8px;
	overflow:hidden;
}

.box-content
{
	padding: 13px;
	
}
.box-content img
{
	float: left;
}
.box-content .news-text
{
	margin-left: 15px;
	float: left;
	width: 210px;
}
/* NEWS SELECT */
#news-select
{
	position: absolute;
	bottom: 20px;
	left: 17px;
	list-style: none;
	z-index: 999;
}
#news-select a
{
	display: block;
	width: 21px;
	height: 21px;
	background: url("../img/newsselector.png") no-repeat;
	color: #ffffff;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	margin-right: 10px;
	float: left;
}
#news-select a:hover
{
	text-decoration: none;
	background: url("../img/newsselectoractivea.png") no-repeat;
}
#news-select  a.activeSlide 
{
	background: url("../img/newsselectoractivea.png") no-repeat;
}
/* END NEWS SELECT */

/*NEWS */
#news-list, .news-item
{
	width: 520px;
	height: 248px;
	overflow: hidden;
	background-color: #F1EFEF;
}

/* END NEWS */

.box-contact
{
	background: #f1efef url("../img/phone.jpg") no-repeat right bottom;
}
.box-contact h2
{
	margin-bottom: 3px;
}
.box-contact h1
{
	margin-top: 0px;
	margin-bottom: 6px;
}


#box-address, #box-telephones
{
	float: left;
	display: inline;
	line-height: 17px;
}
#box-address
{
	margin-left: 10px;
}

#box-address span
{
	display: block;
	width: 40px;
	float: left;
}
#box-address span.ru
{
	width: 60px;
}

#box-telephones
{
	margin-left: 40px;
}

#box-telephones span
{
	font-weight: bold;
	margin-right: 15px;
	width: 20px;
	float: left;
}

/* BOX KROTKI */
.box-info
{
	width: 324px;
	background-color:#F1EFEF;
	float: left;
	margin-left: 20px;
	display: inline;
	line-height: 15px;
}
.box-info p
{
	margin: 12px 0;
}

p.read-more
{
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
}
.box-info .shadow
{
	background: #ffffff url("../img/shadowbox.png") no-repeat 5px 0;
	height: 8px;
	overflow:hidden;
}
.box-info ul
{
	margin: 0 0 0 7px;
	list-style: none;
}

.box-info li
{
	display: block;
	height: 23px;
	padding-left: 30px;
	margin-bottom: 14px;
	background: url("../img/pdfsmall.png") no-repeat;
	font-weight: bold;
	line-height: 23px;
}
.box-info li a
{
	color: #5c5c5c;
}
/* END BOX KROTKI*/



/* BUTTON SZCZEGOLY */
.button-details
{
	font-weight: bold;
	position:absolute;
	top:10px;
	right: 13px;
}
.button-details a
{
	color: #ffffff;
}
.button-details a:hover
{
	text-decoration: none;
}
.button-details .left-corner
{
	background: url("../img/buttoncornerleft.png") no-repeat;
	width: 7px;
	height: 21px;
	float:left;
}
.button-details .right-corner
{
	background: url("../img/buttoncornerright.png") no-repeat;
	width: 7px;
	height: 21px;
	float:left;
}
.button-details .button-content
{
	background: url("../img/buttoninside.png") repeat-x;
	height: 21px;
	line-height: 21px;
	float:left;
	font-size: 11px;
}
/* END BUTTON SZCZEGOLY */
#footer-address
{
	position: absolute;
	left: 110px;
	top: 19px;
	text-align: left;
	line-height:16px;
}
#left-column-menu
{
	width: 218px;
	float:left;
	background: url("../img/sketchmenu.png") no-repeat;
	height: 460px;
}
#right-column-content
{
	width: 702px;
	float:left;
	background: url("../img/sketchcorner.jpg") no-repeat right bottom;

}

/* MENU LEFT */
#menu-left a.invisible
{
	display: none;
}
#menu-left ul
{
	list-style: none;
}
#menu-left li
{
	padding-bottom: 1px;
	background-color: #f1f1f1;
}
#menu-left li.active
{
	padding-bottom: 1px;

}
#menu-left li.last
{
	padding: 0;
	background: none;
}
#menu-left li.active span, #menu-left a
{
	display: block;
	width: 195px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	
}
#menu-left li.active span
{
	background: #ededed url("../img/arrowmenuleft.png") no-repeat 11px center;
	width: 178px;
	padding-left: 40px;
	color: #B70101;
}

#menu-left a
{
	background-color: #dbdbdb;
	color: #5c5c5c;
	padding-left: 23px;
}
#menu-left a:hover
{	
	background: #ededed url("../img/arrowmenuleft.png") no-repeat 11px center;
	color: #B70101;
	text-decoration: none;
}
/* END MENU LEFT */

.text-edit
{
	padding: 0 100px 90px 30px;
	line-height:17px;
	color: #4d4d4d;
}

p.first
{
	margin-top: 0;
}

p.bottom
{
	margin-bottom: 5px;
}

.list-main
{
	list-style: none;
	margin-left: 7px;
}
.list-main li
{
	padding-left: 14px;
	background: url("../img/arrowlist.png") no-repeat 0 6px;
	padding-bottom: 3px;
}

/* KADRA */
p.italic
{
	font-style: italic;
}
.personnel-item
{
	margin: 30px 0 0 25px;
	width: 450px;
}
.personnel-image, .personnel-description
{
	float: left;
	display: inline;
}

.personnel-image
{
	/*margin: 20px 0 0 20px;*/
}
.personnel-description-first
{
	background: url("../img/personnelverticalseparator.png") no-repeat;
	padding: 0 0 20px 20px;
}

.personnel-description
{
	width: 220px;
	height: 140px;
	margin: 30px 0 0 0;
	background: url("../img/personnelverticalseparator.png") no-repeat;
	padding: 0 0 0 20px;
}
#personnel .even
{
	
	margin-left: 25px;
}
#personnel .odd
{
	margin-left: 55px;
}
.personnel-description h2, .personnel-description-first h2
{
	color: #727272;
	font-size: 20px;
	margin: 0;
}

.personnel-description p.sub, .personnel-description-first p.sub
{
	color: #b5b5b5;
	margin-top: 0;
	margin-left: 10px;
	letter-spacing: 1px;
	font-size :11px;
	font-style:italic;
}
/* END KADRA */

/* PRACOWNICY */
.black
{
	color: #000000;
}

#workers
{
	margin-top: 25px;
	margin-left: 10px;
}
#workers img
{
	padding: 2px;
	border: solid 1px #e2e2e2;
	background-color: #f3f3f3;
	margin: 0 20px 20px 0;
	

}

/* FIRMA */
#logo-gray
{
	float: right;
	margin-left: 5px;
}
/* END FIRMA */

/* END PRACOWNICY */

/*USLUGI */
a.box-more
{
	display:block;
	height:145px;
	left:15px;
	margin-top:25px;
	overflow:hidden;
	position:relative;
	width:217px;
}
.gallery-thn
{
	margin: 30px 0 40px 0;
}
.gallery-thn img
{
	margin-left: 10px;
	background-color: #F3F3F3;
    border: 1px solid #E2E2E2;
    padding: 2px;
}


/*END USLUGI */

/*REALIZACJE */


/*END REALIZACJE */

/* DRUKUJ ROZMIAR CZCIONKI */
#font-small
{
	font-size: 10px;
}
#font-medium
{
	font-size: 12px;
}
#font-big
{
	font-size: 14px;
}
#font-size-print span
{
	margin: 0 3px;
	cursor: pointer;
	
}
span.font-selector
{
	color: #B70101;
}
#print-page
{
	font-size: 11px;
	color: #B5B5B5;
}

#font-size-print
{
	float: right;
	display: inline;
	margin: 7px 100px 0 0;
}
/* END DRUKUJ ROZMIAR CZCIONKI */
/*
#breadcrumb
{
	font-size: 11px;
	margin-bottom: 15px;
	margin-left: 20px;
	border-bottom: dotted 1px #B70101;
	display: inline-block;
}

#breadcrumb a
{
	padding-right: 12px;
	margin-left: 5px;
	background:url("../img/arrowlist.png") no-repeat scroll right 5px;
	color: #4D4D4D;
}
#breadcrumb a:hover
{
	text-decoration: none;
}
#breadcrumb span
{
	margin-left: 5px;
	
}*/

/* KONTAKT */
.text-contact
{
	padding: 0 10px 90px 30px;
	color: #4d4d4d;
}
.contact-item h2
{
	
	font-size: 14px;
	font-weight: bold;
}
#contact-content
{
	line-height: 19px;
	padding: 0 0 60px 40px;
	position: relative;
}
#left-column-contact
{
	width: 420px;
	padding-left: 40px;
	padding-bottom: 40px;
}
.contact-item-first
{
	float: left;
	display: inline;
	margin-bottom: 10px;
	width: 250px;
}

.contact-item
{
	float: left;
	display: inline;
	margin-bottom: 10px;
	width: 270px;
}
.contact-item-last
{
	float: left;
	display: inline;
	margin-bottom: 10px;
}
.contact-data
{
	margin: 0 auto;
	width: 848px;
}
.bold
{
	font-weight: bold;
}

p.contact-group
{
	margin-bottom: 15px;
	margin-top: 0;
}
.label-data
{
	width: 50px;
	display: block;
	float: left;
}
.label-data-ru
{
	width: 70px;
	display: block;
	float: left;
}
.label-data-bank
{
	width: 85px;
	display: block;
	float: left;
}
.label-data-bank-fr
{
	width: 90px;
	display: block;
	float: left;	
}
.contact-item-bank
{
	display:inline;
}

.contact-personnel a
{
	background: url("../img/arrowlist.png") no-repeat scroll 0 6px transparent;
	padding-left:12px;
}
#contact-form
{
	margin-top: 5px;
}
#contact-form label
{
	display: block;
	margin-bottom: 2px;
	margin-left: 5px;
}
#contact-form input, textarea
{
	margin-bottom: 8px;
	padding: 4px;
	border: solid 1px #e9e9e9;
	color: #4D4D4D;
}
#contact-form textarea
{
	overflow: hidden;
	height: 120px;
	width: 395px;
}
#contact-form input.error, #contact-form textarea.error
{
	border: solid 1px #B70101;
}

#contact-form input
{
	height: 20px;
	width: 260px;
	line-height: 20px;
}
#contact-form input.submit
{
	width: 85px;
	height: 28px;
	background-color: #ffffff;
	cursor: pointer;
}
#contact-form, #map
{
	float: left;
}
#contact-form form
{
	margin: 0;
}
div.submit_container
{
	float: left;
	margin-right: 20px;
}
#status-sumary
{
	margin: 0;
	line-height: 27px;
}

p.success
{
	color: #297c00;
}

#map
{
	width: 415px;
	height: 400px;
	margin-left: 20px;
	position: relative;
	bottom: 8px;
}

#bank-accounts
{
	position: absolute;
	border: solid 3px #E4E3E3;
	z-index: 1;
	background-color: #ffffff;
	padding: 10px;
	display: none;
	
}
#close
{
	margin: 0;
	text-align: right;
}
#accounts-full-list
{
	text-align: right;
}
/* END KONTAKT */

/* GALERIA */
.gallery-edit
{
	padding: 0 50px 90px 30px;
	color: #4d4d4d;
}
.gallery-edit h1
{
	margin-bottom:25px;
}
.gallery-edit h2
{
	
}
.gallery-edit img
{
	padding: 2px;
	border: solid 1px #e2e2e2;
	background-color: #f3f3f3;
	margin: 0 30px 30px 15px;
}
.gallery-teaser
{
	background:url("../img/galleryseparator.png") no-repeat scroll center bottom transparent;

	padding-bottom:20px;
}
.gallery-more
{
	bottom:45px;
	margin:0;
	position:relative;
	right:50px;
	font-weight:bold;
	text-align:right;
}
/* END GALERIA */

/* STATUS FIRMY */
#sales-table
{
}

#sales-table th, #sales-table td
{
	text-align:center;
}
#sales-table th.first
{
	width: 70px;
}
#sales-table th.second
{
	width: 200px;
}

#sales-table th
{
	background-color:#F1F1F1;
	font-weight: bold;
}

#sales-table td
{
	background-color: #F8F8F8;
	padding: 6px 10px;
}

ul.download-pdf
{
	list-style-type: none;
	margin-left: 10px;
	font-size: 11px;

}
ul.download-pdf li
{
	display: block;
	height: 23px;
	padding-left: 30px;
	margin-bottom: 10px;
	background: url("../img/pdfsmall1.png") no-repeat;
	font-weight: bold;
	line-height: 23px;
}

/* END STATUS FIRMY */

/* NAGRODY I CERTYFIKATY */
div.certificate, div.certificate-last
{
	
	float: left;
	display: inline;
}

div.certificate
{
	padding:25px 35px 10px 15px;
	width: 93px;
	height: 180px;
}
div.certificate-last
{
	padding:25px 0 10px 15px;
	height: 180px;
}

div.certificate img, div.certificate-last img
{
	border: solid 3px #F3F3F3;
	margin-bottom: 3px;
}
/* END NAGRODY I CERTYFIKATY */


