@charset "UTF-8";
/* CSS Document */

* {
padding:0;
}

body {
font-family: Helvetica, Arial;
font-size:12px;
color:#e4e4e4;
background-color:#463935;
}

/*structure and layout*/

#mainwrapper {
width:960px;
margin-top:35px;
background-color:#5c4c48;
margin:0 auto;
}

#header {
width:100%;
height:99px;
border-bottom:solid 1px #9b8f8c;
}

#header_left {
float:left;
width:470px;
height:100%;
padding-left:10px;
}

#header_right {
float:left;
width:480px;
height:100%;
}

#middle {
clear:both;
width:100%;
height:300px;
background-color:#362c2a;
background-image:url(../images/banner.jpg);
background-repeat:no-repeat;
}

#bottom {
clear:both;
width:100%;
height:534px;
border-top:solid 1px #9b8f8c;
}

#bottom_left {
width:710px;
float:left;
padding-top:23px;
padding:5px;
}

#bottom_right {
width:230px;
float:left;
padding-top:23px;
padding:5px;
}

#bottom {
clear:both;
width:100%;
min-height:534px;
border-top:solid 1px #9b8f8c;
}

#footer {
clear:both;
width:100%;
height:20px;
background-color:#372c29;
text-align:center;
}

/*typographical styles*/

h1 {
padding-top:15px;
padding-left:27px;
background-image:url(../images/alh.jpg);
background-repeat:no-repeat;
text-indent:-9999px;
}

h2 {
width:122px;
height:22px;
background-color:#463935;
color:#e4e4e4;
padding-left:28px;
padding-top:3px;
font-size:20px;
}

ul.header_menu {
list-style-type:none;
float:right;
padding-right:31px;
padding-top:42px;
color:#dadada;
}

li.header_menu {
float: right;
padding-left:20px;
padding-top:5px;
text-transform:uppercase;
}

p.footer_text {
color:#534440;
font-size:12px;
padding-top:2px;
}

ul.images {
list-style-type:none;
}

li.images {
float: left;
padding-left:50px;
padding-top:15px;
padding-bottom:15px;
}

ul.images_right {
list-style-type:none;
}

li.images_right {
float: left;
padding-top:40px;
}

#bottom_left img {
border:none;
}

p.about {
padding-left:50px;
line-height:20px;
}

ul.services {
padding-left:70px;
line-height:20px;
}

a, a:visited, a:active, a:hover {
color:#dadada;
text-decoration:none;
}

.bold {
font-weight:bold;
}

p.news {
line-height:20px;
}
