/*
Site Name: КОТТО
Site URI: http://www.vibro-pres.ru/
Description: КОТТО - официальный производитель!
Version: 1.0
Author: Vitalie Cotelea
Author URI: http://www.cotelea.com/
*/

HTML,BODY {
   margin: 0;
   padding: 0;
}
BODY {
   color: black;
   text-align: justify; 
   font-size: 90%;
   font-family: Arial, Helvetica, sans-serif; 
}

.left {
   float: left;
}
.right {
   float: right;
}
.center {
   text-align: center;
}
.clear {
   clear: both;
   margin: 0;
}

A {
   color: #CB5247;
   text-decoration: none;
}
A:hover {
   color: #CB5247;
   text-decoration: none;
   border-bottom: 1px solid #CB5247;
}

IMG.left {
   float: left;
   padding: 0 20px 20px 0;
}
IMG.right{
   float: right;
   padding: 0 0 20px 20px;
}
IMG.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

#container {
   width: 960px;
   margin: 0 auto;
}

#header {
   width: 960px;
   height: 340px;
   margin: 0;
   background: white url(/images/bg_header.jpg) no-repeat;
}

#subMenu {
   width: 885px;
   height: 30px;
   margin: 0 auto;
}
#subMenu UL {
   margin: 0;
   padding: 4px 0;
   list-style: none;
   text-align: right;
}
#subMenu LI {
   color: #0F0A4A;
   font-size: 80%;
   display: inline;
   padding-right: 4px;
   border-right: 1px solid #0F0A4A;
}
#subMenu A {
   color: #0F0A4A;
   text-decoration: none;
}
#subMenu A:hover {
   border: none;
   border-bottom: 1px solid #0F0A4A;
}

#mainMenu {
   width: 930px; 
   margin: 252px auto 0;
}
#mainMenu UL {
   margin: 0;
   padding: 23px 0 0;
   list-style: none;
   text-align: center;
}
#mainMenu LI {
   color: #568246;
   font-size: 80%;
   display: inline;
   padding: 0 3px 0 6px;
   border-left: 1px solid #0F0A4A;
}
#mainMenu LI:first-child {
   border: none
}
#mainMenu A {
   color: #568246;
   text-decoration: none;
}
#mainMenu A:hover {
   border: none;
   border-bottom: 1px solid #0F0A4A;
}

#wrapper {
   width: 960px;
   margin: 0 auto;
   padding-top: 30px;
   background: white url(/images/bg_wrapper.gif) no-repeat top;
}

#wrapper2 {
   width: 960px;
   margin: 0 auto;
   padding-top: 30px;
   background: white url(/images/bg_wrapper1.gif) no-repeat top;
}

#wrapper1 {
   width: 960px;
   margin: 0 auto;
   padding-top: 30px;
   background: white url(/images/bg_wrapper.gif) no-repeat top;
}

#content {
   width: 821px;
   margin: 0 auto;
   padding: 0 30px;
   border-right: 2px solid #9AAD6B;
   border-left: 2px solid #9AAD6B;
}


#footer {
   width: 960px;
   height: 107px;
   margin-top: -10px;
   padding-top: 93px;
   background: white url(/images/bg_footer.gif) no-repeat;
}
#footer P {
   color: #0F0A4A;
   font-size: 80%;
   text-align: center;
   margin: 0;
}

#footer1 {
   width: 960px;
   height: 107px;
   margin-top: -10px;
   padding-top: 93px;
   padding-left:300px;
   align:center;
   background: white url(/images/bg_footer.gif) no-repeat;
}
#footer1 P {
   color: #0F0A4A;
   font-size: 80%;
   text-align: center;
   margin: 0;
}

#counter {
   width: 0;
   height: 0;
   top: -1000px;
   left: -1000px;
   margin: 0;
   padding: 0;
   display: inline;
   position: absolute;
   visibility: hidden;
}