html, body {
	text-align: center;
	font: normal 11px Arial, Helvetica, sans-serif;
}
#wrapper {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 950px;
	height: 533px;
	background: #fff url("../images/bg.png") left top no-repeat;
}
#aftLogo {
	position: relative;
	top: 50px;
	left: 70px;
	width: 200px;
	height: 55px;
	float: left;
	background: #fff url("../images/logo.jpg");
}
#menu {
	clear: both;
	float: left;
	position: relative;
	width: 222px;
	height: 312px;
	top: 80px;
	left: 50px;
	background: #fff url("../images/menuBgOn.png") left top no-repeat;;
}
.menu {
	padding-top: 25px;
	width: 110px;
	height: 130px;
	font: bold 11px Arial, Helvetica, sans-serif;
}
.menu a {
	color: #999999;
	margin-left: 10px;
	text-decoration: none;	
}
.menu a:hover {
	color: #999999;
	background-color:#f0f0f0;
	text-decoration: none;	
}
.sag {
	float: right;
}
.sag:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sol {
	float: left;	
}
.sol:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content {
	position: relative;
	float: right;
	width: 646px;
	height: 507px;
	margin: -10px 12px 0 0;
	opacity: 50;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#innerContent {
	display: block;
	width: 646px;
	height: 407px;
}
#innerMenu {
	display: block;
	margin-top: 17px;
	height: 43px;
}
#innerMenu .whereiam {
	width: 50%;
	text-align: right;
}
#innerMenu .pager {
	width: 50%;
}
#address {
	text-align: right;
	position: relative;
	top: 513px;
	width: 99%;
	height: 20px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #646464;
}

/***
 * MENU
 */

#menuCompany:hover {
	background: url("../images/menuBgOver.png");
	width: 111px;
}
#menuGallery:hover {
	background: url("../images/menuBgOver.png");
	background-position: -111px 0;
	width: 111px;
}
#menuReferances:hover {
	background-image: url("../images/menuBgOver.png");
	background-position: 0 -155px;
	width: 111px;
}
#menuContact:hover {
	background: url("../images/menuBgOver.png");
	background-position: -111px -155px;
	width: 111px;
}

.form li {
	width: 200px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 105px; /*width of left column containing the label elements*/
	height: 1%;
}

.form li label {
	font-weight: bold;
	float: left;
	margin-left: -105px; /*width of left column*/
	width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}