@charset "utf-8";
/***** WebSee CSS Framework *****/
/***** WebSee Co. Ltd., last update: 11.12.2009 ver. 0.1 *****/

/***** Global reset for standart elements *****/ 
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd,table,td,th{margin:0;padding:0;line-height:130%;font-size:100%;}
a img,:link img,:visited img{border:none}
address{font-style:normal}
dl{margin:0 0 0 .8em}
dl dt{margin:0 0 .5em 0}
dl dd+dt{margin-top:1.5em}
dl dd,ul li,ol li{margin:0 0 1em 2em}
ol{list-style:decimal}
ol li ol,ol li ul,ul li ul,ul li ol{margin:1em 0 0}
p,table,form{margin:0 0 1em}
ul{list-style:disc}
ul li ul{list-style:circle}
ul li ul li ul{list-style:square}
div{_height:1%}

body {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 0.9em;
min-width: 1235px;
width:expression((document.documentElement.clientWidth)<1235?"1235px":"auto");
color: #333;
background: url('../i/bg.jpg');
}

body, #footer_bg, #container2 {
    min-width: 1235px;
    width:expression((document.documentElement.clientWidth)<1235?"1235px":"auto");
}

html, body { height: 100%; }

/****** Headers *****/
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
color: #684f37;
}

h1 {
padding: 0.3em 0;
letter-spacing:-1px;
font-size: 2.8em;
}

h2 {
padding: 0.2em 0;
letter-spacing:-1px;
font-size:2em;
}

h3 {
font-size:1.3em;
font-weight:normal;
padding: 0.2em 0;
}

/***** Common elements *****/
blockquote {margin:1.25em;padding:1.25em 1.25em 0 1.25em;}
small {font-size:0.85em;}
acronym, abbr {cursor:help;letter-spacing:1px;border-bottom:1px dotted;}
img {vertical-align: middle;}

