
/* @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,
body {
	min-height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, serif;
	font-size: 90%;
	color: #202020;
}
#pageContainer {
	min-width: 800px;
	max-width: 1250px;
	margin: 0 auto;
	height: 100%;
}

a {
	color: #4c78b9;
}
a:hover {
	color: #739ad5;
}
b {
	font-weight: normal;
}
.invisible {
	display: none;
}
form input {
	float: left;
	height: 1.2em;
	margin-bottom: .4em;
	font-size: .8em;
	font-family: 'Lucida Grande', Lucida, sans-serif;
	//padding: .2em;
}
form textarea {
	font-family: 'Lucida Grande', Lucida, sans-serif;
	font-size: .8em;
	margin-bottom: .4em;
	width: 20em;
	padding: .1em;
}
form .submit {
	margin-top: 1em;
	padding: .4em;
	font-size: .8em;
	height: auto;
	//padding: 0;
}
form .defaultValue {
	color: #606060;
}

.clear {
	clear: both;
}
hr.clear {
	visibility:hidden;
}

#rocketContainer {
	overflow: hidden;
	height: 271px;
	width: 32px;
	position: relative;
	z-index: 250;
	margin: -271px auto 0;
}
#rocket {
	background: url(/img/sprites.png) no-repeat transparent 0 -64px;
	width: 32px;
	height: 271px;
	position: absolute;
	bottom: -150px;
}


/****************************
	Main Page
*/

body#mainPage {
	background: url(/img/background-only.png) repeat-x #ccdad9;
	background-position: bottom left;
	margin: 0 10% 0 10%;
}
	#mainPage #navigation {
		padding-top: 2em;
		margin-left: 5%;
	}
		#mainPage #navigation li {
			display: block;
			margin-bottom: 1em;
		}
			#mainPage #navigation li a {
				color: #202020;
			}
			#mainPage #navigation li a:hover {
				color: #696969;
			}

			#mainPage #navigation #mainPageLink {
				margin-left: -50px;
				margin-top: 2px;
				position: absolute;
				width: 16px;
				height: 16px;
				font-size: 1px;
				color: transparent;
				text-decoration: none;
				background: url(/img/sprites.png) no-repeat transparent -32px -80px;
				//margin-top: 18px;
			}
				#mainPage #navigation #mainPageLink strong#mainPageLinkText {
					visibility: hidden;
				}
			
	#mainPage #slogan {
		color: #90251a;
	}
		#mainPage #slogan #firstPhrase {
			position: absolute;
			top: 5em;
			//left: 10%;
			//padding-bottom: 1em;
			font-size: 2.2em;
		}
		#mainPage #slogan #secondPhrase {
			font-size: 3.43em;
			margin: 5em 0 -100% 68.75%;
			//margin-top: 1em;
			//margin-bottom: -3em;
		}
			#mainPage #slogan #secondPhrase .ellipsis {
				position: absolute;
				margin-left: -.85em;
				//margin-top: .1em;
			}
			#mainPage #slogan #secondPhrase a b {
				color: #4c78b9;
				margin-bottom: -.1em;
			}
			#mainPage #slogan #secondPhrase a b:hover {
				color: #739ad5;
			}
			#mainPage #slogan #secondPhrase a {
				text-decoration: none;
				border-bottom: 1px dashed #90251a;
				color: #90251a;
			}
		
		#mainPage #slogan #gagarin {
			position: absolute;
			top: 1.5em;
			margin-left: -.6em;
			filter: expression(fixPNG(this));
		}
	
	#mainPage #teaser {
		position: relative;
		z-index: 50;
		margin-top: 6em;
		width: 50%;
		font-family: 'Lucida Grande', Lucida, sans-serif;
	}
		#mainPage #teaser li {
			width: 47.5%;
			margin-right: 2.5%;
			float: left;
			padding-bottom: 2em;
			margin-bottom: 0;
			position: relative;
		}
			#mainPage #teaser span {
				float: left;
				width: 44px;
				min-width: 44px;
				text-align: center;
			}
			#mainPage #teaser b {
				display: block;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
			#mainPage #teaser #seo {
				background: url(/img/sprites.png) -32px -32px;
			}
			#mainPage #teaser #marketing {
				background: url(/img/sprites.png) 0 -32px;
			}
			#mainPage #teaser #advertising {
				background: url(/img/sprites.png) 0 0;
			}
			#mainPage #teaser #complex {
				background: url(/img/sprites.png) -32px 0;
			}
			
			#mainPage #teaser li a {
				text-decoration: none;
				border-bottom: 1px dashed #90251a;
				color: #90251a;
				font-size: 1.29em;
			}
			#mainPage #teaser li a strong {
				position: relative;
				margin-bottom: -.1em;
				color: #4c78b9;
			}
			#mainPage #teaser li a strong:hover {
				color: #739ad5;
			}
			#mainPage #teaser .description h2 {
				width: 95%;
			}
				#mainPage #teaser .description h2 b {
					position: relative;
					z-index: 200;
