/*  ========================================================================  */
/*  Author: RDESIGN http://rdesign.ru										  */
/*  ========================================================================  */


/*  ========================================================================  */
/*	GENERAL																	  */
/*  ========================================================================  */


* {
	outline: none;
	margin: 0;
	padding: 0;
}

/*html {
	height: 100%;
}*/
html,
body {
	width:100%;
	height:100%;
}

body {
	font-family: Arial, 'Lucida Grande', Verdana, Tahoma, sans-serif;
	padding: 0px;
	margin: 0px;
	cursor: default;
	font-size: small;
}
table {
	border: none;
	border-collapse: collapse;
}
td, th {
	border: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}
a {
	color: #0088CE;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
form {
	padding: 0px;
	margin: 0px;
}

input, select, button, textarea {
	padding: 0px;
	margin: 0px;
}
ul, ol {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

h1 {
	font-size: 200%;
	line-height: 110%;
}
h2 {
	font-size: 135%;
	line-height: 110%;
}
h3 {
	font-size: 120%;
	line-height: 120%;
}
h1, h2, h3 {
	afont-weight: bold;
	font-weight: normal;
	afont-style: italic;
	font-family: Georgia, Times, serif;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}

h4 {
	font-size: 100%;
	line-height: 130%;
}
h5 {
	font-size: 85%;
	line-height: 140%;
}
h6 {
	font-size: 80%;
	line-height: 140%;
}
h4, h5, h6 {
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

p {
	line-height: 130%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-size: 110%;
}
sub {
	font-size: 80%;
	position: relative;
	top: 0.3em;
	vertical-align: baseline;
}
sup {
	font-size: 80%;
	position: relative;
	top: -0.4em;
	vertical-align: baseline;
}
dl, dt, dd {
	padding: 0px;
	margin: 0px;
}
hr {
	border: none;
	border-bottom: solid #000000 1px;
	display: block;
	height: 1px;
	margin: 35px 0px 30px 0px;
	padding: 0px;
}


/*	LAYOUT =================================================================  */


.a,
.layout-a {
	min-width: 960px;
	margin: 0 auto;
}
* html .b,
* html .layout-b {
	padding-left: 960px;
}
* html .d,
* html .layout-d {
	margin-left: -960px;
}
* html .b,
* html .c,
* html .d,
* html .layout-b,
* html .layout-c,
* html .layout-d {
	position: relative;
	height: 1px;
}

.a {
	width: 99%;
}
.layout-a {
	/*width: 100%;
	font-size: 90%;*/
	float:left;
	width:100%;	
	min-height:100%;
	_float:none;
	_height:100%;
	font-size: 90%;	
}
html>/**/body .layout-a {
	font-size: 95%;
}


/*	HEADER =================================================================  */


.header .d {
	padding: 0px 30px;
}

.header .logo {
	float: left;
	margin: 20px 0px;
}

.header ul {
	position: relative;
	float: right;
	font-size: 110%;
	font-weight: bold;
	margin: 30px 0px 35px 0px;
	padding: 0px;	
}
.header ul li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0px;
	white-space: nowrap;
}
.header ul li a,
.header ul li span {
	float: left;
	display: block;
	padding: 5px 20px;
}
.header ul li.selected a,
.header ul li.selected span {
	color: #000000;
	text-decoration: none;
}
.header ul li.selected ul {
	float: left;
	clear: both;
	margin: 0px -1000px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 90%;
	font-weight: normal;
	
	_height: 0;
	_width: 0;
	
}
.header ul li.selected ul li {
	margin: 0px;
	padding: 0px;
	clear: both;
	/*width: 100%;*/
	
	_height: 0;
}

.header ul li li a,
.header ul li li a:hover,
.header ul li li span {
	float: none;
	padding: 5px 10px;
	color: #000000;
	line-height: 100%;
}
.header ul li li a,
.header ul li.selected li a {
	text-decoration: underline;
}
.header ul li li a:hover,
.header ul li.selected li a:hover {
	text-decoration: none;
}

.header ul li li.selected a,
.header ul li li.selected a:hover,
.header ul li li.selected span {
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px 0px;
}
.header ul li li.selected a,
.header ul li li.selected a:hover {
	padding-bottom: 7px;
}

/*	SUBMENU ================================================================  */


.submenu {
	background: #000000;
}
.submenu .d {
	position: relative;
	padding: 0px 30px;
	color: #FFFFFF;
}
.submenu ul {
	padding: 15px 0px;
	margin: 0px;
	float: left;
}
.submenu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}
.submenu a,
.submenu a:hover,
.submenu span {
	float: left;
	display: block;
	padding: 0px 20px;
	border-left: solid #757575 1px;
	margin: 0.25em 0px;
	color: #00A8FF;
}
.submenu .first a,
.submenu .first span {
	border-left: none;
}

.submenu .selected a,
.submenu .selected a:hover,
.submenu .selected span {
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	margin: 0.05em 0px;
	text-decoration: none;
}

.submenu-empty {
	background: #000000;
}
.submenu-empty .d {
	height: 3px;
	overflow: hidden;
}


/*	CONTENT ================================================================  */

.content,
.index-promo-whats-your-site,
#worksPreviewsContainer {
	float: left;
	clear: both;
	padding-bottom:72px;
}
#worksPreviewsContainer {
    width:100%;
}
.content {
	position: relative;	
	width: 100%;
	font-family: Georgia, Times, serif;
	color: #666666;
	z-index: 10;
	padding-bottom:92px;
}
.content .d {
	padding: 0px;
}

