:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings
================================================*/

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1, .h1 {
	margin: 30px 0 10px 0;
	font: normal 18px  Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 0 6px 0;
	border-bottom: 1px dashed;
	text-transform: uppercase;
	border-color: Green;
}

h1 span {
	color: #000;
}

h2 {
	margin: 30px 30px 0 5px;
	font: bold 16px  Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 0 6px 0;
	text-transform: uppercase;
}

h3 {	
	margin: 0 0 7px 0;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h4 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #fff;
	background-color: transparent;
	margin: 0 0 3px 0;
	text-transform: uppercase;
}

h5 {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	background-color: transparent;
}

h6 {
	font-size: 10px;
	color: #999;

}
h6 a:link{
	color: #fff;
}

/* Links
================================================*/

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}



/* Paragraphs
================================================*/
 
p {
	margin: 0 0 12px 0;
	line-height: 1.3em;
}

small {
	font-size: 11px;
}

blockquote {
	margin: 10px 25px 10px 25px;
	padding: 20px 25px 15px 45px;
	background: #EBF1C1;
}


/* Lists
================================================*/

ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}

ul {
	margin: 7px 0px 22px 12px;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 25px;
}

ul li {
	margin: 9px 0;
	padding: 0px;
	list-style: disc;
	
}
ul li:last-child{
	border-right: 0px none thick;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}


/* Tables
================================================*/

table {
	border-color: #9c9c9c;
	border-collapse: collapse;
	margin: 15px 0 15px 0;
}

table td {
	border-color: #9c9c9c;
	border-collapse: collapse;
	padding: 5px;
}

table td strong {
	font-weight: bold;
}

table .color td {
	background: #F5F5F5;
}

table caption {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px;
	color: #000;
	font-size: 107%;
	text-transform: uppercase;
	border-bottom: 1px solid #A6A6A6;
}

table th {
	padding: 5px;
	border: 1px solid #B3B3B3;
	color: #000;
	background: #EEEEEE;
	font-weight: bold;
}

table th h4 {
	color: #000;
	margin: 0px;
	font-weight: bold;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

/* Form
================================================*/

.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0;
}

.form.redline {
	border-top: 4px solid #90A600;
}

.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}

.form legend {
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul {
	margin: 0;
	padding: 0;
}

.form .line {
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}

.form .line.marked {
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff;
}

.form .line.marked label {
	margin-left: 10px;
}

.form.descr .line {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}

.form .line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line {height: 1%;}

.form .label {
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 93%;
}

.form .formw {
	width: 70%;
	display: block;
	float: left;
}

form.descr .formw {
	width: 460px;
	text-align: justify;
}

.form .formw .text {
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
	padding: .25em; 
}

.form .formw input.text:focus, .form .formw textarea.text:focus, .form .formw select.text:focus {
	background: #fff;
	border: 1px solid #686868;
}


.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.form .btn {
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

.red {
	color: #E05332;
}

.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}


.form .btn{
	background: #79C11B;
	border: 1px solid #335F1F;
	font: bold 107% Arial, Helvetica, sans-serif;
	padding: 1px 6px;
	color: #fff;
}

#error{
	border: 1px solid #EDB278;
	background: #F9DEC5;
	padding: 10px;
	color: #000;
	margin: 10px 0;
}


/* Clearfix
================================================*/

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background: #dcdcdb url('../i_bostontex/bg.gif') repeat-x top left;
	color: #333; 
}

.all {
	
	width: 943px;
	margin: 0 auto;
	background: #FFF;
}

.frame {
	width: 943px;
	margin: 0 auto;
	overflow: hidden;
}

.header {
	background:  url('../i_bostontex/bg.gif') repeat-x top right;
	position: relative;
	height: 372px;
	margin: 0px 0 0px 0;
}




.logo{
	position: absolute;
	left: 0px;
	top: 0px;
}

.desc{
	position: absolute;
	top: 37px;
	left: 144px;
	width: 400px;
	height: 39px;
	font-size: 12px;
	padding-left: 12px;
	color: #5C795C; 
}
.desc p{
	padding: 0px;
	margin: 0px;
}

.language{
	position: absolute;
	top: 15px;
	right: 0px;
	width: 300px;
	text-align: right;
	height: 19px;
	color: #5D795D;
	font-size: 10px;
}
.language a.here{
	color: #818882;
	text-decoration: none;
}

.search {
	position: absolute;
	top: 39px;
	right: 0;
	width: 194px;
	height: 39px;
}