/***** Tables *****/
table{border-collapse: collapse; background-color: #EFE5D0; border: 2px solid }
td, th{padding: 4px; border: 1px solid #4B3F2F}
th{text-align: center; background-color: #8D7A5F; color: #EFE5D0}
.alt td{background-color: #EADFC1;}

/***** Links *****/
a, a:link, a:visited, a:hover, a img {
text-decoration: underline;
cursor: pointer;
color: #4f1c06;
}

a:hover {
    text-decoration: none;
}

a:visited {
    color: #373026;
}

/***** Global Classes *****/
.clear {clear:both;}
.float-left, .left{float:left;}
.float-right, .right{float:right;}

.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.text-justify{text-align:justify;}

.img-left{float:left;margin:0.3em 1em 0.3em 0}
.img-right{float:right;margin:0.3em 0 0.3em 1em}

.nopadding{padding:0;}
.noindent{margin-left:0;padding-left:0;}
.nobullet{list-style:none;}

.clear,.clrleft,.clrright{clear:both;width:100%;display:block}
.clrleft{clear:left}
.clrright{clear:right}

.nobr{white-space:nowrap}

.prim{font-size: 0.85em;}
.accent{font-weight: bold;}

.forprint{display: none;}

/***** Forms *****/
form{width:98%}

button{
	font-size: 1em;
   background: #4a4a4a url(../i/butbg.jpg) repeat-x;
   display: inline-block;
   padding: 4px 25px 4px;
   color: #E9E9E9;
   text-decoration: none;
   line-height: 1em;
	border: none;
	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
   position: relative;
   cursor: pointer;
}
  
button:hover{
	background: #363636 url(../i/butbgh.jpg) repeat-x;
	color: White;
}

label{
	color: #777;
	width: 120px;
	float: left;
	padding-right:10px;
	text-align: right;
	font-size: 0.85em;
}

label.check{
  color: #333;
}

input{padding:2px}
select, textarea, input.text, input.short, input.password, input.file {
  padding: 2px;
  font-size: 100%;
  width: 350px;
}

textarea{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

input.short{
  width: 170px;
}

form div{
  padding: 6px;
}

form div div{
  padding: 0;
  margin-left: 130px;
}

form .prim{
  color: #777;
  font-size: 0.85em;
}

form img{
  margin-right: 1em;
  border: 1px solid #777;
}

.vkey{
  width: 120px;
  text-align: center;
  color: #4B3F2F;
  font-weight: bold; 
}

.buttons{
	margin: 1em 0 0 130px;
}

/***** Messages *****/
.errors, .jot-err{background-color: #FFE8E8;}
.msgok, .jot-cfm{background-color: #EFFFD4;}
.info, .fpinfo, .jot-list{background-color: #FFFFF0;}

.errors, .jot-err, .msgok, .info, .fpinfo, .jot-list, .jot-cfm{
  padding: 10px;
  margin:0 0 1em;
}

.errors p, .jot-err p, .msgok p, .info p, .fpinfo p, .jot-cfm p{
  padding: 0;
  margin: 0;
}

/****** JOT Comments *****/
.jot-comment{
	padding: 10px;
	margin-bottom: 10px;
}

.jot-num{
	display: block;
	float: right;
	font-size: 2em;
	text-align: center;
	width: 50px;
	height: 23px;
}

.jot-poster{font-size: 0.85em;}
.jot-user, .jot-subject{font-size: 1.4em;}
.jot-subject{font-weight: bold;}
.jot-content{float: none;}
.jot-message{padding: 1em 0; line-height: 130%;}
.jot-row-alt{background-color: #E9E9E9}
.jot-row-me{background-color: #EFFFD4;}


/***** Breadcrumbs navigation *****/

#navigation{
  font-size: 11px;
  color: #83755C;
  margin:0 0 1em;
}

#navigation a{
	color: #654C37;
}

#navigation a:hover{
	color: #4B3F2F;
}

/***** Pages scroll & Ditto scroll ******/
#pages{
  text-align: center;
}

#pages span, a.ditto_page{
  padding: 6px 10px;
  margin: 0 5px;
  border: 1px solid #777;
  background-color: #CCC;
  text-decoration: none;
}

/***** Photos & Galleries *****/
.photo, a .photo{
	border: 3px solid #83755C;
}

img.right {
    margin: 0 0 33px 33px;
}

img.left {
    margin: 0 33px 33px 0;
}

.gallery{
	margin:0 0 1em;
}

.gallery div{
	float: left;
	padding: 0 30px 30px 0;
}

.gallery div a{
	display: block;
	width: 215px;
	height: 190px;
	text-decoration: none;
}

.gallery span{
	display: block;
	text-align: center;
	font-size: 0.9em;
	width: 208px;
}

.gallery img{
	margin:0 0 4px;
}

/********************************************************/
/***************** Layout code starts here **************/
/********************************************************/

#module_light1 {
    filter: expression(fixPNG(this));
}

/* container */
#container1 {
    background: url(../i/index_bottom_bg.jpg) no-repeat bottom left;
    position: relative;
    z-index: 2;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#container2 {
    background: url(../i/index_top_bg.jpg) no-repeat top left;
    height: 922px;
    width: 100%;
    position: absolute;
    margin-top: -1366px;
    z-index: 1;
}

#container3 {
    padding: 20px 0 480px 6px;
}

*html #container3 {
    padding-bottom: 376px;
}

/* container on inner pages */
#in_container1 {
    background: url(../i/in_bg_top_rep.jpg) repeat-y 0 213px;
    position: relative;
    z-index: 2;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#in_container2 {
    background: url(../i/in_top_bg.jpg) no-repeat top left;
}

#in_container3 {
    background: url(../i/in_bottom_bg.jpg) no-repeat bottom left;
    /*padding: 20px 0 155px;*/
    padding: 20px 0 155px;
}

/* left column */
#left_col {
    float: left;
    width: 266px;
    background: url(../i/pipe.png) repeat-y 15px 0;
    margin-top: 50px;
    height: 651px;
}

#in_left_col1 {
    background: url(../i/in_pipe.png) no-repeat bottom left;
    padding: 0 0 77px 29px;
    margin-top: 50px;
    float: left;
    position: relative;
}

#in_left_col2 {
    width: 266px;
    background: url(../i/pipe.png) repeat-y 15px 0;
    position: relative;
}

/* menu */
#menu {
    position: absolute;
    margin-top: -10px;
    width: 180px;
    height: 321px;
    background: url(../i/menu.png) no-repeat;
    padding-left: 80px;
}

#module_light1, #module_light2 {
    border: none;
    position: absolute;
    margin: -20px 0 0 -95px;
    z-index: 2;
}

#module_light1 {
    z-index: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

