* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	min-width: 1000px;
}

body {
	font-family: corbel, Arial, Helvetica, Grauda, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #676767;
}

/* stale */

@font-face { 
	font-family: corbel; 
	src: url("../fonts/corbel.ttf");
	src: url('../fonts/corbel.eot');
    src: url('../fonts/corbel.eot?#iefix') format('embedded-opentype'),
         url('../fonts/corbel.woff') format('woff'),
         url('../fonts/corbel.ttf') format('truetype'),
         url('../fonts/corbel') format('svg');
}

a {
	text-decoration: none;
	color: #91b60c;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;	
}

h1 {
	font-size: 25px;
	color: #2b2b2b;
	font-weight: 100;
	margin-bottom: 10px;
	line-height: 25px;
}

h2 {
	font-size: 22px;
	color: #2b2b2b;
	font-weight: normal;
	margin-bottom: 10px;
}

h3 {
	font-size: 22px;
	line-height: 20px;
	font-weight: normal;
}

h4 {
	font-size: 18px;
	color: #4e4e4e;
	font-weight: normal;
}

h5 {
	font-size: 17px;
	color: #c09657;
	font-weight: normal;
	text-transform: uppercase;
}

p {
	text-align: justify;
}

.column_max p {
	text-align: center;
}

/* struktura */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;	
}

#push {
	 height: 100px;
	 clear: both;
}

.space_right {
	margin-right: 50px;	
}

.space_top {
	margin-top: 20px;
}


/* top */ 

.top {
	width: 100%;
	height: 500px;
}

.top_index {
	background: url('../images/top_bg.jpg') no-repeat top center;
	margin-bottom: 10px;
}

.top_big0 {
	background: url('../images/top_big0.jpg') no-repeat top center;
}

.top_big1 {
	background: url('../images/top_big1.jpg') no-repeat top center;
}

.top_big2 {
	background: url('../images/top_big2.jpg') no-repeat top center;
}

.top_big3 {
	background: url('../images/top_big3.jpg') no-repeat top center;
}

.top_big4 {
	background: url('../images/top_big4.jpg') no-repeat top center;
}

.top_big5 {
	background: url('../images/top_big5.jpg') no-repeat top center;
}

.top_big6 {
	background: url('../images/top_big6.jpg') no-repeat top center;
}

.top_big7 {
	background: url('../images/top_big7.jpg') no-repeat top center;
}

.top_big8 {
	background: url('../images/top_big8.jpg') no-repeat top center;
}

.top_big9 {
	background: url('../images/top_big9.jpg') no-repeat top center;
}

.top_pobierz {
	background: url('../images/big_down1.jpg') no-repeat top center;
}

.top_test {
	background: url('../images/big_test1.jpg') no-repeat top center;
}

.top_in {
	width: 970px;
	margin: 0 auto;
}

div.column_top1 {
	width: 630px;
	margin-top: 200px;
	float: left;
}

div.column_top2 {
	width: 400px;
	margin-top: 70px;
	float: right;
}

div.column_top3 {
	width: 630px;
	margin-top: 270px;
	float: right;
}

div.column_top4 {
	width: 290px;
	margin-top: 200px;
	float: right;
}

/* menu */

#menu {
	width: 100%;
	height: 47px;
	padding: 30px 0 0 0;
	background-color: #ffffff;
}

#menu-logo {
	margin-left: 25px;
	top: -12px;
	position: relative;
	float: left;
}

#menu-text {
	text-align: right;
	font-family: corbel;
	font-size: 14px;
	color: #1a1a1a;
	float: right;
}

#menu a {
	color: #676767;
	text-decoration: none;
}

#menu a:hover {
	color: #2b2b2b;
}

.menu-margin {
	margin-right: 25px;
}

/* buttons */

.button_dark, .button_green {
	width: 161px;
	height: 33px;
	margin-left: 0px;
	line-height: 28px;
	text-indent: 25px;
	color: #ffffff;
	display: inline-block;
}

.button_dark:hover, .button_green:hover {
	background-position: 0 -33px;
	text-decoration: none;
}

.button_dark {
	background: url('../images/button_dark.png') no-repeat 0 0;
}

.button_green {
	background: url('../images/button_green.png') no-repeat 0 0;
}

.button_arrow {
	height: 20px;
	text-indent: 30px;
	display: inline-block;
	background: url('../images/button_arrow.png') no-repeat 0 0;
}

.button_arrow:hover {
	background-position: 0 -20px;
	color: #2b2b2b;
	text-decoration: none;
}

.button_violet_big {
	width: 226px;
	height: 64px;
	margin-left: 0px;
	padding-left: 25px;
	padding-top: 10px;
	color: #ffffff;
	display: inline-block;	
	background: url('../images/button_violet_big.png') no-repeat 0 0;
}

.button_green_big {
	width: 226px;
	height: 64px;
	margin-left: 0px;
	padding-left: 25px;
	padding-top: 10px;
	color: #ffffff;
	display: inline-block;	
	background: url('../images/button_green_big.png') no-repeat 0 0;
}


