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

html {
	height: 100%;
	background-color: #002b43;
}

body {
	margin: 0;
	padding: 0;
	background-color: #002b43;
	
	color: #002b43;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0;
	
	color: #d67e00;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	margin: 0;
	
	color: #004063;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.h2_blue {
	color: #00629b;
}

h3 {
	margin: 0;
	
	color: #00629b;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.bold {
	color: #00629b;
	font-weight: bold;
}

/**
 * Main parts
 */
#site {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 750px;
	border: 2px solid #d0dde3;
	background-color: #e5eef2;
}

#header {
	margin: 0;
	padding: 0;
	width: auto;
	height: 263px;
	background-color: #004063;
}

#navigation {
	margin: 0;
	padding: 0;
	width: auto;
	height: 69px;
	background: #d0dde3 url(images/layout/navigation.png) repeat-x;
}

#content {
}

#footer {
	margin: 0;
	padding: 8px 0 0 0;
	width: auto;
	height: 22px;
	background-image: url(images/layout/footer.png);
	
	text-align: center;
}

#copyrights {
	margin: 0;
	padding: 10px 0;
	width: auto;
	
	color: #1e5e83;
	font-size: 10px;
	text-align: center;
}

/**
 * Header
 */
#header_1 {
	margin: 0;
	padding: 0;
	width: 186px;
	height: 263px;
	background-image: url(images/layout/header_1.jpg);
	float: left;
}

#header_2 {
	margin: 0;
	padding: 14px 0 0 25px;
	width: 173px;
	height: 249px;
	float: left;
}

#header_3 {
	margin: 0;
	padding: 0;
	width: 366px;
	height: 263px;
	background-image: url(images/layout/header_3.jpg);
	float: left;
}

#header_2 ul {
	margin: 0;
	padding: 0;
}
#header_2 li {
	list-style: none;
}

#header_2 a, #header_2 a:link, #header_2 a:active {
	padding-left: 15px;
	width: auto;
	height: 20px;
	display: block;
	background: url(images/layout/arrow_blue.png) 0 40% no-repeat;
	
	color: #d0dde3;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
} #header_2 a:hover {
	background: url(images/layout/arrow_orange.png) 0 40% no-repeat;
	
	color: #ffffff;
}

/**
 * Navigation
 */
#navigation a {
	height: 57px;
	display: block;
	float: left;
}

a.nav_ofirmie, a:link.nav_ofirmie, a:active.nav_ofirmie {
	width: 128px;
	background: url(images/layout/nav_ofirmie.png) no-repeat;
} a:hover.nav_ofirmie {
	background: url(images/layout/nav_ofirmie_over.png) no-repeat;
}
a.nav_oferta, a:link.nav_oferta, a:active.nav_oferta {
	width: 114px;
	background: url(images/layout/nav_oferta.png) no-repeat;
} a:hover.nav_oferta {
	background: url(images/layout/nav_oferta_over.png) no-repeat;
}
a.nav_zamow, a:link.nav_zamow, a:active.nav_zamow {
	width: 189px;
	background: url(images/layout/nav_zamow.png) no-repeat;
} a:hover.nav_zamow {
	background: url(images/layout/nav_zamow_over.png) no-repeat;
}
a.nav_galeria, a:link.nav_galeria, a:active.nav_galeria {
	width: 192px;
	background: url(images/layout/nav_galeria.png) no-repeat;
} a:hover.nav_galeria {
	background: url(images/layout/nav_galeria_over.png) no-repeat;
}
a.nav_kontakt, a:link.nav_kontakt, a:active.nav_kontakt {
	width: 127px;
	background: url(images/layout/nav_kontakt.png) no-repeat;
} a:hover.nav_kontakt {
	background: url(images/layout/nav_kontakt_over.png) no-repeat;
}

/**
 * Content
 */
#main {
	margin: 0;
	padding: 20px 35px;
	width: 458px;
	background-color: #e5eef2;
	float: left;
}

.sub {
	margin-left: 5px;
	padding-left: 15px;
	background: url(images/layout/arrow_sub.png) 0 50% no-repeat;
	float: left;
}

.picture {
	margin: 0 20px 0 0;
	padding: 0;
	border: 3px solid #bfccd3;
	float: left;
}

.image {
	border: 3px solid #bfccd3;
	background-color: #f1f6f9;
}

#main a, #main a:link, #main a:active {
	color: #007fc9;
	font-weight: bold;
	text-decoration: none;
} #main a:hover {
	text-decoration: underline;
}

#sidebar {
	margin: 0;
	padding: 20px 0 30px 0;
	width: 222px;
	background: #d0dde3 url(images/layout/sidebar.jpg) no-repeat;
	float: left;
}

.product_image {
	margin-right: 0;
	padding: 0;
	border: 3px solid #e5eef2;
	clear: both;
}

.product_name {
	margin: 5px 0 20px 40px;
	padding: 0 0 0 15px;
	width: 150px;
	display: block;
	background: url(images/layout/arrow_product.png) 0 4px no-repeat;
	clear: both;
}

#sidebar a, #sidebar a:link, #sidebar a:active {
	color: #00629b;
	text-decoration: none;
} #sidebar a:hover {
	text-decoration: underline;
}

/**
 * Footer
 */
#footer a, #footer a:link, #footer a:active {
	color: #004063;
	text-decoration: none;
} #footer a:hover {
	text-decoration: underline;
}

/**
 * Copyrights
 */
#copyrights a, #copyrights a:link, #copyrights a:active {
	color: #1e5e83;
	text-decoration: none;
} #copyrights a:hover {
	color: #ffffff;
}

/**
 * Default
 */
.back {
	padding-left: 10px;
	display: block;
	background: url(images/layout/arrow_back.png) 0 6px no-repeat;
}

.label {
	display: block;
	height: 25px;
}

/**
 * Site map
 */
#sitemap {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sitemap li {
	margin: 5px 0 0 10px;
}

#sitemap li.group {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #bfccd3;
	background-color: #f1f6f9;
}

#sitemap li.group a {
	color: #00629b;
} #sitemap li.group a:hover {
	color: #d67e00;
}

#sitemap li.group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sitemap li.group ul li {
	margin: 10px 0 0 20px;
}

#sitemap li.group ul li a {
	color: #007fc9;
	text-decoration: none;
} #sitemap li.group ul li a:hover {
	color: #007fc9;
	text-decoration: underline;
}

/**
 * Banner
 */
#banner {
	margin: 15px auto 0 auto;
	width: 540px;
	height: 80px;
	color:#ffffff;
	text-align: center;
}

#banner a, #banner a:link, #banner a:active, #banner a:hover {
	color: #55befe;
	text-decoration: underline;
}