#module_light1 .hover {
    visibility: visible;
}

#menu ul {
    list-style: none;
    position: relative;
    z-index: 3;
}

#menu li {
    margin: 0;
    padding-left: 7px;
    height: 37px;
    position: absolute;
}

#menu li a {
    display: block;
    width: 171px;
    height: 37px;
    background-position: 1px 2px;
    background-repeat: no-repeat;
    overflow: hidden;
}

#menu li.about a:hover { background-image: url(../i/menu_about.jpg); }

#menu li.products { margin-top: 42px; }
#menu li.products a:hover { background-image: url(../i/menu_products.jpg); }

#menu li.certificates { margin-top: 84px; }
#menu li.certificates a:hover { background-image: url(../i/menu_certificates.jpg); }

#menu li.tests { margin-top: 126px; }
#menu li.tests a:hover { background-image: url(../i/menu_tests.jpg); }

#menu li.contacts { margin-top: 168px; }
#menu li.contacts a:hover { background-image: url(../i/menu_contacts.jpg); }

#menu li a .light, #menu li a .ie_light {
    display: block;
    position: absolute;
    width: 194px;
    height: 70px;
    margin: -16px 0 0 -11px;
    overflow: hidden;
    background: url(../i/menu_light.png) no-repeat top left;
}

#menu li a .light {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

/* for ie */
#menu li a .ie_light {
    visibility: hidden;
}
#menu li a:hover .ie_light {
    visibility: visible;
}

#menu span.title {
    display: none;
}

#evinka {
    margin-top: 301px;
}

/* right column */
#right_col {
    margin-left: 324px;
    width: 860px;
}

/* content head */
#c_head1 {
    background: url(../i/content_head.png) no-repeat;
    padding: 42px 0px 0 5px;
}

#c_head2 {
    background: url(../i/content_head_bg.jpg) no-repeat;
    width: 849px;
    height: 73px;
}

/* content */
#content1 {
    background: url(../i/content_left.png) top left no-repeat;
}

#content2 {
    background: url(../i/content_right.png) top right no-repeat;
}

#content3 {
    background: url(../i/content_bottom.png) bottom left no-repeat;
    padding: 0 6px 38px 7px;
}

#content4 {
    background: url(../i/content_bg.jpg);
    padding: 19px 0 0 38px;
}

#content_head {
    padding: 0 0 14px 0px;
}

/* product on index page */
#index_prod {
    height: 128px;
    overflow: hidden;
}

#index_prod ul {
    list-style: none;
}

#index_prod li {
    float: left;
    margin: 0;
}

#index_prod li.first {
    width: 200px;
    padding-right: 50px;
    text-align: left;
}

#index_prod li.second {
    width: 220px;
    padding: 0 15px;
    text-align: center;
}

#index_prod li.third {
    width: 170px;
    padding-left: 80px;
    text-align: right;
}

#index_prod a {
    display: block;
    text-decoration: none;
}

#index_prod a span.i {
    display: block;
    height: 84px;
}

#index_prod span.i img {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

#index_prod li.first span.i {
    height: 64px;
    padding-top: 20px;
}

#index_prod li.third span.i {
    height: 74px;
    padding-top: 10px;
}

#index_prod a span.title {
    display: block;
    padding-bottom: 4px;
    color: #543f36;
    font-size: 18px;
    text-decoration: underline;
}

#index_prod a:hover span.title {
   
	 color: #341f16;
}

#index_prod p {
    color: #654c37;
    font-size: 0.75em;
    text-align: left;
    padding-left: 12px;
    line-height: 95%;
}

/* main index content */
#content5 {
    background: url(../i/content_lines.png) no-repeat;
    padding: 34px 0 0;
    height: 192px;
    overflow: hidden;
}

#content5 p {
    line-height: 120%;
}

#content5, #content5 a {
    color: #654c37;
    font-size: 13px;
    font-family: Tahoma;
}

#content5 a:hover {
    color: #452c17;
}

#content5 .title_img1 { margin-bottom: 2px; }
#content5 .title_img2 { margin-bottom: 9px; }

#content5 .left {
    width: 360px;
}

#content5 .content_right {
    margin-left: 432px;
    width: 330px;
}

#content5 address {
    padding-bottom: 10px;
}

/* content on inner pages */
#in_content0 {
    padding-left: 3px;
    margin-left: -1px;
}

