body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.bghead {
	background-image: url(images/headline.gif);
	background-repeat: repeat-x;
	width: 100%;
}
.blank {
	background-color: #e2e6d7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.menu {
	background-color: #ff7900;}
	
.menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.find {
	background-color: #1b7eb5;
}
.find input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #FFFFFF;
}
.menuvert {
	background-color: #d4dcc5;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #727375;
padding: 10px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #738ca2;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #738ca2;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #637b8f;
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #637b8f;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fd7700;
	text-decoration: underline;
}
.worktop {
}
.worktop {
	background-image: url(images/linework.gif);
	background-repeat: repeat-x;
}

.workbottom {
	background-image: url(images/lineworkbottom.gif);
	background-repeat: repeat-x;
}
.podval {
	background-image: url(images/podvalline.gif);
	background-repeat: repeat-x;
}
.menuvert a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #727375;
	text-decoration: none;
}
.blank a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #8f8f8d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
ul a:hover {
	color: #6b8498;
}
p a:hover {
	color: #6b8498;
}


.podv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
li {
	list-style-image: url(images/st.gif);
}
.mag {
	border-top: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 1px solid black;
	border-left: 0px solid black;
}

.tel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #0F95EE;
	text-decoration: none;
}

/* tooltip */
 
.tooltip { 
border-bottom: 1px dotted #000000;
font-size: 11px;
color: #637b8f;
font-weight: normal;
outline: none;
cursor: help; text-decoration: none;
position: relative; 
}
.tooltip span {
  position: absolute;
  right: 0;
  top: -30px;
  display: none;
  min-width: 50px;
  padding: 3px 8px;
  white-space: nowrap;
  font-size: 11px;
  text-align: right;
  background-color: rgba(0,0,0,.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
}
.tooltip span small {
  position: absolute;
  right: 10px;
  bottom: -6px;
  border-top: 6px solid rgba(0,0,0,.8);
  border-left: 6px solid transparent;
}
.tooltip:hover span { display: block; }

/* для IE */
 
.tooltip span { background-color: #000; }
.tooltip span small { border-top: 6px solid #000; }
 
/* фиксим проблему со стрелочкой в IE 6 */
 
*html .tooltip span small {
  border-left: 6px solid #363636; /* Соответствует цвету фона */
}
 
/* фиксим проблему в IE 8 */
 
.tooltip span { background-color /*\**/: #000\9  }
.tooltip span small { border-top /*\**/: 6px solid #000; }


