/*
GS CSS
*/


/* begin: RESET */

* {padding:0; margin:0;}

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, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	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: "" "";
}

/* end: RESET */





body {
	color: #000;
	font: normal 62.5% Arial;
	margin: 45px 0;
}

/* TOOLS */

/* DISPLAY VALUES */
.hide				{ display: none; }
.show				{ display: block; }
.invisible			{ visibility: hidden; }
.rel                { position: relative; }

/* LAYOUT TOOLS */
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; line-height: 1px; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }

/* TYPOGRAPHIC TOOLS */
.underline			{ text-decoration: underline; }
.noDecoration		{ text-decoration: none; }
.resetTypeStyle		{ font-weight: normal; font-style: normal; font-size: 100%;
					  text-decoration: none; background-color: none; word-spacing: normal;
					  letter-spacing: 0; text-transform: none; text-indent: 0; 
					}

					
/* LAYOUT */

.container {
	font-size: 1.2em;
	margin: 0 auto;
	width:  960px;
	border: 0px dotted red;
}

.main_left {
	float: left;
	width: 226px;
border: 0px dotted red;	
}

.main_right {
	float: right;
	width: 218px;
border: 0px dotted green;	
}

.main_content {
	float: left;
	width: 516px;
border: 0px dotted blue;	
}

.main_lm {
float: left;
width: 742px;
border: 0px dotted red;
}




.default_left {
	float: left;
	width: 175px;
}

.default_right {
	float: right;
	width: 218px;
}

.default_content {
	float: left;
	width: 567px;
}



/* misc */

.main_content {
}

.default_content .content {
padding-top: 0px;
}

.content {
padding: 0 40px;
text-align: justify;
margin-bottom: 40px;
}

/* TYPOGRAPHY */

a       {color: blue;}
a:hover {color: red;}

/**/

p,
ul {
	padding-bottom: 1em;
}

p  {
    line-height: 1.5em;
}

/**/

ul {margin-left: 1.2em;}
li {list-style: none;}

.default_content h1 {
font-family: Times New Roman;
font-size: 24px;
color: #b81b28;
}

.default_content h2 {
font-family: Times New Roman;
font-size: 21px;
color: #1c43b2;
line-height: 65px;
text-align: left;
}

.default_content .review h2 {
margin: 18px 0 0 0;
line-height: 25px;
}


.default_content ul {
margin:  0;
}

.default_content li {
list-style: none;
margin:  0;
display: block;
padding: 0px 0px 0px 11px;
background: url('/i/li-2.gif') 0 100% no-repeat;
background-position: 0 1px;
}




/* Footer */

#footer {
    padding: 10px 0;
    border-top: 1px solid #9ABEEE;
    font-family: Tahoma;
	font-size: 11px;
	width: 100%;
	color: #7f7f7f;
}

#footer p {
padding: 0;
margin:  0;
}

#footer .floatLeft, 
#footer .floatRight
{
vertical-align: top;
margin:  0;
padding: 0;
}

#footer .floatLeft {
text-align: left;
width: 226px;
padding-top: 6px;
}

#footer .floatRight {
text-align: right;
width: 218px;
}

#footer .main_content, #footer .default_content {
text-align: center;
}








/**/

.short_news {
padding: 0 8px;
}

.short_news td {
vertical-align: top;
padding: 15px 9px 15px 0px;
}

span.dt {
padding: 0;
margin:  0;
color: red;
}

.short_news td.nt p, 
.short_news td.nt
{
font-family: Tahoma;
font-size: 12px;
line-height: 15px;
padding-left: 0;
}


div#logo a {
text-decoration: none;
border: 0;
}












/* ADMIN */

#adholder {
  text-align: center;
  margin-left: 0;
  padding: 0;
}

.adbox {
  float: left;
  width: 110px;
  border: 1px solid #CCC;
  background: #fff;
  padding: 0.4em;
  margin: 0.2em;
  }
  
.adbox:hover {
  border: 1px solid #c00;
}  

.adbox a:hover {
  color: #c00;
  cursor: hand;
} 

.adbox img {
  width:  60px;
  height: 60px;
  vertical-align: bottom;
}  
  
.adbox p {
  padding: 1px;
  text-align: center;
  height: 10px;
  font-size: 11px;
}





/* MISC */

img.right
{
position: relative;
float: right;
margin: 0em 0em 0.1em 0.1em;
padding: 2px 2px;
}

