html, body {
  width: 100%;
  height: 100%;
}

body {
  background:#e5e1d8 url(images/bg.jpg) repeat;
  font: 14px /18px  Palatino Linotype, Book Antiqua, Palatino, serif;
}

.transparency {
  opacity:0.5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); 
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.light {
  background-color: #e5e1d7;  
}

.dark {
  background-color: #daceb8;  
}

a {
  color:#000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.main-container {
  width:960px;
  margin:0 auto;
  position: relative;
  padding: 20px;
  overflow: hidden;  
  z-index: 1;  
}

.flowers-big, .flowers-small {
  position: absolute;
}

.flowers-big {
  top:0;
  left:0;
}

.flowers-small {
  top:0;
  right:0;
}

.center-bg-container {
  background: url(images/center-bg.png) repeat-y;
  position: relative;
  z-index: 2;
}

.gradient-bg {
  opacity:0.70;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;  
  z-index: 3;  
}

.gradient-bg div {
  width: 100%;
  height: 660px;
  position: absolute;
  bottom:0;
  background: url(images/bg-grad.png) bottom repeat-x;
}

.wrapper {
  overflow: hidden;
  z-index:5;
}

.left-column{
  float:left;
  width:270px;  
}

.contacts {
  padding: 15px;
  line-height: 120%;
  font-weight:bold;

  border:2px solid #fff8f5;
  background: none;
  
  -moz-border-radius: 30px; /* Firefox */
  -webkit-border-radius: 30px; /* Safari and Chrome */
  border-radius: 30px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url(' border-radius.htc');
}

.contacts h1 {
  margin-top:20px;
  text-align: center;
  font-size: 150%;
}

.contacts p{
  margin:30px 0;
}

.left-column, .header, .content {
	padding:10px;
}

.sidebar-menu {
  font-weight: bold;
  padding: 10px;
  margin: 25px 0;
  padding-left: 10px;
  font-style: italic;
}

.sidebar-menu h1 {
  font-size: 230%;
  margin:25px 0;  
}

.sidebar-menu li {
  margin: 7px 0;
  margin-left: 10px;
  font-size: 120%;
}

.sidebar-menu li h1 {
  font-size: 180%;
  clear:both;
  margin-bottom: 0;
}

.sidebar-submenu {
   float:right;
   margin:15px 0;
}

.right-column{
  float:left;
  width:670px; 
}

.header {
  height:160px;
  padding-left:35px;
}

.header h1{
  font-size: 500%;
  margin: 70px 0 40px;
  font-style: italic;
}

.header h2{
  font-size: 140%;
  font-style: italic;  
}

.header h1, h2{

}

.top-menu {
  background-color: #d0bf87;
  width:95%;
  opacity:0.80;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);  
  float: right; 
}

.top-menu li {
  margin: 0 0 0 40px;;
  font-weight: bold;
  font-size: 120%;
  list-style-type: disc;
  float:left;
  font-style: italic;
}

.top-menu li span {
  line-height: 30px;
  margin: 0 0 0 -5px;
}

.content {
  clear:both;
  padding: 50px;
  overflow: hidden;
}
.venki-item {
  width:126px;
  height:251px;
  border:2px solid #666362;
  
  border-radius: 15px;
  -moz-border-radius: 15px; /* Firefox */
  -webkit-border-radius: 15px; /* Safari and Chrome */

  padding: 15px;
  position:relative;
  float:left;
  margin: 3px;  
  behavior: url(' border-radius.htc');  
}

.venki-item span {
  position: absolute;
  top:15px;
  left:15px;
}

.venki-item a {
  height:130px;
  width:130px;   
  display:block;
  margin-bottom: 10px;
}

.venki-item img {
   
}

.coffin-item {
  width:130px;
  height:251px;
  border:2px solid #666362;
  
  border-radius: 15px;
  -moz-border-radius: 15px; /* Firefox */
  -webkit-border-radius: 15px; /* Safari and Chrome */

  padding: 15px;
  position:relative;
  float:left;
  margin: 10px;  
  behavior: url(' border-radius.htc');  
}

.coffin-item span {
  position: absolute;
  top:15px;
  left:15px;
}

.coffin-item a {
  height:130px;
  width:130px;   
  display:block;
  margin-bottom: 10px;
}

.coffin-item img {
   
}

.footer, .wrapper {
	position: relative;
}

.footer .left-column {
  width: 250px;
}

.footer .right-column {
	width: 630px;
}


.footer-corner, .copyright {
  height:80px;
  padding: 10px 20px;
  font-weight: bold; 
}

.footer table{
  position: relative;
  z-index: 5;
  width:100%;
}

.footer .phone-values {
  text-align: right;
}
