@charset "utf-8";
body {
	background: #000;
	font: 12px "Century Gothic", Helvetica, Verdana, Arial, Calibri, Tahoma, sans-serif;
	color:#b2b2b2;
	width: 100%;
	margin: 0 auto;
	overflow: auto;
}
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}
img {
	border:none;
	background:#14a0c2;
}
h1 {
	background:#14a0c2 url(/i/block/header-bg.png);
	height:29px;
	color:#14a0c2;
	font-size:22px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	padding-left:5px;
	margin:0;
}
h2 {
	color:#14a0c2;
	font-size:16px;
	margin-bottom:5px;
	margin-top: 10px;
}
a {
	color:#14a0c2;
}
a:hover {
	background-color:#14a0c2;
	color:#000;
	text-decoration:none;
}
/*a:visited {
	color: #073945;
}*/
a.noBg {
	background:none;
}
.noBg {
	background:none;
}
p a {
	color:#14a0c2;
}
p a:hover {
	background-color:#14a0c2;
	color:#000;
	text-decoration:none;
}
strong {
	background-color:#F30;
	color:#000;
}
ul {
}
li {
	list-style-type: disc;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left: 18px;
}
/* SECTION */
.section {
	margin-bottom:30px;
}
/* --Corners-- */

.section div.top-corners, .section div.bot-corners, .section div.conten-block{
	position:relative;
}

.section div.corner-lt {
	background:#14a0c2 url(/i/block/block-corner.png) 0% 0%;
	width:7px;
	height:7px;
	position:absolute;
	z-index:2;
}
.section div.corner-rt {
	background:#14a0c2 url(/i/block/block-corner.png) 100% 0%;
	height:7px;
	width:7px;
	position:absolute;
	right:0;
	z-index:2;
}
.section div.border-t {
	background:#14a0c2 url(/i/block/block-h.png);
	width:100%;
	height:7px;
}
.section div.corner-lb {
	background:#14a0c2 url(/i/block/block-corner.png) 0% 100%;
	width:7px;
	height:7px;
	position:absolute;
	z-index:2;
}
.section div.corner-rb {
	background:#14a0c2 url(/i/block/block-corner.png) 100% 100%;
	width:7px;
	height:7px;
	position:absolute;
	right:0;
	z-index:2;
}
.section div.border-b {
	background:#14a0c2 url(/i/block/block-h.png) 0% 100%;
	width:100%;
	height:7px;
}
.section div.conten-block {
	background:none;
	height:200px;
}
.section div.conten-block div.border-l {
	background:#14a0c2 url(/i/block/block-v.png);
	width:7px;
	height:200px;
	position:absolute;
	left:0px;
	z-index:2;
}
.section div.conten-block div.border-r {
	background:#14a0c2 url(/i/block/block-v.png) 100% 0%;
	width:7px;
	height:200px;
	position:absolute;
	right:0;
	z-index:2;
}
.section div.conten-block div.content1 {
	padding:15px;
	position:relative;
	z-index:3;
}
.section div.conten-block div.content1 img {
	position:relative;
	top:-29px;
}

