/* Общие параметры */
* { 
	margin:0px;
	padding:0px;
  font-family: Tahoma, serif;
  font-size: 95%;
  outline: 0px;
}

img{
  border:0;
}

A:link {
	color: #003366;
}
A:visited {
	color: #2e71b3;
}
A:hover {
  color: #ce120b;
	text-decoration: none;
}


body{
}

/* Минимальная максимальная ширина документа */
#all{
  max-width: 1150px;
  min-width: 1000px;
  padding-bottom: 40px;
  overflow: hidden;
  height:1%;
}

/* Клиринг */
.clearfix:after {
content: ' ';
clear: both;
display: block;
width: 100%; height: 0;
overflow: hidden;
font-size: 0;
}

.clearof{
  overflow: hidden;
  width: 100%;
}

.clearboth{
  clear: both;
}


/* Обтекание */
.lfloat{
  float:left;
}

.rfloat{
  float:right;
}

/* Основная разбивка. Левый блок, правый блок*/
.leftblock{
  float:left;
  padding-left: 1%;
  width: 235px;
}

.rightblock{
  margin-left: 235px;
  padding-left: 25px;
}

/* Иконки */
#icons{
  position: absolute; 
  top: 10px;
  left: 15px;
}

#icons img{
  margin-bottom: 1px;
}

/* Логотип */
#logo{
  width:235px;
  padding-top: 55px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
}


/* Меню слева */
#leftmenu{
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: 50px;
  font-size: 100%;  
}

#leftmenu ol{
  list-style-type: none;
  line-height: 1.5em;
}

#leftmenu ol li{
  padding-top: 8px;
  line-height: 1.1em;
  font-size: 110%;  
}


#leftmenu li ol li{
  padding-top: 0px;
  padding-bottom: 8px;
  line-height: 1.1em;
  font-size: 95%;  
}

#leftmenu li ol{
  height: 1%;
  margin-bottom: -8px;
}

#leftmenu a{
  font-size: 100%;
}

.gmenugap{
  padding-left:12px;
}

.markedmenu{
  color:#da251d;
  font-size: 95%;	
}

A.markedlink:link {
  color:#da251d;
}
A.markedlink:visited {
  color:#da251d;
}
A.markedlink:hover {
  color:#da251d;
  text-decoration: none;
}

/* Реклама под меню слева */
#flagblock{
  margin-top: 30px;
}


/* Верхнее меню. Для дома, для офиса, для диллеров */
#topbannergreen{
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 30px;
  font-size: 1.1em;
  color: #ffffff;
  background: #b4d537 url('/images/topbannergreengr.jpg') repeat-y;
}

.way3link{
  margin-right: 55px;
  display: inline;
}

A.lwhite:link {
	color: white;
}
A.lwhite:visited {
	color: white;
}
A.lwhite:hover {
  color: white;
	text-decoration: none;
}

A.noul{
	text-decoration: none;
}

/* Правый блок (3-я колонка). Быстрые контакты, поиск товара, статьи  */
#thirdcolumn{
  width: 280px;
  float: right;
}

/* Быстрые контакты  */
#fastcontact{
  width: 265px;
  margin-top:35px;
  margin-bottom: 30px;  
  margin-left: 15px;
  overflow: hidden;
  height: 1%;  
}

#antenna{
  float:left;
}

#fasttext{
  margin-left:60px;
}

#fastphone{
  color: #ca492a;
  font-size: 1.25em;
  margin-top:17px;
  margin-left:5px;
}

#fastemail{
  margin-left: 60px;
  margin-top: 2px;
  font-size: 1.15em;
}

#fastlink{
  font-size: 0.95em;
  font-style: italic;
  margin-top: 2px;
  margin-left: 5px;
}


/* Форма поиска товара */
#searchgoodsform{
  height: 156px;
  width: 280px;
  text-align:left;
  font-size: 0.9em;
  color: #e77844;
}

#sgname{
  font-size: 1.6em;
  padding-left: 20px;
  color: #e77844;  
}

#sgsearch{
  margin-top: 10px;
  margin-bottom:5px;
  padding-left: 20px;
  color: #e77844;    
}

#searchgoods{
  border: 1px solid #e77844;
  height: 14px;
  width: 235px;
}

#sgfromto{
  margin-top: 10px;
  padding-left: 20px;
  font-size: 110%;
  color: #e77844;    
}

#searchfrom, #searchto{
  border: 1px solid #e77844;
  height: 14px;
  width: 82px;
  vertical-align: middle;
}

.send{
  vertical-align: middle;
}

/* Ссылка на каталог */
#catalogblock{
  float: right;
  margin-top: 10px;
  padding-right: 20px;
  font-size: 125%;
}

A.lorange:link {
	color: #e77844;
}
A.lorange:visited {
	color: #e77844;
}
A.lorange:hover {
  color: #e77844;
	text-decoration: none;
}

/* Блок статей */
#articleimg{
  float:left;
  margin-left: 18px;
}

#articletext{
  padding-left: 15px;
  overflow: hidden;
  height: 1%;
}

#articleheader{
  font-size: 130%;
  margin-bottom: 20px;
}

.articlelast{
  margin-bottom:5px;
  font-size: 100%;
  color: #37e868;
}

A.lgray:link {
	color: #969594;
}
A.lgray:visited {
	color: #969594;
}
A.lgray:hover {
  color: #969594;
	text-decoration: none;
}

A.lgreen:link {
	color: #4a8b20;
}
A.lgreen:visited {
	color: #4a8b20;
}
A.lgreen:hover {
  color: #4a8b20;
	text-decoration: none;
}

/* Блок быстрой ссылки */

