html, body {
background: #d9ead1;
font-family: Arial, Tahoma, sans-serif;
min-height: 100%;
}

strong {
font-weight: bold;
}

#holder {
width: 880px;
background: url(img/lines.png) repeat-y;
margin: 0 auto;
padding: 0 40px;
min-height: 100%;
}

a#logo {
float: left;
}

a#logo h1 {
background: url(img/logo.png) no-repeat;
width: 212px;
height: 165px;
text-indent: -9999px;
}

#slides {
margin: 21px 0 0 40px;
clear: right;
float: left;
position: relative;
z-index: 1;
}

#slides li {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}


#address_phone {
clear: both;
margin-left: 10px;
}

#menu {
background: #afc8a4;
width: 8em;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
padding: 0.5em;
margin: 1em 0 0 30px;
float: left;
}

#menu li a {
color: black;
text-decoration: none;
font-size: 0.8em;
text-align: center;
display: block;
padding: 5px;
width: 6em;
margin: 0 auto;
}

#menu li a#active {
background: #89a27e;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}

#menu li {
margin: 0.8em 0;
}


#content {
font-size: 1em;
float: left;
width: 606px;
margin: 1.2em 0 2em 5em;
line-height: 130%;
min-height: 350px;
}


#content h2 {
font-size: 2em;
background: url(img/line_medium.png) no-repeat center bottom;
padding-bottom: 1.2em;
margin-bottom: 0.2em;
}

#content p {
margin: 0.5em 0;
}

#content h3 {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 1em;
line-height: 1.4em;
}

ul#catalogue ul {
margin-left: 2em;
font-size: 0.8em;
margin-bottom: 1em;
}

#catalogue a {
color: black;
text-decoration: none;
}

#catalogue a:hover {
text-decoration: underline;
}

#footer {
clear: both;
font-size: 0.8em;
text-align: center;
background: url(img/line_long.png) no-repeat center top;
padding: 3em 0 3em 0;
margin-top: 3em;
}

.right_img {
float: right;
margin: 0 1em;
}

.left_img {
float: left;
margin: 0 1em;
}

.clear {
clear: both;
font-size: 0;
}