/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
* { padding:0px; margin:0px; font:Verdana, Arial, Helvetica, sans-serif  }
body {
font-size: 12px;
background: #fff ;
color:#000;
font: normal 9pt Verdana, Arial, sans-serif;
}
tr.odd td, tr.even td {
  padding: 0.5em;
}

h1 {

            font-size:1.6em;
          
            line-height:1;
			text-align:center;
            color:#000; 
            padding-bottom: 13px;   
            
			font-weight:normal; 

}


h2 {           font-size:1.5em;
			text-align:center;
            line-height:1;
            color:#000;
            padding-bottom: 13px;
            font-weight:normal;
}

h3 { 
			text-align:center;            font-size:1.5em;
            line-height:1;
            color:#000;
            padding-bottom: 13px;
            font-weight:normal;
}
h4 { 
			text-align:center;            font-size:1.5em;
            line-height:1;
            color:#000;
            padding-bottom: 13px;
            font-weight:normal;
}


h5 { 
			text-align:center;            font-size:1.3em;
            color:#000;
            font-weight:normal;
			width:100%;
			padding:0px;
}


p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  color: #05c;
}
a:visited {
  color: #33c;
}
a:hover {
  color: #f00;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #0024FF;
}
.item-list .title {
  font-size: 1em;
  color: #0024FF;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#content { width:940px;   }

#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #0024FF;
}
#navlist a {
  color: #0024FF;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #0024FF;
}
#subnavlist a {
  color: #0024FF;
}
ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  padding: 1.5em 2em;
  color: #0024FF;
}
#mission a, #mission a:visited {
  color: #0024FF;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #000;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}

#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}


#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#footer {
  padding: 0px;
  font-size: 0.8em;
  text-align:center;
}



/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.1em;
  color: #000;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #0024FF;
  font-size: 0.8em;
}
.links {
  color: #000;
}
.links a {
}

.block {
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
  
}
.block .title {
  margin-bottom: .25em;
}
.block .content {
padding:5px;
padding-bottom: 30px;
font-size:10px
  
}

.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
  padding: .5em;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}
.node .taxonomy {
  color: #0024FF;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  background:#000;
  width: 100%;
}
#forum td {
  background:#000;
  padding: 0.5em;
  border-bottom:1px solid #CCCCCC;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}

div.admin-panel h3 {
  color: #000;
  padding: 5px 8px 5px;
  margin: 0;
}

#sidebar-left {
position:absolute; left:0px; top:0px;
}

#sidebar-left, #sidebar-right {
  width: 240px; 
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  vertical-align: top;
  
}




#sidebar-right #block-menu-menu-web-design { width:349px; }

#sidebar-right #block-menu-menu-web-design .title { padding:0px; height:0px; background:url(img/main-creat.gif);  width:319px; height:49px; line-height:49px; color:#FFFFFF; text-transform:uppercase; text-align:left; padding-left:30px;   }
#sidebar-right #block-menu-menu-web-design .content { border:1px dashed #ccc}
#sidebar-right #block-menu-menu-web-design .content ul li { list-style-image: none; list-style:none; background:url(img/main-ukaz.gif) no-repeat 0px 11px; margin:0px;  padding:5px; padding-left:15px; font-size:12px; }
#sidebar-right #block-menu-menu-web-design .content ul li ul { list-style-image: none; list-style:none; }
#sidebar-right #block-menu-menu-web-design .content ul li ul li { list-style-image: none; list-style:none; padding:0px; margin:0px; padding-top:6px; font-size:11px;  background:none }
#sidebar-right #block-menu-menu-web-design .content ul li ul li a { color:#999999 }
#sidebar-right #block-menu-menu-web-design .content ul li ul li a:hover { color:#000  }




#sidebar-right #block-menu-menu-print { width:349px; }
#sidebar-right #block-menu-menu-print .title { padding:0px; height:0px; background:url(img/main-print.gif);  width:319px; height:49px; line-height:49px; color:#FFFFFF; text-transform:uppercase; text-align:left; padding-left:30px;}
#sidebar-right #block-menu-menu-print .content { border:1px dashed #ccc}
#sidebar-right #block-menu-menu-print .content ul li { list-style-image: none; list-style:none; background:url(img/main-ukaz.gif) no-repeat 0px 11px; margin:0px;  padding:5px; padding-left:15px; font-size:12px; }
#sidebar-right #block-menu-menu-print .content ul li ul { list-style-image: none; list-style:none; }
#sidebar-right #block-menu-menu-print .content ul li ul li { list-style-image: none; list-style:none; padding:0px; margin:0px; padding-top:6px; font-size:11px; background:none  }
#sidebar-right #block-menu-menu-print .content ul li ul li a { color:#999999 }
#sidebar-right #block-menu-menu-print .content ul li ul li a:hover { color:#000  }



