@font-face {
    font-family: 'nanost2';
    src: url('/fonts/nanost_2_2-webfont.eot');
    src: url('/fonts/nanost_2_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/nanost_2_2-webfont.woff') format('woff'),
         url('/fonts/nanost_2_2-webfont.ttf') format('truetype'),
         url('/fonts/nanost_2_2-webfont.svg#nanost2Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	font-size: 100.01%;
	height: 100%;
	padding: 0;
	margin: 0;
	width: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background: #d4d4d4 url(/i/bg/inner.jpg) left top no-repeat;
}

p, h1, h2, h3, h4, h5, h6, ul, li, form, div {
	border: 0;
	margin: 0;
	padding: 0;
}

div, p, li, label, input, textarea {
	font-family: tahoma, verdana, arial;
	font-size: 13px;
}

a img {
	border: 0;
}

div.breaker {
	border: 0 !important;
	clear: both;
	float: none !important;
	font-size: 0;
	height: 0;
	margin: 0 !important;
	overflow: hidden;
	padding: 0 !important;
}

.hide {
	display: none !important;
}

.debug {
	background: #121;
	border: 2px solid;
	border-color: #000 #585 #aca #030;
	color: #3f3;
	padding: 10px 20px;
}

#cont {
	height: auto !important;
	height: 100%;
	margin-left: 120px;
	min-height: 100%;
	width: 880px;
}

.aside {
	float: right;
	width: 275px;
}

.content {
	margin: 0 315px 0 0;
}

.content-inner {
	float: left;
	margin-right: -100%;
	width: 100%;
	position: relative;
}

#footer-spacer {
	clear: both;
	height: 120px;
}

#footer {
	height: 120px;
	margin-top: -120px;
	position: relative;
	width: 1000px;
}

h2 {
	color: #da3614;
	float: left;
	font-size: 1.1em;
	font-weight: normal;
	margin: 8px 0 30px;
	text-transform: uppercase;
}

em {
	color: #da3614;
	font-style: normal;
}

.nowrap {
	white-space: nowrap;
}

/* @group header */
	#header {
		margin-bottom: 55px;
		position: relative;
		clear: both;
	}

	#voice-decor {
		background: url(/i/voice.png) left top no-repeat;
		display: none;
		float: left;
		height: 25px;
		margin: 15px 12px 0 -49px;
		position: relative;
		width: 37px;
	}

	#header-voice {
		border-left: 1px solid #b6b6b6;
		color: #da2b06;
		float: left;
		font-size: 0.85em;
		min-height: 80px;
		//height: 80px;
		margin: 15px 0 23px;
		padding: 3px 15px 5px 15px;
		width: 360px;
	}

	#header-voice span {
		color: #666666;
	}

	#header-contacts {
		float: right;
		width: 300px;
	}

	#header-contacts ul {
		height: 20px;
		list-style: none;
		margin: 57px 0 -75px;
		position: relative;
	}

	#header-contacts li {
		color: #ff5400;
		display: inline;
		float: left;
		font-size: 0.8em;
		margin-left: 30px;
	}
	#header-contacts li#phone {
		background: url(/i/icon/phone.gif) left top no-repeat;
		padding-left: 22px;
	}

	#header-contacts li#email {
		background: url(/i/icon/email.gif) left top no-repeat;
	}
	
	#header-contacts a {
		color: #da3614;
		padding-left: 22px;
		text-decoration: underline;
	}

	#header-contacts a:hover {
		text-decoration: none !important;
	}

	#logo {
		clear: left;
		float: left;
		margin-right: -120px;
		width: 120px;
	}

	#header-menu {
		display: inline;
		float: left;
		margin-left: 120px;
		width: 400px;
	}

	#header-menu ul {
		list-style: none;
		margin: 55px 0 0 0;
	}

	#header-menu li {
		display: inline;
		float: left;
		font-size: 0.8em;
		margin-left: 51px;
		text-transform: uppercase;
		padding: 1px 0 2px;
	}

	#header-menu li img {
		border-bottom: 1px solid #780000;
	}

	#header-menu li.active {
		background: #000 url(/i/dot/active.gif) 7px 4px no-repeat;
		color: #fff;
		float: left;
		text-transform: uppercase;
		padding-left: 14px;
		padding-right: 8px;
	}

	#header-menu li.active img {
		border: 0;
	}

	#header-menu li a {
		background: url(/i/dot/menu.gif) 7px 4px no-repeat;
		color: #780000;
		display: block;
		padding: 1px 8px 2px 14px;
		position: relative;
	}

	#header-menu li a.onework {
		background: #000 url(/i/dot/down.gif) 6px 5px no-repeat;
		color: #fff;
	}

	#header-menu li a.onework img {
		border-bottom: 1px solid #fff;
	}
/* @end */

#header-icon {
	display: table;
	float: right;
	height: 120px;
	overflow: hidden;
	position: relative;
	width: 275px;
}

.vacancy-icon {
	background: url(/i/icon/vacancy.gif) 0 50% no-repeat;
}
.twitter-icon {
	background: url(/i/icon/twitter.gif) 0 50% no-repeat;
}


#header-icon div {
	display: table-cell;
	vertical-align: middle;
}

#header-icon div a {
	color: #da3614;
	display: block;
	float: left;
	font-size: 0.9em;
	margin-left: 55px;
}

