/*html elements */
body {
  font-size: 100%; 
  background: #fcf8ed;
  color: #4a4a4a;
  padding: 0;
  margin: 0;
}
body, caption, th, td, input, textarea, select, option, legend, fieldset {
  font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, td   {padding:0; margin:0;}
h1 { font-size: 16px;}
h2 { font-size: 14px;}
h3, h4, h5, h6 {font-size: 12px;}

p, ul, ol, dl, pre, table, fieldset, blockquote {
  margin: 0;
}

ul, ol{
  margin-left: 0;
  padding-left: 2em;
}

li {
  margin: 0;
  padding: 0;
}
a {color: #a37946; text-decoration: underline;}
a:hover {text-decoration: none;}
a:active {color:#000; text-decoration: underline;}

img {margin: 0; padding:0; border: 0px;}

table{ border-collapse: collapse;}

/* main structure */
#container {
  font-size: 0.9em;
  line-height: 1.4em;
  width: 100%; 
  min-width: 1000px;
}

/* Shapka */
#header {
  height: 224px; 
  background: #b38d5f url(img/header-bg.png) repeat-x;
  width: 100%;
}
#header td{background: url(img/header-l.jpg) no-repeat 60px 0px; min-width: 1000px;}
#header td div{background: url(img/header-r.jpg) no-repeat right; height: 224px; margin-right: 40px;}
#header td div div{background: url(img/header-c.jpg) no-repeat center; height: 224px; margin-left: 550px;}
#header td div div div{width: 370px; background: url(img/noimage) no-repeat center; margin: 0; padding: 0;}
/* verhnee menu */
#top-menu {height: 48px; background: #b4ab91; border-bottom: 1px solid #866e62; vertical-align: bottom;}
#top-menu ul.menu {
  background: #e7d6c0; 
  display: block; 
  text-align: center; 
  margin-left: 225px; 
  width: 560px; 
  height: 30px;
  border-top: 1px solid #866e62;
  border-left: 1px solid #866e62;
  border-right: 1px solid #866e62;
}
#top-menu ul.menu li {float: left; list-style: none; font-weight: bold; padding: 0 15px; margin-top: 5px;}
#top-menu ul.menu li a{color: #4d0e0e;}

/* Levy blok*/
#sidebar-left {width: 185px; vertical-align:top; padding: 0 20px; font-size:0.8em;}
.block {background: #e7d6c0; padding: 1px; width: 195px; margin-bottom: 20px;}
.block-inner {background: #fff; padding: 10px;}
.block .title {height: 23px; background: #e7d6c0; text-align: center; padding-top: 2px; color: #644828;}
#sidebar-left ul.menu {margin: 0; padding: 0;}
#sidebar-left ul.menu li {list-style: none;}

#contacts {background: #b28d5f; padding: 1px; width: 195px; margin-bottom: 20px;}
#contacts .title {height: 23px; background: #b28d5f; text-align: center; padding-top: 2px; color: #fff;}

/*osnovnoi content*/
#main {vertical-align:top; padding: 0 25px; font-size: 0.8em; line-height: 1.4em;}
#main .title {padding-bottom: 10px;}

/*Footer*/
#footer {background:#e7d6c0; height: 65px; padding: 10px 10px; font-size: 0.8em; border-top: 1px solid #9a8579;}
#footer-l {float:left; width: 500px;}
#footer-r {text-align: right;}
#counter {background: #b28d5f; width: 31px; height: 31px; float: left; margin: 3px;}#container #main a {
	font-size: 12px;
}

