
/*
* Version: 1.0.0 (12-02-2010)
* Design: XHTML, CSS - Futuravision Jacek Kusy
* Copyright: 2010 BUDGREEN
*/

/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* koniec css reset */

/* html */
body {
	background: #7aa205 url(images/bg.jpg) top center repeat-x;
	text-align: center;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #353535;
}

div {
	margin: 0 auto;
	border: 0px;
}

a {
	text-decoration: underline;
	color: #353535;
}

a:hover {
	text-decoration: none;
}

/* koniec html*/


div#kontener {
	width: 100%;
	float: left;
	background: url(images/kontener_bg.jpg) top center no-repeat;
}

div#wrap {
	width: 920px;
}

/* blok 01______________________________________ */
div#blok01 {
	float: left;
	width: 920px;
	height: 306px;
	background: url(images/blok01_bg.jpg) top center no-repeat;
}

div#baner {
	float: left;
	width: 920px;
}

a#logo {
	float: left;
	margin: 112px 0 0 0;
}

ul#menu_top {
	float: left;
	padding-top: 2px;
}

ul#menu_top li{
	display: inline;
	float: left;
}

ul#menu_top li a{
	display: block;
	height: 52px;
}

a#lista_menu01 {
    display: block;
    width: 158px;
    background: url(images/menu/menu_sprite.jpg) 0 0 no-repeat
}

a#lista_menu01:hover {
    background: url(images/menu/menu_sprite.jpg) 0 -52px no-repeat
}

a#lista_menu02 {
    display: block;
    width: 103px;
    background: url(images/menu/menu_sprite.jpg) -158px 0 no-repeat
}

a#lista_menu02:hover {
    background: url(images/menu/menu_sprite.jpg) -158px -52px no-repeat
}

a#lista_menu03 {
    display: block;
    width: 107px;
    background: url(images/menu/menu_sprite.jpg) -261px 0 no-repeat
}

a#lista_menu03:hover {
    background: url(images/menu/menu_sprite.jpg) -261px -52px no-repeat
}

a#lista_menu04 {
    display: block;
    width: 128px;
    background: url(images/menu/menu_sprite.jpg) -368px 0 no-repeat
}

a#lista_menu04:hover {
    background: url(images/menu/menu_sprite.jpg) -368px -52px no-repeat
}

a#lista_menu05 {
    display: block;
    width: 114px;
    background: url(images/menu/menu_sprite.jpg) -496px 0 no-repeat
}

a#lista_menu05:hover {
    background: url(images/menu/menu_sprite.jpg) -496px -52px no-repeat
}

/* blok 02_______________________________________ */
div#blok02 {
	float: left;
	width: 920px;
	background: #fff url(images/footer_bg.jpg) bottom center no-repeat;
	padding-bottom: 10px;
}

div#blok_left {
	float: left;
	width: 623px;
	background: url(images/tresc_bg.jpg) left top no-repeat;
}

img.nagl {
	margin-bottom: 10px;
	float: left;
}

div#tresc {
	float: left;
	padding-left: 30px;
	width: 573px;
	line-height: 24px;
	text-align: left;
}

div#tresc h1{
	width: 100%;
	text-align: left;
	font-size: 18px;
	padding: 20px 0 0 0;
}	

div#tresc p{
	text-align: justify;
	padding: 10px 0 0 0;
}

div#blok_right {
	float: left;
	width: 284px;
	background: #f3f3f3 url(images/blok_right_bottom.jpg) bottom center no-repeat;
	margin-top: 18px;
	padding-bottom: 10px;
}

ul#oferta {
	float: left;
	width: 264px;
	padding: 2px 8px 10px 8px;
}

ul#oferta li{
	text-align: left;
	border-bottom: 1px solid #e7e7e7;
	color: #595959;
	padding: 13px 0 13px 50px;
	background: url(images/list_ico.jpg) 15px 8px no-repeat;
}

div#kontakt_box {
	width: 246px;
	height: 25px;
	background: url(images/kontakt_box.jpg) no-repeat;
	float: left;
	padding: 118px 38px 0 0;
	margin-top: 7px;
}

div#kontakt_box a{
	float: right;
	color: #fff;
	text-decoration: none;
}

div#kontakt_box a:hover{
	text-decoration: underline;
}

/* blok 03_______________________________________ */
div#blok03 {
	float: left;
	width: 920px;
}

div#stopka {
	float: left;
	padding: 15px 0;
	width: 920px;
}

p.copy {
	float: left;
	color: #fff;
	padding-left: 10px;
}

p.ibif {
	float: right;
	color: #fff;
	padding-right: 10px;
}

p.ibif a{
	color: #fff;
}

/* kontakt */
input.inp {
	width: 200px;
	padding: 3px;
	border: 1px solid #769e00;
	font-size: 12px;
}

textarea.textarea_kontakt {
	width: 260px;
	padding: 3px;
	height: 80px;
	border: 1px solid #769e00;
	overflow: auto;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 12px;
}

div.errors {
padding: 5px 0;
border: 1px solid #769e00;
color: #fff;
background: #769e00;
font-weight: bold;
width: 200px;
text-align:center;
}
 
input.ok {
border: 0;
background: #769e00;
color: #fff;
padding: 5px 8px;
cursor: pointer;
font-weight: bold;
margin-bottom: 15px;
font-size: 11px;
float: right;
margin: 0 25px 0 0;
}

/* galeria -------------------------*/
div.galeria_blok {
	float: left;
	padding: 20px 0;
	width: 100%;
}

div.galeria {
	float: left;
	width: 191px;
	height: 150px;
	text-align: center;
}
