html {
	padding:0;
	margin:0;
}
body {
	background-color: #FFF;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	color:#564b47;
	padding:0;
	margin:0;
}
#Topnavigation {
	margin: 0 40px 0 0;
}
#topnav {
	margin: 1px 29px 0 29px;
}
#topnav h1{
	margin: 0;
	color: #FFF;
	font-size: 13px;
}

/* Navigation */
#navigation-box {
	width:100%;
	margin: 5px 0 5px 35px;
	font-size: 12px;
	line-height: 18px;
}
#nav{
	margin:0;
	padding:0 5px 0 20px;
	list-style:none;
	width:100%;
}
#nav:after{
	content:"";
	display:block;
	clear:both;
}
#nav li{
	float:left;
	margin:0 5px 0 0;
}
#nav li:hover,
#nav li.hover{
	position:relative;
	z-index:5;
}
/* Active */
#nav li:active,
#nav li.active{
	position:relative;
	z-index:5;
}
/* Active */

#nav li:hover div,
#nav li.hover div{display:block;}

/* Active */
#nav li:active div,
#nav li.active div{display:block;}
/* Active */
#nav li a{
	float:left;
	background:url(../pics/bg-nav-left.gif) no-repeat;
	height:61px;
	margin:0 5px 0 0;
	padding:0 5px 0 5px;
	color: #666;
	text-decoration:none;
}
#nav li:hover a,
#nav li.hover a{
	background-position:0 -61px;
	text-decoration:none;
}

/* Active */
#nav li:active a,
#nav li.active a{
	background-position:0 -61px;
	text-decoration:none;
}
#nav li li a:active{text-decoration:underline;}
/* Active */

#nav li li a:hover{text-decoration:underline;}
#nav li a span{
	float:left;
	padding:10px 22px 0 11px;
	height:51px;
	position:relative;
	margin:0 -5px 0 0;
	background:url(../pics/bg-nav-rigth.gif) no-repeat 100% 0;
	cursor:pointer;
}
#nav li:hover span,
#nav li.hover span{background-position:100% -61px;
color: #FFF;
}

/* Active */
#nav li:active span,
#nav li.active span{background-position:100% -61px;
color: #FFF;
}

.Photo {
	padding: 0;
	background: #999;
	border: 1px solid #FFF;
}
#Projects {
	text-align: justify;
	margin: 20px;
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
#Projects .more-info{
	background:url(../pics/next-project-btn-villas.gif) no-repeat;
	width:98px;
	height:34px;
	float:right;
	margin: 1px 0 5px 0;
}
#Projects .more-info:hover{
	text-decoration:none;
	background:url(../pics/next-project-btn-villas-hover.gif) no-repeat;
}
#white-window {
	text-align: justify;
	margin: 20px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
#white-window h1{
	margin: 0 0 5px;
	color: #333;
	font-size: 14px;
}
#white-window h2{
	margin: 0 0 5px;
	color: #333;
	font-size: 13px;
}
#white-window .more-info{
	background:url(../pics/more-info-btn-whitecontent.gif) no-repeat;
	width:98px;
	height:34px;
	float:right;
	margin: 1px 0 5px 0;
}
#white-window .more-info:hover{
	text-decoration:none;
	background:url(../pics/more-info-btn-whitecontent-hover.gif) no-repeat;
}
#white-window a{
	color: #333;
	font-size: 12px;
	text-decoration: underline;
}
h2{
	margin: 0 0 0 15px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
#address {
	margin: 0 20px 5px 20px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
#address h1{
	margin: 0 0 5px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
#address a{
	color: #333;
	font-size: 12px;
	text-decoration: underline;
}
#address a:hover{
	text-decoration: none;
}
#footer {
	margin: 20px;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}
#footer a{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