/*-- FOR CLIENTS BLOCK  --*/
.section.clientsBlock{
	width:200px; 
	height:186px; 
	float:left;
	margin:8px;
	margin-bottom:35px;
}
.section div.conten-block.clients{
	text-align:center;
}
.section div.conten-block.clients img{
	background:none;
	
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
.section div.conten-block.clients:hover img{
	background:none;
	
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.section div.conten-block.clients div.separator{
	position:relative;
	z-index:2;
	background-color:#14a0c2;
	height:1px;
	width:196px;
	margin: 0 2px;
	
	filter:alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}


.section div.conten-block:hover.clients div.separator{	
	filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.section div.conten-block.clients p{
	position:relative;
	z-index:2;
	margin: 0 10px;
	padding-top:5px;
	text-align:left;
	
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.section div.conten-block:hover.clients p{
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*-- /FOR CLIENTS BLOCK  --*/


/*-- FOR MAIN PROJECT  --*/
a.mainProject{
	width:300px; 
	height:210px; 
	float:left;
	margin:8px;
	margin-bottom:35px;
	text-decoration:none;
	color:#B2B2B2;
}
a.mainProject img{
	margin-top:5px;
}
a.mainProject p{
	padding:5px;
}
.section div.conten-block.project{
	text-align:center;
	height:230px;
}
.section div.conten-block.project .border-r, .section div.conten-block.project .border-l{
	height:230px !important;
}
.section div.conten-block.project img{
	background:none;
	
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
.section div.conten-block.project:hover img{
	background:none;
	
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.section div.conten-block.project p{
	position:relative;
	z-index:2;
	margin: 0 10px;
	padding-top:5px;
	text-align:left;
	
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.section div.conten-block:hover.project p{
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*-- /FOR MAIN PROJECT  --*/

/*-- H1 headers hover --*/
.section:hover .content1 img.artworks,  
.section:hover .content1 img.multimedia, 
.section:hover .content1 img.graphic,
.section:hover .content1 img.last, 
.section:hover .content1 img.web {
	background:#14a0c2;
}
div.content2 {
	padding-top:15px;
	position:relative;
	z-index:3;
}
/*-- slogon header --*/
.b_slogon {
	display:block;
	padding:10px 0px 5px 10px;
	background:url(../i/arrow.png) no-repeat;
	background-position:center right;
	
}
.b_slogon {
	width:100%;
	height:100%;
	background-color:#073a46;
	}
.b_slogon img{
	background-color: transparent;
}
/*-- /interes header --*/

/*-- last header --*/
 img.last {
	background:#14a0c2 url(/i/skin-r/headers/last.png);
}
/*-- /last header --*/

/*-- graphic header --*/
img.graphic {
	background:#14a0c2 url(/i/skin-r/headers/prj/design.png) no-repeat;
	width:337px;
	height:36px;
}
/*-- /graphic header --*/

/*-- multimedia header --*/
img.multimedia {
	background:#14a0c2 url(/i/skin-r/headers/prj/multimedia.png) no-repeat;
	width:351px;
	height:36px;
}
/*-- /multimedia header --*/

/*-- artworks header --*/
img.artworks {
	background:#14a0c2 url(/i/skin-r/headers/prj/artworks.png) no-repeat;
	width:208px;
	height:36px;
}
/*-- artworks header --*/
img.web {
	background:#14a0c2 url(/i/skin-r/headers/prj/sites.png) no-repeat;
	width:114px;
	height:36px;
}
/*-- /artworks header --*/

/* --Hover options-- */
.section div.border-l, .section div.border-r, .section div.top-corners, .section div.bot-corners {
	visibility:hidden;
}
.section:hover div.border-l, .section:hover div.border-r, .section:hover div.top-corners, .section:hover div.bot-corners {
	visibility: visible;
}
.section:hover div.conten-block {
	background:#14a0c2 url(/i/block/block-bg.png);
}
/* --/Hover options-- */

/* --/Corners-- */
/* /SECTION */


/* LISTS */

.section-list {
	position:relative;
	top:-14px;
}
.section-list ul {
	width:25%;
	float:left;
}
.section-list ul li {
	margin:0;
	padding:0;
	list-style:none;
}
.section-list ul li a {
	color:#14a0c2;
	text-decoration:none;
	height:20px;
	display:block;
	padding-left:5px;
	padding-top:2px;
}
.section-list ul li.hidden a {
	visibility:hidden;
}
.section-list ul li a:hover {
	color:#000;
	background: #14a0c2;
}
.section-list ul li a .year {
	height:20px;
	display:block;
	width:30px;
	position:relative;
	left:100%;
	top:-17px;
	margin-left:-34px;
	visibility:hidden;
}
.section-list ul li a:hover .year {
	visibility: visible;
}
/* Corners */
.section-list ul li div.lt, .section-list ul li div.lb, .section-list ul li div.rt, .section-list ul li div.rb {
	visibility:hidden;
}
.section-list ul li:hover div.lt, .section-list ul li:hover div.lb, .section-list ul li:hover div.rt, .section-list ul li:hover div.rb {
	background:url(/i/block/over-corner.png);
	width:3px;
	height:3px;
	position:relative;
	z-index:1;
	visibility:visible;
	margin-bottom:-3px;
}
.section-list ul li:hover div.rt, .section-list ul li:hover div.rb {
	left:100%;
	margin-left:-3px;
}
.section-list ul li:hover div.lt {
	top:-22px;
}
.section-list ul li:hover div.lb {
	background-position:0% 100%;
	top:-3px;
}
.section-list ul li:hover div.rt {
	background-position:100% 100%;
	top:-3px;
}
.section-list ul li:hover div.rb {
	background-position:100% 0%;
	top:-22px;
}
/*  /Corners */
/* /LISTS */


/* LISTS */

.main-list {
	position:relative;
	top:-14px;
}
.section .main-list a {
	color: #073945;
	text-decoration:none;
}
.section:hover .main-list a {
	color:#14a0c2;
}
.section .main-list a:hover {
	color:#000;
}
.section .main-list a h2 {
	height:20px;
	color:#14a0c2;
	font-size:14px;
	padding-left:5px;
	margin-bottom:5px;
	background:#14a0c2 url(/i/block/header-bg.png) !important;
}
.section .main-list a:hover h2 {
	color:#000;
	background-image:none  !important;
}
.main-list ul {
	width:100%;
	float:left;
}
.main-list ul li {
	margin:0px;
	padding:0;
	list-style:none;
}
.main-list ul li a {
	color:#14a0c2;
	text-decoration:none;
	height:20px;
	display:block;
	padding-left:5px;
	padding-top:2px;
}
.main-list ul li a:hover {
	color:#000;
	background: #14a0c2;
}
.main-list ul li a .year {
	height:20px;
	display:block;
	width:30px;
	position:relative;
	left:100%;
	top:-17px;
	margin-left:-34px;
	visibility:hidden;
}
.main-list ul li a:hover .year {
	visibility: visible;
}
/* Corners */
.main-list ul li div.lt, .main-list ul li div.lb, .main-list ul li div.rt, .main-list ul li div.rb {
	visibility:hidden;
}
.main-list ul li:hover div.lt, .main-list ul li:hover div.lb, .main-list ul li:hover div.rt, .main-list ul li:hover div.rb {
	background:url(/i/block/over-corner.png);
	width:3px;
	height:3px;
	position:relative;
	z-index:1;
	visibility:visible;
	margin-bottom:-3px;
}
.main-list ul li:hover div.rt, .main-list ul li:hover div.rb {
	left:100%;
	margin-left:-3px;
}
.main-list ul li:hover div.lt {
	top:-22px;
}
.main-list ul li:hover div.lb {
	background-position:0% 100%;
	top:-3px;
}
.main-list ul li:hover div.rt {
	background-position:100% 100%;
	top:-3px;
}
.main-list ul li:hover div.rb {
	background-position:100% 0%;
	top:-22px;
}
/*  /Corners */
/* /LISTS */


.content {
	position: absolute;
	z-index:200;
	margin-left:5%;
	width:90%;
	height:100%;
	min-width:872px;
}
.content #logo {
	position: absolute;
	z-index:150;
	top: 30px;
	background-color:#14a0c2;
}
/**************/
.subNav {
	position: absolute;
	z-index:1;
	top:5%;
	right:0px;
	width:85%;
	margin-top:80px;
}
/** SUB MENU **/
.subNav .sm {
	height:34px;
	margin-top:-16px;
	margin-bottom:20px;
}
.subNav .sm img {
	background-color:#14a0c2;
}
.subNav .sm .item {
	float:right;
	margin-right:20px;
}
.subNav .sm .item#select {
	margin-bottom:2px;
}
/** /SUB MENU **/

/** SECTION CONTENT **/
.content .fixedRow #title {
	width:100%;
	float:left;
}
.content .fixedRow table.header {
	margin-bottom:40px;
}
.content .fixedRow table.header td {
	width:50%;
}
.content .fixedRow table.header td.paddingRight {
	padding-right:7px;
}
.content .fixedRow table.header td.paddingLeft {
	padding-left:7px;
}

.content .fixedRow #pict {
	float:left;
	background:url(/i/content/mcg/ban/bb.jpg) no-repeat;
	width:100%;
	height:200px;
}
.content .fixedRow #textHeader {
	width:100%;
	height:13px;
	background:url(/i/gal/scr_bg.png);
	background-color:#14a0c2;
	margin-bottom:15px;
}
.content .fixedRow #textHeader h2 {
	background:#000;
	color:#14a0c2;
	font-size:17px;
	width:100%;
	display:inline;
	padding-right:10px;
	position:relative;
	top:-5px;
}
/*------- УСТАРЕВШЕЕ ---------*/ 
/*Используется в разделах "сайты" и "гр. диз"
в заголовках страниц у проектов*/ 
.content .fixedRow #title > img {
	margin-bottom:15px;
}
/*------- /УСТАРЕВШЕЕ ---------*/ 

/* Заменить на это по аналогии с разделом мультимедиа */
.content .fixedRow img.title  {
	margin-bottom:15px;
}


.content .fixedRow .row {
	width:100%;
	min-width:872px;
	margin-bottom:30px;
}
.content .fixedRow .row .but_l {
	width:150px;
	top:184px;
	position:relative;
	margin-bottom:-36px;
}
.content .fixedRow .row .but_r {
	position:relative;
	left:100%;
	top:184px;
	margin-left:-36px;
	margin-bottom:-36px;
}
.content .fixedRow .container {
	width:800px;
	height:500px;
	overflow:hidden;
	position:relative;
	left:50%;
	margin-left:-400px;
}
.content .fixedRow .container img {
	margin-bottom:20px;
}
.content .fixedRow .container #hide_l {
	background:url(/i/gal/hide_lh.png) repeat-y;
	width:50px;
	height:1000px;
	position:relative;
	z-index:2;
	margin-bottom:-1000px;
}
.content .fixedRow .container #hide_r {
	background:url(/i/gal/hide_rh.png) repeat-y;
	width:50px;
	height:1000px;
	position:relative;
	z-index:2;
	left:750px;
	margin-bottom:-1000px;
}
.content .fixedRow .item {
	width:700px;
	margin: 0px 50px;
}
.content .fixedRow .item p{
	margin-bottom:7px;
	margin-top:0px;
	position:relative;
	top:-8px;
}
.content .fixedRow {
	position: absolute;
	z-index:1;
	top:5%;
	right:0px;
	width:85%;
	margin-top:120px;
}
/** /SECTION CONTENT **/


.bg {
	position:absolute;
	z-index:1px;
	width:100%;
}
.bg #minW {
	width:900px;
	height:50px;
}