.content .column-left {
	float: left;
	width: 34.9%;
	_overflow-x:hidden;
}
.content .column-left .container {
	padding: 0px 50px 0px 17px;
}

.content .column-right {
	float: left;
	width: 62%;	
}
.content .column-right.single {
	position: relative;
	left: 34.9%;
}
.content .column-right .container {
	padding: 0px 50px 0px 0px;	
}
.content .column-right .container p {
    _width:100%;
	_overflow-x:hidden;
}

.content .column-single-container {
	position: relative;
	margin: 0px 50px;
}



.content .spacer-top {
	height: 1px;
	overflow: hidden;
	margin: 0px 0px 35px 0px;
}

.content h1, .content h2, .content h3 {
	color: #000000;
}
.content img {
	display: block;
	margin: 25px 0px 0px 0px;
}



.content .column-right .page-background-image {
	position: absolute;
	top: 0px;
	left: -510px;
	width: 510px;
	height: 340px;
}
.content .column-right .page-background-image.background-1 {
	background: url('../images/page-background-1.jpg') no-repeat top right;
}


/*	FOOTER =================================================================  */


.footer {
	/*position: relative;
	float: left;
	clear: both;
	width: 100%;
	background: #000000;
	margin-top: 40px;
	color: #919191;
	z-index: 20;*/
	float:left;
	clear:both;
	width:100%;
	min-width:960px;
	height:102px;
	color: #919191;
	background: #000000;
	margin-top:-73px;
	position:relative;
	z-index:50;
}
.footer a,
.footer a:hover {
	color: #919191;
}
.footer .counter-liveinternet {
	position: relative;
	float: left;
	margin: 7px 30px 20px 43px;
	top: 1em;
}
.footer .contacts {
	display: block;
	float: left;
	margin: 20px 0px;
}
.footer .form-search {
	float: right;
	margin: 20px 0px;
	padding: 0.3em 50px 0.3em 0px;
}
.footer .form-search .input-text {
	float: left;
	padding: 2px;
	margin: 1px 0px 1px 10px;
	border: solid #939393 1px;
	background: #696969;
	color: #C9C9C9;
}
.footer .form-search .input-submit {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 2px;
}


/*	COMMON =================================================================  */


.clear {
	clear: both;
}


/*  ========================================================================  */
/*	CUSTOM																	  */
/*  ========================================================================  */


/*	INDEX ==================================================================  */


.index-adver {
	position: relative;
	float: left;
	width: 100%;
	border-top: solid #000000 1px;
}
.index-adver .d {
	height: 330px;
	overflow: hidden;
}
.index-adver .background-left {
	position: absolute;
	width: 50%;
	height: 330px;
	top: 0px;
	left: 50%;
}
.index-adver .background-center {
	position: absolute;
	width: 960px;
	height: 330px;
	top: 0px;
	left: 50%;
	margin-left: -480px;
}
.index-adver h2 {
	position: relative;
	padding: 35px 50px 0px 50px;
	margin: 0px;
	font-size: 150%;
	font-weight: normal;
	font-style: italic;
}
.index-adver span {
	position: relative;
	display: block;
	padding: 35px 50px;
}


