
/* @group Очистка CSS, meyerweb.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


input, textarea {
	margin: 0;
	padding: 0;
}

/* @end */

html {
	overflow-y: scroll;
	min-height: 100%;
	position: relative;
}
body {
	font-family: "Meta Book", Helvetica, Arial, sans-serif;
	font-size: 90%;
	max-width: 1200px;
	min-width: 600px;
	min-height: 100%;
/*	background: #fff url('/img/background.jpg') top left;*/
}
small {
	font-size: 80%;
}
.clear {
	clear: both;
}

#logoAndLines {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 454px;
	height: 360px;
	background: url('/img/logo-and-lines.png') no-repeat;
}

/* навигационные иконки */
#verticalLine {
	position: relative;
	top: 0;
	left: 80%;
	width: 10em;
	height: 174px;
	margin-bottom: -176px;
	padding-top: 80px;
	display: block;
	background: url('/img/vertical-line.png') no-repeat;
}
#verticalLine #homeIcon,
#verticalLine #contactsIcon {
	margin: 8px 10px;
	display: block;
}
#verticalLine #animationSwitcher {
	font-style: normal;
	cursor: pointer;
	margin-left: 10px;
	display: block;
	white-space: nowrap;
	font-size: 80%;
}
#verticalLine #animationSwitcher img {
	margin-right: .3em;
	vertical-align: top;
}
#verticalLine #animationSwitcher i {
	font-style: normal;
}
/* /навигационные иконки */

ul#navigation {
	position: absolute;
	top: 105px;
	left: -10px;
	min-width: 600px;
}
ul#navigation strong {
	font-weight: normal;
}
ul#navigation em {
	margin-left: .2em;
	font-style: normal;
}

ul#navigation a {
	color: #000;
	display: block;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	z-index: 200;
}

ul#navigation span#mainPage a {
	display: block;
	margin-left: -6px;
	width: 183px;
	height: 60px;
}
/*ul#navigation li#current span#mainPage a {
	visibility: hidden;
}
*/
ul#navigation span#mainPage i {
	display: none;
}

ul#navigation li {
	margin-left: 6px;
	margin-bottom: 20px;
	font-size: 14px;
	clear: both;
}


ul#navigation li.firstCorporateActivity {
	margin-left: 200px;
}
ul#navigation li.corporateActivity {
	clear: right;
}
ul#navigation li.corporateActivity span {
	text-align: left;
	float: left;
	height: 1em;
	width: auto;
}

ul#navigation li.veryShort {
	width: 3em !important;
}

ul#navigation li.corporateActivity {
	margin-top: -20px;
	float: left;
	width: 6.5em;
}

ul#navigation li.firstOrdinaryMenuItem {
	padding-top: 15px;
}

ul#navigation li span {
	display: block;
	width: 156px;
	text-align: right;
	position: relative;
}
ul#navigation li a span {
	clear: both;
	width: auto;
	float: right;
	margin-bottom: 20px;
	display: block;
	padding: 0 4px;
}
ul#navigation li strong {
	margin-bottom: 9px;
	padding: 0;
}

ul#navigation li.corporateActivity li {
	display: none;
}


ul#navigation i {
	display: block;
	width: 4px;
	height: 4px;
	background-color: #f00;
/*	right: -7px;
	top: -2px;
*/	margin-top: -4px;
	margin-right: -4px;
	line-height: 0px;
	float: right;
	clear: both;
}
ul#navigation .corporateActivity i {
	margin-left: -4px;
	float: left;
}
/*ul#navigation span i.toGrow {
	position: absolute;
	right: 0;
	margin-top: -2px;
	margin-bottom: -4px;
	background-color: #f00;
}
ul#navigation .corporateActivity i.toGrow {
	left: 0;
}
ul#navigation span i.toGrow b {
	color: #fff;
	z-index: 200;
	font-weight: normal;
	position: absolute;
	margin-left: 0;
}*/


ul#navigation li.current > a {
	cursor: default;
}
ul#navigation li strong {
	float: right;
	clear: both;
	width: auto;
	padding-bottom: 11px;
}
ul#navigation li #mainPage strong {
	clear: none;
	float: none;
}
ul#navigation li strong a {
	margin-top: 0;
	padding-left: 11px;
	padding-right: 0px;
}
ul#navigation li.corporateActivity strong a {
	padding-left: 0px;
	padding-right: 11px;
}

ul#navigation li.current strong {
	float: right;
	clear: both;
	width: auto;
	margin-top: 0;
	margin-right: 1px;
}
ul#navigation li.corporateActivity strong {
/*	float: none;*/
	clear: none;
	padding: 0;
}
ul#navigation li.current a span,
ul#navigation li.current strong {
	width: auto;
	position: relative;
	color: #f00;
}
ul#navigation li#current {
	padding-left: 0;
}
ul#navigation li#current strong {
	padding-left: 0;
}
ul#navigation li.corporateActivity#current strong {
	float: left;
}
ul#navigation li.corporateActivity#current strong a {
	margin: 0;
	padding: 0 4px;
}
ul#navigation li#current strong a {
	margin-left: 4px;
	margin-right: 5px;
}
ul#navigation li#current li strong a {
	margin-left: 0;
	margin-right: 0;
}
ul#navigation li.current#current strong a {
	margin-right: 4px;
	color: #f00;
}
ul#navigation li.current strong a {
	color: #fff;
}