/*					float: left;*/
				}
				#mainPage #teaser .description h2 a {
					border-style: solid;
					margin: 0;
					padding: 0;
				}
			#mainPage #teaser .description p {
				margin-top: 1em;
				font-size: .79em;
				line-height: 1.18em;
				font-family: Georgia, serif;
			}



	#topContacts {
		clear: both;
		position: absolute;
		top: 1em;
		z-index: 200;
		left: 35%;
	}
		#topContacts .tel {
			position: relative;
			color: #90251a;
			font-size: 2.43em;
			margin-left: -.2em;
			margin-bottom: .25em;
		}
		#topContacts .email {
			font-size: 1.14em;
			font-family: 'Lucida Grande', Lucida, sans-serif;
		}
		
	#mainPage .roubles {
		background: url(/img/sprites.png) -64px 0px no-repeat;
		float: left;
		width: 14px;
		margin: .2em .2em 0 .2em;
		height: 1em;
	}
	
	#content {
		clear: both;
		float: left;
		width: 100%;
		margin-right: -100%;
		margin-top: 25em;
	}
		#content h1 {
			font-size: 3.43em;
			float: left;
			width: 18.75%;
		}
		#content .lead {
			float: left;
			margin-left: -18.75%;
			margin-top: 8.5em;
			font-size: 1.29em;
		}
		#content #features li {
			float: left;
			width: 15%;
			margin-right: 3.75%;
			font-size: 93%;
			line-height: 123%;
		}
			#content #features li strong {
				font-weight: bold;
			}
	
	#mainPage #serviceRequestHeader {
		float: left;
		margin-top: .62em;
		line-height: 100%;
		font-size: 2.14em;
		width: 15%;
		margin-right: 3.75%;
	}
	#mainPage #serviceRequest {
		margin-top: 2em;
		float: left;
	}
		#mainPage #serviceRequest p {
			float: none;
			clear: both;
		}
		
	#bottomContacts {
		clear: both;
		float: left;
		margin-top: 3em;
		width: 100%;
	}
		#bottomContacts .type {
			display: none;
		}
		#bottomContacts .email {
			margin-top: .4em;
			font-size: 79%;
		}
	#siteOwnership {
			clear: left;
			float: left;
			margin-top: 1.2em;
			margin-bottom: 2em;
			width: 43.75%;
			white-space: nowrap;
	}
		#siteOwnership i {
			font-size: .79em;
			font-style: normal;
			color: #606060;
		}
	.copyright .dash {
		display: none;
		clear: both;
	}
	.copyright .regular {
		float: left;
		margin-top: 2em;
		margin-bottom: .2em;
		text-decoration: none;
		color: #202020;
		font-size: .71em;
	}
	.copyright a {
		float: left;
		clear: left;
		font-size: .93em;
		color: #7b7b7b;
	}
	.copyright a:hover {
		color: #b9b9b9;
	}
	#design {
		float: left;
		//margin-top: -1em;
		margin-left: 25%;
		width: 10%;
		margin-right: 2.5%;
	}
	#programming {
		float: left;
		//margin-top: -1em;
		width: 15%;
		margin-right: -15%;
	}
	
	#mainPage #bottomCity {
		top: -89px;
		margin: -89px auto 0 auto;
		width: 612px;
		height: 89px;
		background: url('/img/bottom-city.png') no-repeat 0 0 transparent;
		_background: transparent;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bottom-city.png', sizingMethod='scale');
	}
	
	
	#mainPage #gagarinConstellation {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		width: 1004px;
		height: 736px;
		z-index: 1;
		background: url('/img/gagarin-constellation.gif') no-repeat 0 0 transparent;
	}
	