.search form {
	margin: 3px 0 0 5px;
}

.search .text {
	border: 0px solid transparent;
	width: 155px;
	margin: 0 2px 0 0;
	padding: 0px;
	background: transparent;
}

.search .btn {
	border: 0px solid transparent;
	background: transparent;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
	cursor: hand;
	width:23px;
	text-indent: -10000px;
}



.menu {
	background: #fff;
	padding: 1px 0 0 0;
	width: 100%;
	height: 33px;
	position: relative;
	z-index: 2;
	margin-top: 135px;
	margin-bottom: 7px;

	border-width: 1px 0px;
	border-style: dashed;
	border-color: #000;
}

.menu ul {
	margin: 0 0  0 30px;
	float: left;
	display: inline;
}

.menu li {
	margin: -1px 0 0 0;
	padding: 0px 0px 0px;
	float: left;
	font-size: 12px;
	height: 33px;
	line-height: 33px;
	position: relative;
	list-style: none;
	display: inline;
	background:  url(/i_bostontex/menu_border.gif) no-repeat top right;
}

.menu li a {
	color: #000;
	float: left;
	height: 100%;
	padding: 0 20px;
	text-decoration: none;
	display: inline;
}


.menu > ul > li:hover > a {
	color: #222;
	background-color: #ECEEED;
}

.menu > ul > li.here > a {
	float: left;
	padding: 0 50px;
	border-top: none;
	background: url('../i_bostontex/nav_bg.gif') no-repeat 0px 0px;
}

.menu > ul > li > a > span{
	height: 100%;
	margin: 0px; 
	padding: 0px 0px 0px 0px;
	float: left;
	cursor: pointer;
	display: inline;
}


/* submenu */

.menu li .submenu {
	float: left;
	display: none;
	width: 230px;
	background: White;
	z-index: 3;
	padding-bottom: 10px;
}
  
.menu li:hover .submenu {
	float: left;
	display: block;
	position: absolute;
	top: 100%;
	left: 0px;
	margin: 0;
	padding-bottom: 10px;
	background-color: #ECEEED;
	z-index: 4;
}

.menu li .submenu ul {
	margin: 8px 0 0px 0;
	padding: 0px 0px 0px 0px;
	background: transparent;
	width: 100%;
	z-index: 5;
	position: relative;
}

.menu li ul li {
	float: left;
	background: transparent;
	height: auto;
	line-height: 1.3em;
	font-size: 12px;
	margin: 0px 2% 0px 2%;
	padding: 0px;
	width: 96%;
	font-weight: normal;
	background: transparent;
	display: inline;
}

.menu li ul li a {
	float: left;
	width: 96%;
	height: 100%;
	font-weight: normal;
	text-align: left;
	padding: 4px 2% 4px 2%;
	margin: 0px;
	background: transparent;
	border: 0px solid transparent;
display: inline;
}


.menu li.here ul li.here a {
	font-weight: bold;
}

.menu li li a:hover{
	background-color: #9DDA8F;
}


a.lang:link, a.lang:visited {
	position: absolute;
	top: 0px;
	right: 18px;
	background: url('../i_graintek/menu_sep.gif') no-repeat 0 4px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 0 0 20px;
	color: #FFF;
	text-decoration: none;
}

.col_left {
	float: left;
	width: 225px;
	margin-left: 15px;
	display: inline;
	margin-bottom: 30px;
}

.col_right {
	float: right;
	width: 675px;
	margin-bottom: 30px;

}


.search {
	position: absolute;
	top: 30spx;
	right: -13px;
	width: 194px;
	height: 39px;
	background: url('../i_bostontex/search.gif') no-repeat 0 4px;
}

.search form {
	margin: 5px 5px 0 5px;
}

.search .text {
	border: 0px solid transparent;
	width: 155px;
	margin: 0 2px 0 0;
	padding: 0px;
	background: transparent;
}

.search .btn {
	border: 0px solid transparent;
	background: transparent;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
	cursor: hand;
	width:23px;
	text-indent: -10000px;
}


.news_index .textblock{
	width: 280px;
	float: left;
	margin-right: 40px;
	display: inline;
}

.news_index .textblock .textblock_date{
	margin: 3px 0px;
	padding: 0 0 0 12px;
}
.news_index .textblock .textblock_link{
	margin: 5px 0px 7px 0px;
	font-weight: bold;
}
.news_all_index{
	float: right;
	margin: 5px 50px 7px 0px;
	display: inline;
	
}