.index-events {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	border-top: solid #000000 1px;
	overflow: hidden;
	height: 390px;
}
.index-events .works-title {
	background: #000000;
	color: #FFFFFF;
}
.index-events .works-title .d {
	background: #000000;
	color: #FFFFFF;
	height: 20px;
	padding: 20px 0px 0px 0px;
}
.index-events .works-title h3 {
	padding: 0px;
	margin: -0.65em 0px 0px 50%;
	font-family: Arial, 'Lucida Grande', Verdana, Tahoma, sans-serif;
	font-style: normal;
	font-size: 100%;
	font-weight: bold;
}



.index-events .latest-works {
	clear: both;
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 348px;
	background: #BFBFBF;
	overflow: hidden;
	font-family: Georgia, Times, serif;
}
.index-events .latest-works li {
	position: relative;
	width: 100%;
	height: 115px;
	top: -1px;
	float: left;
	padding: 0px;
	margin: 1px 0px 0px 0px;
	list-style: none;
}
.index-events .latest-works li .d {
	position: relative;
	height: 115px;
}
.index-events .latest-works li .d div {
	position: relative;
	left: 50%;
	float: left;
	width: 25%;
	height: 115px;
	margin: 0px;
	background: #FFFFFF;
}
.index-events .latest-works li .d div span {
	display: block;
	margin: 20px 25px;
}

.index-events .latest-works li .background-right {
	position: absolute;
	width: 50%;
	height: 115px;
	top: 0px;
	left: 0px;
}
.index-events .latest-works li .link-over-image {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 115px;
	width: 50%;
}



.index-events .news-background {
	position: absolute;
	top: -388px;
	left: 75%;
	width: 100%;
	height: 387px;
	background: #E8E8E8;
}

