* {
	margin: 0;
	padding: 0;
	border: 0;
}
ul {
	list-style: none;
}
.clearer {
	clear: both;
	height: 1px;
	width: 1px;
	font-size: 1px;
}

body {
	font-family: 'Tahoma', 'Arial Ce',sans-serif;
	margin-left: 25px;
	margin-top: 25px;
	background: white;
	font-size: 11px;
	width: 700px;
}

/* -------- *
 * TOP MENU *
 * -------- */

#top_menu {
	background: url(/img/brown_logo.gif) no-repeat 0 0;
	width: 700px;
	position: relative;
}
#home_page {
	display: block;
	width: 160px;
	height: 40px;
}
#home_page span { display: none }
#top_menu ul {
	position: absolute;
	list-style: none;
	right: 0px;
	bottom: 5px;
}
#top_menu li {
	display: inline;
	float: left;
	margin-left: 5px;
	padding-left: 15px;
	background: url(/img/top_menu_point.gif) no-repeat 0 2px;
}
* html #top_menu li{
	background-position: 0 5px;
}
#top_menu li a {
	font-family: 'Georgia', 'Times New Roman', serif;
	text-decoration: none;
	color: #888;
	font-size: 14px;
}
#top_menu li a:hover {
	text-decoration: underline;
}
.nav_lang {
	display: block;
	text-indent: -9999px;
	width: 30px;
	height: 16px;
}
#nav_lang_pl {
	background: url(/img/pl_flag.gif) no-repeat 0 0;
}
#nav_lang_en {
	background: url(/img/uk_flag.gif) no-repeat 0 0;
}
/* ---- *
 * MENU *
 * ---- */

#menu {
	width: 695px;
	background: #a2c5b5;	
	float: none;
	margin: 10px 0 0px 5px;
	border-top: 1px solid #024e3c;
}
#menu ul {
	margin: 0;
}
#menu li {
	display: inline;
}
#menu li a {
	font-weight: bold;
	display: block;
	background: #a2c5b5;
	float: left;
	width: 105px;
	height: 23px;
	position: relative;
	color: white;
	text-decoration: none;
/* 	font-weight: bold; */
	font-size: 12px;
	border-bottom: 3px solid #a2c5b5;
}
#menu li a.home { 
	width: 80px;
	background: #024e3c;
	font-weight: bold;
	border-bottom: 3px solid #930000;
 }
#menu li a.last { 
	width: 185px;
}
#menu li a:hover { 
	background: #64a084;
/* 	text-decoration: underline; */
	border-bottom: 3px solid #64a084;
}
#menu li a.home:hover { background: #024e3c }
#menu li a span {
	display: block;
	margin: 5px 10px 0px 10px;
}

/* --------- *
 * SIDE MENU *
 * --------- */

#side_menu {
	clear: left;
	margin-left: 5px;
	width: 150px;
	float: left;
}
#side_menu .commercial {
	background: url(/img/commercial_slide.jpg) no-repeat 0 0;
	padding-top: 50px;
}
#side_menu .residental {
	background: url(/img/residental_slide.jpg) no-repeat 0 0;
	padding-top: 50px;
}
* html #side_menu {
	margin-left: 2px;
}
#side_menu ul {
	border-top: 5px solid #024e3c;
	margin-top: 47px;
}
#side_menu li {
	clear: left;
	height: 25px;
	border: none;
	margin-bottom: 1px;
}
* html #side_menu li {
	margin: 0;
	padding: 0;
}
#side_menu li a {
	clear: left;
	width: 150px;
	display: block;
	position: relative;
	background: #eee;
	float: left;
	color: #024e3c;
	text-decoration: none;
}
#side_menu li a.first {

	border-top: 1px solid #024e3c;
 	margin-top: 5px;
	color: #930000;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Georgia', serif;
}
#side_menu li a:hover {
	background: #ddd;
}
#side_menu li a span {
	display: block;
	margin: 8px 8px;
}


/* ------- *
 * CONTENT *
 * ------- */

#content {
	float: left;
	width: 535px;
	margin: 10px 0 0 10px;
}
#content h1 {
	font-family: 'Georgia';
	font-weight: normal;
	color: #024e3c;
	margin-bottom: 10px;
	font-size: 24px;
}
#content h2 {
	font-family: 'Georgia';
	font-weight: normal;
	color: #024e3c;
	margin-bottom: 10px;
	font-size: 18px;
}
#content p {
	margin-bottom: 10px;
}
#content ul {
	margin-left: 10px;
}
#content ul li {
	margin-bottom: 5px;
	padding-left: 17px;
	background: url(/img/li.gif) no-repeat 0 2px;
}

/* -------- *
 * PICTURES *
 * -------- */

#pictures {
	clear: both;
}
#pictures .picture {
	margin-top: 20px;
	width: 225px;
	height: 80px;
	margin-left: 5px;
	margin-right: 3px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
}
* html #pictures .picture {
	margin-left: 4px;
}


/* ------ *
 * FOOTER *
 * ------ */

#footer {
	clear: both;
	position: relative;
	margin-left: 5px;
	width: 695px;
}
#footer p {
	position: absolute;
	top: 10px ;
	right: 5px;
	text-align: right;
	color: #a2c5b5
}
#footer p a{
	color: #a2c5b5
}
