body, html {
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	background: #d9d9d9 url('/images/bg.png') repeat-x;
	color: #333;
	height: 100%;
}
table {
	border-collapse: collapse;
}
td {
	margin: 0;
	padding: 0;
}
ol, ul {
	padding-left: 30px;
}
ul li {
	margin-bottom: .4em;
}

/*
	Typography
*/

h1, h2, h3, h4, h5 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	margin: 1.2em 0 .6em 0;
	padding: 0;
	color: #505050;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 105%;
}
h5 {
	font-size: 100%;
}
p {
	margin:  0 0 .8em 0;
	padding: 0;
}

/* Links */

a {
	color: #f50;
}
a:hover {
	text-decoration: none;
	color: #ff2a00;
}

/*
	Structure
*/

#padding-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}
#wrap {
	margin: 0 auto;
	width: 940px;
	background: #fff url('/images/bg-t.png') no-repeat;
}
#wrap-inner {
	padding: 0 20px;
	background: transparent url('/images/bg-b.png') no-repeat bottom;
}

/*
	Header
*/

#header #header-logo h2 {
	float: left;
	width: 220px;
	height: 48px;
	margin: 22px 0 0 0;
	padding: 0;
}
#header-right {
	float: right;
	width: 240px;
}
#header-center {
	position: absolute;
	margin: 9px 0 0 325px;
}

/* Header Languages */

#header-languages {
	font-size: 6px;
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none outside none;
}
#header-languages li {
	float: left;
	margin-left: 6px;
}

/* Header Experience Counter */

#header-experience-counter {
	font-size: 17px;
	line-height: 22px;
	float: right;
	margin: 8px 0 0 0;
	width: 241px;
	height: 24px;
	letter-spacing: 11px;
	background: url('/images/en/digits.png') no-repeat top left;
	color: #fff;
}
#header-experience-counter #digits {
	padding: 0 0 0 103px;
}

/* Header Navigation */

#header-nav {
	font-size: 8pt;
	list-style: none outside none;
	height: 30px;
	float: left;
	width: 100%;
	margin: 20px 0;
	padding: 0;
}
#header-nav li {
	z-index: 100;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
#header-nav a {
	float: left;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	text-decoration: none;
	background: url('/images/en/header-nav.png') no-repeat;
	color: #fff;
}

/* Buttons */

#header-nav li.nav-about-us a { width: 115px; background-position: 0 0; }
#header-nav li.nav-services a { width: 113px; background-position: -115px 0; }
#header-nav li.nav-expertise a { width: 119px; background-position: -228px 0; }
#header-nav li.nav-pricing-models a { width: 149px; background-position: -347px 0; }
#header-nav li.nav-clients a { width: 109px; background-position: -496px 0; }
#header-nav li.nav-become-a-partner a { width: 163px; background-position: -605px 0; }
#header-nav li.nav-contacts a { width: 132px; background-position: -768px 0; }

/* Buttons Hover State */

#header-nav li.nav-about-us a:hover { background-position: 0 -30px; }
#header-nav li.nav-services a:hover { background-position: -115px -30px; }
#header-nav li.nav-expertise a:hover { background-position: -228px -30px; }
#header-nav li.nav-pricing-models a:hover { background-position: -347px -30px; }
#header-nav li.nav-clients a:hover { background-position: -496px -30px; }
#header-nav li.nav-become-a-partner a:hover { background-position: -605px -30px; }
#header-nav li.nav-contacts a:hover { background-position: -768px -30px; }

/* Inner List */

