@charset "iso-8859-1";
/* CSS Document */
body{
	font:normal normal normal 12px/1.5 "Lucida Grange", "Lucida Sans", Helvetica, Arian, sans-serif;
	margin: 0px;
	background-color: #F2F5F8;
}
a{ color:#00A5DF; text-decoration:none; }
a:hover{ text-decoration:underline; }
h2{ font-size:120%; }
.italic{ 
	color:#666;
	font-family:"Times New Roman", serif;  
	font-size:24px;
	font-style:italic; 
	font-weight:normal; 
	text-align:center;
	padding:20px
}
#kontener{
	margin:30px 30px 0px 30px;
	width: 757px;
	background-image:url(img/body_bg.jpg);
	background-repeat:repeat-y;
	text-align:center;
}
#main{
	width:741px;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;

}
#main #prawy{
	width: 441px;
	background-image:url(img/content_bg.gif);
	background-repeat:repeat-y;
	vertical-align: top;
	padding: 4px 0px 0px 0px;
	margin: 0px;
	vertical-align:top;
	text-align:left;
} 
#main #lewy{
	background-color:#FFFFFF;
	vertical-align:center;
} 
#content{
	width: 419px;
	/*height: 252px;*/
	min-height:272px;
	height:auto !important;
	height:272px;
	
	font-size:12px;
	padding: 16px 6px 2px 16px;
	color: #636363;
	text-align:left;
}
#menu{ margin:10px 0;padding:0; }
#menu td{ text-align:center; }
	#menu a{
		font-family:"trebuchet ms",Helvetica,Arial;
		text-transform:uppercase;
		font-size:12px;
		text-decoration:none;
		color:#aaa;
		padding:1px 6px;
		
	}
	#menu a:hover{ color:#333; -webkit-transition:color 400ms; text-shadow:0 0 1px #eee; }
	
.home #menu .menuHome,
	.about #menu .menuAbout,
		.howWeWork #menu .menuHowWeWork,
			.offer #menu .menuOffer,
				.portfolio #menu .menuPortfolio,
					.contact #menu .menuContact{ 
	background-color:#aaa; 
	color:#fff; 
	text-shadow:0 1px 0 #aaa;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topright:6px;
	-moz-box-shadow:0 0 5px #aaa;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-top-right-radius:6px;	
	-webkit-box-shadow:0 0 5px #aaa;		
}

#gallery{ overflow:hidden; padding:10px;  }
#gallery a{ 
	display:inline; 
	float:left; 
	margin:10px; 
	-moz-box-shadow:0 0 4px #ccc;
	-webkit-box-shadow:0 0 4px #ccc;
}
#gallery a:hover img{ border-color:#00A5DF }

#gallery img{ border:2px solid #fff; }