ul#navigation li.corporateActivity.current a span,
ul#navigation li.corporateActivity.current strong a {
}

ul#navigation li.current span li span {
	background-color: transparent;
}

#content,
#flashBeforePageLoadContainer {
	margin: 220px 10% 5em 190px;
	padding-right: 20px;
	position: relative;
	z-index: 400;
}
#flashBeforePageLoadContainer {
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	width: 600px;
	height: 600px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	margin: 180px 0 0 255px;
}
#content {
	min-width: 650px;
	margin-top: 120px;
	margin-right: 0;
	padding-right: 10%;
	padding-left: 30px;
	font-size: 90%;
	line-height: 130%;
/*	margin-bottom: 10em;*/
}

#content ul.links {
	margin-top: 1em;
}
#content ul.links li {
	list-style-type: circle;
}

#content h1 {
	font-size: 170%;
	font-weight: bold;
	margin-bottom: .7em;
	display: none;
}

#content .dropdown {
	border-bottom: 1px dashed #f00;
	cursor: pointer;
	clear: both;
}
#content .dropdownContainer {
	clear: both;
}

#content h2 {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 130%;
	display: none;
}

#content h3 {
	font-weight: bold;
	color: #f00;
	clear: both;
	margin-top: 1em;
	margin-bottom: .5em;
}
h3.pageBlockHeader {
	margin-top: 1em;
}
#content h3 span {
	cursor: pointer;
}
#content h4 {
	color: #f00;
	margin-top: 1em;
}

.invisible {
	display: none;
}

#content div.pageBlock .forSlider {
	margin: 0;
	padding: 0;
}

#content div.pageBlock .forSlider .topMargin,
#content div.pageBlock .forSlider .bottomMargin {
	clear: both;
	display: block;
	float: none;
	height: .5em;
}
#content div.pageBlock .forSlider .content {
	padding: 1em 1em;
}
#content ul {
	list-style-type: disc;
	list-style-position: inside;
}
#content ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#content ul li,
#content ol li {
	margin-bottom: .5em;
}

/* Главная страница */
#mainPageContent {
	position: relative;
	top: 35px;
	left: 55px;
	width: 400px;
	height: 400px;
	text-align: center;
	z-index: 0;
}
#mainPageBall {
	margin-left: 35px;
}
#redStaticText {
	position: absolute;
	text-align: left;
	left: 100%;
	width: 100%;
	bottom: 2em;
	color: #f00;
}

/* Клиенты */
#content #clients {
	width: 100%;
	max-width: 680px;
}
#content ul#clients li {
	list-style-type: none;
	float: left;
	width: 170px;
	height: 140px;
	vertical-align: middle;
	text-align: center;
}


/* Портфолио */
#content #portfolioPageBody,
#content #work {
	min-width: 350px;
	width: 55%;
}
	#content #portfolioPageBody {
		position: absolute;
		margin-top: 0px;
		padding-right: 4em;
	}
	#content #work {
		float: left;
		width: 50%;
		min-width: 320px;
		margin: 0 -100% 10em 0;
	}
	#content b,
	#content strong {
		font-weight: bold;
	}
	
#content #portfolioWorkFlash {
	padding: 0 30px 30px 0;
	margin-left: 0px;
/*	margin-top: -10px;*/
	color: #888;
}
#content #portfolioWorkFlash .noFlashNotice {
	padding-left: 30px;
	padding-top: 30px;
}


#content #work h2 {
	display: none;
}
#content #portfolio {
	float: left;
	width: 350px;
	position: relative;
	left: 0;
	margin: 0 0 4em 55%;
}
	#portfolio li,
	#relatedWorks li {
		list-style-type: none;
		margin-bottom: .5em;
		float: left;
		display: inline;
		clear: both;
		line-height: 120%;
/*		font-size: 90%;*/
	}
	#portfolio li span,
	#relatedWorks li span {
		padding: .1em .5em;
		display: block;
	}
	#relatedWorks li a {
		text-decoration: underline;
		color: #bbb;
	}
	#portfolio li a i,
	#relatedWorks li a i {
		color: #000;
		font-style: normal;
		text-decoration: none;
		cursor: pointer;
	}
	#relatedWorks li a:hover,
	#relatedWorks li a:hover i {
		color: #f00;
	}
	#portfolio li.current {
/*		background-color: #f00;*/
	}
	#portfolio li.current span {
		text-decoration: none;
		cursor: pointer;
	}
	#portfolio li a:hover {
		color: #f00;
	}
	#portfolio li.current a,
	#portfolio li.current a:hover {
/*		color: #fff;*/
		color: #f00;
		font-weight: bold;
		cursor: default;
		font-style: italic;
	}

	#portfolio .dropdownContainer {
		margin-left: .5em;
		color: #f00;
	}

	#portfolio h3 {
		margin: 0;
		padding: 1em 0 0 0;
	}
	#portfolio h3:first-child {
		margin-top: 0;
	}
	#portfolio .pageBlock,
	#portfolio .forSlider {
		margin: 0;
		padding: 0;
	}
	#portfolio .pageBlock {
	}
	
	
