body { behavior:url("css/csshover.htc"); }
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:18px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#90b6a0;

	
}
body, html, #wrapper{
	margin: 0px;
	padding: 0px;
	height:100%;
}


a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

img{
	border:none;
	vertical-align:top;
}
p{
	padding:0px 0px 1em 0px;
	margin:0px;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:18px;
	padding:0px 0px 1em 0px;
	margin:0px;
	text-align:left;
	line-height:20px;
}


/* ------------------------- */
/* WRAPPERS					 */
/* ------------------------- */

#siteWrapper{
	position:relative;
	text-align:left;
	height:600px;
	width:960px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../img/bg-site.gif);
}
#copy{
	text-align:right;
	height:30px;
	width:960px;
	color:#637a6d;
	margin-top:5px;
}
#copy a, #copy a.visited {
	color:#637a6d;
	text-decoration:none;
}
#payoff{
	position:absolute;
	z-index:4;
	bottom:0px;
	left:390px;
	border:1px solid white;
	border-bottom:none;
}
#foto-main{
	position:absolute;
	z-index:1;
	top:66px;
	right:0;
	width:483px;
	height:534px;
}
#logo{
	position:absolute;
	z-index:4;
	top:283px;
	left:388px;
}	

#home{
	position:absolute;
	z-index:3;
	top:66px;
	left:0;
}
#content-home{
	position:absolute;
	z-index:5;
	top:100px;
	left:30px;
	width:400px;
}	
#content{
	position:absolute;
	z-index:1;
	width:342px;
	height:470px;
	top:100px;
	left:26px;
}	
#foto-content{
	position:absolute;
	z-index:2;
	bottom:30px;
	right:483px;
	text-align:right;
}
#foto-content img{
	border-right:1px solid white;
	float:right;
}


#nav{
	position:absolute;
	top:10px;
	left:480px;

}
#subnav{
	position:absolute;
	top:43px;
	left:480px;
	z-index:1;
}


/* ------------------------- */
/* NAV & SUBNAV				 */
/* ------------------------- */

#nav ul, #nav li, #subnav ul, #subnav li{
	margin:0;
	padding:0;
	list-style:none;

}

#nav li, #subnav li{
	display:block;
	float:left;
	padding:0 8px 0 7px;
	background:url(../img/nav-divider.gif) no-repeat right 3px;
}

#nav li.last, #subnav li.last{
	display:inline;
	padding-right:0;
	background:none;
}

#nav a, #subnav a{
	display:block;
	float:left;
	height:34px;
	color:#FFFFFF;
	text-decoration:none;
}
#nav a{
	text-transform:uppercase;
}

#nav a:hover, #subnav a:hover, #subnav a.active{
	color:#9ed5b5;
}

#nav a.active{
	color:#9ed5b5;
	background:url(../img/nav-active.gif) no-repeat center bottom;
}



/* ------------------------- */
/* MAIN						 */
/* ------------------------- */


.gallery .thumb{
	float:left;
	height:54px;
	width:54px;
	margin:0 2px 5px 0;
	padding:0px;
	background-color:#FFF;
	border:1px solid #efefef;
	text-align:center;
}