a.cl:hover {
color: #891E32;
} 

div.page-scroller {
text-align: right;
padding: 2px;
margin: 2px;
display: block;
font-family: Arial;
font-size: 13px;
}

span.active {
width:  26px;
height: 26px;
background: url('/i/site/page_bt.png') center center no-repeat;
padding: 13px;
color: #fff;
}

div.page-scroller a {
vertical-align: middle;
padding: 0 10px;
color: #7e7e7e;
}

div.page-scroller a:hover {
vertical-align: middle;
color: #000;
}





#holder {
margin:0;
padding: 0;
}

.box {
float: left;
width: 100px;

padding: 0.4em;
margin: 0.1em;
margin-right: 1em;
}

.box img,
.tn
{
width:  50px;
height: 100px;
vertical-align: bottom;
}  
  
.box p {
margin-top: 5px;
padding: 1px;
text-align: left;
height: 62px;
font-family: sans-serif;
font-size: 13px;
font: 13px/16px;
line-height: 16px;
font-weight: normal;
color: #000;
} 




.prd {
vertical-align: middle;
text-align: left;
font-weight: bold;
}

.del {
width: 30px;
vertical-align: middle; 
text-align: center;
}


.newproduct td {
padding: 2px 1px;
}

.newproduct span {
color:#999;
font-size:x-small;
} 

#cat td {
text-align: center;
}

#cat td.pt {
padding-left:20px;
text-align: left;
}

optgroup {
color: #990000;
background-color: #fff;
}

optgroup option {
color: #000;
}


.isdel, .cdel {
width:  20px;
height: 20px;
background: url('/i/ico.delete.gif') center center no-repeat;
}

.edit {
width:  20px;
height: 20px;
background: url('/i/ico.map.gif') center center no-repeat;
}

.fck {
width:  20px;
height: 20px;
background: url('/i/ico.edit.fck.gif') center center no-repeat;
}


.fck a,
.edit a, 
.isdel a,
.cdel a 
{
width:  20px;
height: 20px;
cursor: hand;
vertical-align: middle;
text-decoration: none;
display: block;
}

.cdel a {
height: 100px;
vertical-align: middle;
}

.ci {
vertical-align: middle;
text-align: right;
}

.cc {
vertical-align: middle;
text-align: center;
}

.small {
font-size: 10px;
}


/**/

/* site map */

#smap ul, #smap li { list-style: none; margin: 0; padding: 0; }
#smap ul { padding-left: 1em; }
#smap li { padding-left: 1em; border: 1px dotted black; border-width: 0 0 1px 1px; }
#smap li.container { padding-left: 0px; border-bottom: 0px;}
#smap li a { display: block; padding-left: 14px; margin: 0; background: white; position: relative; top: 0.6em; color: #095B9F; }
#smap li a:hover {color: #891E32}
#smap li ul { border-top: 1px dotted black; margin-left: -1em; padding-left: 2em; }

/**/

	
img.png {
border: 0;	
}

td.search {
padding: 6px 0 0 0;
}


input#search {
font-family: Tahoma;
font-size: 11px;
color: #878c92;
background: transparent;
padding: 2px 0 0 5px;
margin: 0;
border: 0;
}


input.find {
cursor: hand;
}

div.picg a img {
padding-right: 28px;
}

.dot {
vertical-align: middle;
padding: 0;
margin:  0;
font-size: 1px;
height: 1px;
line-height: 1px;
background: url('/i/site/dot.png') 0 0 repeat-x;
}

a.arr {
margin:  0;
padding: 0px 0px 0px 16px;
background: url('/i/site/arr.png') 0 100% no-repeat;
background-position: 0 4px;
}

.sb {
width: 157px;
height: 19px;
background:url('/i/site/sb.png') no-repeat bottom;
}

.sb_input
{
background:none;
border:none;
width:134px;
height:19px;
margin:0;
padding: 0px 7px 4px 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}





.choose_div {
margin: 0px;
height: 26px;
width:  95px;
background:url('/i/site/choose_bt.png') no-repeat bottom;
}



#choose_btn {
position: absolute;
top: -8px;
right: 20px;
}

input#choose_bt
{
vertical-align: middle;
color: #fff;
background:none;
border: 0;
width:  95px;
height: 25px;
margin:0;
padding: 0px 4px;
font-family: Arial;
font-size: 13px;
}