#sidebar-right #block-menu-menu-3d { width:349px; }
#sidebar-right #block-menu-menu-3d .title { padding:0px; height:0px; background:url(img/main-3D.gif);  width:319px; height:49px; line-height:49px; color:#FFFFFF; text-transform:uppercase; text-align:left; padding-left:30px;  }
#sidebar-right #block-menu-menu-3d .content { border:1px dashed #ccc}
#sidebar-right #block-menu-menu-3d .content ul li { list-style-image: none; list-style:none; background:url(img/main-ukaz.gif) no-repeat 0px 11px; margin:0px;  padding:5px; padding-left:15px; font-size:12px; }
#sidebar-right #block-menu-menu-3d .content ul li ul { list-style-image: none; list-style:none; }
#sidebar-right #block-menu-menu-3d .content ul li ul li { list-style-image: none; list-style:none; padding:0px; margin:0px; padding-top:6px; font-size:11px; background:none  }
#sidebar-right #block-menu-menu-3d .content ul li ul li a { color:#999999 }
#sidebar-right #block-menu-menu-3d .content ul li ul li a:hover { color:#000  }



#footer1 { height:62px; background:url(img/footer-block.gif) top center  no-repeat; width:100%; text-align:center; padding:0px; margin:0px; padding-top:17px;}

table { border-collapse:inherit}




/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}  



* { border-collapse:inherit}

#logo { width:158px; height:65px; background:url(img/logo.vladweb.gif) no-repeat bottom; float:right; }
#address { padding-top:150px; color:#FFFFFF}


.taxonomy .node { padding:0px; margin:0px; position:relative; text-align:left   }
.taxonomy .node * { position:relative}
.taxonomy #main .node h2 { text-align:left; padding:0px; padding-top:15px;  color:#05c;}
.taxonomy #main .node h2 a { color:#05c}
.taxonomy #main .node h2 a:hover { text-decoration:underline; color:#f00; }
.taxonomy .node .field-field-short .field-label { display:none}
.taxonomy .node .field-field-short { color:#666}

#block-menu-menu-header {padding:0px; margin:0px; width:100%;  height:41px; background:#960101;  }
.taxonomy-20 #block-menu-menu-header {background:#841E3B;}
.taxonomy-21 #block-menu-menu-header {background:#CD5100;}
#block-menu-menu-header .title { display:none}
#block-menu-menu-header .content { width:100%; height:42px;padding:0px;  margin:0px }
#block-menu-menu-header * {text-decoration:none; list-style:none; padding:0px; margin:0px; }
#block-menu-menu-header a {color:#fff; font-size:12px; padding:0px; margin:0px; width:100%; height:41px; line-height:41px; text-decoration:underline; display:block}
#block-menu-menu-header a:hover { background:#600; color:#FFFFFF}
#block-menu-menu-header li { float:left; width:132px; text-align:center; position:relative; list-style:none; padding:0px}


#block-block-7 .content { font-size:18px}


#header {
background:url(img/fon-menu.gif);
height:45px;
position:relative;
width:100%;
}

#slideshow_container { position:absolute; right:70px; top:10px; }
#zakaz_saita { width:147px; height:115px; background:url(img/zakaz.gif); display:block; text-indent:-5000px}
#zakaz_saita:hover {background:url(img/zakaz2.gif); }
.submit { background:url(/img/form.senbutton1.gif); width:82px; height:24px; border:0px}


#main .content ul li, #main .content ol li  { margin-left:20px;}

#main .content { text-align:justify}
#main .content .question { color:#05c; cursor:pointer; text-decoration:underline; text-align:left }
#main .content .tab a { padding:5px; display:block; float:left; width:150px; height:30px }
#main .content .tab { width:100%; height:170px;}


#footer #block-block-9 a img {
filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5; /* Mozilla 1.6 */
-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
filter: alpha(opacity=50); /* IE 5.5+*/
text-decoration:none;
}

#footer #block-block-9 a:hover img {
filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1; /* Mozilla 1.6 */
-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
filter: alpha(opacity=100); /* IE 5.5+*/
}