/****************************
	Secondary Pages
*/
body#secondaryPage {
	background: url(/img/background-only.png) repeat-x #ccdad9;
	background-position: bottom left;
	margin: 0 5% 0 5%;
}
	body#secondaryPage #pageContainer {
		height: 100%;
	}
	#secondaryPage #navigation {
		padding-top: 2em;
		position: relative;
		z-index: 100;
		margin-left: 5.56%;
	}
	
		#secondaryPage #navigationLevel1 li {
			clear: left;
			float: left;
			margin-bottom: .3em;
			margin-left: -1em;
			width: auto;
		}
		#secondaryPage #navigationLevel1 li.active {
/*			background: url(/img/red-background.jpg) #90251a repeat-x 0 0;*/
			margin-left: -.6em;
/*			max-width: 77%;*/
			letter-spacing: -.007em;
		}
			#secondaryPage #navigationLevel1 li .red-swatch a,
			#secondaryPage #navigationLevel1 li#current .red-swatch strong.final
			{
				margin: 0 .3em 0 0;
				color: #fff;
				position: relative;
				z-index: 110;
				color: #F0B6A7;
			}
			#secondaryPage #navigationLevel1 .red-swatch #navigationLevel2 li a {
				margin-right: 0;
			}
			#secondaryPage #navigationLevel1 li a,
			#secondaryPage #navigationLevel1 li#current strong.final {
				color: #202020;
				float: left;
				margin: .5em 1em .4em;
			}
				#secondaryPage #navigationLevel2 li#current strong.final {
					margin-left: .6em;
				}
			
			#secondaryPage #navigationLevel1 li.active a,
			#secondaryPage #navigationLevel2 li#current strong.final {
				color: #f0b6a7;
				margin-top: -.1em;
				margin-left: 0em;
				margin-bottom: -.4em;
				float: left;
				text-decoration: underline;
			}
			#secondaryPage #navigationLevel1 li strong,
			#secondaryPage #navigationLevel2 li#current strong.final {
				text-decoration: none;
				float: left;
				position: relative;
				color: #f0b6a7;
				margin-left: 0;
				margin-right: 1em;
				_margin-top: -2em;
				_left: -120%;
			}
			#secondaryPage #navigationLevel2 li#current {
				margin-right: -.2em;
			}

			#secondaryPage #navigationLevel1 li a strong {
				text-decoration: underline;
			}
		#secondaryPage #navigationLevel1 ul {
			clear: none;
			float: left;
			position: relative;
			margin-right: -.6em;
			z-index: 101;
		}
			#secondaryPage #navigation #mainPageLink {
				margin-left: -40px;
				margin-top: 8px;
				position: absolute;
				background: url(/img/sprites.png) no-repeat transparent -48px -64px;
				width: 16px;
				height: 16px;
				font-size: 1px;
				color: transparent;
				cursor: pointer;
				text-decoration: none;
				//margin-top: 22px;
			}
			#secondaryPage #navigation #mainPageLink strong#mainPageLinkText {
				visibility: hidden;
			}
			#secondaryPage #navigation #mainPageLink:hover {
				background: url(/img/sprites.png) no-repeat transparent -32px -64px;
			}
			
			
			#secondaryPage #navigationLevel1 ul i {
				display: block;
			}
			#secondaryPage #navigationLevel1 ul li {
				float: left;
				clear: none;
				font-family: 'Lucida Grande', Lucida, sans-serif;
				font-size: .79em;
				width: auto;
				margin: .21em .8em 0 0;
			}
				#secondaryPage #navigationLevel1 ul li a {
					color: #fff;
					margin-left: 0;
					margin-right: 0;
					text-decoration: underline;
				}
				#secondaryPage #navigationLevel1 li.active ul li a {
					color: #fff;
					text-decoration: underline;
				}
				#secondaryPage #navigationLevel1 ul li strong {
					margin: -.1em 0 -100% 0;
					text-decoration: none;
				}

	#secondaryPage #topContacts {
		clear: both;
		position: absolute;
		top: 2em;
		left: 75%;
	}
	#secondaryPage #topContacts .tel {
		font-size: 1.71em;
	}
	


