@charset utf-8;

body {
color:#666;
background-color:#E6E6E6;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-position:left top;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;
margin:0;
padding:0;
}

a img:hover {
cursor:pointer;
filter:alpha(opacity=75);
opacity:0.75;
transition:all .5s ease;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-ms-transition:all .5s ease;
-o-transition:all .5s ease;
}

a:link {
color:#42413C;
text-decoration:underline;
}

a:visited {
color:#6E6C64;
text-decoration:underline;
}

a:hover,a:active,a:focus {
cursor:pointer;
text-decoration:none;
transition:all .5s ease;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-ms-transition:all .5s ease;
-o-transition:all .5s ease;
}

ol li {
list-style-position:inside;
}

.float_left {
float:left!important;
}

.float_right {
float:right!important;
}

.container {
margin-left:auto;
margin-right:auto;
width:947px;
}

#header {
float:left;
position:relative;
width:947px;
height:74px;
font-size:12px;
color:#000;
padding-top:40px;
}

#header strong {
font-size:36px;
font-weight:400;
}

#menu {
background-image:url(../images/menu.jpg);
float:left;
position:relative;
width:947px;
height:37px;
}

#menu a {
color:#FFF;
text-decoration:none;
font-size:17px;
}

#menu a:hover {
color:#500E13;
text-decoration:none;
}

#menu ul li {
float:left;
list-style-type:none;
padding-right:30px;
padding-left:23px;
padding-top:10px;
}

#shadows {
-webkit-box-shadow:0 10px 28px 5px rgba(125,124,125,1);
-moz-box-shadow:0 10px 28px 5px rgba(125,124,125,1);
box-shadow:0 10px 28px 5px rgba(125,124,125,1);
position:relative;
width:947px;
float:left;
}

#footer {
background-image:url(../images/footer.jpg);
height:161px;
width:100%;
margin-right:auto;
margin-left:auto;
background-color:#E5E7E4;
background-repeat:repeat-x;
background-position:center bottom;
padding-top:100px;
}