/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
}

a img, :link img, :visited img { border:none; }
ul { }


/**********************************************/
/* HEADINGS */

h1, h2, h3 { margin-bottom: 3px;
         line-height: 1.5em;
         font-family: Tahoma;
         font-weight: normal; }
h4, h5, h6 { margin-bottom:3px;
                 line-height:1.5em;
                 font-family:Tahoma; }
h1 { font-size:18px; color: #15689a; font-weight: bold; }
h2 { font-size:14px; color: #CA001E; font-weight: bold; }
h3 { font-size:16px; color: #B26419; font-weight: normal; }
h4 { font: normal 16px Tahoma; color: #B26419; }
h5 { font-weight:normal; font-size:1em; }

td {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #000;
}

div{
	font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #000;
}

/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{ 
	text-align: center;
	height: 100%; 
}

body{
	margin: 0;
	padding: 0;
	background: #59b20f;
}

#a1{
	width: 900px;
	height: 100%;
	min-height: 100%;
	margin: auto;
	text-align: left;
	position: relative;
	z-index: 1;
	background: url( ../../../../site/graphics/bg.gif );
}

#bgTop{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 351px;
	background: url( ../../../../site/graphics/bgTop.gif );
}

#bgTopRight{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 350px;
	background: url( ../../../../site/graphics/bgTopRight.gif );
}

#samolot{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

html>body #a1{ 
	height: auto;
}

/******************************************************
			SECONDARY BOXES
******************************************************/

#zaba{
	position: absolute;
	top: 360px;
	left: 154px;
	width: 72px;
	height: 84px;
	border: 1px soli red;
	z-index: 100;
}

#baner{
	position: absolute;
	top: 0;
	left: -50px;
	width: 1040px;
	height: 360px;
}

#fakeBaner{
	height: 360px;
}

#bgContent{
	position: absolute;
	top: 360px;
	left: 0;
	height: 240px;
	width: 900px;
	background: url( ../../../../site/graphics/bgContent.jpg ) no-repeat;
	z-index: 1;
}

#menu{
	position: relative;
	z-index: 100;
	float: left;
	width: 173px;
}

#menu ul{
	padding: 95px 0 0 0;
	margin: 0;
	text-align: right;
	list-style: none;
}

#menu ul li{
	position: relative;
	padding: 0;
	margin: 0 0 12px 0;
	background: url( ../../../../site/graphics/li.gif ) 150px 3px no-repeat;
}

#menu ul li:hover{
	position: relative;
	background: url( ../../../../site/graphics/liHover.gif ) 150px 3px no-repeat;
}

.noHoverLi{
}

.noHoverLi:hover{
	background: url( ../../../../site/graphics/li.gif ) 150px 3px no-repeat !important;
}

#menu ul li span{
	display: block;
	padding: 0 30px 0 0;
	background: url( ../../../../site/graphics/li.gif ) 150px 3px no-repeat;
}

#menu ul li:hover{
	
}

.subMenu{
	padding: 10px 0 0 0 !important;
}

.subMenu li{
	padding: 0 !important;
	margin: 0 0 4px 0 !important;
	background: url( ../../../../site/graphics/li01.gif ) 150px 4px no-repeat !important;
}

.subMenu li:hover{
	background: url( ../../../../site/graphics/li01Hover.gif ) 150px 4px no-repeat !important;
}

#content{
	position: relative;
	z-index: 100;
	float: left;
	width: 727px;
	height: auto !important;
	min-height: 450px;
	height: 450px;
}

#articleHome{
	padding: 90px 30px 0 55px;
	float: left;
	width: 310px;
}

#page{
	padding: 90px 30px 0 55px;
	
}

#pageImages{
	margin: 20px 0 0 0;
	width: 640px;
	overflow: hidden;
}

.Image{
	float: left;
	margin: 0 10px 0 10px;
}

.bgImage{
	width: 177px;
	height: 136px;
	padding: 6px; 
	background: url( ../../../../site/graphics/bgImage.png ) no-repeat;
	overflow: hidden;
}

#homeRecommend{
	padding: 0 0 30px 25px;
	background: url( ../../../../site/graphics/line.gif ) repeat-y;
}

#recommend{
	padding: 20px 0 0 5px;
}

#footer{
	position: absolute;
	bottom: 0;
	left: 173px;
	width: 727px;
	height: 285px;
	background: url( ../../../../site/graphics/footer.jpg ) no-repeat;
}

#textFooter{
	position: absolute;
	bottom: 48px;
	left: 290px;
}

.clearBoth{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.fLeft{
	float: left;
}

.fRight{
	float: right;
}

/******************************************************
			FONT
******************************************************/

#recommend{
	font-size: 12px;
}

#menu ul li{
	font-size: 12px;
	font-weight: bold;
	
}

#textFooter span{
	color: #7abe1f;
}

.font_stronicowanie{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/******************************************************
			LINK
******************************************************/

.stronicowanie{
	font-size: 13px;
	text-decoration: none;
}

.stronicowanie:hover{
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}

#menu ul li a{
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 0 30px 0 0;
}

#menu ul li a:hover{
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 0 30px 0 0;
	color: #e6ec35;
}

.subMenu li a{
	font-size: 11px !important;
	font-weight: normal !important;
	display: block;
}

.subMenu li a:hover{
	font-size: 11px !important;
	font-weight: normal !important;
	display: block;
}

#textFooter a{
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

a:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

/******************************************************
			FORM
******************************************************/

fieldset.contact {
	border: 0 !important;
	width: 250px !important;
	padding: 0;
	text-align: left;
}

div.form {
	overflow: hidden;
	margin-bottom: 0.5em;
	clear: both;
}

.label{
	display: block;
	float: left;
	text-align: left;
	padding: 2px 4px 0 0;
	font-weight: normal;
	width: 150px;
}

label{
	display: block;
	float: left;
	text-align: right;
	padding: 2px 4px 0 0;
	font-weight: normal;
	width: 150px;
}

input.text,
textarea {
	float: left;
	border: 1px solid #000;
	background-color: #FFF;
	color: #000;
	font-family: Tahoma;
	font-size: 11px;
}

.form10{
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: none;
    color: #000;
}

.noInput{
	border: 0;
    background: none;
}

.inputSearch{
	background: url( ../../../../site/graphics/bgSearch.gif ) no-repeat;
	width: 157px;
	height: 17px;
	padding: 3px 20px 0 10px;
}

.searchInput{
	border: 1px solid #c9c9c9;
	font-family: Tahoma;
    font-weight: normal;
    font-size: 10px;
    background: none;
    color: #c9c9c9;
    width: 168px;
    padding: 4px 10px 4px 10px;
}

.searchSubmit{
	border: 0;
	background: none;
	width: 80px;
	cursor: pointer;
	margin: 2px 0 0 0;
}

form{
	margin: 0;
}