#secondaryPage #content {
	clear: both;
	float: left;
	position: relative;
	z-index: 50;
	width: 66.67%;
	margin: 1em 5.56% 7em 5.56%;
}

	#secondaryPage #content p,
	#secondaryPage #content ul,
	#secondaryPage #content ol,
	#secondaryPage #content h1,
	#secondaryPage #content h2,
	#secondaryPage #content h3,
	#secondaryPage #content h4,
	#secondaryPage #content h5,
	#secondaryPage #content h6,
	#secondaryPage #content h7,
	#secondaryPage #content div {
		clear: left;
	}
	#secondaryPage #content h1 {
		font-family: 'Lucida Grande', Lucida, sans-serif;
		font-size: 2.14em;
		line-height: 2.29em;
		margin-bottom: 0em;
		letter-spacing: -.007em;
		color: #90251a;
	}
	#secondaryPage #content h1#pageHeader {
		clear: none;
		float: left;
		width: 100%;
	}
		#secondaryPage #content #pageHeader b {
			float: left;
			width: 32px;
			height: 32px;
			margin-left: -40px;
			margin-top: .6em;
		}
		#secondaryPage #content #seo {
			background: url(/img/sprites.png) -32px -32px;
		}
		#secondaryPage #content #marketing {
			background: url(/img/sprites.png) 0 -32px;
		}
		#secondaryPage #content #advertising {
			background: url(/img/sprites.png) 0 0;
		}
		#secondaryPage #content #complex {
			background: url(/img/sprites.png) -32px 0;
		}
	
	#secondaryPage #content .lead {
		margin: 0 0 .4em 0;
		float: none;
	}
	#secondaryPage #content p {
		font-size: .93em;
		line-height: 1.23em;
		margin-bottom: .4em;
		margin-left: 1.14em;
	}
	#secondaryPage #content h2 {
		font-size: 1.43em;
		line-height: 1.5em;
		margin-top: .8em;
		margin-bottom: .25em;
	}
	#secondaryPage #content h3 {
		font-size: 1.14em;
		line-height: 1.07em;
		margin: .7em .4em .35em .88em;
		font-weight: bold;
	}
	#secondaryPage #content ul,
	#secondaryPage #content ol {
		margin-left: 1.14em;
	}
	#secondaryPage #content li {
		font-size: .93em;
		line-height: 1.14em;
		margin-bottom: .4em;
	}
	    #secondaryPage #content ul li {
	        list-style-type: none;
	        behavior: expression( !this.before
	            ? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );
	        text-indent: -1.14em;
	    }
		#secondaryPage #content ul li:before {
			content: "\2014\a0";
		}
		#secondaryPage #content ul li {
			text-indent: -1.14em;
			margin-left: 1.14em;
		}
	#secondaryPage #content a {
		color: #90251a;
	}