#header-nav li ul {
	list-style: none outside none;
	float: left;
	display: none;
	position: absolute;
	margin-top: 30px;
	padding: 0;
}
#header-nav li li a {
	height: auto;
	padding: 2px 10px 3px 10px;
	display: block;
	overflow: visible;
	border-top: 1px solid #656565;
	text-decoration: none;
	background: #767676;
	color: #fff;
}
#header-nav li.nav-about-us ul {
	width: 112px;
}
#header-nav li.nav-about-us li a {
	width: 112px;
}
#header-nav li.nav-expertise ul {
	width: 105px;
}
#header-nav li.nav-expertise li a {
	width: 105px;
}
#header-nav li.nav-clients ul {
	width: 89px;
}
#header-nav li.nav-clients li a {
	width: 89px;
}
#header-nav li.nav-services ul {
	width: 350px;
}
#header-nav li.nav-services li a {
	width: 220px;
}
#header-nav li.nav-services li li a {
	width: 150px;
	border-left: 1px solid #656565;
}
#header-nav li li a:hover {
	background: #ff6400;
}
#header-nav li:hover ul, #header-nav li.over ul {
	display: block;
}
#header-nav li:hover li ul, #header-nav li.over li ul {
	display: none;
	width: 120px;
	top: -30px;
	left: 240px;
}
#header-nav li.nav-about-us li ul {
	left: 140px;
}
#header-nav li:hover li:hover ul, #header-nav li.over li.over ul {
	display: block;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */ 

/* Header Flash */

#header-flash {
	margin: 0 0 20px 0;
}

/*
	Sidebar
*/

#sidebar {
	float: right;
	width: 240px;
}
#sidebar .more {
	margin-top: 8px;
	text-align: right;
}

/* Sidebar Headers */

#sidebar h3 {
	text-indent: -1000em;
	display: block;
	margin: 1.2em 0 .6em 0;
	width: 240px; height: 17px;
}
#sidebar #testimonials h3 {
	background: url('/images/en/h3-testimonials.png') no-repeat top left;
}
#sidebar #our-clients h3 {
	background: url('/images/en/h3-our-clients.png') no-repeat top left;
}
#sidebar #partnership h3 {
	background: url('/images/en/h3-partnership.png') no-repeat top left;
}
#sidebar #news h3 {
	background: url('/images/en/h3-news.png') no-repeat top left;
}
#sidebar #our-offices h3 {
	background: url('/images/en/h3-our-offices.png') no-repeat top left;
}
#sidebar #services h3 {
	background: url('/images/en/h3-services.png') no-repeat top left;
}

/* Sidebar Subnavigation */

#sidebar #subnav {
	background: #e4e4e4 url('/images/subnav-bg-t.png') no-repeat top left;
}
#sidebar #subnav h4 {
	margin-top: 0;
	margin-bottom: 0;
}
#sidebar #subnav ul {
	list-style: none outside none;
	margin: 0 0 18px 0;
	padding: 6px 12px 8px 12px;
	background: url('/images/subnav-bg-b.png') no-repeat bottom left;
}
#sidebar #subnav ul li {
	text-align: right;
	margin: 0;
	float: none;
}
#sidebar #subnav ul li span {
	color: #777;
}
#sidebar #subnav li ul {
	margin: 0;
	padding: 0 0 0 24px;
	background: none;
}

/* Sidebar Testimonials */

#sidebar #testimonials .client {
	padding: 4px 12px 0 12px;
	height: 42px;
	background: #737373 url('/images/testimonials-client.png') no-repeat;
	color: #fff;
}
#sidebar #testimonials .client h4 {
	margin: 0; padding: 0;
	font-size: 100%;
	color: #fff;
}
#sidebar #testimonials .client small {
	display: block;
	margin-top: -3px;
	font-size: 75%;
}
#sidebar #testimonials .testimonial {
	line-height: 1.2;
	height: 14em;
	background: #e4e4e4 url('/images/testimonials-content-top.png') no-repeat;
}
#sidebar #testimonials .testimonial-inner {
	height: 13.5em;
	padding: 8px 12px 4px 12px;
	text-align: justify;
	background: transparent url('/images/testimonials-content-bottom.png') no-repeat bottom;
}

/* Sidebar Clients & Partners */