/*	"Остальные работы"*/
	#content h3#relatedWorksHeader {
		display: block;
		margin-top: 3em;
	}
	ol#relatedWorks li {
		float: none;
		clear: left;
		margin-bottom: 0;
		width: 100%;
	}
	ol#relatedWorks li span {
		margin-top: 1em;
		padding: 0;
	}
	

	/* картинка при наведении курсора на список работ, блок с флешем или изображением*/
#content #portfolioWorkImage {
	width: 370px;
	height: 310px;
	right: 15%;
	background-position: center center;
	background-repeat: no-repeat;
}
#content #portfolioMediaFile {
	width: 430px;
	height: 370px;
	margin-top: -20px;
	margin-left: -30px;
	margin-bottom: 20px;
	display: block;
	float: none;
}



/* Направления деятельности */
#content ul.worksList {
	list-style-type: none;
	list-style-position: inside;
}
#content ul.worksList a {
	color: #bbb;
	text-decoration: underline !important;
}
#content ul.worksList a:hover {
	color: #f00;
}
#content ul.worksList a i {
	color: #000;
	font-style: normal;
}
#content ul.worksList a:hover i {
	color: #f00;
}

#content ul.worksList a:visited {
	text-decoration: none;
	border-bottom: none;
}

/* Оформление текста */
#content p {
	margin-bottom: 1em;
}
#content ul li,
#content ol li {
/*	margin-bottom: 1em;*/
}
/* nicEdit */
#content ul ol,
#content ol ol,
#content ol ul,
#content ol ul {
/*	margin-top: -1em;*/
	margin-bottom: 1em;
}
#content ul ol li,
#content ol ol li,
#content ol ul li,
#content ol ul li {
	margin-left: 1.5em;
	margin-bottom: 0;
}


/*
 	IE
*/
#verticalLine #animationSwitcher {
	//font-family: "Meta Book", Helvetica, Arial, sans-serif;
	//margin-top: -8px;
}
#verticalLine a {
	//padding: 2px 0;
}
ul#navigation span#mainPage a {
	//margin-top: -20px;
}

#content {
	//padding-bottom: .5em;
}
#logoAndLines {
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo-and-lines.png', sizingMethod='crop');
}
#verticalLine {
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/vertical-line.png', sizingMethod='crop');
}

ul#navigation {
	//top: 130px;
}
ul#navigation li.corporateActivity {
	//margin-top: -26px;
}
ul#navigation li.firstCorporateActivity {
	//margin-left: -20px;
}
ul#navigation li {
	//margin-bottom: 0;
}
ul#navigation li.firstCorporateActivity {
	//margin-left: 210px;
	_margin-left: 105px;
}

ul#navigation li.firstOrdinaryMenuItem {
	//clear: both;
	//padding-top: 15px;
}
ul#navigation i {
/*	_display: none;*/
	_position: absolute;
	_display: block;
	_background-color: #fff;
}
ul#navigation i.toGrow {
	_background-color: #f00;
	_width: 0;
}

#content div.pageBlock {
	//padding: 0;
	//margin: 0;
}
#content div.pageBlock .forSlider {
	//position: static;
	_position: relative;
	//margin-bottom: 1.5em;
}

ul#navigation span i.toGrow {
	//left: 156px;
}
ul#navigation .corporateActivity i.toGrow {
	//left: 0;
}
#redStaticText {
	//margin-left: 0%;
	//width: 24em;
	_padding-bottom: 2em;
}

#content {
	//min-width: auto;
	//position: relative;
	//width: 60%;
	//top: 130px;
	//margin-right: 0;
}
#content #portfolioWorkFlash {
	//margin-left: -10%;
}
#flashBeforePageLoadContainer {
	//top: 3px;
	//left: -3px;
}
#content #work {
	//margin-right: -100%;
	//width: 60%;
}
#content #portfolio {
	//position: absolute;
	//margin: 0 0 0 65%;
	//padding-bottom: 4em;
	//width: 35%;
}
#portfolio ul {
	//padding: 0;
	//margin: 0;
}
#portfolio h3 {
	//margin: 1em 0 0 0;
	//padding: 0;
}

#content #clients {
	_width: 80%;
}
#content #portfolio li {
	//width: 100%;
}
ol#relatedWorks {
	//margin-bottom: 4em;
}
#content #portfolio li span,
#content #relatedWorks li span {
	//text-decoration: none;
}
#content #portfolio li a,
#content #relatedWorks li a {
	//border-bottom: 1px solid #bbb;
}
#content #portfolio li a:hover,
#content #relatedWorks li a:hover {
	//border-bottom: #f00;
}
#content #portfolio li.current a {
	//border-bottom: none;
}
#content ul.worksList li {
	//margin-left: -1.1em;
}
#content ul.worksList a {
	//border-bottom: 1px solid;
}
#content ul.worksList a i {
	//text-decoration: none;
}
