body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: 'Tahoma';
	background: #f0ede6;
}
/* PAGE */
#page {
	width: 737px;
	border-left: 3px solid #77cb00;
	border-right: 3px solid #77cb00;
	margin: 5px auto;
	padding: 0;
	background: #ffffff;
}
/* --------------------------- */
/* HEADER */
#page #header {
	height: 85px;
	color: #c1c1c1;
	text-align: right;
	padding: 10px 5px;
	background: url('../img/site/logo.gif') 80px 13px no-repeat;
}
#page #header a {
	color: #c1c1c1;
	margin: 10px;
}
#page #header a.logo {
	position: relative;
	display: inline;
	width: 70px;
	height: 90px;
	float: left;
	margin: -15px 0 -50px 70px;
	padding: 0;
}
/* --------------------------- */
/* MENU */
#page #menu {
	height: 33px;
}
#page #menu a {
	height: 33px;
	display: block;
	float: left;
}
#page #menu a.o_firmie { background: url('../img/site/menu_01.gif'); width: 103px;}
#page #menu a.o_firmie:hover { background: url('../img/site/menu_01_over.gif'); }
#page #menu a.projektowanie { background: url('../img/site/menu_02.gif'); width: 110px;}
#page #menu a.projektowanie:hover { background: url('../img/site/menu_02_over.gif'); }
#page #menu a.urzadzenie { background: url('../img/site/menu_03.gif'); width: 105px;}
#page #menu a.urzadzenie:hover { background: url('../img/site/menu_03_over.gif'); }
#page #menu a.nawadnianie { background: url('../img/site/menu_04.gif'); width: 105px;}
#page #menu a.nawadnianie:hover { background: url('../img/site/menu_04_over.gif'); }
#page #menu a.pielegnacja { background: url('../img/site/menu_05.gif'); width: 105px;}
#page #menu a.pielegnacja:hover { background: url('../img/site/menu_05_over.gif'); }
#page #menu a.galleries { background: url('../img/site/menu_06.gif'); width: 105px;}
#page #menu a.galleries:hover { background: url('../img/site/menu_06_over.gif'); }
#page #menu a.kontakt { background: url('../img/site/menu_07.gif'); width: 104px;}
#page #menu a.kontakt:hover { background: url('../img/site/menu_07_over.gif'); }
/* --------------------------- */
/* CONTENT */
#page #content {
	margin: 0;
	padding: 0 0 0 0;
}
#page #content .left {
	margin: 1px 20px 0 0;
	width: 208px;
	border-right: 1px solid #77cb00;
	background: #9FD453;
	float: left;
}
#page #content .right {
	margin: 0;
	float: right;
	width: 475px;
	padding: 0 25px 20px 0;
	height: 370px;
	overflow-y: auto;
	overflow-x: hidden; 
}
#page #content h1 {
	font-size: 15px;
	color: #79AD30;
	padding: 20px 0 20px 0;
	margin: 0;
	display: block;
	float: left;
	width: 480px;
}
#page #content a {
	color: #828180;
}
/* --------------------------- */
/* GALLERY */
#page #content .right img {
	border-width: 0px;
}
#page #content .right #gallery {
	float: right;
	width: 281px;
}
#page #content .right #gallery .small1{
	margin: 0 0 0 2px;
	padding-bottom: 2px;
	float: right;
}
#page #content .right #gallery .small2{
	float: right;
}
#page #content .right #gallery .medium{
	margin-left: 10px;
	float: left;
}
/* --------------------------- */
/* GALLERIES */
#page #content .right .galleries h2 {
	font-size: 13px;
	color: #79AD30;
	padding: 0;
	margin: 0;
}
#page #content .right .galleries h2 a {
	color: #79AD30;
}
#page #content .right .galleries {
	float: left;
	text-align: center;
	padding: 0 20px 15px 20px;
}
#page #content .right .galleriesItem a.Image:hover {
	text-decoration: none
}
#page #content .right .galleriesImage #imageList {
	color: #c1c1c1;
	text-align: center;
	margin: 0 0 5px 0;
}
#page #content .right .galleriesImage a:hover {
	
}
#page #content .right .galleriesImage .imageLeft {
	float: left;
	text-align: right;
	text-decoration: none;
}
#page #content .right .galleriesImage .imageRight {
	float: right;
	text-align: left;
	text-decoration: none;
}
/* --------------------------- */
/* BOTTOM */
#page #bottom {
	display: block;
	position: absolute;
	color: #828180;
	text-align: center;
	margin: 5px 0 5px 209px;
	padding: 5px 0 15px 0;
	width: 527px;
}
#page #bottom a {
	color: #828180;
}
/* --------------------------- */
/* DEFAULTS */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear
{
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    font-size: 0px;
    line-height: 0px;
    display: block;
}
p {
	margin: 0;
	padding: 0;
}
/* --------------------------- */