.button_violet_big:hover, .button_green_big:hover {
	background-position: 0 -74px;
	text-decoration: none;
}



/* content */

.content_max {
	margin: 0 auto;
	display: table;
	width: 100%;
}

.content_max_margin {
	margin-top: 120px;
	margin-bottom: 90px;
}

#bg_ind1 {
	background: url('../images/bg_ind1.png') no-repeat top center;
}

.content_in {
	width: 970px;
	margin: 0 auto;
	display: table;
}

div.column {
	width: 290px;
	margin-bottom: 35px;
	text-align: left;
	float: left;
}

div.column_large {
	width: 630px;
	padding-bottom: 35px;
	text-align: left;
	float: left;
}

div.column_max {
	width: 970px;
	padding-bottom: 35px;
	text-align: left;
	float: left;
}

.column p {	
	margin-top: 20px;
}

.index_prez_row {
	height: 145px;
	border-bottom: solid 1px #e4e4e4;
}

.index_prez_row_header {
	padding-bottom: 35px;
	height: auto;
	border-bottom: solid 1px #e4e4e4;
}

.index_prez_row_big1 {
	height: 370px;
	padding-top: 70px;
	background: url('../images/big1.jpg') no-repeat top center;
}

.index_prez_row_big2 {
	height: 370px;
	padding-top: 70px;
	background: url('../images/big2.jpg') no-repeat top center;
}

.big_img {
	height: 400px;
}

.big_prog1_prez {
	height: 182px;
	padding-top: 95px;
	background: url('../images/big_prog1.jpg') no-repeat top center;
}

.big_prog2_prez {
	height: 370px;
	padding-top: 70px;
	background: url('../images/big_prog2.jpg') no-repeat top center;
}

.big_prog3_prez {
	height: 370px;
	padding-top: 70px;
	background: url('../images/big_prog3.jpg') no-repeat top center;
}

.big_prog4_prez {
	height: 370px;
	padding-top: 70px;
	background: url('../images/big_prog4.jpg') no-repeat top center;
}

.big_test2 {
	height: 370px;
	padding-top: 70px;
	background: url('../images/big_test2.jpg') no-repeat top center;
}

.content_oprog {
	height: 500px;
	padding-top: 0px;
}

.prog_phone_img {
	margin-top: 60px;	
}

.index_func_ico {
	margin-right: 30px;
	margin-top: 60px;
	float: left;	
}

.index_func_ico2 {
	margin-left: 60px;
	margin-right: 30px;
	margin-top: 60px;
	float: left;	
}

.index_func_slogan {
	margin-top: 55px;	
	float: left;	
}

.index_func_text {
	margin-left: 140px;
	margin-top: 55px;
	float: left;	
}

.index_func_text2 {
	margin-top: 55px;
	float: right;	
}

.index_func_img {
	float: right;	
}

.index_func_img2 {
	float: left;	
}


div.column_down {
	width: 290px;
	margin-top: 80px;
	margin-bottom: 70px;
	float: left;
}

.header_in {
	margin-top: 60px;
	text-align: center;
}

/* footer */

div#footer {
	height: 100px;
	margin-top: 50px;
}

.h4_footer {
	margin-bottom: 10px;
	color: #2b2b2b;
}

#footer a {
	color: #676767;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.footer_icons {
	margin-left: 15px;	
}

#footer span {
	margin: 0 20px;
}

/* upload */

#upload-send {
    width: 40px;
    height: 34px;
    background-image: url('../images/upload-send.jpg');
    background-repeat: no-repeat;
    padding: 0;
    border: 0;	
    cursor: pointer;
    overflow: hidden;
}

#upload-send:hover {
    background-image: url('../images/upload-send2.jpg');
}

li.upload-kod {
    width: 252px;
    height: 34px;
    background-image: url('../images/upload-kod.jpg');
    background-repeat: no-repeat;
    color: #fff;
    line-height: 35px;
    padding: 0 15px;
    border: 0;
    margin: 5px 0 5px;	
	  display: block;
}

span.upload-kod {
    font-weight: bold;
}

/*custom upload elements*/
.customfile-input { position: absolute; height: 34px; cursor: pointer; background: transparent; border: 0; opacity: 0; -moz-opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); z-index: 999;  }

.customfile { 
    width: 212px;
    height: 34px;
    background-image: url('../images/upload-file.jpg');
    background-repeat: no-repeat;
    color: #6f6f6f;
    font: inherit;
    padding: 0 15px;
    border: 0;
    float: left;
    overflow: hidden; 
    position: relative; 
}
.customfile-disabled { opacity: .5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); cursor: default;  }
.customfile-feedback { display: block; height: 34px; line-height: 35px; }
.customfile-feedback-populated {  }
.customfile-button { display: none }
.customfile-hover { background-image: url('../images/upload-file2.jpg'); }