.ad{
	margin: 15px 0px;
}


.address_title{
	color: #b6beb7;
	font-size: 11px;
	margin: 3px 0px;
}

.address_desc{ 
	margin: 3px 0px 10px;
}

/* footer */


.footer {
	width: 940px;
	height: 71px;
	margin: 0px auto 0px;
	position: relative;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.footer a{
	color: #000; 
}

.copy{
	width: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.footer  .nav{
	position: absolute;
	top: 10px;
	left: 3px;
	height: 30px;
	width: 600px;
}
.footer  .nav ul {
	margin: 0px 0px 0px 0px;
	width: 600px;
	
}

.footer  .nav li{
	padding: 0px;
	margin: 0px;
	float: left;
	background: none;
	list-style-type: none;
	border-right-style:;
	border-right: 1px solid #000;
	display: inline;
	
}

.footer  .nav li:last-child{
	border-right: 0px none #fff;
}

.footer  .nav li a{
	padding: 0 9px;
	display: block;
	color: #000 !important;
	text-decoration: none;
	background: none;
}

.footer  .nav li a:hover{
	background: #fff;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

.footer  .nav li.here a,
.footer  .nav li.here a:hover{
	background: none;
	color: #a9b8c2 !important; 
	font-weight: bold;
}



.webdev{
	background: url('../i_bostontex/getis.gif') no-repeat;
	width: 130px;
	position: absolute;
	top: 5px;
	right: 0px;
	text-align: right;
	line-height: 22px;
}




/* pages */



.pages{

	margin: 30px 0 0 0;

	padding: 10px 0 5px 0;

	border-top: 1px solid #ccc;

	font-size: 100%;

	line-height: 150%;

}

.pages a{

	padding: 2px 7px;

}

.pages a:hover{

	padding: 2px 6px;

	border: 1px solid #246D00;

	text-decoration: none;

	color: #246D00;



}

.pages .current{

	padding: 2px 6px;

	font-weight: bold;

	text-decoration: none;

}


ul#vote {
	margin:0px;
	padding:0px;
}
ul#vote li {
	list-style:none;
	list-style-position: outside;
	margin-left:5px;
	margin-top:4px;
}
* html ul#vote li {
	padding-top:4px;
}
ul#vote .input {
	float:left;
	margin: 2px 10px 0px 0px;
	padding:0px;
	display: inline;
}
ul#vote label:hover{	
	background: #FDFBE2;
	cursor: pointer;
}
.poll p,
.poll h3,
.poll form {
	margin: 0px;
}




.about_block{
	background: #fff url('../i_graintek/about.jpg') no-repeat 0px bottom;
	margin-bottom: 30px;
	padding: 0 200px 30px 0px;
}

.news_img{
	margin: 0px 10px 10px 0px;
}




#showaddcomment {
	margin: 20px 0px;
	font-size: 14pt;
}

.userinfo1 {
	margin-right: 5px;
	margin-bottom: 5px;
	float: right;
	font-weight: bold;
	display: inline;
}

.userinfo2 {
	margin-left: 5px;
	margin-bottom: 5px;
}

/* ?????? "????????" ??? ??????????? */
.c_u_l {
	font-weight: bold;
}

/* ????? ?? ??????????? */
.cr {
	margin: 0px 0px 10px 20px;
	display: none;
}

/* sub-div ??? ?????? ???????????? */
.csd {
	margin-left: 20px;
}

.comment textarea{
	width: 100%;
}

.comment {
	padding: 30px;
	margin: 15px 0px 5px 0px;
	width: 450px;
	padding: 20px;
	background: #F5F5F5;
	position: relative;
	zoom: 1;
}

.comment p {
	margin: 0px 0px 5px 0px;
}

.comment_desc {
	margin: 0px 0px 10px 20px;
}

.stars {
	margin: 0px;
	padding: 0px;
}

.stars li {
	margin: 0px;
	padding: 0px;
	width: 16px;
	float: left;
	list-style-type: none;
	background: url('hostcmsfiles/images/stars_gray.gif') no-repeat 0 0;
	height: 16px;
	cursor: pointer;
	display: inline;
}
 
.stars .curr {
	margin: 0px;
	padding: 0px;
	width: 16px;
	float: left;
	background: none;
	background: url('hostcmsfiles/images/stars_single.gif') no-repeat 0 0;
	height: 16px;
}

