@import url("clear.css");

body {
	color: white;
	font: 100% Tahoma, Helvetica, sans-serif;
	background: black url(/media/i/internal-bg.jpg) no-repeat 50% 0;	
}
body.fix { background-position: -420px 0px; } 
body.fix #main { left: 50px; margin-left: 0px; }

a:link, a:visited { color: #AFAFAF; text-decoration: underline; }
a:hover { color: #AFAFAF; text-decoration: none; }

#container {
	position: relative;
	width: 100%;
	min-width: 910px;
	overflow: hidden;	
}

#main {
	position: relative;
	width: 980px;	
	min-height: 600px;
	_height: 600px;
	left: 50%;
	margin-left: -490px;
}

/* меню */
#menu {
	position: absolute;
	width: 150px;
	height: 340px;
	top: 240px;
	left: -21px;	
}
#menu ul { margin-top: 10px; }
#menu li { font-size: 110%; line-height: 1.5em; }
#menu li ul { margin: 0 0 15px 20px; }
#menu li li { font-size: 70%; line-height: 1.4em; white-space: nowrap; }
#menu li.sel { position: relative; left: 0px; margin: 3px 0 0 0px; }
#menu li.sel > a { padding: 1px 6px 2px 6px; background-color: white; }
#menu li.sel > a:link { color: black; text-decoration: none; }
#menu li.sel > a:visited { color: black; text-decoration: none; }
#menu li.sel > a:hover { color: black; text-decoration: none; }

.ie-sel { padding: 1px 6px 2px 6px; background-color: white; }
.ie-sel:link { color: black; text-decoration: none; }
.ie-sel:visited { color: black; text-decoration: none; }
.ie-sel:hover { color: black; text-decoration: none; }



/* контакты */
#contacts {
	position: absolute;
	width: 190px;
	top: 180px;
	right: -120px;
	font-size: 75%;
	color: #5a5a5a;
	padding: 15px;
}
#contacts h2 {
	font-size: 135%;
	color: #a5a5a5;
	line-height: 1.1em;
}
#contacts p { margin: 11px 0; }
#contacts p.more { margin-top: 25px; }
#contacts p.more span {	font-size: 120%; }

/* переключение языка */
#lang {
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	font-weight: bold;
	font-size: 70%;
}
#lang:link, #lang:visited { color: #6f6f6f; text-decoration: none; }
#lang:hover { color: white; text-decoration: none; }


/* главная панель */
#content {
	position: relative;
	width: 680px;
	padding: 60px 0 50px 0;
	margin-left: 150px;
	font-size: 75%;
}

#content h1 { font-size: 215%; color: white; margin-bottom: 20px; line-height: 1.1em; }

#main .work { width: 640px; margin-left: 175px; }
.work .date { color: #696969; font-size: 90%; margin-bottom: 2px; }
.work .url { font-size: 153%;	margin: 10px 0 15px 0; }
.work .pic-anot {
	color: gray;
	font-size: 90%;
	padding: 3px 2px;
	margin-bottom: 15px;
}

#social-buttons {
    position: relative;
    clear: both;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-top: 15px;
    border-top: 1px dotted #292929;
    opacity: 0.65;
}
#social-buttons:hover {
    opacity: 1;
}


#nav {
    position: relative;
    margin: 0 -25px 0px -25px;
}
#nav-left, #nav-right  {    
    display: block;
    position: absolute;
    top: 27px;
    width: 14px;
    height: 12px;
    background-position: 0 -11px;
    background-repeat: no-repeat;
}
#nav-left { left: 0; background-image: url(/media/i/navigation-left.png); }
#nav-right { right: 0; background-image: url(/media/i/navigation-right.png); }
#nav-left:hover, #nav-right:hover { background-position: 0 0; }


#others { margin: -20px 0 30px -6px; color: #696969; line-height: 1.7em; }
#others a { padding: 2px 6px 3px 6px; }
#others a.sel { background-color: white; padding-left: 6px; }
#others a.sel span { font-size: 115%; }
#others a.sel:link { color: black; text-decoration: none; }
#others a.sel:visited { color: black; text-decoration: none; }
#others a.sel:hover { color: black; text-decoration: none; }
#others h2 {
    font-size: 140%;
    margin-bottom: 10px;
    color: gray;
}