#sidebar #our-clients ul.clients {
	list-style: none outside none;
	margin: 0; padding: 0;
	height: 70px;
}
#sidebar #our-clients .client, #sidebar #partnership .partner {
	margin-top: 10px;
	text-align: center;
}

/* Sidebar News */

#sidebar #news {
	line-height: 1.2;
}
#sidebar #news #rss {
	float: right;
}
#sidebar #news h3 {
	width: 65px;
}
#sidebar #news #rss a {
	display: block;
	width: 20px; height: 20px;
	margin-top: -3px;
	background: url('/images/rss.png') no-repeat;
}
#sidebar #news #rss a:hover {
	background: url('/images/rss-hover.png') no-repeat;
}
#sidebar #news #rss a span {
	display: none;
}
#sidebar #news dl, #sidebar #news dt, #sidebar #news dd {
	margin: 0; padding: 0;
}
#sidebar #news dt {
	font-weight: bold;
	text-align: justify;
}
#sidebar #news dd {
	margin: 0 0 .8em 0;
	text-align: justify;
}
#sidebar #news #scrollcontainer {
	position: relative;
	overflow: hidden;
	height: 200px;
	width: 240px;
}
#sidebar #news #scrollup {
	position: relative;
}

/* SideBar Request for Quote */

#sidebar #request-for-quote {
	margin: 1.2em 0 0 0;
}
#sidebar #request-for-quote img {
	display: block;
}

/* Sidebar Our Offices */

#sidebar #our-offices .office h4 {
	font-size: 10.5pt;
	margin-bottom: .5em;
	padding: 1px 6px 2px 6px;
	background: #757575;
	color: #fff;
}

/* Sidebar Tech-Platforms */
#sidebar #tech-platforms {
	margin-top: 40px;
}
#sidebar #tech-platforms ul {
	list-style: none outside none;
	margin: 0; padding: 0;
}
#sidebar #tech-platforms li {
	text-align: center;
	margin: 20px 0 0 0; padding: 0;
}

/*
	Content
*/

#content {
	width: 640px;
}
#content ul {
	list-style: disc url('/images/li-orange.png') outside;
	margin-top: 0;
	margin-bottom: 1.4em;
}
#content ul li ul {
	list-style: circle url('/images/li-grey.png') outside;
}
#content ul li {
	float: none;
}
#content ul li a {
	height: auto;
}

/* Headers */

