@charset "utf-8";
/* CSS Document */

/* ---FOOTER--- */
#footer {
margin:6px 17px 0 15px;
}
#footer-base {
	padding: 0 0 0 25px;
	margin-bottom:60px;
}
#footer-base-credit {
	overflow:hidden;
	border-bottom:1px solid #353535;
}
.copy {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
}
.credit {
	float:right;
	margin-bottom: 3px;
}
.credit a, .credit a:visited, .credit a:hover {
	color: #65b744;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
}

#footer-menu {
	width:100%;
	overflow:hidden;
	border-top:1px solid #626262;
}
#footer-menu ul {
	list-style-type: none;
    display: inline;
	padding:0;
	margin:10px 0 2px 0;
	position:relative;
	float:left;
	left: 50%;
}
#footer-menu li {
	display: inline;
	position:relative;
	float:left;
	right: 50%;
	border-right: #2c2c2c 2px solid;
	padding-right: 5px;
	padding-left: 5px;
}
#footer-menu li a, #footer-menu li a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
	border:none;
}
#footer-menu li a:hover {
	border-bottom: 1px dotted #FFF;
}

.end {
	border-right:none !important;

}

/* ---HEADER NAVIGATION--- */


#header-nav ul
{
	border: 0;
	padding: 0 15px 0 0;
	margin: 0;
	float:right;
	list-style-type: none;
}
#header-nav ul li
{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#header-nav ul li a
{
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
}
.home-button a{
	background: url(images/nav/nav_1.jpg) top left no-repeat;;
	width:69px;
	height: 48px;
	display: block;
}
.home-button a:hover {
	background: url(images/nav/nav_1.jpg) top no-repeat;
	width:69px;
	height: 48px;
	display: block;
	background-position: -69px 0;
}
.company-button a{
	background: url(images/nav/nav_2.jpg) top left no-repeat;
	width:116px;
	height: 48px;
	display: block;
}
.company-button a:hover {
	background: url(images/nav/nav_2.jpg) top no-repeat;
	width:116px;
	height: 48px;
	display: block;
	background-position: -116px 0;
}
.maintenance-button a{
	background: url(images/nav/nav_3.jpg) top left no-repeat;
	width:111px;
	height: 48px;
	display: block;
}
.maintenance-button a:hover {
	background: url(images/nav/nav_3.jpg) top no-repeat;
	width:111px;
	height: 48px;
	display: block;
	background-position: -111px 0;
}
.property-button a{
	background: url(images/nav/nav_4.jpg) top left no-repeat;
	width:128px;
	height: 48px;
	display: block;
}
.property-button a:hover {
	background: url(images/nav/nav_4.jpg) top no-repeat;
	width:128px;
	height: 48px;
	display: block;
	background-position: -128px 0;
}
.own-button a{
	background: url(images/nav/nav_5.jpg) top left no-repeat;
	width:66px;
	height: 48px;
	display: block;
}
.own-button a:hover {
	background: url(images/nav/nav_5.jpg) top no-repeat;
	width:66px;
	height: 48px;
	display: block;
	background-position: -66px 0;
}
.parks-button a{
	background: url(images/nav/nav_6.jpg) top left no-repeat;
	width:154px;
	height: 48px;
	display: block;
}
.parks-button a:hover {
	background: url(images/nav/nav_6.jpg) top no-repeat;
	width:154px;
	height: 48px;
	display: block;
	background-position: -154px 0;
}
.municipalities-button a{
	background: url(images/nav/nav_7.jpg) top left no-repeat;
	width:121px;
	height: 48px;
	display: block;
}
.municipalities-button a:hover {
	background: url(images/nav/nav_7.jpg) top no-repeat;
	width:121px;
	height: 48px;
	display: block;
	background-position: -121px 0;
}
