*{ padding: 0; margin: 0; }
body { height: 100%; padding-bottom: 20px; margin-bottom: 1px; background: #fff7e8; font: 12px normal Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000; }  
	
h1, h2, h3, h4, h5, h6 { display: block; margin: 5px 0 5px 0; }
h1 { width: 200px; font-size: 14px; font-weight: bold; color: #892c2c; border-bottom: 2px solid #7d723a; }
h1.longer { width: 350px; }
h2 { font-size: 13px; color: #7d723a; }
h3 { font-size: 12px; }
p { padding: 5px 0 5px 0; }

/* A
**--------------------------------------*/
a { text-decoration: none; color: #7d723a; }
a:hover { text-decoration: underline; }
a.read_more { white-space: nowrap; }

img, a img 	{ border: 0; }
ul { padding: 5px 15px; margin: 5px 10px; }

.error { color: #892C2C; }
.success { color: #7D723A; }
.center { text-align: center; }

/* NAVIGATION
**--------------------------------------*/
/* top */
ul#nav { display: block; height: 31px; overflow: hidden; margin: 0; padding: 0 0 0 16px; list-style: none; }
 ul#nav li	{ float: left; height: 31px; padding: 0 20px 0 20px; }
 ul#nav li a { float: left; color: #fff; font-weight: bold; font-size: 12px; padding: 8px 2px 4px 2px; _padding-bottom: 5px; }
 ul#nav li a:hover { border-bottom: 3px solid #fff; text-decoration: none; }
 ul#nav li a.active { border-bottom: 3px solid #fff; }
 
/* STRUCTURE
**--------------------------------------*/	
#site { display: block; width: 750px; margin: 0 auto; background: #7d723a; padding: 0 4px 4px 4px; }
 #container { display: block; width: 750px; background: #fff; } 
  #top-loader { display: block; position: relative; width: 100%; height: 249px; overflow: hidden; }
  #content { display: block; overflow: hidden; padding: 15px 35px 35px 35px; }
  #footer { clear: both; display: block; width: 690px; height: 27px; padding: 0 30px 0 30px; border-top: 2px solid #cdcdcd; }

/* TOP */
#top-loader h1.loading { display: block; width: 80px; position: relative; top: 90px; left: 335px; border: 0;  }
 #top { display: block; position: relative; top: -26px; left: 0; overflow: hidden; width: 750px; height: 215px; background: url(../images/top_bg.jpg) 0 0 no-repeat; }
  h1#logo { display: block; overflow: hidden; margin: 0; padding: 0; width: 200px; height: 110px; position: absolute; top: 0; right: 0; border: 0; text-indent: -666em;  }
  h1#logo a { display: block; width: 200px; height: 110px; }
 #main-menu { display: block; position: relative; top: -26px; left: 0; overflow: hidden; width: 750px; height: 31px; background: #892c2c; border-bottom: 1px solid #000; }

/* FOOTER */
 #footer p { float: left; display: block; overflow: hidden; font-size: 10px; }
 #footer p.design { float: right; }

/* CONTENT */	

/* index */
.index_contact, .index_gallery { margin-top: 10px; margin-bottom: 10px; }
.index_contact { clear: both; float: left; width: 280px; }
.index_contact p { padding-left: 20px; }
.index_gallery { float: left; width: 380px; margin-left: 20px; }

/* Gallery */
ul.gallery { padding: 0; margin: 0; list-style: none; }
ul.gallery li { float: left; padding: 5px 6px 6px 6px; margin: 0; }
ul.gallery li a img { border: 2px solid #7d723a; }
ul.gallery li a:hover img { border: 2px solid #892c2c; }


 .pic_left { clear: left; margin: 0; float: left; }
  .pic_left a img { border: 2px solid #7d723a; }
  .pic_left a:hover img { border: 2px solid #892c2c; }
 .pic_right { clear: right; margin: 0;  float: right; }
  .pic_right a img { border: 2px solid #7d723a; }
  .pic_right a:hover img { border: 2px solid #892c2c; }
 .pic_center { clear: both; margin: 0; text-align: center; }
  .pic_center a img { border: 2px solid #7d723a; }
  .pic_center a:hover img { border: 2px solid #892c2c; }


/* liestd items */
.list-element { display: block; min-height: 80px; _height: 1%; overflow: hidden; clear: both; margin: 0; padding: 10px 0 12px 0; border-bottom: 1px solid #ede0e0; }
.list-element .descr { float: left; }
.list-element .descr p { padding-left: 30px; }
.list-element .gallery { float: right; }

/*contact */
div#contact-form table th, td { text-align: left; padding: 5px;  }
#map { width: 500px; height: 400px; display: block; overflow: hidden; margin: 10px auto; border: 2px solid #7d723a;  }
.marked_center { display: block; width: 100%; padding-top: 10px; text-align: center; font-weight: bold; color: #892c2c; text-transform: uppercase;}

	