#content h3 {
	text-indent: -1000em;
	display: block;
	margin: 1.2em 0 .6em 0;
	width: 500px; height: 17px;
}
#content #company-overview h3 {
	background: url('/images/en/h3-about-us.png') no-repeat top left;
}
#content #our-value-equation h3 {
	background: url('/images/en/h3-our-value-equation.png') no-repeat top left;
}
#content #training h3 {
	background: url('/images/en/h3-training.png') no-repeat top left;
}
#content #training-form h3 {
	background: url('/images/en/h3-training-form.png') no-repeat top left;
}
#content #our-offices h3 {
	background: url('/images/en/h3-our-offices.png') no-repeat top left;
}
#content #contacts h3 {
	background: url('/images/en/h3-contacts.png') no-repeat top left;
}
#content #services h3 {
	background: url('/images/en/h3-services.png') no-repeat top left;
}
#content #testimonials h3 {
	background: url('/images/en/h3-testimonials.png') no-repeat top left;
}
#content #site-map h3 {
	background: url('/images/en/h3-site-map.png') no-repeat top left;
}
#content #development-process h3 {
	background: url('/images/en/h3-development-process.png') no-repeat top left;
}
#content #technologies h3 {
	background: url('/images/en/h3-technologies.png') no-repeat top left;
}
#content #pricing-models h3 {
	background: url('/images/en/h3-pricing-models.png') no-repeat top left;
}
#content #careers h3 {
	background: url('/images/en/h3-careers.png') no-repeat top left;
}
#content #news h3 {
	background: url('/images/en/h3-news.png') no-repeat top left;
}
#content #figures-and-facts h3 {
	background: url('/images/en/h3-figures-and-facts.png') no-repeat top left;
}
#content #our-goal h3 {
	background: url('/images/en/h3-our-goal.png') no-repeat top left;
}
#content #mission-and-values h3 {
	background: url('/images/en/h3-mission-and-values.png') no-repeat top left;
}
#content #offshore-software-development h3 {
	background: url('/images/en/h3-offshore-software-development.png') no-repeat top left;
}
#content #development h3 {
	background: url('/images/en/h3-development.png') no-repeat top left;
}
#content #it-consulting h3 {
	background: url('/images/en/h3-it-consulting.png') no-repeat top left;
}
#content #corporate-portal h3 {
	background: url('/images/en/h3-corporate-portal.png') no-repeat top left;
}
#content #business-processes-automation h3 {
	background: url('/images/en/h3-business-processes-automation.png') no-repeat top left;
}
#content #software-integration h3 {
	background: url('/images/en/h3-software-integration.png') no-repeat top left;
}
#content #web-applications h3 {
	background: url('/images/en/h3-web-applications.png') no-repeat top left;
}
#content #information-systems h3 {
	background: url('/images/en/h3-information-systems.png') no-repeat top left;
}
#content #request-for-quote h3 {
	background: url('/images/en/h3-request-for-quote.png') no-repeat top left;
}
#content #privacy h3 {
	background: url('/images/en/h3-privacy.png') no-repeat top left;
}
#content #legal h3 {
	background: url('/images/en/h3-legal.png') no-repeat top left;
}
#content #resume h3 {
	background: url('/images/en/h3-resume.png') no-repeat top left;
}
#content #clients h3 {
	background: url('/images/en/h3-clients.png') no-repeat top left;
}
#content #become-a-partner h3 {
	background: url('/images/en/h3-become-a-partner.png') no-repeat top left;
}
#content #links h3 {
	background: url('/images/en/h3-links.png') no-repeat top left;
}
#content #software-quality-audit h3 {
	background: url('/images/en/h3-software-quality-audit.png') no-repeat top left;
}
#content #happy-holidays h3 {
	background: url('/images/en/h3-happy-holidays.png') no-repeat top left;
}

/*
	Pages
*/

/* Main */

#content #our-value-equation img {
	margin-left: -10px;
}
#all-our-work {
	margin-left: 311px;
	position: relative;
	top: 34px;
}

/* Testimonials */

#content #testimonials .client {
	text-align: right;
	margin: 4px 0 3em 0;
	font-style: italic;
	font-weight: bold;
	font-family: Arial;
	color: #666;
}
#content #testimonials .testimonial {
	padding: 9px 15px 1px 9px;
	background-color: #eee;
}
#content #testimonials .testimonial p {
	padding-left: 40px;
}
#content #testimonials span {
	float: left;
	display: block;
	font-family: 'Trebuchet MS';
	font-size: 400%;
	line-height: 105%;
	margin: 0;
	color: #999;
}
#content #testimonials table {
	margin: 1em 0 4px 0;
}
#content #testimonials td {
	vertical-align: top;
	padding: 6px 12px 6px 0;
	border-top: 1px solid #ddd;
}

/* Site Map */

#content #site-map ul {
	margin: 0;
}
#content #site-map ul li {
	margin-bottom: .6em;
}
#content #site-map ul li ul li {
	margin-bottom: 0em;
}

/* News */

#content #news h4 small {
	display: block;
	margin-top: -3px;
}
#content #news dl, #content #news dt, #content #news dd {
	margin: 0; padding: 0;
}
#content #news dt {
	font-weight: bold;
}
#content #news dd {
	margin: 0 0 .8em 0;
}
#content #news .more {
	margin: .6em .6em 0 0; float: right;
}
#content p {
	text-align: justify;
}

/* Our Offices */

