#leftside {
	width: 244px;
	margin-top: 25px;
	float: left;
}

#headerimg {
	height: 200px;
	margin-top: 25px;
	margin-left: 10px;
	background: #D1FFFE url(../img/bg/branch.jpg) no-repeat bottom right;
	float: right top;
}

#leftside #title {
  color: #FFF;
  background: #c02b0e url(../img/bg/title.gif) repeat-x top left;
  border-bottom: 1px solid #9a2116; 
}

#leftside #title h1 {
  padding-top: 60px;
  color: #FFF;
  background: url(../img/bg/title_leaves.gif) no-repeat top right;
}

#leftside #title a {
  color: #FFF5BD;
}

#leftside #title a:hover {
  border-color: #FFF5BD;
}

#leftside #menu {
  margin: 0;
  padding: 0;
  list-style: none;  
}

#leftside #menu li {
  margin: 0;
  padding: 0;
  display: inline;
  font: bold 1.2em arial, serif;
}

#leftside #menu li a {  
  display: block;
  padding: 5px 12px;
  text-decoration: none;
  color: #bf9a82;
  background-color: #5F371C;
  border-top: 6px solid #FFF;
  border-bottom: 1px solid #361703;
}

#leftside #menu li a:hover {
  color: #FFF;
  background: #40200A url(../img/bg/menu_arrow.gif) no-repeat center left;
}


#leftside #menu li ul {
  display: none;  
  font: normal 0.6em serif;
}

#leftside #menu li.here {
  display: block;
  padding: 5px 0 3px 20px;
  background: #401F09;
  border-top: 6px solid #FFF;
}

#leftside #menu li.here a {
  display: block;   
  padding: 0 12px;
  color: #FFF;
  background: #401F09;
/*  background: url(../img/bg/menu_arrow.gif) no-repeat center left;
  background-position: 0;*/
  border: 0;
}

#leftside #menu li.here ul {
  display: block;
  padding: 0 16px;
  margin: 5px 0;
}

#leftside #menu li.here ul li {
  display: inline;
}

#leftside #menu li.here ul li a {
  display: block;
  margin: 0 7px; 
  padding: 2px 5px;
  font-size: 1em;
  letter-spacing: 0em;
  background: none;
}

#leftside #menu li.here ul li a:hover {
  background: #381B08;
}


#headerimg #subMenu {
  width: 280px;
  font-size: 0.9em;
  font-weight: bold;
  color: #000;
  background: #daf8fc url(../img/bg/subMenu.gif) repeat-x bottom left;
}

#headerimg #subMenu ul {
  float: right;
  margin: 0;
  padding: 5px;
  list-style: none;
}

#headerimg #subMenu ul li {
  margin: 0;
  padding: 0;
  display: inline;
}

#headerimg #subMenu ul li a {
  margin-right: 20px;
  text-decoration: none;
  color: #401F09;
}

#headerimg #subMenu ul li a:hover {
  border-color: #401F09;
}

#rightside {
	float: right;
	width: 734px;
}

#footer {
  width: 100%;
  font-size: 0.85em;
  color: #BF9A82;
  background: #3F1F09 url(../img/bg/footer.gif) repeat-x top left;
  border-top: 25px solid #FFF; 
  border-bottom: 25px solid #FFF; 
}

#subfooter {
  width: 100%;
  font-size: 0.85em;
  color: #BF9A82;

  border-bottom: 25px solid #FFF; 
}

#footer a {
  color: #FFF;
}

#footer a:hover {
  border-color: #7f563a;
}

#footer p {
  padding: 10px 12px;
}

#footer ul {
  margin: 0;
  padding: 10px 12px 60px 12px;
  list-style: none;  
}

#footer ul li {
  margin: 0;
  padding: 0 8px;
  display: inline;
  border-left: 1px solid #7F563A;
}

#footer ul li.first {
  padding-left: 0;
  border: 0;
}


.post {  
  border-top: 20px solid #FFF;
  margin-bottom: 20px;
}

.post .meta {
  background: #b7fffc url(../img/bg/meta.gif) repeat-x bottom left;
}

.post .meta .thumb {
  position: relative;
  margin: 6px;
  display: block;
  text-decoration: none;
}

.post .meta a:hover.thumb {
  border: 0;
}

.post .text {
  padding-bottom: 1px;
  background: #FFF;
  border-left: 6px solid #FFF;
}

ul.bigLinks {
  margin: 10px 0;
  padding: 0;
  list-style: none;
   
}
 
ul.bigLinks li {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}
 
ul.bigLinks li a,
ul.bigLinks li a:visited {  
  display: block;
 
  margin: 10px 0;
  padding: 5px 12px;
 
  text-decoration: none;
  border: 0;  
}
 
ul.bigLinks li a:hover {
  background: #b7fffc url(../img/bg/meta.gif) repeat-x bottom left;
  border: 0;
}
 
ul.bigLinks li a span.title {
  font: bold 0.9em arial, sans-serif;
  text-transform: uppercase;
  color: #3ca2a2;
}
 
 
ul.bigLinks li a span.desc {
  display: block;
  color: #42210B;
} 

/*Классы*/

.blank {
	clear: both;
}

.width25 {
  width: 244px;
}

.width50 {
  width: 484px;
}

.width75 {
  width: 744px;
}

.width100 {
  width: 994px;
  margin: 0 auto;
  text-align: left;
}

.rightMargin {
  margin-right: 6px;
}

.rightBorder {
  border-right: 6px solid #FFF;
}

.floatRight {
  float: right;
}
 
.floatLeft {
  float: left;
}
 
.clear {
  clear: both;
}
 
.block {
  display: block;
}
 
.alignRight {
  text-align: right;
}
 
.alignJustify {
  text-align: justify;
}
 
.small {
  font-size: 0.8em;
}
 
.highlight {
  background: #fffdcd;
  border-bottom: 1px solid #ffd909;
}
 
.highlight a {
  color: #FFA509;
}
 
.highlight a:hover {
  border-color: #fdce72;
}
