/*
-----------------------------------------------
Ekohim Ltd. Main stylesheet
Author: Iliya Iliev
----------------------------------------------- */

body {
font-family:"Verdana", Arial, Helvetica, sans-serif;
font-size:12px;
line-height:150%;
color:#007336;
background:url(images/bg_page.gif);
margin:0;
}

/* Wrapper
----------------------------------------------- */
#wrapper {
width:758px;
background:url(images/back_content1.gif);
margin:0 auto;
}

/* Header
----------------------------------------------- */
#header {
background:url(images/header.jpg);
background-repeat:no-repeat;
background-position:right;
width:758px;
height:94px;
}
#header h1 {
display:none;
}
#logo {
background:#FFF;
width:241px;
height:94px;
}

/* Navigation
----------------------------------------------- */
#leftnav {
width:241px;
float:left;
padding-top:3px;
padding-left:3px;
}
#leftnav ul {
list-style-type:none;
margin:0;
padding:0;
}
#leftnav li span {
display:none;
}
#leftnav li,#leftnav ul li a {
display:inline;
float:left;
width:241px;
height:29px;
}
li#nav-home {
background:url(images/buton_na1.gif) no-repeat;
}
li#nav-home a:hover,li#nav-home-active {
background:url(images/buton_na.gif) no-repeat;
}
li#nav-abo {
background:url(images/bu_ko1.gif) no-repeat;
}
li#nav-abo a:hover,li#nav-abo-active {
background:url(images/bu_ko.gif) no-repeat;
}
li#nav-pro {
background:url(images/bu_p1.gif) no-repeat;
}
li#nav-pro a:hover,li#nav-pro-active {
background:url(images/bu_p.gif) no-repeat;
}
li#nav-con {
background:url(images/bu_k1.gif) no-repeat;
}
li#nav-con a:hover,li#nav-con-active {
background:url(images/bu_k.gif) no-repeat;
}
#lang {
width:160px;
float:left;
padding-left:60px;
padding-top:6px;
}
#lang img {
padding-right:5px;
}
#langselect {
width:160px;
}
#langselect img {
height:13px;
padding-left:109px;
}

/* Content
----------------------------------------------- */
#content {
min-height:440px;
height:auto !important;
height: 440px;
text-align:left;
float:right;
width:470px;
background:url(images/logo.gif) no-repeat;
background-position:bottom right;
padding:20px;
}
h1 {
font-size:20px;
font-weight:normal;
line-height:130%;
clear:both;
color:#f90;
border-bottom:1px solid #f90;
padding-bottom:5px;
}
.clearboth {
clear:both;
}
img {
border:0;
}
.right_img {
float:right;
} 
.left_img{
float: left;
padding-right:5px;
} 
.products{
width:235px;
float: left;
}
.details{
width:130px;
height:175px;
float:right;
padding:0 10px 0 0;
}
#description{
width:280px;
float:right;
}
.form {
color:#f90;
padding:10px 0 0;
}
.space{
padding:15px 0 0 0;
}

/* Footer
----------------------------------------------- */
#footer {
clear:both;
width:758px;
height:25px;
background:#007336;
}
#footer p {
font-size:10px;
color:#c9e1d4;
text-align:center;
line-height:25px;
}
#footer a:hover {
color:#f90;
text-decoration:underline;
}
#footer a {
color:#c9e1d4;
text-decoration:none;
}

/* Links
----------------------------------------------- */
a:link {
color:#007336;
}
a:visited {
color:#007336;
}
a:hover {
color:#f90;
text-decoration:none;
}

/* Contact form
----------------------------------------------- */
#contact_form {
width:300px;
}
input#name,input#address,input#telephone,input#email {
width:100%;
margin:0 0 6px;
padding:1px 0;
}
textarea {
width:100%;
margin:0;
padding:1px 0;
}
.required {
color:#f90;
}
submit {
padding-top:10px;
}
.small {
font-size:10px;
}