#secondaryPage #serviceRequestHeader {
	float: left;
	position: relative;
	z-index: 50;
	margin-top: 1.14em;
	line-height: 100%;
	font-size: 2.14em;
	width: 15%;
	margin-right: 3.75%;
}
#secondaryPage #serviceRequest {
	margin-top: 1em;
	position: relative;
	z-index: 50;
	float: left;
	position: relative;
	margin-right: -10%;
}
	#secondaryPage #serviceRequest p {
		float: none;
		clear: both;
	}
	
#secondaryPage #backgroundRocket {
	background: url('/img/background-rocket.png') no-repeat right top transparent;
	position: relative;
	max-width: 1648px;
	width: 100%;
	min-width: 800px;
	height: 931px;
	float: left;
	margin-bottom: -931px;
	margin-top: -950px;
	margin-left: -5.56%;
	left: 0;
	bottom: 0;
	z-index: 1;
}

#secondaryPage #siteOwnership {
	margin-top: 4em;
	position: relative;
	z-index: 50;
}
#secondaryPage #design,
#secondaryPage #programming {
	margin-top: 2.6em;
	position: relative;
	z-index: 50;
}


/****************************/
#mainPage #serviceRequest p#messageSubmissionResult,
#secondaryPage #serviceRequest p#messageSubmissionResult {
	float: left;
	margin-top: 1em;
	font-weight: bold;
}

#mainPage #serviceRequest span.error,
#secondaryPage #serviceRequest span.error {
	margin-left: .5em;
	margin-top: .2em;
	position: absolute;
	color: #900;
	white-space: nowrap;
}



/****************************
	Gagarin Page
*/

body#gagarin {
	background: url(/img/background-only.png) repeat-x #ccdad9;
	background-position: top left;
	margin: 8em 5% 20em 5%;
	color: #fff;
}

#gagarin #annotation {
	font-family: 'Lucida Grande', Lucida, sans-serif;
	width: 26.78%;
	float: left;
	margin-right: 1%;
	margin-top: 23em;
	position: relative;
	z-index: 50;
}
	#gagarin #annotation h2 {
		color: #34ad66;
		font-size: 4.2em;
		margin-bottom: .1em;
		white-space: nowrap;
	}
	#gagarin #annotation p {
		color: #24afa4;
		font-size: 1.43em;
		margin-bottom: .4em;
	}
	#gagarin #annotation a {
		color: #83b7ca;
		text-decoration: underline;
	}

#gagarin #content {
	color: #a0bae2;
	float: left;
	clear: none;
	width: 66.67%;
	margin: 1em 0 7em 0;
	position: relative;
	z-index: 50;
}

	#gagarin #content p,
	#gagarin #content ul,
	#gagarin #content ol,
	#gagarin #content h1,
	#gagarin #content h2,
	#gagarin #content h3,
	#gagarin #content h4,
	#gagarin #content h5,
	#gagarin #content h6,
	#gagarin #content h7,
	#gagarin #content div {
		clear: left;
	}
	#gagarin #content h1,
	#gagarin #content h2,
	#gagarin #content h3,
	#gagarin #content h4,
	#gagarin #content h5,
	#gagarin #content h6,
	#gagarin #content h7 {
		color: #6e6908;
	}
	#gagarin #content h1 {
		font-family: 'Lucida Grande', Lucida, sans-serif;
		font-size: 2.14em;
		line-height: 2.29em;
		margin-bottom: 0em;
		letter-spacing: -.007em;
	}
	#gagarin #content h1#pageHeader {
		clear: none;
		float: left;
		width: 100%;
	}
		#gagarin #content #pageHeader b {
			float: left;
			width: 32px;
			height: 32px;
			margin-left: -40px;
			margin-top: .6em;
		}
		#gagarin #content #seo {
			background: url(/img/sprites.png) -32px -32px;
		}
		#gagarin #content #marketing {
			background: url(/img/sprites.png) 0 -32px;
		}
		#gagarin #content #advertising {
			background: url(/img/sprites.png) 0 0;
		}
		#gagarin #content #complex {
			background: url(/img/sprites.png) -32px 0;
		}

	#gagarin #content blockquote {
		font-size: 1.71em;
		line-height: 1.08em;
		color: #fff;
		font-family: 'Lucida Grande', Lucida, sans-serif;
		margin: .9em 1.5em .7em 1.2em;
	}

	#gagarin #content .lead {
		margin: 0 0 .4em 0;
		float: none;
	}
	#gagarin #content p {
		clear: none;
		font-size: .93em;
		line-height: 1.23em;
		margin-bottom: .4em;
		margin-left: 1.14em;
	}
	#gagarin #content h2 {
		font-size: 1.43em;
		line-height: 1.5em;
		margin-top: .8em;
		margin-bottom: .25em;
	}
	#gagarin #content h3 {
		font-size: 1.14em;
		line-height: 1.07em;
		margin: .7em .4em .35em .88em;
		font-weight: bold;
	}
	#gagarin #content img {
		float: left;
		margin: .4em 1.14em .3em 1.14em;
	}
	#gagarin #content ul,
	#gagarin #content ol {
		margin-left: 1.14em;
	}
	#gagarin #content li {
		font-size: .93em;
		line-height: 1.14em;
		margin-bottom: .4em;
	}
	    #gagarin #content ul li {
	        list-style-type: none;
	        behavior: expression( !this.before
	            ? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );
	        text-indent: -1.14em;
	    }
		#gagarin #content ul li:before {
			content: "\2014\a0";
		}

		#gagarin #content ul li {
			text-indent: -1.14em;
			margin-left: 1.14em;
		}
	#gagarin #content a {
		color: #90251a;
	}


