@charset "utf-8";
/* CSS Document */

body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  behavior: url(/js/csshover.htc);
  background-color: rgb(255, 252, 200);
}

#conteiner
{
  width: 932px;
  margin: 0px auto;
}

.clearBoth
{
  clear: both;
}

/* --- MainMenu ---*/

#mainMenu
{
  background-color: #000000;
  height: 52px;
  width: 923px;
  text-align: center;
  position: relative;
  margin: 0px 0px 0px 6px;
}

#mainMenu span
{
  color: #FFFFFF;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  cursor: default;
  padding:0px 2px 0px 2px;
}

#mainMenu a
{
  color: #000000;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  padding: 0px 4px 0px 4px;	
}

.line
{
  width: 10px;
  color: rgb(248, 195, 0) !important;
  font-size: 1.1em !important;
}

#mainMenu td:hover span, #mainMenu span:hover span, #mainMenu a:hover
{
  color: #FFD624;
}

#mainMenu td:hover ul, #mainMenu span:hover ul, #mainMenu ul li:hover #mainMenu ul
{
  display: block;
}

#mainMenu ul li a:hover #mainMenu ul
{
  display: block;
}

#mainMenu ul 
{
  display: none;
  position: absolute;
  
  margin: 0px 0px 0px -1px;
  padding: 17px 0px 0px 0px;
}

#mainMenu ul li
{
  display: block;
  text-align: left;
  width: 12em;
  list-style: none;
  background-color: #000000;
  
  padding: 0px;
  margin: 0px;
}

#mainMenu ul li a
{  
  height: 100%;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  font-weight: normal;
  display: block;
  border: 1px solid rgb(248, 195, 0);
  font-size: 0.8em;
  color: rgb(255, 252, 200);
  padding: 5px 15px;
}

#mainMenu ul li a:hover, #mainMenu ul li:hover a
{ 
  color: rgb(74, 64, 52);
  border: 1px solid rgb(149, 127, 102);
  background-color: rgb(221, 199, 125);
}

#mainMenu td div
{
  text-align: left;
}
/* --- end main menu --- */

/* --- header --- */
#header
{
  height: 214px;
  width: 903px;
  margin: 0px 0px 0px 6px;
}  

#header img
{
  padding: 0px;
  margin: 0px;
  border: 0px;
}  

#header a
{
}
/* --- end header --- */  
  