#helpblock{
  overflow: hidden;
  margin-bottom: 50px;
  margin-left: 10px;
}

#helpimg{
  float:left;
  margin-right: 20px;
}

#helpheader{
  color: #E1592B;
  font-size: 120%;
  margin-bottom: 12px;
}

#helpheader a{
	color:#E1592B;
}

#helpheader a:visited{
	color:#E1592B;
}

#helpcontact{
  line-height: 1.3;
  font-size: 100%;
  color: #3B3737;

}

#helpscheme{
  padding-left: 8px;
  padding-right: 14px;
  margin-top: 10px;
  float: left;
  height: 16px;
  background: #f9f1cc url(/images/arrow_scheme.jpg) right no-repeat;
}

#helplink{
  position: relative;	
  display: block;
}

.makebox{
  overflow: hidden;
  height: 1%;
  font-size: 100%;
  padding-bottom: 2px;
  padding-left: 5px;
}

/* Центральный блок. Заголовки, третий уровень меню, контент */
.centerblock{
  margin-right: 280px;
  padding-right: 20px;
  padding-top: 65px;
  height: 1%;
}

/* Заголовок страницы */
.titleblock{
  overflow: hidden;
  height: 1%;
     
}

.titletext{
  font-size: 255%;
  float: left;
  font-style: italic;
  font-family: Times;
  color: #e1592b;
  padding-left: 3px; 
}



/* Третий уровень меню */
#thirdlvl{
	font-size: 100%; 
	height: 1%; 
	overflow: hidden; 
	position: relative; 
	left: 65px; 
	margin-top: 18px;
}

.cols{
	float: left; padding-right: 5%;
	font-size: 90%; 
}

.cols div {
   padding-bottom:5px;
   padding-left:2px;	
}

#firstcol{
	width: 30%;
}

.cols a{
	color:#5E686E;
}

.cols a:visited{
	color:#5E686E;
}

.cols a:hover{
	color:#CE120B;
}


/* Блок контента */
.contentblock{
  margin-top: 45px;	
  height:1%;
  font-size: 110%;
}

.contentblock *{
  font-family: Trebuchet MS;	
}

.contentblock p, .contentblock div, .contentblock ul, .contentblock ol {
  color: #3b3737;
}

a {
  font-size: 100%;
}


#textgap{
  margin-left: 60px;
}


.olcontent{
  line-height: 1.3em;
  font-size: 105%;
  margin-left: 20px;  
}

.olcontent li{
  padding-bottom : 5px;	
}

ul{
  margin-top: 5px;
  margin-bottom: 10px;
  list-style-position: inside;  	
  list-style-type: circle;
  line-height: 1.4em;
  font-size: 100%;
}

li ul{
  padding-left: 25px; 
  list-style-type: disc; 	
}

ul li{
  padding-bottom: 0px;	
}


table{
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 110%;		  
}

tr{
  vertical-align: top;
}

td {
  padding-bottom: 5px;
}

h1,h2,h3,h4{
font-size:100%;
font-weight:normal;
}

h1.inl,h2.inl{
display:inline;
}
h3.article{
  color: #666666;
  font-size: 165%;
  margin-top: 40px;
  margin-bottom: 10px;
}

h3.top10{
  margin-top: 10px;	
}

h4.article{
  color: #E1592B;
  font-size: 102%;  
  font-weight:bold;
  padding-top: 18px;	 
}

h4.top0{
  padding-top: 0px;
}

p{
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 102%;
}


b{
  font-style: normal;	
}

.citebox{
  overflow: hidden; 
  width: 100%;
  margin-bottom: 15px; 
}

cite{
  color: gray;	
  font-size: 95%;
  font-style: italic;
  float: right;
}

#cite{
  color: gray;	
  font-size: 95%;
  font-style: italic;
  float: right;
}	

#betony{  /* Буквица */
  font-size: 300%; 
  float: left; 
  color: gray; 
  padding-right: 5px; 
  line-height: 1;
}

.marktext{
  color: #DA251D;
  font-size: 102%;	
}

.marktextgray{
  font-style: italic;
}

.markactiontext{
  color: #E1592B;
  font-size: 85%;
}

.textright{
  text-align: right;	
}

/*
.simpleimgleft{
  float: left; 
  position: relative; 
  left: -60px; 
  margin-right: -40px; 
}
*/

.nowrapblock{
  float:left;
  width: 99%;
  margin-bottom: 10px;
}

.nowrapblock:after {
  content: ' ';
  display: block;
  width: 100%; height: 0px;
  clear: both;
  font-size: 0;
}


.imgleft{
  float: left;
  position: relative; 
  left: -60px; 
  margin-right: -40px;
  color: gray;
  line-height: 1.1;
  padding-bottom: 5px;
}

.imgleftnogap{
  float: left; 
  margin-right: 20px;
}

.imgtopgap{
  margin-top:10px;
}
/*
.imgleft{
  float: left; 
  position: relative; 
  left: -60px; 
  margin-right: -40px; 
  margin-top: 10px; 
  margin-bottom: 30px;	 
}*/

.imgsignaturewrap{ 
  position: relative; top: 1px;
}

.imgsignature{ 
  position: absolute;  
  color: gray; 
  font-style: italic; 
  font-size: 95%;	
}

.imgsignaturehr{ 
  width: 80px;
  height: 3px;
  overflow: hidden;
  border: 0px; 
  background: #bdbdbd; 
  color: #bdbdbd;	
  text-align: left;
  margin-top: 3px;
  margin-bottom: 3px;
}

.alterp{
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 102%;	
}

.vgap{
  height: 1%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
}