#in_content1 {
    background: url(../i/in_bottom_content.png) no-repeat bottom left;
    padding-bottom: 38px;
}

#in_content2 {
    background: url(../i/in_content_bg.jpg);
    background-position: 0 265px;
}

#in_content3 {
    background: url(../i/in_top_content_bg.jpg) no-repeat top left;
}

#in_content4 {
    background: url(../i/in_bottom_content_bg.jpg) no-repeat bottom left;
}

#in_content {
    padding: 40px 60px 30px;
}

#in_content h1.pagetitle {
    margin: 0 0 20px 0;
    padding: 0;
}

#in_content p, #in_content li{
    color: #1c100a;
    font-size: 16px;
    font-family: "Times New Roman";
}

#in_content ul li{
list-style: none;
background: transparent url(../i/li.png) no-repeat 0 8px;
padding-left: 24px;
margin:0 0 1em 1em;


}

#in_bottom_content0 {
    padding-top: 10px;
}
#in_bottom_content1 {
    background: url(../i/inner_hu.png) no-repeat top left;
    padding-top: 48px;
}

#in_bottom_content0 p{
	color: #654C37;
}

/* footer */
#footer {
    position: relative;
    height: 51px;
    margin-top: -51px;
    z-index: 4;
    /*background: url(../i/footer_bg.png);*/
}

#footer_bg {
    height: 51px;
    position: absolute;
    width: 100%;
    background: #000;
    margin-top: -51px;
    z-index: 3;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

#footer .left {
    color: #a6a092;
    font-size: 0.85em;
    padding: 15px 0 0 38px;
}

#footer .rightcol {
    margin-left: 341px;
    width: 860px;
}

#counter {
    float: right;
    padding-top: 9px;
}

#dev {
    float: right;
    color: #83755c;
    padding: 15px 20px 0 0;
	 font-size: 0.85em;
}

#footer_menu {
    padding-top: 15px;
}

#footer_menu ul {
    list-style: none;
}

#footer_menu li {
    float: left;
    height: 23px;
    border-left: 1px solid #4b3f2f;
    padding: 0 10px;
    margin: 0;
}

#footer_menu li.first { border: none; }

#footer_menu a {
    font-size: 0.85em;
    text-transform: uppercase;
}

#footer_menu a:hover{
	text-shadow: 0px 0px 8px rgba(250, 250, 250, 0.60);
}

#footer a {
    color: #83755c;
	 text-decoration: none;
}

#footer a:hover {
    color: #afa087;
}

/* catalog */
#cat_dirs{
	margin-bottom: 40px;
}

#cat_dirs ul {
    list-style: none;
}

#cat_dirs ul li {
    float: left;
    margin: 0;
    background: none;
    padding: 0 10px 0 0;
}

#cat_dirs div{
width: 215px;
height: 165px;
background: url(../i/frame.png) no-repeat top left;
padding: 7px;
border: none;
}

#cat_dirs img{
	border: none;
}

#cat_dirs strong{
	width: 215px;
   text-align: center;
	display: block;
}

/*#catalog ul {
    list-style: none;
}

#catalog ul li {
    background: none;
    margin: 0;
    float: left;
    padding: 0 45px 0 0;
}

#catalog a strong {
    padding-top: 6px;
    display: block;
    width: 350px;
    text-align: center;
}

/* Products */

.prodtab{
	margin-bottom: 1.5em;
	
}

.prodtab, .prodtab th, .prodtab td, .prodtab tr{
	border: none;
	background: transparent;
	font-family: "Times New Roman", Times, serif;
	padding: 4px 4px 8px 4px;
	font-size: 1em;
}

.prodtab th{
	width: 100px;
	/*font-weight: bold;
	font-family: Tahoma, Arial;
	font-weight: 11px;
	*/
	text-align: left;
	color: #4B3F2F;
   vertical-align: top;
	padding-right: 20px;
	border-right: 1px dotted #AFA087;
}

.prodtab td{
padding-left: 20px;
}




/***** Printing styles - must be at the end of CSS *****/
@media print {

body{
	color: black;
	background-color: White;
	background-image: none;
	font-family: "Times New Roman", Times, serif;
}

.forprint{
	display: block;
}

.noprint{
	display: none;
	padding: 0;
	margin: 0;
	height: auto;
   width: auto;
}

}