#message{
	padding: 10px;
	margin: 10px 0px;
	color: #FFFFFF;
	background: #FF0000;
	font-weight: bold;
}


}

.news_img{
	float: left;
	margin: 0 10px 10px 0px;
	display: inline;
}

.news_info{
	font-size: 11px;
	margin: 0px 0px 20px 0px;
}


.head{
	background: #fff url('../i_bostontex/line.gif') repeat-x;
	width: 264px;
	height: 194px;
	float: left;
	padding: 0 25px;
	color: #FFF;
	display: inline;
}

.head p.title{
	margin: 25px 0 10px 0;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #fff;
	padding: 0;
	font-size: 28px;
}

.head p{

	font-size: 10px;
	color: #fff;
	padding-right: 30px;
}

.head p.more{
	font-size: 10px;
	color: #fff;
	padding-right: 30px;
	text-align: right;
}

.head p.more a{
	color: #fff;
}


.pic{
	position: absolute;
	left: 264px;
	z-index: 1;
}

.desc{
	position: absolute;
	font-size: 25px;
	font-family: Times New Roman;
	color: #9dceb7;
	left: 300px;
	top: 77px;
}


.left_menu{
	margin-top: 16px;
	margin-left: 3px;
}
.left_menu ul {
	margin: 0;
}

.left_menu li {
	font-size: 12px;
	list-style: none;
	color: #000;
	background: url(../i_bostontex/li.gif) no-repeat center left;
	padding-top: 1px;
	padding-left: 15px;
}

	.left_menu li a{
		color: #333;
		display: block;
		line-height: 13px;
	}
	
	

.phone{
	position: absolute;
	right: -230px;
	top: -5px;
}

small{
	font-size: 20px;
}

big{
	font-size: 30px;
	color: #000;
}

.contacts{
	margin-top: 20px;
	line-height: 18px;
}

.content{
	padding: 16px 40px 40px 4px;
}



.img_content{
	float: right;
	padding-right: 5px;
	padding-top: 40px;
	margin-left: 30px;
}

.list_content{
	padding-top: -12px;
	margin-left: 0px;
}

.list_content li{
	list-style: none;
	background: url(../i_bostontex/li3.gif) no-repeat center left;
	padding-left: 20px;
	line-height: 11px;
}

/* news_box */

.news_box{
	margin: 0px 0px 0px;
}

.news_txt:after{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .news_txt{height: 1%;}
.news_txt{
	margin: 0 0 18px 0;
	
}
.news_txt p{
	line-height: 130%;
	margin: 0;
	padding: 0;
	font-size: 86%;
}
.news_txt h3{
	line-height: 130%;
	margin: 0 0 3px;
	padding: 0;
	font-size: 110%;
	font-weight: normal;
}
#first_news.news_txt h3{
	font-size: 16px;
}

.news_txt .news_img{
	display: block;
	margin: 3px 15px 2px 0px;
	float: left;
}

#first_news.news_txt{
	margin: 0 0 18px 0;
	padding-left: 0px;
	background: none;
}


.news_box img{
	margin: 10px;
}
.news_txt .news_img img{
	border: 1px solid #000;
	margin: 0;
}

.news_txt .news_info{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9F9176;
	font-size: 86%;
	margin: 3px 0 0;
	
}

.news_txt .news_info a{
	color: #9F9176;
}


/* form */

.form{
	margin: 10px 0 10px;
	width: 100%;
	border-top: 5px solid #579F37;
	padding: 15px 0 0;
}

.form fieldset{
	border: 1px solid #579F37;
	padding: 0px 20px 20px;
}

.form legend{
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul{
	margin: 0;
	padding: 0;
}
.form .line{
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}
.form .line.marked{
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff;
}
.form .line.marked label{
	margin-left: 10px;
}
.form.descr .line{
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}
.form .line:before{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line{height: 1%;} 
.form .label{
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 93%;
}
.form .formw{
	width: 70%;
	display: block;
	float: left;
}
form.descr .formw{
	width: 460px;
	text-align: justify;
}
.form .formw .text{
	width: 99%;
	background: #fff;
	/*	border: 1px solid #C9D3DC;*/
	font: 12px Arial, Helvetica, sans-serif;
}

.form small{
font-size: 12px;
}

.form .rad{
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.form .btn{
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}
.red{
	color: #E05332;
}
.err{
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}
.form img{
	margin: 0;
}

.right{
margin: 0 30px 0 20px;
}

.item_image{
margin: 0 10px 10px 0;
}