#content #map {
	margin-top: 20px;
	width: 585px;
	height: 288px;
	background: url('/images/contacts-map.png') no-repeat;
}
#content #map a {
	display: block;
	position: absolute;
	padding: 0 4px 1px 3px;
	font-size: 75%;
	text-decoration: none;
	z-index: 0;
}
#content #map a:hover {
	font-size: 75%;
	text-decoration: none;
	background-color: #f50;
	color: #fff;
}
#sidebar #city-spb {
	display: block;
}
#sidebar #city-sevsk, #sidebar #city-arkh, #sidebar #city-us {
	display: none;
}
#sidebar .city-office-name {
	margin: 6px 0;
	font-size: 100%;
	font-family: Arial;
	font-weight: bold;
}

/* Figures and Facts */

#content #figures-and-facts td {
	vertical-align: top;
	padding: 6px 12px 6px 0;
	border-bottom: 1px solid #ddd;
}
#content #figures-and-facts td h5 {
	margin: none;
}
#content #figures-and-facts #technologies img {
	margin: 6px 40px 3px 0;
	vertical-align: middle;
}
#content #figures-and-facts #partner {
	margin: 6px 0 3px 0;
}

/* Texhnologies */

#content #technologies td {
	vertical-align: top;
	padding: 6px 12px 6px 0;
	border-bottom: 1px solid #ddd;
}
#content #technologies .technologies {
	width: 640px;
	text-align: center;
}
#content #technologies .technologies img {
	margin: 10px 60px 14px 60px;
	vertical-align: middle;
}

/* Request For Quote */

#content #request-for-quote table td {
	padding: .2em;
}
#content #request-for-quote .odd, #content #request-for-quote .even {
	padding: .4em;
	margin-bottom: .4em;
	background-color: #ededed;
}
#content #request-for-quote .even {
	background-color: #fff;
}

/* Clients */

#content #clients td {
	text-align: center;
	padding: 22px;
}

/* Career */

#content div.vacancy {
	clear: both;
	margin: 12px 0 0 0;
	padding: 6px 12px 8px 12px;
	background-color: #e8e8e8;
}

/* Training Form */

#content #training td {
	vertical-align: top;
	padding: 6px 12px 6px 0;
}
#content #training p.buttons {
	text-align: right;
	padding: 0 0 12px 0;
}
#content #training .odd, #content #training .even {
	padding: .4em .6em .4em .6em;
	background-color: #ededed;
}
#content #training label {
	display: inline !important;
}

/*
	Form
*/

form label {
	display: block;
	padding: 6px 0px 2px 0;
}
p.submit {
	text-align: right;
	padding: 2em 0 0 0;
}
form .required {
	color: #f50;
}
.Red {
	color: #d00;
}
.MessageSent, .MessageError {
	display: block;
	padding: 3px 8px 4px 8px;
	margin-top: 12px;
	background: #ff5200;
	color: #fff;
}
.MessageError {
	background: #c00;
}
.ValidationSummary {
	margin-top: .6em;
}
.ValidationSummary li {
	list-style: disc outside none;
}

/*
	Footer
*/

#footer {
	line-height: 1.6;
	margin: 3em 0 0 0;
	padding: 12px 0 16px 0;
	border-top: 1px solid #cacaca;
	clear: both;
}
#footer p {
	margin: 0;
}
#footer p#footer-phones {
	padding-top: 14px;
	float: right;
}
#footer span.footer-links {
	color: #999;
}
#footer span.footer-links a {
	color: #ccc;
}
#footer span.footer-links a:hover {
	color: #999;
}

/*
	Misc
*/

div.image img {
	margin: 16px 0 14px 0;
}
div.image small {
	font-size: 9pt;
	font-weight: bold;
	display: block;
	margin-bottom: 14px;
	text-align: center;
}

.clear {
	clear: both;
}
img {
	border-width: 0;
}
*:focus {
	outline: none;
}