@charset "utf-8";

/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/


* {
	margin: 0;
	padding: 0;
}

body,html {
	background: #242323 url('../images/body_bg.gif') repeat-x top;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #434343;
}

/* Links */
a {
	color: #e5b627;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

/* Heading */
h1,h2,h3,h4,h5,h6 {
	margin-bottom: .4em;
	line-height: 1.3em;
}

h1 {
	font-size: 2em;
	line-height: 1.17;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.35em;
}

h4 {
	font-size: 1.05em;
}

h5 {
	font-size: 1.05em;
}

h6 {
	font-size: .95em;
}


/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */

.wrapper {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

.wrapper-container {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 30px;
}

.header {
	height: 371px;
	text-align: left;
	background-image: url("../images/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}

.header-lang {
	height: 25px;	
}

.header-top {
	float: left;
}

.header-top {
	clear: both;
}

.col-menu {
	float:left;
	width: 200px;
	padding-top: 15px;
}

.col-break {
	float:left;
	width: 50px;
	height: 333px;
	background-image: url("../images/break_bg.gif");
	background-position: center;
	background-repeat: no-repeat;
}

.col-main {
	float:left;
	width: 700px;
	text-align: left;
	background-image: url("../images/content_bg.html");
}

.content-container {	
	line-height: 20px;
	text-align: justify;
	background-image: url("../images/content_top_bg.html");
	background-repeat: no-repeat;
	padding: 15px 0 0 0;
}

/********************** Lang bar */

.header-lang p {
	text-align: right;
	font-size: 11px;
	padding-top: 3px;
	color: #a0a0a0;
}

.header-lang p img {
	vertical-align: middle;
	margin-left: 5px;
}

body.lang-pl img.lang-pl, body.lang-en img.lang-en {
	border: 1px solid #a0a0a0;
}

/********************** Navigation */

.navcontainer {
	float: right;
}

.navcontainer li {
	list-style:none;
	display:inline;
	float:left;
}

.navcontainer li a {
	display: block;
	height: 62px;
  	text-indent:-4000px;
  	outline: none;
  	margin-left: 1px;
  	
}

.navcontainer li.m-home a {
	background-image: url("../images/menu_home.gif");
	width: 202px;
}

.navcontainer li.m-offer a {
	background-image: url("../images/menu_offer.gif");
	width: 103px;
}

.navcontainer li.m-materials a {
	background-image: url("../images/menu_materials.gif");
	width: 141px;
}

.navcontainer li.m-contact a {
	background-image: url("../images/menu_contact.gif");
	width: 121px;
}

.navcontainer a.selected,.navcontainer a:hover {
	background-position: 100% -62px;	
}

body.lang-en .navcontainer li.m-home a {
	background-image: url("../images/en_menu_home.gif");
	width: 102px;
}

body.lang-en .navcontainer li.m-offer a {
	background-image: url("../images/en_menu_offer.gif");
	width: 103px;
}

body.lang-en .navcontainer li.m-materials a {
	background-image: url("../images/en_menu_materials.gif");
	width: 141;
}

body.lang-en .navcontainer li.m-contact a {
	background-image: url("../images/en_menu_contact.gif");
	width: 121px;
}

/********************** Gallery slideshow */

.content-right-gallery {
	margin-top: 50px;
	text-align: center;
	width: 200px;
}

.content-right-gallery ul {
	width: 200px;
	height: 190px;
	overflow: hidden;
	text-align: center;	
}

.content-right-gallery ul li {
	display: block;
	list-style-type: none;
	text-align: center;	
}

.content-right-gallery ul li a img {
	border: 4px solid #434343;
}

#galleryNav {
	display:inline;
	float:right;
	margin: 5px 12px 10px 0;
}

#galleryNav a {
	display: inline;
	float: left;
	width: 25px;
	height: 25px;
	margin:0 0 0 5px;
	outline: none;
	text-indent:-6000px;
	background: url("../images/galleryNav.gif") top left no-repeat;
}

#galleryNav a.activeSlide {
	background-image: url("../images/galleryNavSelected.gif");
}

/********************** Galery - List */

dl.gallery-list {
	width: 170px;
	float: left;
	margin: 10px 0 0 0;
	overflow: hidden;
}

.gallery-list dd {
	float: left;
	margin: 0;	
}
.gallery-list .list-image {
	padding: 10px 0 0 0;		
	width: 160px;
}

.gallery-list .list-des {
	clear: both;
}

.gallery-list .list-image img {		
	border: 2px solid #434343;
}

.gallery-list .list-image a:hover img {		
	border: 2px solid #e5b627;
}

/* Headings*****************************************************/

.page-head {
	color: #434343;
	font-size: 20px;
	font-weight: normal;
	padding-bottom:18px;
}

/* Menu navigation *****************************************************/

ul.navigation {
	list-style-type: none;
	font-size: 12px;
	padding: 0 0 4px 0;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #e5b627
}
ul.navigation ul {
	list-style-type: none;
}


ul.navigation a{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #e5b627;
}

ul.navigation li ul li a{
	padding-left: 15px;
}

ul.navigation li a {
	display: block;
	padding: 10px 12px 10px 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: left !important;
	background-color: #434343;
}

ul.navigation li a span {
	display: block;
	padding-left: 20px;
}

ul.navigation li a.selected, ul.navigation li a:hover{
	text-decoration: none;
	color: #434343;
	background: #b6b6b6 url("../images/navigation_bg.gif") repeat-x;
}

/* Breadcrumbs *****************************************************/

.breadcrumbs {
	font-size: 11px;
	text-align: left;
}

.breadcrumbs p {
	padding: 6px 0 4px 0;
	color: #434343;	
}

.breadcrumbs p span {
	font-size: 13px;
	color: #e5b627;
}

.breadcrumbs a {
	color: #434343;
}

.breadcrumbs a:hover {
	color: #e5b627;
	text-decoration: underline;
}

/********************** Content */

.content ol, .content ul {
	padding-left: 30px;
}

/********************** Pages */

.page-contact {
	width: 700px;
}

.page-contact dd {
	width: 280px;
	float: left;
}

.page-contact dd.map {
	width: 420px;
}

#map {
	width: 420px;
	height: 280px;
	overflow: hidden;
	margin: auto;
	float: right;
}

