html {width:100%; background:#666666;}

body { 	 
	font-family:Tahoma, Verdana, Arial;
	font-size:100%; 
	color:#3d3d3d;
	min-width:940px;
	background:url("../images/body-bg.png") 0 0 repeat-x;
}
/************* HEADER *************/
#header
{
	width:100%;
	height:350px;
}
#header #top
{
	margin:0 auto;
	width:940px;
	height:84px;
	background:url("../images/logo-bg.jpg") 0 0 no-repeat;
	position:relative
}
#header #top #logo
{
	z-index:1000;
	width:198px;
	height:50px;
	position:absolute;
	left:40px;
	top:18px;
	background:url("../images/logo-elsystem.png") 0 0 no-repeat;
}
#header #sliderBox
{
	margin:0 auto;
	width:940px;
	height:266px;
	background:url("../images/slider-bg.jpg") 0 0 no-repeat;
	position:relative;
	text-align:justify
}
#header #slider
{
	font-size:17px;
	width:940px;
	height:266px;
}
#header #slider ul
{
	display:block;
	width:940px;
	height:266px;
	overflow:hidden;
}
#header #slider ul li
{
	display:block;
	width:940px;
	height:266px;
}
#header #slider ul li .left
{
	padding:40px 20px 20px 30px;
	float:left;
	width:410px;
}
#header #slider ul li .right
{
	float:left;
	margin-left:10px;
}
#header #slider ul li .right img
{
	margin-top:20px;
}
#header #slider ul li .left img
{
	float:right;
}
#arrowLeft, #arrowRight
{
	text-indent:-8000px;
	display: block;
	height: 53px;
	width: 25px;
	z-index: 1000;
	position: absolute;
	top: 107px;
}
#arrowLeft
{
	left: -25px;
}
#arrowLeft a
{
	background: url("../images/arrow-left.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 53px;
	position: relative;
	width: 25px;
	text-decoration:none;
	color:#000;
}
#arrowLeft a:hover
{
	background: url("../images/arrow-left-active.png") no-repeat scroll 0 0 transparent;
}
#arrowRight
{
	left: 940px;
}
#arrowRight a
{
	background: url("../images/arrow-right.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 53px;
	position: relative;
	width: 25px;
}
#arrowRight a:hover
{
	background: url("../images/arrow-right-active.png") no-repeat scroll 0 0 transparent;
}
/************* CONTENT *************/
#content
{
	width:100%;
	background:#fff;
	font-size:14px;
}
#content #mainWrapper
{
	margin:0 auto;
	width:939px;
	padding-top:45px;
	padding-left:1px;
	background:url("../images/content-bg.jpg") top center no-repeat;
}
#content #mainWrapper #main
{
	width: 930px;
}
#content #mainWrapper #main .column
{
	width:310px;
	float:left;
}
#content #mainWrapper #main .column .hover
{
	position:relative;
	display:block;
}
#content #mainWrapper #main .column .hover span
{
	margin-left:10px;
	opacity:0;
	position:absolute;
	width:300px;
	height:200px;
	z-index:1000;
}

#content #mainWrapper #main .column img
{
	padding-left:10px;
}
#content #mainWrapper #main .column p
{
	padding:0 10px 15px 35px;
	text-align:justify;
}

#content #mainWrapper #main .column #nr1, #content #mainWrapper #main .column #nr2, #content #mainWrapper #main .column #nr3
{
	margin-top:16px;
	margin-bottom:5px;
	height:61px;
	text-indent:-8000px;
}
#content #mainWrapper #main .column #nr1
{
	background:url('../images/nr1.png') no-repeat 0 0;
}
#content #mainWrapper #main .column #nr2
{
	background:url('../images/nr2.png') no-repeat 0 0;
}
#content #mainWrapper #main .column #nr3
{
	background:url('../images/nr3.png') no-repeat 0 0;
}
/************* CONTENT SUBDOMAINS ************/
#content #subWrapper
{
	background:url("../images/content-sub-bg.jpg") top center no-repeat;
	margin:0 auto;
	padding:18px 0 10px;
	width:940px;
}
#content #subWrapper #text
{
	font-size:13px;
	text-align:justify;
	float:left;
	padding:19px 20px 0 20px;
	width:598px;
}
#content #subWrapper #text p
{
	padding:0 0 10px 0 ;
}
#content #subWrapper #form
{
	background:url('../images/form-bg.jpg') #f2f2f2 no-repeat;
	float:left;
	height:440px;
	padding:19px 13px 0 13px;
	position:relative;
	width:274px;
}
#content #subWrapper #form #contact
{
	margin-top:10px;
}
#content #subWrapper #form #mailImg
{
	background:url('../images/mail.png') no-repeat;
	height:86px;
	position:absolute;
	width:92px;
	right:13px;
	top:-13px;
}
#content #subWrapper #form label
{
	display:block;
	font-size:11px;
	padding:8px 10px 3px 14px;
}
#content #subWrapper #form input
{
	padding:10px;
	width:254px;
	height:14px;
	background:url('../images/input-bg.png') no-repeat;
	border:0;
}
#content #subWrapper #form div
{
	height:124px;
	width:274px;
	background:url('../images/textarea-bg.png') no-repeat;
}
#content #subWrapper #form textarea
{
	height:104px;
	width:254px;
	border:0;
	background:none;
	padding:10px;
	overflow: auto;
	resize: none;
}
#content #subWrapper #form a
{
	margin-left:78px;
	margin-top:6px;
	display:block;
	background:url('../images/button-wyslij.png') no-repeat;
	height:44px;
	width:118px;
}
/************* FOOTER *************/
#footer
{
	width:100%;
}
#footer div
{
	text-align:right;
	padding:10px 0 10px 10px;
	font-size:14px;
	color:#fff;
	height:129px;
	margin:0 auto;
	width:930px;
	background:url("../images/footer-bg.jpg") 0 0 no-repeat;
}
/************* CUFON *************/

/************* REALIZACJA **************/
#realizacja img.main
{
	height:80px;
	padding:1px;
	border:1px solid #6E6E6E;
	float:left;
	margin:0px 8px 5px 0;
}
#realizacja .title
{
	color:#515151;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	
}
#realizacja .date
{
	color:#515151;
	font-weight:bold;
	text-align:center;
	margin:0px 0px 0px 7px;
	padding:6px 10px;
	border:1px solid #ccc;
	float:right;
}
#realizacja span
{
	float:right;
	display:block;
	margin-bottom:10px;
	clear:both;
}
#realizacja p
{
	margin-bottom:10px;
}
#realizacja small
{
	font-size:11px;
}
#realizacja img.image
{
	padding:1px;
	border:1px solid #6E6E6E;
	float:left;
	margin:0px 8px 8px 0;
}
#realizacja .realizacja_details
{
	margin-top:10px;
}
#realizacja .realizacja_details p
{
	padding:0 !important;
	margin:0 !important;
}
.realizacja_pagination
{
      text-align:center;
}
.realizacja_pagination a
{
color: #3D3D3D;
font-weight: bold;
}
/************* OTHER *************/

/************* OTHER Yellow *************/
a
{
	text-decoration:none;
	color:#efb70f;
}
a:hover
{
	text-decoration:underline;
	color:#efb70f;
}
/************* OTHER Green  *************/
/************* OTHER Red    *************/
ol
{
	list-style: decimal inside;
	margin-left:10px;
	margin-bottom:10px;
}
ul.list
{
	list-style: outside disc;
	margin-left: 17px;
}
ul.list li
{
	padding-bottom:2px;
}
hr
{
	background:#ccc;
	border:0;
	padding:0;
	height:1px;
	margin-bottom:10px;
	clear:both;
}
.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}
.right
{
	text-align:right !important;
}
img.floatleft
{
	float:left;
	margin:0 10px 10px 0;
	padding:1px;
	border:1px solid #6E6E6E;
}
img.floatright
{
	padding:1px;
	border:1px solid #6E6E6E;
	float:right;
	margin:0 0px 10px 10px;	
}
.clear
{
	clear:both;
}
.center
{
	text-align:center;
}
.padding
{
	padding:5px;
}
.clearfix:before{
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.marginbottom
{
	margin-bottom:10px;
}
.margintop
{
	margin-top:10px;
}
.none
{
	margin:0 !important;
	padding:0 !important;
}
.yellow
{
	color:#efb70f !important;
}
.green
{
	color:#65b832  !important;
}
.red
{
	color:#e03f3f !important;
}