
body{
	background-color:#d7d7d7;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:15px;
}

body#contact{
	background-color:#ebebeb;
}

body#about{
	background-color:#ebebeb;
}

.background{
	position:relative;
	width:100%;
	overflow:hidden;
}

.topleftlogo{
	background-image:url(../images/logo.png);
	width:147px;
	height:28px;
	position:absolute;
	top:27px;
	z-index:3;
}

.container{
    width:940px;
    text-align:left;
    position:relative;
    top:0px;
    left:50%;
    margin-left:-470px;
}

.topcellbg{
	height:450px;
	background-color:#fff;
	background-image:url(../images/dark_bg.jpg);
	background-repeat:repeat-x;
	color:#fff;
	z-index:1;
}

.topcell{
}

.middletopcellbg{
	background-color:#ffffff;
}

.middletopcell{
	padding-top:40px;
	padding-bottom:50px;
	max-width:940px;
}

.middlebottomcellbg{
	background-color:#ebebeb;
}

.middlebottomcell{
	padding-top:25px;
	padding-bottom:75px;
	max-width:940px;
}

.bottomcellbg{
}

.bottomcell{
	padding-top:40px;
	padding-bottom:575px;
	max-width:940px;
}

/******* TOP BUTTONS *******/
.workbutton_on{
	background-image:url(../images/en_buttons/menu_work_on.png);
	width:105px;
	height:60px;
	position:absolute;
	right:210px;
	z-index:3;
}

.workbutton_off{
	background-image:url(../images/en_buttons/menu_work_off.png);
	width:105px;
	height:60px;
	position:absolute;
	right:210px;
	z-index:3;
}

.workbutton_off:hover{
	background-image:url(../images/en_buttons/menu_work_hover.png);
	z-index:3;
}

.aboutbutton_on{
	background-image:url(../images/en_buttons/menu_about_on.png);
	width:105px;
	height:60px;
	position:absolute;
	right:105px;
	z-index:3;
}

.aboutbutton_off{
	background-image:url(../images/en_buttons/menu_about_off.png);
	width:105px;
	height:60px;
	position:absolute;
	right:105px;
	z-index:3;
}

.aboutbutton_off:hover{
	background-image:url(../images/en_buttons/menu_about_hover.png);
	z-index:3;
}

.contactbutton_on{
	background-image:url(../images/en_buttons/menu_contact_on.png);
	width:105px;
	height:60px;
	position:absolute;
	right:0px;
	z-index:3;
}

.contactbutton_off{
	background-image:url(../images/en_buttons/menu_contact_off.png);
	width:105px;
	height:60px;
	position:absolute;
	right:0px;
	z-index:3;
}

.contactbutton_off:hover{
	background-image:url(../images/en_buttons/menu_contact_hover.png);
	z-index:3;
}
/******* //TOP BUTTONS *******/

.hand{
	cursor:pointer;
}

h1{
	font-size:22px;
	color:#061922;
	letter-spacing:-1px;
	margin-bottom:28px;
}

.footer{
	padding-bottom:150px;
	color:#6e6e76;
	font-size:11px;
	line-height:16px;
	max-width:940px;
}

.footer .footercontactinfo a,a:link,a:visited,a:active{
	color:#6e6e76;
	text-decoration:none;
}

.footer .footercontactinfo a:hover{
	color:#6e6e76;
	text-decoration:underline;
}

.footerlogo{
	background-image:url(../images/logo_footer.png);
	width:100px;
	height:18px;
	position:absolute;
	top:48px;
	z-index:3;
}

.footeraddress{
	position:absolute;
	top:50px;
	left:189px;
	z-index:3;
}

.footercontactinfo{
	position:absolute;
	top:50px;
	left:378px;
	z-index:3;
}