.r {
text-align: right;
vertical-align: middle;
}











.vert{
	 /* ie only */
  writing-mode: tb-rl;
  filter: flipv fliph;
}

.row {
background-color: #FFF5E0;
}






.table {
  width: 100%;
  font-size: 11px;
  font-family: Tahoma;
  border: none;
  margin: 0 0 20px 0;
  border-top: 1px solid #FDB631;
  border-right: 1px solid #FDB631;
}

.table td {
  border-left: 1px solid #FDB631;
  border-bottom: 1px solid #FDB631;  
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}

.table th {
  background: #FDB631;
  color: #FFF;
  font-size: 13px;
  padding: 6px 4px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.table .even {
background-color: #FFFAF0;
}


em {
color: #E87100;
}


#main-content ul {
margin:  0;
padding: 0;
}

#main-content li {
list-style: none;
margin:  0;
display: block;
padding: 0px 0px 0px 11px;
background: url('/i/li-2.gif') 0 100% no-repeat;
background-position: 0 1px;
}


.kroshki {
margin-left: 20px;
}






.company_info {
display: block;
padding: 0;
margin: 20px 0 0 0px;
font-size: 12px;
font-family: Arial;
width: 680px;
}

.company_info ul {
padding: 0;
margin:  0;
}

.company_info li {
float: left;
padding: 0 8px 2px 0;
}

.company_info li img {
margin: 2px 0 0 0;
}




/* Buttons */

.buttons {
}

.buttons div a img {
width: 80px;
position: relative;
clear: both;
float: left;
}

.buttons div {
width: 180px;
height: 65px;
/*
padding: 1px 0;
*/
display: block;
vertical-align: middle;
margin: 20px 0;
border: 1px solid transparent;
}

.buttons div a {
display: block;
text-decoration: none;
font-size: 15px;
font-family: Arial;
}

.buttons div a:hover {
color: #000;
}

.buttons div a span {
display: block;
float: left;
margin-top: 13px;
}

.buttons div.selected {
border: 1px solid #BCDAFB;
background: #eaf3fe;
}

ul li a.DOC i,
.buttons div a span i {
font-family: Tahoma;
font-size: 11px; 
font-style: normal;
color: #666666;
line-height: 15px;
}



/* Left Menu */

.l_menu {
}

.main_left .l_menu {
position: absolute;
top: 200px;
left: 85px;

}

.l_menu ul {
padding: 0;
margin:  0;
}

.l_menu li {
margin: 10px 0;
text-align: right;
}

.l_menu li a {
color: #7c7c7c;
font-size: 14px;
font-style: italic;
font-weight: bold;
text-decoration: none;
}

.l_menu li a:hover {
color: #000;
}

.l_menu li a.plash {
color: #000;
}





/* Right Menu */

.r_menu {
margin: 40px 0 0px 30px;
}

.r_menu ul {
padding: 0;
margin:  0;
}

.r_menu li {
font-size: 15px;
font-family: Arial;
margin: 10px 0;
}

.r_menu li a {
color: #4C4C4C;
text-decoration: none;
padding-left: 3px;
}

.r_menu li a:hover {
color: #C13945
}

.r_menu li a.plash {
color: #6AB84C;
color: #fff;
background: #74c256;
padding: 3px 6px;
text-shadow: 1px 1px 2px #47832F;
/*
position: relative;
left: 0px; 
top: 0px;
*/
}

/*
.r_menu li a.plash span {
color: #fff;
position: absolute;
left: 6px; 
top: 3px;
}
*/




/* Tooltip */

.tooltip {
position: absolute;
}

.tooltip div {
position: relative;
top:  15px;
left: 49px;
}

.tooltip div.dom {
position: relative;
top: -115px;
left: -8px;
padding: 10px;
text-align: right;
display: block;
text-shadow: 1px 1px 2px #3D9CA9;
}

.tooltip div.dom a {
color: #fff;
font-size: 20px;
font-family: Arial;
text-decoration: none;
}

.tooltip div.dom span {
position: relative;
color: #fff;
font-size: 12px;
display: block;
margin: 10px 0 0 0;
}




/* Tabs */

.tabs table {
border: 0;
}

.tabs table td {
vertical-align: top;
padding: 4px 15px;
width: 70px;
}

.tabs table h3 {
font-family: Tahoma;
font-size: 11px;
display: block;
text-align: center;
height: 30px;
margin-bottom: 20px;
font-weight: normal; 
}