/********************** Footer */
.footer-container {
	clear: both;
	padding-top: 10px;
	background-image: url("../images/footer_bg.gif");
	background-repeat: repeat-x;
	color: #fff;
}

.footer {
	width: 950px;
	margin: 0 auto;
}

.footer .informational {	
	width: 470px;
	float: left;
	text-align: left;
	color: #e5b627;
}

.footer .legality {
	width: 410px;
	float: right;
	text-align: right;
	font-size: 11px;
	padding-bottom: 50px;
}

.footer p {
	padding-top: 8px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer .developed {
	color: #a0a0a0;
}

.footer .developed a{
	color: #e5b627;
}

.footer a:hover {
	text-decoration: underline;
}

/* paginator */
#paginator {
	clear: both;
}

#paginator p {
	padding: 40px 0 20px 0;
	text-align: center;
}

#paginator a,#paginator span {
	margin: 3px;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;	
	color: #434343;	
	border: 1px solid #434343;
}

#paginator a:hover,.paginator-sel {
	color: #e5b627 !important;
	background-color: #a0a0a0;	
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/********************** Forms */

.form dt {
	width: 120px;
	float: left;
	padding-bottom: 10px;
}

.form dd {
	width: 570px;
	float: left;
	padding-bottom: 10px;
	text-align: right;
}

.form input, .form textarea {
	width: 470px;
	border:1px solid #434343;
	padding:2px;
}

.form #submit {
	width: auto !important;
}

.form ul.errors {
	color:#d40707 !important; 
	font-weight:bold !important;
}


/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/


.clear, .clr {
	clear: both;
}

.v-middle {
	vertical-align: middle;
}

.v-bottom {
	vertical-align: bottom;
}

.v-top {
	vertical-align: top;
}

.a-left {
	text-align: left !important;
}

.a-center {
	text-align: center;
}

.a-right {
	text-align: right;
}

.nm {
	margin: 0 !important;
}

.np {
	padding: 0 !important;
}

.no-show {
	display: none;
	z-index: -1;
}

.strong {
	font-weight: bold;
}

.no-strong {
	font-weight: normal;
}