/* --- footer --- */  
#footer
{
  width: 100%;
  height: 55px;
  background-image: url(/file/shadowBottom.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
}

#footer div
{
  width: 700px;
  margin: 7px 0px 0px 45px;
  text-align: right;
  border-top: 1px solid #000000;
  float: left;
}

#footer p
{
  font-size: 0.7em;
  margin: 0px;
}

/* --- end footer --- */  

/* --- shadow --- */
#shadowTop
{
  height: 8px;
  width: 932px;
  background-image: url(/file/shadowTop.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
}

#shadow
{
  width: 932px;
  float: left;
  padding-bottom: -6px;
  background-color: #FFFFFF;
  background-image: url(/file/shadowCenter.gif);
  background-position: left top;
  background-repeat: repeat-y;
}
/* --- end shadow --- */

/* --- language --- */
#language {
    height: 0;
    padding: 0px 1px 15px;
    text-align: right;
    width: 43%;
}

#language a
{
  margin: 0px 5px;
  font-size: 13px;
}

#language img:hover
{
  border: 2px solid #6E6150;
}

#language img
{
  border: 2px solid #F8C301;
}

/*  --- end language --- */
  
/* --- content ---*/

#contentArea
{ 
  height: 100%;
  width: 932px;
  min-height: 300px;
}

/* --- type of image bottom right angle --- */
.contentAreaRape
{
  background-image: url(/file/rape.jpg); 
  background-repeat: no-repeat;
  background-position: right bottom;
}

.contentAreaSunflower
{
  background-image: url(/file/sunflower.jpg); 
  background-repeat: no-repeat;
  background-position: right bottom;
}

.contentAreaCorn
{
  background-image: url(/file/corn.jpg); 
  background-repeat: no-repeat;
  background-position: right bottom;
}
/* --- type of image bottom right angle --- */

#rightFooter
{
  border: none !important;
  height: 55px !important;
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}

.equal 
{
  display: table;
  border-collapse: separate;
  margin: 0px;
 /* padding: 15px 0 0 0!important;*/
 /* margin-bottom: 110px;*/
  border-spacing: 0px;
  
  width: 100%;
  text-align: left;
}

.row 
{
  display: table-row;
  padding: 0;
}

.row div 
{
  display: table-cell;
  padding-bottom: 30px;
  vertical-align: top;
}

.content
{
  width: 612px; /*627px;*/
  margin: 0px;
  padding: 0px 15px 0px 35px;
}

.fullContent
{
  width: 870px; /*898px;/*932px;*/
  margin: 0px;

  min-height: 300px;
  padding: 0px 25px 155px 35px !important
}

.content h1, .content h2, .fullContent h1, .fullContent h2
{
  color: rgb(143, 84, 68);
  margin:15px 0px 0px;
}

.linkStartPage
{
  text-decoration: none !important;
  color: rgb(74, 64, 52)!important;
  font-weight: normal !important;
}

.content h2 a
{
  font-weight: bold !important;
}

.content a, .fullContent a
{
  color: rgb(122, 97, 64);
  font-weight: bold;
  text-decoration: none;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.content p, .fullContent p
{
  font-size: 0.8em;
}
.content table
{
  font-size: 0.9em;
  font-family: verdana;
  border-collapse: collapse;
  border-color: #CC9966;
}
.content table tr td
{
 
  border-color: #CC9966;
}
.content ul li, .fullContent ul li, .rightBar ul li
{
   font-size: 0.8em;
   list-style-position: inside;
}

.content img, .fullContent img
{
  margin: 10px;
  border: 4px solid #FFFFFF;
}

.content a img:hover, .fullContent a img:hover
{
   border: 4px solid rgb(149, 127, 102) !important; 
}

#contentArea a:hover
{
  text-decoration: underline !important;
  color: rgb(149, 127, 102) !important;
}

.main
{
    color: #4A4034 !important;
    font-size: 17px;
    font-weight: bold !important;
    text-decoration: none;
    text-transform: uppercase;    
}
/*
.content span
{
  display: block;
  width: 265px;
  float: left;
  margin: 0px;
}
*/
.linkHeader
{
  display: block;
  width: auto !important;
}

.rightBar
{
  margin: 0px !important;
  width: 270px;
 /* background-image: url(/file/point.gif);*/
  background-position: left top;
  background-repeat: repeat-y;
}

.rightBar h2, .rightBar h4
{
  margin: 15px 23px 0px 15px;
  color: rgb(143, 84, 68);
}

.rightBar .price
{
  margin: 15px 0px 0px 15px;
  color: rgb(143, 84, 68);
  font-weight:bold;
  font-size:18pt;
}

.rightBar .newss
{
  margin: 15px 0px 0px 15px;
  color: rgb(143, 84, 68);
  font-weight:bold;
  font-size:13pt;
}

.rightBar p
{
  margin: 0px 0px 0px 15px;
  font-size: 0.8em;
  width: 240px;
}

.rightBar a
{
  margin: 3px 27px 0px 0px;
  text-decoration: none;
  /*font-size: 0.7em;*/
  color: rgb(143, 84, 68) !important;
}

.rightBar p a
{
  color: #000000 !important;
  font-size: 1em;
}

.rightBar span
{
  display: block;
  text-align: right;
  height: 10px;
  margin: 0 0 20px;
  width: 100%;
  font-size: 0.7em;
}

#lastLink
{
  margin: 10px 0px 180px 0px;
}

/* -- trigger --- */

#trigger
{
  font-size: 0.8em;
  margin: 20px 0px 0px 35px;
  height: 1px;
   width: 750px;
}

#trigger span
{
  color: rgb(74, 64, 52);
  padding: 0px;
  margin: 0px;
}

#trigger a
{
  text-decoration: none;
  color: rgb(74, 64, 52);
  padding: 0px;
  margin: 0px;
}

#trigger a:hover
{
  text-decoration: underline;
  color: rgb(149, 127, 102);
}

#tirggerLast
{
  font-weight: bold;
  font-size: 0.9em;
}

/* ---- end trigger ---*/

/* --- ---- */

/* тень картинок на стартовой */
/*.shadowImage
{
  display: block;
  float: left;
  height: 167px !important;
  width: 329px !important;
  margin-left:10px;

  background-image: url(/file/shadowImage.gif);
  background-position: left top;
  background-repeat: no-repeat;
}*/

.shadowImage img
{
  border: 4px solid #FFFFFF;
  margin: 0px 0px 0px 7px;
}

.myLink
{
  text-decoration: none;
  color: #000000;
  margin-top: 15px;
}

.shadowImage img:hover
{
   border: 4px solid rgb(149, 127, 102) !important; 
}

.shadowImage img:hover .section h2
{
  text-decoration: underline !important;
  color: rgb(149, 127, 102) !important; 
}

.sectionRow
{
  float: left;
  margin: 20px 0 0px;
  padding: 0px !important;
}

.section
{
  font-size: 0.8em;
  display: block;
  float: left;
  width: 270px !important;
  padding: 0px !important;
  margin: 0px !important;
}

.section h2
{
  margin: 0px 0px 10px;
  text-transform: uppercase;
}
/* -------------   ------------------ */
#linkFooter
{
  width: 820px;
  float: left;
  padding: 0px 0px 0px 15px;
  margin: 0px;
}

#aqua
{
  float: right !important;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}

#aqua a
{
  color: rgb(0, 76, 111) !important;
  text-transform: none !important;
}

#aqua font
{
  font-weight: bold;
  font-size: 0.9em;
}

#linkFooter div
{
  float: left;
}

#linkFooter a, #linkFooter span 
{
  font-size: 0.6em;
  text-decoration: none;
  color: #000000;
}

#linkFooter a
{
  color: rgb(112, 97, 78);
  text-transform: uppercase;
}

#linkFooter a:hover
{
  color: rgb(149, 127, 102);
  text-decoration: underline;
}

#copy
{
  font-size: 0.7em;
  padding: 0px 0px 0px 15px;
  margin: 0px;
  line-height: 30px;
}

#copy p
{
  margin: 20px 0 0 0;
  display: inline;
}

/* --- global ---*/

/* --- --- */ 
.linkHover
{
  text-decoration: underline !important;
  color: rgb(149, 127, 102) !important;
}

.imgBorder
{
  border: 4px solid rgb(149, 127, 102) !important; 
}

/* --- ---*/

form table
{
  font-size: 0.9em !important;
}

/* --- end global --- */










/*-------		NEW  	-------*/


form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
/*--- search block css ---*/
.rightBar .search-block{
	width:230px;
	display:block;
	padding:0;
	margin:13px 15px 0;
	overflow:hidden;
}
.rightBar .search-block .field-hold{
	float:left;
	width:168px;
	height:21px;
	background:url(/file/bg-search-field1.gif) no-repeat;
	display:block;
	padding:0;
	margin:0;
}
.rightBar .search-block .field-hold input{
	width:152px;
	height:15px;
	font:12px/14px Verdana, Arial, sans-serif;
	color:#c1c1c1;
	margin:0;
	padding:3px 8px;
	background:none;
	border:0;
}
.rightBar .search-block .btn-search{
        background:url(/file/btn-search1.gif);
	float:right;
	width:58px;
	height:20px;
	margin-top:1px;
        color:#fff;
        text-align:center;
        border:0;
}
.content .search-block{
	width:600px;
	display:block;
	padding:0;
	margin:15px 0 0 10px;
	overflow:hidden;
        font-size:12px;
}
.content .search-block .field-hold{
	float:left;
	width:521px;
	height:27px;
	background:url(/file/bg-search-field2.gif) no-repeat;
	display:block;
	padding:0;
	margin:0;
}



/*--- search cloud css ----*/
.rightBar .search-cloud{
	width:230px;
	margin:23px 15px 0;
	display:block;
	padding:0 0 14px;
	overflow:hidden;
}
.rightBar .search-cloud h4{
	margin:0;
	padding:0;
	font-size:0.95em;
	color:#8f5444;
}
.rightBar .search-cloud .list{
	width:100%;
	display:block;
	overflow:hidden;
	background:url(/file/separate-line1.gif) repeat-x 0 100%;
	font:0.69em Arial, Verdana, sans-serif;
	text-align:justify;
	padding:0;
	margin:6px 0 0;
}
.rightBar .search-cloud .list ul{
	margin:0;
	padding:9px 0 10px;
	list-style:none;
	width:100%;
	background:url(/file/separate-line1.gif) repeat-x;
}
.rightBar .search-cloud .list li{
	display:inline;
	padding:0 3px 0 2px;
}
.rightBar .search-cloud .list a{
	color:#000 !important;
	text-decoration:none;
	margin:0;
}
.rightBar .search-cloud .list a:hover{
	text-decoration:underline;
	color:#957F66 !important;
}
.rightBar .search-cloud .list .size10{font-size:0.63em;}
.rightBar .search-cloud .list .size10b{font-size:0.63em;font-weight:bold;}
.rightBar .search-cloud .list .size12{font-size:1.09em;}
.rightBar .search-cloud .list .size12b{font-size:1.09em; font-weight:bold;}
.rightBar .search-cloud .list .size13{font-size:1.2em;}
.rightBar .search-cloud .list .size13b{font-size:1.2em; font-weight:bold;}
.rightBar .search-cloud .list .size14{font-size:1.27em;}
.rightBar .search-cloud .list .size14b{font-size:1.27em; font-weight:bold;}
.rightBar .search-cloud .list .size15{font-size:1.36em;}
.rightBar .search-cloud .list .size15b{font-size:1.36em; font-weight:bold;}
.rightBar .search-cloud .list .size16{font-size:1.45em;}
.rightBar .search-cloud .list .size16b{font-size:1.45em; font-weight:bold;}
/*--- search result  css ---*/
.content .search-result{
	width:602px;
	display:block;
	margin:20px 0 0 10px;
	padding:0;
}
.content .search-result .res-text{
	padding:0 0 22px;
	margin:0;
	display:block;
	font: 1.125em Arial, Verdana, sans-serif;
	color:#8f5444;
	text-transform:uppercase;
}
.content .search-result ul{
	margin:0;
	padding:0 0 7px;
	list-style:none;
	font:0.813em Arial, Verdana, sans-serif;
	color:#4c4c4c;
	width:100%;
}
.content .search-result li{
	position:relative;	
	font-size:1em;
	width:572px;
}
.content .search-result ul .numb{
	top:0;
	left:0;
	position:absolute;
	font: 1.23em Tahoma, Verdana, sans-serif;
        font-weight:bold;
}
.content .search-result ul  h3{
	font: 1.30em Tahoma, Verdana, sans-serif;
	color:#000;
	margin:0;
	padding-bottom:10px;
        padding-left:30px;
}
#contentArea .content .search-result ul  h3 a{
	color:#000 !important;
	text-decoration:none;
}
#contentArea .content .search-result ul  h3 a:hover{
	color:#000 !important;
	text-decoration:underline;
}
.content .search-result ul p{
	margin:0;
	font-size:1em;
	padding-bottom:10px;
        padding-left:30px;
}
.content .search-result ul p em{
	background:#fed545;
	position:relative;
	padding:1px 2px 2px;
	font-style:normal;
}
.content .search-result .see-all{
	display:block;
	padding:0;
	font-size:0.75em;
	font-weight:bold;
	width:100%;
}
.content .search-result .see-all a{
	color:#8f5444 !important;
	text-decoration:underline;
}
#first_column{
       
        bagroung:#fff;        
        height:26px;
        width:521px;
        background:transparent url(/file/bg-search-field2.gif) no-repeat scroll 0 0;
}
#first_column input{
        margin-left:10px;
        height:16px;
        border:0;
        width:495px;
        
}
#second_column{
        height:25px;
        vertical-align:middle;
        width:75px;
        color:#fff;
        text-align:center;
}
#second_column input{
        color:#fff;
        background:transparent url(/file/btn-search2.gif) no-repeat scroll 0 0;
        border:0 none;

        height:24px;
        width:73px;
}
.content .sendbutton a .button, .content .sendbutton a .button:hover, .content .sendbutton a .button:hover{
border: 0 !important;
}
.content .sendbutton a {outline-style:none;}
.sendbutton {
float:right;
text-align:right;
width:100%;
margin:0;
padding:0;
}
.fullContent h2 a, .content h2 a{
	color: #8f5444;
	font-size: 17px;
}
.fullContent h2 a span, .content h2 a span{
	color:#999999;
	font-size:12px;
	display:block;
}
.rightBar h4 a{
	font-size:0.9em;
}
.rightBar h4 a span{
	color:#999999;
	font-size:0.6em;
	text-align:left;
	margin:0 0 3px;
}
table.table_Our_Awards td, table.table_inform th, table.table_inform td{
  padding:5px; 
  color:#4A4034;
  text-align:center;
}
table.table_Our_Awards td{
  border:1px #c96 solid;
}

table.table_Our_Awards{
  border:2px #c96 solid;
  
}
table.table_inform th, table.table_inform td{
  border-bottom:1px #c96 solid;
  border-right:1px #c96 solid; 
}
table.table_inform .backgr, table.table_Our_Awards  .backgr{
  background-color:rgb(249, 249, 249);
}
div.pagingBlok{
	width:800px;
	margin:0;
	padding:0;
}
div.pagingBlok a, div.pagingBlok span{
	font-size:12px;
}
div.pagingBlok strong{
	font-size:15px;
}
div.pagingBlok small{
	font-size:11px;
}
.fullContent p span a{
	float:right;
}
