body {

	margin: 0px;
        background: #100F0F;
}

img {

	border: 0px;

}

object {

	margin: 0px;

}

input {

	font-family: Tahoma;
	font-size: 11px;
	color: gray;
	border: 1px solid gray;

}

button {

	font-family: Tahoma;
	font-size: 11px;
	color: gray;
	border: 1px solid gray;

}

select {

	font-family: Tahoma;
	font-size: 11px;
	color: gray;
	border: 1px solid gray;

}

a {

	font-family: Tahoma;
	font-size: 12px;
	color: #F1F1F1;

}



hr {

width: 90%; 
height: 1px; 
border: 0; 
display: block;
margin: 15px;

}

.ce {

	width: 1024px;
	margin-left: auto;
	margin-right: auto;

}

.header {

	width: 1024px;
	height: 465px;

}

.logo {

	float: left;
	width: 495px;
	height: 161px;
	background: url('_im/im_logo.jpg') no-repeat;

}

.menu-l1 {

	float: left;
	width: 529px;
	height: 77px;

}


.menu-l2 {

	float: left;
	width: 529px;
	height: 84px;

}

.ologo {

	float: left;
	width: 529px;
	height: 77px;
	color: #a1c46f;
	font-family: "Tahoma";
	font-size: 11px;
	background: url('_im/im_ologo.jpg');
	text-align: right;

}


.spacer_menu {

	float: left;
	width: 58px;
	height: 84px;
	background: url('_im/im_spacer_menu.jpg') no-repeat;

}

.m1 {

	float: left;
	width: 71px;
	height: 84px;
	background: url('_im/im_m1.jpg') no-repeat;

}

.m2 {

	float: left;
	width: 90px;
	height: 84px;
	background: url('_im/im_m2.jpg') no-repeat;

}

.m3 {

	float: left;
	width: 80px;
	height: 84px;
	background: url('_im/im_m3.jpg') no-repeat;

}

.m4 {

	float: left;
	width: 88px;
	height: 84px;
	background: url('_im/im_m4.jpg') no-repeat;

}

.m5 {

	float: left;
	width: 84px;
	height: 84px;
	background: url('_im/im_m5.jpg') no-repeat;

}

.end_menu {

	float: left;
	width: 116px;
	height: 84px;
	background: url('_im/im_end_menu.jpg') no-repeat;

}

.pr {

	float: left;
	width: 1024px;
	height: 304px;

}



.content {

	float: left;
	width: 1024px;
	background: #100F0F;

}

.cLeft {

	float: left;
	width: 668px;
        background: #100F0F;

}

.cRight {

	float: left;
	width: 356px;
        background: #100F0F;

}

.mirror {

	float: left;
	width: 668px;
	height: 105px;
	background: url('_im/im_odbicie.jpg') no-repeat;
	


}

.txtMirror {

	
	width: 600px;
	line-height: 80px;
	margin-left: auto;
	margin-right: auto;
	
}

.leftIM {

	float: left;
	width: 356px;
	height: 144px;
	background: url('_im/leftIM.jpg') no-repeat;

}

.tekst {

	float: left;	
	width: 600px;
	font-family: Tahoma;
	color: #F1F1F1;
	font-size: 12px;
	text-align: justify;
	margin-left: 35px;
	
	

}

.tytul {

	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #F1F1F1;
	display: inline;

}

.sub {

	font-family: Tahoma;
	font-size: 11px;
	color: #F1F1F1;
	display: inline;

}

.short {

	float: left;
	width: 356px;
	height: 159px;
	background: url('_im/im_short.jpg') no-repeat;

}

.short_text {

	width: 300px;
        margin-top: 50px;
	font-family: Tahoma;
	color: #F1F1F1;
	font-size: 11px;
	text-align: justify;
	margin-left: 18px;

}

.stopka {

	float: left;
	width: 100%;
	height: 90px;
	background: #000000;

}

.instopka {

	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	line-height: 90px;

}

.tstopka {

	display: inline;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;

}

.foot {

	
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;

}


a img {
  border: none;
}

/* line 318, ../sass/screen.sass */
.imageRow {
  *zoom: 1;
  margin: 20px 0px;
  
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.imageRow:after {
  /*content: "";*/
  display: table;
  clear: both;
}
/* line 321, ../sass/screen.sass */
.imageRow .single {
  float: left;
  width: 200px;
  height: 180px;
}
/* line 323, ../sass/screen.sass */
.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 333, ../sass/screen.sass */
.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
/* line 336, ../sass/screen.sass */
.imageRow .single a:hover {
  background-color: #8ad459;
}
/* line 338, ../sass/screen.sass */
.imageRow .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 344, ../sass/screen.sass */
.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* line 347, ../sass/screen.sass */
.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}
/* line 352, ../sass/screen.sass */
.imageRow .set .single a:hover {
  background-color: #8ad459;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

