@charset "UTF-8";
html, body {
	margin:0;
	padding:0;
	text-align:left;
	min-width:722px;
	min-height:610px;
	overflow: hidden;
	height:100%;
}
#vertical{
	float:left;
	height:50%;
	margin-top:-220px;
	width:100%;
	clear:both;
}
#holder {
	margin: 0 auto;
	width:723px;
}

#header {
	
}
#header #left { float:left; }
#header #client { float:right; margin: 12px -2px 0 0;}

#content {
	position:relative;
	clear:both;
	float:left;
	width:732px;
	height:406px;
}
#content #image {
	position:absolute;
	margin-left:-1px;
	border: #000 1px solid;
}
#content #image img { border:none; }
#content #contact {
	top:1px;
	position:absolute;
	z-index:1;
}
#content #contact #whiteback {
	filter:alpha(opacity=40); -moz-opacity:.40; opacity:.40;
	background:#FFF;
	height:400px;
	width:722px;
}
#content #contact img {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	border:none;
}
.hidden { display:none; }
.block { display:block; }

#footer { margin-top:4px; }
#footer #left { float:left; }
#footer #right { float:right; margin-top: -2px;}

a:focus { -moz-outline: none }
a img { border:none; }
a.nl:hover img { filter:alpha(opacity=40); -moz-opacity:.40; opacity:.40; }
a.cl:link img,a.cl:visited img,a.cl:hover img,a.cl:active img { filter:alpha(opacity=40); -moz-opacity:.40; opacity:.40; }