/*
.others a:first-child { padding-left: 6px; }
.others a.sel:first-child { padding-left: 6px; }
*/



#works-list td {
	width: 50%;
	vertical-align: top;
	padding: 0 1px 15px 1px;
	font-size: 90%;
	line-height: 1.15em;
}
#works-list td img { margin-bottom: 2px; }
#works-list td h3 { padding-right: 20px; }
#works-list td h3 span { color: #696969; font-size: 90%; white-space: nowrap; }
#works-list td h3 a:link, #works-list td h3 a:visited  { text-decoration: none; }
#works-list td h3 a:hover, #works-list td h3 .thover { color: white; }

.pagination { margin-top: 10px; font-size: 120%; }
.pagination a { padding: 0 3px; }
.pagination a:link, .pagination a:visited { text-decoration: none; }
.pagination a:hover { text-decoration: none; color: gray; }
.pagination b { padding: 3px 5px; background-color: #3F3F3F; }

.border-gray { border: 1px solid #2a2a2a; }

/* студия */
#studio { margin-top: 25px; padding-left: 15px; }
#studio h1 { margin-bottom: 30px; }
#studio h2 { font-size: 165%;  }

#studio .contacts { position: relative; margin-bottom: 30px; }
#studio .contacts .design {
    position: relative;
    float: left;
    width: 50%;
}
#studio .contacts .web { position: relative; margin-left: 50%; }
#studio .contacts h2 { margin-bottom: 3px; } 
#studio .contacts .descr {
    line-height: 1.2em;
    color: gray;
    margin-bottom: 10px;
    font-size: 90%;
}
#studio .contacts .phone { font-size: 140%; margin-bottom: 5px; }
#studio .contacts .phone span { color: gray; font-size: 70%; }
#studio .contacts .address { position: relative; }

#studio .feedback fieldset {
	padding: 10px 15px;
	background-color: #121212;
	border: 1px solid #2D2D2D;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #807f7f;
	//position: relative;
}
#studio .feedback fieldset legend {
	//position: relative;
	//top: -1.4em;
	//margin-bottom: -1.4em;
    color: white;
	padding: 0 5px;
	font-weight: bold;
}
#studio .feedback td { padding: 5px; line-height: 1.5em; }
#studio .feedback input, #feedback textarea {
    border: 1px solid #989898;
    padding: 2px;
    background-color: #e2e2e2;
    font: 100% Tahoma;

}
#studio .feedback button { font-size: 100%; }
#studio .feedback .f-incorrect { border: 3px solid red; }
#studio .feedback #feedback-error { color: red; font-size: 95%; line-height: 1.2em; }
#studio .feedback #feedback-success { font-size: 95%; line-height: 1.2em; }
#studio .feedback #feedback-success strong { color: white; }

#studio .map .box {
    width: 98%;
    height: 300px;
    border: 5px solid #2D2D2D;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
    margin-bottom: 30px;
    color: black;
}



#vacancy { padding: 0 20px; }
#vacancy .info {
    color: gray;
    margin-bottom: 25px;
}
#vacancy dl dt { font-size: 185%; margin-bottom: 5px; }
#vacancy dl dd { margin: 0 0 30px 30px; }
#vacancy ul li {
	padding-left: 18px;
    margin-bottom: 3px;
	background: url(/media/i/li.gif) no-repeat 0 8px;
}


#services { padding: 0 20px; }
#services dl dt { font-size: 185%; margin-bottom: 5px; }
#services dl dd { margin: 0 0 30px 30px; }
#services ul li {
	padding-left: 18px;
    margin-bottom: 3px;
	background: url(/media/i/li.gif) no-repeat 0 8px;
}

#services .info p {
    margin-bottom: 25px;
    color: #afafaf;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.3em;
}
#services .info p a { color: white; }

#logos { margin-top: -5px; }
#logos a {
    display: block;
    height: 85px;
    width: 85px;    
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
}

#logos a.pda { background: url('/media/i/logo_pda.png') no-repeat 0 0; }
#logos a.akbr_rus { background: url('/media/i/logo_akbr_rus.png') no-repeat 0 0; }
#logos a.akbr_eng { background: url('/media/i/logo_akbr_eng.png') no-repeat 0 0; }

#logos a:hover { background-position: 0 -85px; }