#gagarin #gagarinConstellation {
	position: absolute;
	top: -50px;
	left: -400px;
	width: 1004px;
	height: 736px;
	z-index: 1;
	background: url('/img/gagarin-constellation.png') no-repeat 0 0 transparent;
	_background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/gagarin-constellation.png', sizingMethod='scale');
}

.r-star-shape {
	position:relative;
	overflow:hidden;
	padding:5px 0;
}
.grey-swatch {
	position: absolute;
	top: -33px;
	left: -33px;
	padding:33px;
	background: transparent;
	z-index: 110;
	width: 110%;
	_background: #d7d5da;
}
.r-star-shape .content {
	background: #88d2fc;
}

.r-star-shape .description {
	position: relative;
	min-height: 120px;
	z-index: 150;
}
.r-star-shape .content {
	padding: 0 .6em;
	background: url(/img/red-background.jpg) #90251a repeat-x 0 -5px;
}

.grey-swatch .content {
	padding: 0;
	margin-left: 44px;
	margin-right: .42em;
}
	
.grey-swatch .description {
	background: url(/img/swatch-background.png) #d7d5da repeat-x 0 -11px;
}

.r-star-shape .description .content {
	background: transparent;
	padding-bottom: .93em;
}
.r-star-shape .cn {
	position:absolute;
	width:10px;
	height:10px;
	left:-5px;
	top:-5px;
	background:url(/img/red-corners.png);
	_background-image: none;
}
.grey-swatch .cn {
	position:absolute;
	width:66px;
	height:66px;
	left:-33px;
	top:-33px;
	background:url(/img/swatch-corners.png);
	_background: transparent;
}

.r-star-shape .cn.tr,
.r-star-shape .cn.br {
	margin-left:100%;
}

.r-star-shape .cn.bl,
.r-star-shape .cn.br {
	top:auto;
}
.r-star-shape .cn.l,
.r-star-shape .cn.r {
	margin-top: 33px;
	width: 33px;
	height: 100%;
	position: absolute;
	background-repeat: repeat-y;
}
.r-star-shape .cn.l {
	background-position: -33px -66px;
}
.r-star-shape .cn.r {
	background-position: 0 -66px;
	position: absolute;
	clear: both;
	margin-left: 100%;
	left: 0;
}
.r-star-shape .cn.tl,
.r-star-shape .cn.bl {
	width:100%;
}



