﻿/* CSS Document Start for web-site www.ampelos.md | author: Vitalie Cotelea */
HTML, BODY { 
   width: 100%; 
   height: 100%;
   margin: 0; 
   padding: 0; 
   font-family: 'Times New Roman', Times, serif; 
   background: #4F3625 url(images/bg.gif)  
}

IMG.border { 
   padding: 4px; 
   border: 2px solid #B59E5B 
}
IMG.right {
   float: right;
   padding: 4px; 
   margin-left: 10px; 
   border: 2px solid #B59E5B 
}
IMG.left {
   float: left;
   padding: 4px; 
   margin-top: 5px;
   margin-right: 10px; 
   border: 2px solid #B59E5B 
}

A { 
   color: #436179; 
   text-decoration: none 
}
A:visited {
   color: #593E2C
}
A:hover { 
   color: #C2413B; 
   text-decoration: underline 
}
A IMG { 
   border: none
}
 
.center { 
   text-align: center 
}
.right {
   text-align: right
}

TABLE {
   margin: 0 auto
}

.Body { 
   width: 830px; 
   position: absolute; 
   left: 50%; 
   margin-left: -415px 
}
#Main { 
   background-color: #F9F2E0;
   padding: 4px 
}
.main {        
   width: 800px;
   padding: 7px; 
   border: 4px solid #B59E5B 
}
	
.menu {  
  color: #C7995E; 
  font: 8pt Arial, sans-serif;
  padding: 8px 0
}
.menu A { 
  color: #C7995E; 
  text-decoration: none 
}
.menu A:visited { 
  color: #C7995E
}	
.menu A:hover { 
  color: #C7995E; 
  text-decoration: none;
  border-bottom: 1px solid #C7995E 
}

.slogan { 
   color: #ADA9A0; 
   font-size: 10px;
   text-align: center; 
   margin: 0px;
   padding-bottom: 15px 
}

#Header { 
  width: 800px; 
  height: 306px; 
  background: #4F3625 url(images/header.jpg) no-repeat; 
  margin-bottom: 10px;
  padding-top: 16px  
}

#Menu { 
  color: #614530; 
  font: bold 12px Arial, sans-serif;
  text-align: center 
}
#Menu A { 
  color: #614530; 
  text-decoration: none; 
  padding: 0 5px 
}
#Menu A:hover { 
  color: #A20000; 
  text-decoration: underline; 
  padding: 0 5px 
}
 
#Cont { 
  margin: 192px 150px 10px 200px 
}
.cont { 
  color: #F7F0D4; 
  font-size: 14px
}

#PartLeft { 
  float: left; 
  width: 250px;
  padding-right: 9px; 
  border-right: 1px solid #B59E5B
}
 
H3.red {
   color: #C2413B; 
   text-align: center
}

#Txt { 
  float: left; 
  width: 528px; 
  padding-left: 10px
}

.counter {
   display: inline;
   height: 0px;
   left: -1000px;
   margin: 0px;
   padding: 0px;
   position: absolute;
   top: -1000px;
   visibility: hidden;
   width: 0px
}
/* CSS Document Fit for web-site www.ampelos.md */