: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;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	margin: 4px 0 14px 0;
	font-size: 21px;
	font-style: italic;
	font-weight: normal;
	color: #ecbd7d;
	padding: 0 0 4px 0;
}
.cat_title,
.cat_title p{
	margin: 0;
	padding: 0;
	font-size: 26px;
	line-height: 26px;
	font-style: italic;
	font-weight: normal;
	color: #d2a261;
	text-align: left;
} 

h2 {
	margin: 20px 0 18px 0;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #ecbd7d;
	padding: 0 0 6px 0;
}

h2.kd {
	margin: 20px 0 18px 0;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #fad2a0;
	padding: 0 0 6px 0;
}

h3 {	
	margin: 0 0 10px 0;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #ecbd7d;
}

h4 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #ecbd7d;
	background-color: transparent;
	margin: 0 0 3px 0;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	color: #f2dfb6;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	color: #f2dfb6;
	background-color: transparent;
}

/* Links
================================================*/

a:link {
	color: #f2dfb6;
	text-decoration: underline;
}

a:visited {
	color: #f2dfb6;
	text-decoration: underline;
}

a:active {
	color: #f2dfb6;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}



/* Paragraphs
================================================*/
 
p {
	margin: 0 0 12px 0;
	line-height: 1.2em;
}

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;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}


/* Tables
================================================*/

table {
	border-collapse: collapse;
	margin: 15px 0 15px 0;
	font-size: 12px;
}
 
table td{
	color: #f2dfb6;
	font-size: 12px;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

/* 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: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #f2dfb6;
	background-color: #780A17;
	padding: 20px;
	overflow-x: hidden;
}

body.home {
	background: #220005 none no-repeat center top;
	padding: 0px;
}

body.inside{
	background: #260106 url('/i/bg.jpg') no-repeat center top;
	padding: 0px;
}

.all{
	width: 1000px;
	margin: 0 auto;
}

.all.sto{
	width: 100%;
}

.menu {
	position: absolute;
	left: 50%;
	top: 250px;
	width: 300px;
	height: 200px;
	padding: 0px 0 0 0;
	margin: 0px 0 0 -244px;
	position: relative;
}

.menu ul {
	margin: 0;
	float: left;
}

.menu li {
	background: #ccf;
	margin: 8px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	height: 44px;
	line-height: 42px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	background: url('../i_graintek/nav_devider.jpg') no-repeat 0 0px;
	list-style: none;
}


.photogal{
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
}

.photogal td{
	width: 200px;
	padding: 0px;
	margin: 0px;
}

.photogal td img{
/*	border: 2px solid #fff;*/
}

.text_main{
	width: 1000px;
	margin: 0 auto;
	color: #68382e; 
}

body.inside .header{
	width: 1000px;
	margin: 20px auto 0px;
	height: 124px;
	position: relative;
}

.logo{
	position: absolute;
	width: 241px;
	height: 124px;
	top: 0px;
	left: 0px;
	background: url('/i/logo_inside-trans.png') no-repeat 0 0;
}
#menu{
	position: absolute;
	right: 0px;
	top: 30px;
}



.catalog{
	height: 600px; /* 680 */
	width: 100%;
	position: relative;
}

.cat_bg{
	position: absolute;
	top: 220px; 
	left: 160px;
	z-index: 10;
	display: none;
}

.catalog_gallery{
	position: absolute;
	top: 0px; 
	left: 0px;
	z-index: 10;
	display: none;
	width: 995px;
	height: 664px;
}

.active_bg{
	display: none;
	position: absolute;
	top: 40px; 
	left: 80px;
	z-index: 5;
}
.active_bg_show{
	display: block;
	position: absolute;
	top: 40px; 
	left: 80px;
	z-index: 5;
}

.logo_cat img{
	position: relative;
	z-index: 10;
}

.left_block{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 15;
	width: 280px;
	height: 520px;
}

.left_block h1{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	color: #fad2a0;
	font-size: 30px;
}

.left_block .desc{
	margin: 0px 0px 25px 10px;
	color: #d2a261;
	padding: 0px;
	font-size: 24px;
	
}

