body,html {
   font-size:100%;
   margin: 0;
   padding: 0;
   font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
   color: #000;
   background-color: #fff;
}

#content {
   width: 860px;
   min-height: 500px;
   float: none;
   margin: 0 auto;
   background: url("images/logo.png") no-repeat;
}
#header {
	float: none;
	margin: 0;
}
#logo {
	float: left;
	width: 320px;
	height: 142px;
}
	#logo_4mw {
		width: 155px;
		height: 30px;
		margin: 100px 0px 0px 100px;
	}
	#logo_4mw a {
		width: 155px;
		height: 30px;
		text-decoration: none;
		border: 0;
		display: block;
		outline: none;
	}		
#menu {
	margin: 0;
	float: left;
	width: 540px;
	height: 142px;
}
#menu ul {
	margin-top: 70px;
	margin-left: 50px;
}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	float: left;
	margin: 5px;
}
a { outline: none; }
ul a { display: block; width: 86px; height: 55px; }
	a.home { background: url("images/b_home.png") no-repeat; }
	
	a.portfolio { background: url("images/b_portfolio.png") no-repeat; }
	
	a.onas { background: url("images/b_onas.png") no-repeat; }
	
	a.oferta { background: url("images/b_oferta.png") no-repeat; }
	
	a.kontakt { background: url("images/b_kontakt.png") no-repeat; }
	
/* --------------------  menu aktywne --------------------------------------*/	
	a.home_1 { background: url("images/b1_home.png") no-repeat; }
	a.portfolio_1 { background: url("images/b1_portfolio.png") no-repeat; }
	a.onas_1 { background: url("images/b1_onas.png") no-repeat; }
	a.oferta_1 { background: url("images/b1_oferta.png") no-repeat; }
	a.kontakt_1 { background: url("images/b1_kontakt.png") no-repeat; }


#left {
	float: left;
	margin-bottom: 10px;
	width: 490px;
	font-size: 12px;
	color: #767676;
}
h3 {
	color: #7a7a7a;
	font-size: 16px;
	font-weight: bold;
}
p {
	line-height: 20px;
}
.bird {
	clear: both;
}
.bird a {
	text-decoration: none;
	color: #4F4F4F;
}
.bird_1 {
	float: left;
	height: 34px;
	width: 44px;
	border-bottom: 1px solid #9d9d9d;
	background: url("images/bird.png") left no-repeat;
}
.bird_text {
	float: left;
	width: 300px;
	line-height: 34px;	
	text-indent: 20px;
	border-bottom: 1px solid #e8e8e8;
}

#right {
	float: left;
	margin-left: 20px;
	width: 350px;
	font-size: 12px;
	color: #767676;
}
#ostatni_projekt {
	width: 295px;
	background-color: #e2e2e2;
	padding: 7px;
}

span {
	font-size: 10px;
}
.projekt {
	margin-bottom: 5px;
	height: 120px;
	background-color: #e2e2e2;
	color: #575757;
	padding: 5px;
}
.projekt div {
	float: left;
	width: 250px;
	padding-left: 10px;
}
.projekt img{
	float: left;
	display: block;
}
.projekt  a {
	text-decoration: none;
	color: #FD6905;
}
.kontakt  a {
	text-decoration: none;
	color: #f68601;
}
.kontakt_1 {
	text-align: right;
}

#footer {
	float: none;
	margin: 0 auto;
	width: 860px;
	height: 26px;
	margin-top: 20px;
	clear: both;
}
#footer div {
	width: 350px;
	line-height: 26px;
	text-indent: 30px;
	font-size: 12px;
	background-color: #268ad6;
	color: #ffffff;
}
#SlideShow { display: none; width: 295px; height: 128px; }


/**********************************
		cmxform
***********************************/
form.cmxform textarea {
	width: 206px;
	height: 117px;
	background: url("images/form_2.png") no-repeat;
	border: 0;
	color: #767676;
	overflow: hidden;
	outline: none;
}
form.cmxform input.form {
	width: 206px;
	height: 24px;
	border: 0;
	outline: none;
	font-size: 12px;
	line-height: 24px;
	color: #767676;
	background: url("images/form_1.png") no-repeat;
}
form.cmxform input.submit {
	border: 0;
	padding: 2px;
	width: 60px;
	color: #ffffff;
	background-color: #f68601;
}

form.cmxform label {
	display: inline-block;
	line-height: 24px;
	vertical-align: top;
	cursor: hand;
}

form.cmxform label { width: 100px; }

form.cmxform label.error {
	margin-left: 103px;
	width: 247px;
	line-height: 14px;
}
form.cmxform p {
	padding: 2px; 
	margin: 0;
}
form.cmxform input.submit {
	margin-left: 247px;
}
form.cmxform label.error, label.error {
	color: red;
	font-style: italic;
}
#message {
	width: 300px;
	height: 100px;
	text-align: center;
	padding-top: 30px;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

div.img {
  margin: 2px;
  background-color: #E2E2E2;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}
div.img img {
  display: inline;
  width: 220px;
  height: 120px;
  margin: 7px;
  border: 0;
}