#client-works {
	background: #fff;
	display: none;
	float: right;
	height: 60px;
	margin: 30px 30px 0 0;
	padding-left: 20px;
	width: 220px;
}

#client-works h3 {
	color: #da3614;
	font-size: 0.85em;
	font-weight: normal;
	margin: 10px 0 6px;
}

#client-works select {
	background: #d4d4d4;
	border: 0;
	font-size: 0.85em;
	height: 17px;
	width: 200px;
}

.quoter-comment {
	clear: both;
	height: 120px;
	display: table;
	overflow: hidden;
}

.quoter-comment-inn {
	display: table-cell;
	vertical-align: middle;
}

.quoter-comment img {
	border: 10px solid #fff;
	float: left;
	height: 100px;
	width: 100px;
	margin-right: -120px;
	position: relative;
}

p.text-ital {
	color: #000;
	font-size: 0.85em;
	font-style: italic;
}

.quoter-comment p.text-ital {
	margin-left: 135px;
	position: relative;
}

blockquote {
	background: url(/i/quote/raquo.gif) right bottom no-repeat;
	clear: both;
	margin: 0;
	margin-top: 15px;
	padding-bottom: 12px;
	text-indent: 0;
}

blockquote .laquo {
	background: url(/i/quote/laquo.gif) left top no-repeat;
	float: left;
	height: 30px;
	margin-bottom: -30px;
	width: 27px;
}

blockquote p {
	color: #780000;
	font-size: 0.85em;
	margin: 0 20px 8px 33px;
	padding-top: 10px;
}

a.next-quote {
	background: url(/i/arrow/quoter-next.gif) 100% 5px no-repeat;
	clear: both;
	color: #da3614;
	float: left;
	font-size: 0.85em;
	margin: 10px 0 0 33px;
	padding-right: 20px;
	text-transform: uppercase;
}

.content p {
	font-size: 1.1em;
	margin-bottom: 20px;
}

.content ul, .aside ul {
	list-style: none;
	margin: -10px 0 15px;
}

.content li, .aside li {
	background: url(/i/dot/active.gif) 0 6px no-repeat;
	font-size: 1.1em;
	margin-bottom: 5px;
	margin-left: 13px;
	padding-left: 8px;
}
.content ol li, .aside ol li {
	background: none;
}
.content ol li ul {
	margin-top: 5px;
}
#copyright-sign {
	color: #ff5400;
	float: left;
	font-size: 0.85em;
	margin-right: -200px;
	padding: 40px 0 0 120px;
	text-indent: -14px;
	width: 200px;
}

#laws {
	color: #e73d3d;
	display: inline;
	float: left;
	font-size: 0.85em;
	margin: 40px 0 0 300px;
}

.underlaying {
	border: 15px solid #fff;
}

.ovr {
	display: block;
	height: 335px;
	position: absolute;
	right: 0; top: -60px;
}

/* @group last-projects */
	#last-projects {
		background: url(/i/line-dotted.gif) left top repeat-x;
		clear: both;
		height: 1%;
		margin: 33px 38px 0 0;
		padding-top: 10px;
		margin-bottom: 20px;
	}

	#last-projects ul {
		list-style: none;
	}

	#last-projects li img {
		background: #000;
		border: 4px solid #fff;
		float: left;
		margin: 0 17px 0 0;
		position: relative;
	}

	#last-projects li p img {
		float: none;
		margin: 0 0 -1px;
		border: 0;
	}

	#last-projects li p {
		margin: 0px 0px 0 70px;
	}

	#last-projects li em {
		color: #ff5400;
		font-style: normal;
		font-weight: bold;
	}

	#last-projects li a {
		color: #000;
		font-size: 0.85em;
		text-decoration: none;
	}
	#last-projects li a:hover {
		text-decoration: underline;
	}
/* @end */
p.em {
	color: #780000;
	font-size: 1.1em;
}

p.em a {
	color: #0e0e0e;
	font-size: 1.1em;
	font-weight: bold;
}

a {
	color: #076aa3;
}

#print-ref, #pres-ref {
	clear: both;
	width: 130px;
}

#print-ref a, #pres-ref a {
	color: #2f2f2f;
	display: block;
	height: 39px;
	padding-left: 54px;
	padding-top: 2px;
}
#print-ref a {
	background: url(/i/icon/print.gif) left top no-repeat;
}
#pres-ref a {
	background: url(/i/icon/pres.gif) left top no-repeat;
}
h1 {
	color: #780000;
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 25px;
}

a.orange {
	color: #da3614;
}
pre code {
	margin: 0;
	padding: 0 1em 1em;
	overflow: auto;
}

table caption {
	color: #780000;
	font-size: 1.5em;
	text-align: left;
}

table {
	margin: 0 0 2em;
	border-collapse: collapse;
}

table td, table th {
	background-color: #3F3F3F;
	padding: 0.4em 1em;
	color: #DCDCDC;
}

table th {
	background-color: #222222;
}
#hot {
	position: absolute; 
	left: 435px;
	top: 19px;
}
#hot p {
	padding: 0px 0px 12px 2px;
	margin: 0px;
	font-family: 'nanost2';
	font-size: 8px;
	color: #ff5400;
	line-height: 12px;
	text-transform: uppercase;
	width: 70px;
}
#hot ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#hot ul li {
	float: left;
	margin: 0px 14px 0px 0px;
}
.padding-header {
	padding-top: 50px;
}
