/* footer */

#footer
{
	width: 100%;
	z-index: 100;
}

html > body #footer
{
	padding:0;
	margin:0;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 80px;
	position: fixed;
	bottom: 0;
	z-index: 100;
	text-align: left;
	font-size:120%;
	margin-top:10px;
	background: transparent url(/images/footer.png) repeat-x left top !important;
}

#box { 
	width: 980px; 
	margin: 0px auto -1px auto; 
}

#footerbox { 
	z-index: 100;
	width: 980px; 
	margin: 0px auto -1px auto; 
}

#footer a{
	text-decoration:none;
	background-color:transparent;
	padding:0;
	margin:0;
}

#navmenu ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
	}
	
#navmenu li {
	display: inline; 
	}



/* CSS Document */

#mainnav {padding:0px;margin:0px;height:47px;width:980px;padding-top:32px;}

#mainnav ul {height:47px;float:left;margin:0;padding:0;}

#mainnav ul li {list-style:none;float:left;height:47px;}

#mainnav ul li a{display:block;float:left;}

#mainnav ul li a span{display:none;}

a.home {
	margin-left:0px;
	width:52px;
	height:44px;
	background: url(/images/nav-home.png) no-repeat 0px 0px;	
}

a.home:hover, a.home:focus {
	background: url(/images/nav-home.png) no-repeat -52px 0px;		
}

a.about-us {
	margin-left:0px;
	width:91px;
	height:44px;
	background: url(/images/nav-aboutus.png) no-repeat 0px 0px;	
}

a.about-us:hover, a.about-us:focus {
	background: url(/images/nav-aboutus.png) no-repeat -91px 0px;		
}

a.our-services {
	margin-left:0px;
	width:114px;
	height:44px;
	background: url(/images/nav-ourservices.png) no-repeat 0px 0px;	
}

a.our-services:hover, a.our-services:focus {
	background: url(/images/nav-ourservices.png) no-repeat -114px 0px;		
}

a.property {
	margin-left:0px;
	width:90px;
	height:44px;
	background: url(/images/nav-property.png) no-repeat 0px 0px;	
}

a.property:hover, a.property:focus {
	background: url(/images/nav-property.png) no-repeat -90px 0px;		
}

a.villa-rentals {
	margin-left:0px;
	width:117px;
	height:44px;
	background: url(/images/nav-villarentals.png) no-repeat 0px 0px;	
}

a.villa-rentals:hover, a.villa-rentals:focus {
	background: url(/images/nav-villarentals.png) no-repeat -117px 0px;		
}

a.contact-us {
	margin-left:0px;
	width:105px;
	height:44px;
	background: url(/images/nav-contactus.png) no-repeat 0px 0px;	
}

a.contact-us:hover, a.contact-us:focus {
	background: url(/images/nav-contactus.png) no-repeat -105px 0px;		
}

#popup{
	position: relative;
	padding:0;
	z-index: 50;
	width:200px;
	height:80px;
	top:-120px;
	left:200px;
	background-color:#FFCC00;
	border-collapse: collapse;
}

