@charset "windows-1251";

span.img {
	padding:5px;
	margin:5px 10px 5px 0;
	border:1px solid #eee;
	float:left;
	clear:left;
	cursor:pointer!important;
}

body
{
	font-size:14px;
	margin:0px;
	padding:0px;
/*	color:#000066;
*/	font-family:Tahoma,Arial, Helvetica, sans-serif;
	min-width:995px;
	text-decoration:none;
}

/* Bloki */

#header
{

	padding-top:5px;
	background-image:url(/img/top-line.jpg);
	background-repeat: repeat-y;
	background-position:right top;
	background-color:#b0bfdc;
	min-width:995px;
	text-align:right;
	color:#FFFFFF;
	font-weight:600;
	padding-right:5px;
	font-size:15px;
	font-weight:600;
}

#header-content
{
	background-color:#FFFFFF;
	background-image:url(/img/map.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

#center
{
	display:block;
	position:relative;	 
	margin-left:-265px;
	padding:1px;
}


#menu
{
	margin-top:20px;
	float:left; 
	position:relative; 
	width:265px;
	left:0px;
}

#container {
	position:relative; 
	display:block; 
	border-left:solid 265px #fff;
}

#content
{

/*	margin-left:265px;
*/	position:relative; 
	display:block;
	height:1%;
	padding-left:7px;
	padding-right:2px;
	padding-bottom:10px;
	padding-top:17px;
	background:url(/img/shadow.gif) no-repeat top left;
	border: 1px solid #b9bec6;
        overflow: hidden;
/*	width:75%;
*/
}




#footer
{
	margin-top:20px;
	text-align:right;
}

#logo
{
	height:150px;
	width:150px;
	margin-top:10px;
	margin-left:20px;
	float:left;
}

#tel
{
	float:left;
	text-align:left;
	margin-left:100px;
	margin-top:10px;
}

.menu-vert 
{
	padding-left:19px;
	background-image: url(/img/poloska-menu-prochee.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:600;
}


#tech
{
border:0px;
padding:0px;
margin-left:10px;

}


h1
{
	margin:0 0 0 0;
	font-size:20px;
	text-decoration:none;
	font-weight:600;
	color:#000066
}

#menu h2
{
	font-size:14px;
	text-decoration:none;
	font-weight:600;
	color:#000066
}

#content h2
{
	font-size:18px;
	text-decoration:none;
	font-weight:600;
	color:#000066
	}

.bottom-right
{

	background-image:url(/img/bottom-right.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

.top-left-green
{
	background-color:#eff2f7;
	background-image:url(/img/top-left-green.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.top-left
{
	background-color:#eff2f7;
	background-image:url(/img/top-left.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.top-right
{
	background-image:url(/img/top-right.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.bottom-left
{
	background-image:url(/img/bottom-left.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#product
{
	margin-top:10px;
	/*width:98%;*/

}

#product td
{
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#eff2f7;

}

a:hover
{
color:#CC0033;
text-decoration:underline;
}
a:visited,a
{
color:#000066;
text-decoration:underline;
}

b
{
font-weight:600;
color:#000066;
text-decoration:none;
}


/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px; /* LTR */
  background: url(/img/menu-expanded.png) 5px 75% no-repeat; /* LTR */
}
html.js fieldset.collapsed legend a {
  background-image: url(/img/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}