.tabs big {
font-size: 20px;
font-family: Arial;
line-height: 18px;
}






/* Корпуса */

#corp {
padding: 0;
margin:  0 0 0 15px;
}

ul.corp {
padding: 0;
margin:  0;
}

ul.corp {
padding: 0;
margin:  0;
}

ul.corp li {
font-size: 12px;
font-family: Arial;
margin: 10px 15px 0 0;
float: left;
position: relative;
background: none;
}

ul.corp li a {
color: #3255ba;
text-decoration: none;
border-bottom: 1px dotted #3255ba;
padding: 3px 6px;
display: block;
float: left;
}

ul.corp li a.selected {
color: #fff;
background: #3255ba;
}





/* Площади */

ul.pl {
}

ul.pl li {
margin: 10px 0;
background: none;
}

ul.pl li a {
display: block;
color: #1c43b2;
font-family: Arial;
font-size: 12px;
text-decoration: none;
}




sup {
	height: 0;
	line-height: 1;
	vertical-align: top;
	font-size: 9px;
	padding-left: 1px;
}





/* Список площадок */
.projects-list {
margin: 18px 0 0 0;
}

.projects-list ul {
margin:  0;
}

.projects-list li {
margin: 0 0 22px 0;
background: none;
}

.projects-list li a {
display: block;
color: #3C5C64;
font-size: 13px;
text-align: left;
text-decoration: none;
}

.projects-list li a:hover {
color: #C13945;
}



div#gal {
margin: 20px 0 0 0;
}

div#gal ul {
list-style: none;
padding: 0;
 margin:  0px 0 0 0;
.margin:  6px 0 0 0;
}


div#gal ul li {
padding: 0 1px 2px 1px;
margin:  0;
list-style: none;
background: none;
}


div#gal ul li img {
width:  50px;
height: 50px;
padding: 0;
margin:  1px;
}



div#gal ul li a {
 display: block;
.display: inline; /* ie */
padding: 2px;
border: 2px solid transparent;
}

div#gal ul li a.active {
list-style: none;
border: 2px solid #9ABEEE;
margin:  0;
}

img#b_image {
margin: 1px 4px 1px 12px;
border: 1px solid #9ABEEE;
}



/* FAQ */

#ymessage {
color: #000;
font-family: Tahoma;
font-size: 12px;
}

#ymessage div {
margin: 10px 0 4px 0;
}

#ymessage input,
#ymessage textarea
{
padding: 3px 4px;
margin:  0;
width: 250px;
border: 1px solid #9ABEEE;
}

#ymessage input#submit {
padding: 0;
margin:  8px 0 0 0;
width: 80px;
height: 20px;
float: right;
font-family: Arial;
font-size: 10px;
background: #9ABEEE;
cursor: hand;
}




div#faq {
margin: 20px 0 0 0;
}



ul#prjcats li {
color: #7d7d7d;
font-style: italic;
margin: 0 0 5px 0;
}

ul#prjcats li ul {
list-style: none;
padding: 0 0 6px 0;
margin: 0;
}

ul#prjcats li ul li {
color: #1d1d1d;
}





/* Лицензии */

ul.licenses {
margin: 20px 0 0 0;
}

ul.licenses li {
width: 148px;
display: block;
float: left;
background: none;
margin: 4px 12px 4px 2px;
padding: 0;
font-family: Arial;
color: #9d9d9d;
font-size: 14px;
}

ul.licenses li img {
display: block;

}

ul.licenses li a {
color: #1c43b2;
text-decoration: underline;
}

ul.licenses li span {
display: block;
font-family: Tahoma;
font-size: 11px;
text-align: left;
color: #000;
padding: 2px 2px;
line-height: 12px;
}


        
        .DOC
        {
		    background:url('/i/ext/word.png') 0 0 no-repeat;
		    padding-left: 22px;
        }


.liveinet{
	margin:-1px 0 0 70px;

}

#dop_info{
	width:100%;
	border-top:1px solid #9ABEEE;
	padding:10px 0 15px;
	line-height:1.5
	}

#dop_info h3{
	color:#1C43B2;
	font:18px Times New Roman;
	padding-bottom:5px
	}

.dop_float_left{
	float:left;
	width:300px;
	}

.dop_float_right{
	width:300px;
	float:right
	}

.dop_center{
	width:335px;
	float:right;
	padding-right:20px
	}																 