.index-events .news {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
.index-events .news .d {
	position: relative;
	height: 1px;
}
.index-events .news ul {
	position: absolute;
	width: 25%;
	height: 387px;
	top: -388px;
	left: 75%;
	padding: 0px;
	margin: 0px;
	background: #E8E8E8;
	overflow: hidden;
}
.index-events .news li {
	position: relative;
	padding: 0px;
	margin: 25px 30px 0px 40px;
	list-style: square outside;
}




.index-promo-whats-your-site {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
.index-promo-whats-your-site .d {
	position: relative;
	font-family: Georgia, Times, serif;
}
.index-promo-whats-your-site h3 {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 200%;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	padding: 40px 0px 0px 0px;
}
.index-promo-whats-your-site ul {
	float: left;
	clear: both;
	width: 100%;
}
.index-promo-whats-your-site li {
	float: left;
	width: 24.5%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url('../images/index/promo-whats-your-site.jpg');
	list-style: none;
	font-size: 110%;
}
.index-promo-whats-your-site li a {
	display: block;
	padding: 0px;
padding-left:15%;
	margin: 280px 0 0 0;
	text-align: left;
	background: #FFFFFF;
}
.index-promo-whats-your-site li.solid-business {
	background-position: center 10px;
}
.index-promo-whats-your-site li.excellent-promo {
	background-position: center -330px;
}
.index-promo-whats-your-site li.stylish-mini {
	background-position: center -670px;
}
.index-promo-whats-your-site li.revenue-portal {
	background-position: center -1010px;
}

.index-promo-whats-your-site li.absolutely-exclusive {
	width: 100%;
	padding: 50px 0px 30px 0px;
	font-size: 160%;
	background: none;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-style: italic;
}
.index-promo-whats-your-site li.absolutely-exclusive a {
	display: inline;
	padding: 0px;
	margin: 0px;
	background: none;
}


/*	WORKS MAIN =============================================================  */


.works-sections {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	_overflow-x:hidden;
}
.works-sections li {
	float: left;
	width: 30%;
	margin: 0px 3% 0px 0px;
	padding: 0px;
	list-style: none;
}
.works-sections h2 {
	font-family: Arial, 'Lucida Grande', Verdana, Tahoma, sans-serif;
	font-size: 110%;
}
.works-sections h2 a,
.works-sections h2 span {
    float:left;
    clear:none;
}
.works-sections h2 a {
	color: #000000;
	font-weight: bold;
}
.works-sections h2 span {
	color: #666666;
	font-size: 70%;
	margin-left:5px;
}
.works-sections ul {
    float:left;
    clear:both;
    width:100%;
	margin: 0px;
	_margin-top:-20px;
	padding: 0px;
}
.works-sections ul li {
	float: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	width: auto;
}



/*	WORKS PREVIEWS =========================================================  */


.submenu .previews-online span {
	cursor: pointer;
}
.submenu .previews-online .selected span {
	cursor: default;
}

.works-list-preview {
	position: relative;
	float: left;
	width: 100%;
	border-top: solid #D8D8D8 1px;
	font-family: Georgia, Times, serif;
	overflow: hidden;
}
.previews-online .works-list-preview {
	cursor: pointer;
}

.works-list-preview .preview {
	position: relative;
	overflow: hidden;
}
.works-list-preview .preview img {
	position: absolute;
}


.works-list-preview .preview-collapsed,
.works-list-preview .preview-collapsed .a,
.works-list-preview .preview-collapsed .b,
.works-list-preview .preview-collapsed .c,
.works-list-preview .preview-collapsed .d {
	height: 90px;
}
.works-list-preview .preview-collapsed {
	position: relative;
	overflow: hidden;
}
.works-list-preview .preview-collapsed .d {
	position: relative;
	overflow: hidden;
}


.works-list-preview .preview-expanded,
.works-list-preview .preview-expanded .a,
.works-list-preview .preview-expanded .b,
.works-list-preview .preview-expanded .c,
.works-list-preview .preview-expanded .d {
	height: 330px;
}
.works-list-preview .preview-expanded {
	position: relative;
	overflow: hidden;
}
.works-list-preview .preview-expanded .d {
	position: relative;
	overflow: hidden;
}




.works-list-preview h3 {
	position: relative;
	margin: 43px 50px 0px 50px;
	padding: 0px;
	font-weight: normal;
}
.works-list-preview h3 a,
.works-list-preview h3 span {
	position: relative;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	top: -0.5em;
}
.previews-online .works-list-preview h3 span {
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.works-list-preview h2 {
	position: relative;
	padding: 35px 50px 0px 50px;
	margin: 0px;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
}
.works-list-preview h4 {
	font-family: Arial, 'Lucida Grande', Verdana, Tahoma, sans-serif;
	position: relative;
	display: block;
	padding: 15px 50px 35px 50px;
}
.works-list-preview h4 a {
	display: block;
	font-size: 120%;
	font-weight: bold;
	margin: 35px 0px 0px 0px;
	padding: 0px;
	position: relative;
}

.works-list-preview .progress-indicator {
	position: absolute;
	float: left;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 330px;
	margin: -165px 0px 0px 0px;
}
.works-list-preview .progress-indicator .background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 330px;
	background: #000000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.works-list-preview .progress-indicator .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin: -12px 0px 0px -12px;
	background: url('../images/spinner.gif') no-repeat center;
}



.works-list-preview .text-black h3 a,
.works-list-preview .text-black h3 span {
	color: #000000;
	border-color: #000000;
}
.works-list-preview .text-black h2,
.works-list-preview .text-black h4 {
	color: #000000;
	width: 50%;
}

.works-list-preview .text-white h3 a,
.works-list-preview .text-white h3 span {
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.works-list-preview .text-white h2,
.works-list-preview .text-white h4 {
	color: #FFFFFF;
}




/*	WORK VIEW ==============================================================  */


.works-list {
    float:left;
	clear:both;
	width:100%;
	padding: 0px;
	margin: -5px 0px 0px 0px;
	/*_height: 0;*/
}
.works-list li {
    float:left;
	clear:both;
	width:100%;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 2.5em;
	_margin: 0px 0px 0px 1.3em;
	list-style: none;
	/*_height: 0;*/
}
.works-list li a,
.works-list li span {
	/*display: inline;*/
	float:left;
	clear:none;
	padding: 7px 0px;
}
.works-list li a {
	clear:left;
}



.works-list .selected a,
.works-list .selected a:hover,
.works-list .selected span {
	color: #000000;
}

.works-list li .text-date,
.works-list .selected .text-date {
	position: absolute;
	left: -3.2em;
	top: 0.35em;
	font-family: Arial, 'Lucida Grande', Verdana, Tahoma, sans-serif;
	font-size: 75%;
	color: #999999;
	text-decoration: none;
}

.works-list.views-online .selected a {
	color: #000000;
	text-decoration: none;
	cursor: default;
}

.work-info-progress-indicator {
	float: left;
	width: 100%;
	height: 300px;
	background: #FFFFFF url('../images/spinner-white.gif') no-repeat 50% 126px;
}


/*	NEWS ARCHIVE ===========================================================  */


.news-announce {
	position: relative;
	margin: -20px 0px 0px 0px;
	padding: 0px;
	overflow: visible;
	float: left;
	width: 100%;
	clear: both;
}
.news-announce dt {
	position: relative;
	top: 0.4em;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 4em;
	height: 1px;
	overflow: visible;
	margin: 20px 0px 0px -6em;
	font-family: Arial, 'Lucida Grande', Verdana, Tahoma, sans-serif;
	font-size: 75%;
	color: #999999;
}
.news-announce dd {
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	border-top: solid #000000 1px;
}
.news-announce dd.first-announce {
	border-top: none;
}

.text-no-news-for-period {
	display: block;
	width: 60%;
	margin: 60px 0px;
	color: #AAAAAA;
	font-size: 200%;
}


/*	SEARCH RESULTS =========================================================  */


.search-results {
	position: relative;
	z-index: 30;
}
.search-results h2 {
	margin: 5px 0px 0px 0px;
	font-size: 100%;
	color: #666666;
}
.search-results h2 span {
	color: #000000;
	font-weight: bold;
}

.search-results form {
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

.search-results .input-text {
	width: 300px;
	margin: 0px;
}
.search-results .input-submit {
	margin: 0px 0px 0px 10px;
}

.search-results ul {
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
.search-results li {
	list-style: none;
	padding: 20px 0px 15px 0px;
	border-top: solid #000000 1px;
}
.search-results li.first {
	border-top: none;
}
.search-results li span {
	display: block;
	margin: 5px 0px 0px 0px;
	color: #999999;
	font-size: 90%;
	font-family: Arial, 'Lucida Grande', Verdana, Tahoma, sans-serif;
}

.search-results .empty-result {
	display: block;
	width: 60%;
	margin: 60px 0px;
	color: #AAAAAA;
	font-size: 200%;
}


/*	FEEDBACK ===============================================================  */


.feedback {
	margin: 10px 0px 0px 0px;
}
.feedback table {
	width: 100%;
}
.feedback table th {
	padding: 5px 10px 5px 0px;
	width:160px
}
.feedback table td {
	padding: 5px 0px;
       border:0
}
.feedback input,
.feedback textarea {
	width: 95%;
}
.feedback .input-submit {
	width: 95%;
}


/*	MISCELLANEOUS ==========================================================  */


.box-pages-navigation {
	font-family: Arial, 'Lucida Grande', Verdana, Tahoma, sans-serif;
	float: left;
	margin: 30px 0px 0px 0px;
}
.box-pages-navigation a,
.box-pages-navigation span {
	float: left;
	padding: 5px 7px;
}
.box-pages-navigation .text-title {
	font-size: 100%;
	padding-left: 0px;
}

.link-specail-1 {
	font-family: Arial, 'Lucida Grande', Verdana, Tahoma, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}


.images-group {
	margin: 60px 0px 0px 0px;
}
.images-group img {
	margin: 15px 0px 0px 0px;
}


.related-works {
	margin: 30px 0px 0px 0px;
	color: #000000;
}
.related-works ul {
	margin: 5px 0px 0px 0px;
}
.related-works ul li {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	background: url('../images/list-related-works-arrow.gif') no-repeat 0px 0.5em;
}


.list-1 {
	margin: -5px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-family: Arial, 'Lucida Grande', Verdana, Tahoma, sans-serif;
	font-weight: bold;
}
.list-1 li {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.list-1 li a,
.list-1 li span {
	display: block;
	float: left;
	padding: 5px 0px;
}

.list-1 .selected a,
.list-1 .selected a:hover,
.list-1 .selected span {
	color: #000000;
}
























/*

	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;

*/







