/*CSS Document for http://www.cottagepostroyka.ru/ */

* {
margin: 0;
padding: 0;
border: 0;
}

body {
background: #fff url(images/bg.gif);
color: #333;
font: .75em Helvetica, Arial, sans-serif;
}

h1 {
font: normal 2.8em "Times New Roman", serif;
padding: 35px 0 0 10px;
}

h1 a {
color: #c00;
text-decoration: none;
}

h1 a:hover {
color: #000;
text-decoration: none;
}

h2 {
font: normal 1.8em "Times New Roman", serif;
margin: 5px 0;
color: #474315;
padding: 0 0 0 10px;
}

.description {
font: normal 1em "Times New Roman", serif;
color: #fff;
line-height: 1em;
padding: 5px 30px;
}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#container {
background: #fff;
width: 800px;
margin: 0 auto;
border-left: #966 solid 3px;
border-right: #966 solid 3px;
}

#header {
background: #fff url(images/header.jpg) no-repeat;
width: 800px;
height: 270px;
text-align: center;
}

#top_nav {
height: 25px;
line-height: 25px;
text-align: center;
padding: 120px 0 0 10px;
}

#top_nav ul {
list-style: none;
}

#top_nav li {
display: inline;
}

#top_nav li a {
background: url(images/menu-left.png) no-repeat left top;
color: #c00;
text-decoration: none;
padding: 0 0 0 5px;
margin: 0 30px 0 0;
float: left;
}

#top_nav li a span {
padding: 0 5px 0 0;
display: block;
background: url(images/menu-right.png) no-repeat right top;
}

#top_nav li a:hover {
background-position: 0% -25px;
color:#fff;
text-decoration: none;
}

#top_nav li a:hover span {
background-position: 100% -25px;
color:#fff
}


#navy {
width: 190px;
padding: 10px 5px;
font-size: .9em;
border-left: #333 dotted 1px;
float: right;
}

#navy ul {
list-style: none;
}

#navy li {
width: 190px;
line-height: 15px;
padding: 1px 0;
border-top: #EEEBD9 dotted 1px;
}

#navy li a {
color: #c03;
display: block;
padding: 0 0 0 5px;
text-decoration: none;
}

#navy li a:hover {
background: #ffc;
color: #633;
text-decoration: none;
}

* html #navy li a {
width: 190px;
}

#content {
width: 580px;
padding: 10px 5px;
font-size: 1.3em;
line-height: 1.4em;
float: left;
}

#content p {
padding: 10px;
text-align: justify;
}

#content a {
color: #2C560E;
}

#content a:hover {
color: #000;
background: #E8F4A9;
}

#content ul, #content ol {
list-style-position: inside;
padding: 10px;
}

.floatleft {
float: left;
margin: 0 10px 5px 0;
}

.floatright {
float: right;
margin: 0 0 5px 10px;
}

.clearfloat {
clear: both;
}

#footer {
height: 80px;
width: 100%;
background: #2b2018;
border-top: #966 solid 3px;
font-size: 80%;
font-weight: normal;
line-height: .9em;
}

#footer p { 
color: #ccc;
margin: 0;
padding: 20px 0 5px;
text-align: center;
}

#footer a { 
color: #999;
}

#footer a:hover { 
color: #666;
}
