*
{
	margin: 0;
	padding: 0;
	border: none;
}
html {min-height: 100%;}
body
{
	color: #b4b4b4;
	font: 11px tahoma;
	background: #161924;
	height: 100%;
}

html > body
{
	min-height: 100%;
	height: auto;
}


body.content
{
	margin: 0;
}

a
{
	text-decoration: underline;
	color: #c8c8c8;
}
a, a:active, a:focus
{
	outline: 0;
	ie-dummy:expression(this.hideFocus=true);
}
a:hover
{
	text-decoration: none;
	color: #fff;
}

.clear {clear: both}
#debug
{
	position: fixed;
	background: #ffffe1;
	bottom: 0px;
	padding: 5px 0px;
	width: 100%;
	color: #000;
	text-align: center;
	font: 12px sans-serif;
	border-top: solid 1px #a0a0a0;
	display: none;
}
.hidden
{
	display: none;
}

h2
{
	color: #b4b4b4;
	font: italic 17px georgia;
}

#header
{
	height: 120px;
	padding-top: 80px;
}

#logo
{
	position: absolute;
	top: 80px;
	left: 100px;
	width: 263px;
	height: 41px;
	z-index: 7;
}

#mainmenu
{
	position: absolute;
	z-index: 7;
	left: 414px;
	width: 570px;
	top: 92px;
	list-style-type: none;
}

#mainmenu li
{
	float: left;
	padding-left: 48px;
	height: 16px;
}

#phone
{
	position: absolute;
	z-index: 7;
	left: 997px;
	top: 80px;
}

#mainmenu li a
{
	display: block;
	height: 100%;
	background-repeat: no-repeat;
}
#mainmenu li a:hover, #mainmenu li a.active
{
	background-position: -125px 0;
}
#menuitem-services {width: 54px; background-image: url(menuitem_services.png);}
#menuitem-works {width: 94px; background-image: url(menuitem_works.png);}
#menuitem-clients {width: 74px; background-image: url(menuitem_clients.png);}
#menuitem-benefits {width: 120px; background-image: url(menuitem_benefits.png);}

#footer
{
	padding: 50px 0 50px 98px;
	zoom: 1;
}

#footer p
{
	font: 11px tahoma;
	color: #b4b4b4;
}
#footer .contactlink
{
	margin-left: 30px;
}
#footer .copy
{
	color: #5a5d6a;
	margin-top: 20px;
}

#footer h2
{
	margin: 0 0 48px 2px;
}

ul.works
{
	list-style-type: none;
	font-size: 0;
}
ul.works li
{
	float: left;
	width: 200px;
	height: 100px;
}
ul.works .gallery
{
	display: none;
}

.services
{
	table-layout: fixed;
	width: 900px;
	margin-bottom: 40px;
}
.services td
{
	width: 475px;
	vertical-align: top;
}
.services td.last
{
	width: 425px;
	padding-right: 0;
}

.services p
{
	font: 11px tahoma;
	margin-top: 25px;
	width: 425px;
}

h3, h4, h3 a, h4 a
{
	font: italic 17px georgia;
	color: #e0ffff;
}

h3
{
	margin: 20px 0 40px 0;
}

.service h4 a
{
	text-decoration: none;
	border-bottom: 1px #e0ffff dashed;
	zoom: 1;
}
.service h4 a:hover
{
	border-bottom: 1px #ffffff dashed;
}

.service
{
	width: 425px;
	margin-bottom: 10px;
}
.service .inner
{
	padding-left: 35px;
	width: 360px;
/*	margin-bottom: 30px;*/
/**
display: none;
/**/
}
.service .inner p
{
	width: auto;
	font: 11px tahoma;
}
.service .price
{
	margin-top: 31px;
	font: italic 17px georgia;
	color: #e0ffff;
	text-align: right;
}
.service .price span {font-size: 24px;}


#clients p, #benefits p
{
	margin-top: 25px;
	font: 11px tahoma;
}

#benefits
{
	padding-bottom: 10px;
}
#works table
{
	table-layout: fixed;
	width: 900px;
}
#works td
{
	width: 315px;
	vertical-align: top;
}
#works td.last
{
	width: 270px;
	padding-right: 0;
}

#works ul
{
	margin-top: 25px;
	width: 270px;
	list-style-type: none;
	font-size: 0;
}
#works li
{
	height: 16px;
	font: bold 11px tahoma;
}
#works li div
{
	float: left;
}
#works li a
{
	float: right;
	width: 135px;
	height: 16px;
	clear: right;
	font: 11px tahoma;
}
#works p
{
	font: 11px tahoma;
	color: #c8c8c8;
	margin-top: 15px;
}

#textoverlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	z-index: 0;
	display: none;
}

#textoverlay .block
{
	width: 900px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -500px;
	padding: 43px 50px 0 50px;
	min-height: 257px;
	background: #3c5064;
	color: #dcdcdc;
	display: none;
	z-index: 7;
}
* html #textoverlay .block {height: 257px}
#textoverlay .active
{
	display: block;
}
#textoverlay-alpha
{
	z-index: 5;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	background: #161924;
}
#textoverlay.formactive
{
	z-index: 8;
}

#textoverlay.formactive .block
{
	z-index: 1;
}

#contact
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left: -310px;
	z-index: 10;
	background: #3c5064;
	width: 570px;
	padding: 45px 0 45px 45px;
	display: none;
}
#textoverlay.formactive #contact{display: block;}


#contact label
{
	display: block;
	margin-bottom: 2px;
	font: 10px tahoma;
	color: #dcdcdc;
}

#contact .hint
{
	font: 9px tahoma;
	color: #788ca0;
}
#contact .error
{
	color: #788ca0;
	font: 9px tahoma;
}
#contact .status
{
	color: #dcdcdc;
	font: 10px tahoma;
}

#contact .ok
{
	font: italic 17px georgia;
	color: #e0ffff;
	padding-right: 25px;
	display: none;
}

#contact td
{
	vertical-align: top;
	padding-top: 20px;
	padding-right: 25px;
}
#contact input, #contact select
{
	background: #283246;
	width: 240px;
	height: 17px;
	padding: 3px 5px 0 5px;
	font: 11px tahoma;
	color: #a0a0a0;
}
#contact select
{
	padding: 0;
	width: 250px;
	font: 11px tahoma;
	height: 20px;
	background: #323c50;
}

#contact optgroup
{
	font: bold 11px tahoma;
	background: #3c465a;
	padding: 0px;
}

#contact option
{
	padding-left: 20px;
	background: #323c50;
}
#contact textarea
{
	background: #283246;
	width: 505px;
	height: 106px;
	padding: 10px;
	font: 11px tahoma;
	color: #a0a0a0;
}
#contact .controls
{
	margin-top: 10px;
}
#contact .button
{
	padding: 0 0 2px 0;
	height: 20px;
	width: 100px;
	margin-right: 10px;
	color: #dcdcdc;
}


body.content #textoverlay
{
	position: static;
	display: block;
}

body.content #textoverlay-alpha
{
	display: none;
}

body.content #textoverlay .block
{
	position: static;
	width: 900px;
	margin: 50px 0;
	padding: 43px 50px 0 50px;
	min-height: 257px;
	background: #3c5064;
	color: #dcdcdc;
	display: block;
}
body.content #textoverlay .block a
{
	color: #c8c8c8 !important;
}

