h1 {
	margin: 0px 0px 0px 600px;
	text-align: left;
	font-size: 11px;
	position: absolute;
	top: 40px;
	color: #3b1809;
	width: 370px;
}


/* - - - Header Text Navigation - - - */

#txtnavi {
	text-align: center;
	width: 100%;
}

#txtnavi ul {
	margin: 0px 0px 0px 520px;
	font-size: 10px;
	text-align: right;
	position: absolute;
	top: 35px;
}

#txtnavi ul li {
	margin: 0px 10px 0px 0px;
	color: #5c8345;
	list-style:none;
	text-align: right;
	float: left;
}


#txtnavi a:link {
	color: #5c8345;
	text-decoration: underline;
}

#txtnavi a:visited {
	color: #5c8345;
	text-decoration: underline;
}

#txtnavi a:hover {
	color: #ff9900;
	text-decoration: underline;
}


/* - - - Global Navigation - - - */


#gnavi {
	text-align: center;
	position: absolute;
	top: 70px;
	margin-left: 560px;
	z-index: 2;
	margin-top: 20px;
}


#gnavi ul {
	list-style: none;
}

#gnavi ul li {
	margin: 0px 0px 0px 1px;
	list-style: none;
	float: left;
}

#gnavi ul a {
	display: block;
	height: 20px;
	overflow: hidden;
	text-indent: -2000px;
}

a.corporation {
	background-image: url(../images/villa_navi_corporation.gif);
	width: 60px;
}

a:hover.corporation {
	background-position: 0px -20px;
}

a.business {
	background-image: url(../images/villa_navi_business.gif);
	width: 60px;
}

a:hover.business {
	background-position: 0px -20px;
}

a.case {
	background-image: url(../images/villa_navi_case.gif);
	width: 85px;
}

a:hover.case {
	background-position: 0px -20px;
}

a.search {
	background-image: url(../images/villa_navi_search.gif);
	width: 72px;
}

a:hover.search {
	background-position: 0px -20px;
}

a.home {
	background-image: url(../images/villa_navi_top.gif);
	width: 90px;
}

a:hover.home {
	background-position: 0px -20px;
}
