﻿/*
Theme Name: Милк Ингредиентс
Theme URI:
Description: Тема специально для Сергея Голованова
Author: Макс
Author URI:
Version: V1.0
*/
html {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
}
* {
    font-family: Tahoma, sans-serif;
}
body {
    margin: 0px;
    padding: 0px;
    min-width: 1000px;
    text-align: left;
    background: #cace9a  url('images/body_bg.png') repeat-x;
}
body, td, th, input, textarea, select, a {
    font-size: 14px;
}
form {
    padding: 0;
    margin: 0;
    display: inline;
}
input, textarea, select {
    margin: 3px 0px;
}
a, a:visited {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
p {
    margin-top: 0px;
    line-height: 18px;
}
#conteiner {
   width: 980px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   border-left: #9DA16D 1px solid;
   border-right: #9DA16D 1px solid; 
   background: #fffdec;
}

#header .div1{
    height: 63px;
    background: #95ab01 url('images/logo_bg1.png') center no-repeat;   
}
#header .div2{
    
    height: 24px;
    background: transparent url('images/logo_bg2.png') center no-repeat;     
}
#header .logo {
    text-align: center;
    display: block;
    float: left;
    position: relative;
    margin-left: 44%; 
}
#header .language {
    float: right;
    
    margin-top: 20px;
    margin-right: 50px;       
} 
#center_above {
    margin-top: -20px;
    height: 260px;
    padding: 0 0 0 20px;
    background: transparent;
}
#center_above .div3 {
    float:left; 
    position: relative;   
    background: transparent url('images/dary_pomony.png') left no-repeat;
    width: 620px;
    height: 260px;    
}
#center_above .div3 p {
    float: inherit;
        position: relative; 
    margin-left: 180px;
    margin-top: 30px;
    font-size: 16px;
    color: #9fa647;
    font-weight: bold;
}  
#center_above .div4 {
    float: right;
    position: relative; 
    background: transparent url('images/fruits1.png') center no-repeat; 
    width: 300px;
    height: 260px;
    margin-right: 30px;   
} 
#menubar   {     
    height: 47px;
    background: #95ab01;
    border-bottom: 1px solid #fff;
    border-top: 11px solid #fff;
    margin-top: 10px;
}    
#menubar ul.main_menu {
    display: block; 
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menubar ul.main_menu li a {
    position: relative;
    display: block;
    float: left;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    padding: 14px 10px;
    border-left: #a5bd02;
    border-right: #9bb202;
}

#menubar ul.main_menu li a:hover {
    background: #A6BE05;
}

#menubar ul.main_menu li.current_page_item a {
    background: #c5e204;
}
#center_below { 
    min-height: 500px;
	width: 980px;  
}
#center_below .left_column {
    float:left;
    position: relative;
    width: 600px;
    min-height: 400px;
    margin-left: 40px;
	margin-top: 20px;
}
#center_below .right_column {
    float:right;
    position: relative; 
    width: 280px;
    height: 500px;
}
#center_below .right_column ul.menu {
    display:block;
    list-style-type:none;
    margin: 0;
    padding: 0;
    width: 260px;
}
#center_below .right_column ul.menu li a {
    display: block;
    text-decoration: none;
    padding: 15px 15px;
    background: transparent;
    border-bottom: #fc890a 2px solid;
    color: #721f7b;
    font-size: 14px;
    font-weight: bold;
}
#center_below .right_column ul.menu li a:hover  {
    background: #FAA03C;
    color: #fff;
}
#center_below .right_column ul.menu li.current_page_item a  {
    background: #fc890a;
    color: #fff;
}
#center_below .right_column img {
    margin-top: 40px;   
}
#center_below .left_column h3 {
    color: #721f7b;
    font-size: 16px;
}
#center_below .left_column .div5 {
    position: relative;
    height: 260px;
    background: #bac162;
    border: #d5d187 10px solid;
	margin-top: 20px;
    margin-bottom: 10px;
}
#center_below .left_column .div6 {
    float: left;
	list-style-type:none;
	font-weight: bold;
    margin-top: 25px;
    margin-left: 20px;      
} 
#center_below .left_column .div6 li a{
    text-decoration: none;
    color: #721f7b; 
    margin-left: 10px;    
}
#center_below .left_column .div6 h4 {    
   margin-bottom: 0px;
   margin-top: 10px;   
}
#center_below .left_column .div7 {
    float: right;
    list-style-type:none;
	font-weight: bold;
    margin-top: 25px;
    margin-right: 30px;
}
#center_below .left_column .div7 li a{
    text-decoration: none;
    color: #721f7b; 
    margin-left: 10px;
}
#center_below .left_column .div7 h4 {
    
    margin-bottom: 0px;
	margin-top: 10px;	
}    
#footer   {     
    height: 47px;
    background: #95ab01;	
}
#footer .text  {    
	text-align: center;
	position: relative;
    color: #FFFDEC;
	font-size: 13px;
	margin-top: 10px;
}