.right_block{
	position: absolute;
	top: 0px;
	right: 0px; 
	z-index: 15;
	width: 290px;
	height: 520px;
	text-align: right;
	font-style: italic;
}

.right_block .text{
	width: 280px;
	height: 340px;
	font-style: italic;
	font-size: 18px;
	margin-right: 0px;
	margin-left: 20px;
	padding-right: 0px;
	float: right;
	color: #fad2a0;
}

.sertif{
	clear: both;
	font-style: italic;
	font-size: 12px;
	color: #d2a261;
	position: absolute;
	right: -13px;
	bottom: 0px;
	width: 290px;
}
.sertif p{
	margin: 10px 0px;
	padding: 0px;
}

#logo_left_1{	
	position: absolute;
	top: 0px;
	left: -40px;
	z-index: 15;
}
#logo_left_2{	
	position: absolute;
	top: 150px;
	left: -40px;
	z-index: 15;
}
#logo_left_3{	
	position: absolute;
	top: 300px;
	left: -40px;
	z-index: 15;
}

#logo_right_1{	
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 15;
}
#logo_right_2{	
	position: absolute;
	top: 150px;
	right: 0px;
	z-index: 15;
}
#logo_right_3{	
	position: absolute;
	top: 300px;
	right: 0px;
	z-index: 15; 
}


/* ----- */




.questions_title{
font-size: 18px;
font-weight: bold;
margin: 10px 0 15px 0;
color: #ecbd7d;
padding: 0;
}
.comment_pic,
.data{
color: #c2914e;
	
}
.questions_ask{
font-size: 14px;
color: #c2914e;
margin: 5px 20px 15px 0px;
}
.questions_reply{
font-size: 14px;
color: #ecbd7d;
padding: 0 0 0 15px;
margin: 10px 5px 10px 10px;
border-left: 4px solid #AA0D11;
}
.admin_reply{
	
}
.questions{
margin: 30px 0 30px 0px;
}

.ask_main{
margin: 5px 0 5px 0px;
}
ul.question_main{
margin: 0px;
}

ul.question_main li{
background-image:none;
padding-left: 0px;
margin: 20px 0 15px 0px;
}

span.current, .page_link, .ctrl
{
	padding: 0.2em 0.5em 0.3em 0.5em;
	float: left;
	display: block;
	margin-right: 0.3em;
}

.page_link
{
	border: 1px dashed #bbbbbb;
}

span.current
{
	background: #f2f2f2;
	color: #000;
	border: 1px solid #CCC;
}

.ctrl
{
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 10px;
	color: #000;
}

.path_arrow
{

	padding: 0px 5px 0px 5px;
	font-size: 10pt;
}

#ShowAddComment{
margin: 5px 0px 20px;
}

#ShowAddComment a{
padding: 0px;
display: block;
width: 140px;
height: 29px;
background: #900D1B url(/i/button_ask.gif) no-repeat 0 0;
color: #fff;
text-indent: -10000px;
}

#AddRecord td{

color: #c2914e;
	padding: 3px 5px 3px 0px; 
}

#AddRecord input,
#AddRecord textarea{
	font: 12px Arial, Helvetica, sans-serif; 
}
#AddRecord .text{
	width: 400px; 
	border-color:  #900D1B;
	background: #610313;
	color: #ECBD7D;
	padding: 1px 2px;
}

.submit{
	font-size: 16px;
	padding: 2px 10px;
}

.hidden{
	display: none;
}


#onas{
	margin-top: -82px;
	margin-bottom: -50px;
}

.ad_onas{
	text-align: center;
	margin-left: 90px;
}

.times{
	font-family: "Times New Roman", Times, serif;
}




body.home .webdev{
margin: 20px 50px 20px;
}

body.home .webdev, 
body.home .webdev a{ 
	color: #420A14;
}
 
.webdev{
	text-align: right;
	width: 1000px;
	margin: 70px auto 20px;
	font-size: 11px;
}

.webdev, 
.webdev a{ 
	color: #420A14;
	text-decoration: none;
}


.b88{ 
	float: right;
	margin: 3px 0px;
}

.wd{ 
	float: right;
	margin: 9px 10px 0px;
}
