@charset "utf-8";

/*------footer-----*/

#footer{
background-color:#0e240a;
clear:both;
width:815px;
height:60px;
margin-left:16px;
color:#42523b;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

#footer2{
background-color:#091b03;
clear:both;
width:815px;
height:60px;
margin-left:16px;
color:#43563d;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

#footer ul{
position:relative;
left:30px;
top:20px;
font-size:13px;
}

#footer li{
list-style:none;
display:inline;
}

#footer a, #footer2 a{
text-decoration:none;
color:#54654e;
}

#footer a:hover, #footer2 a:hover{
color:#fff;
}

#footercopyright{
position:relative;
left:30px;
top:22px;
}

#subscribe_link{
float:left;
position:relative;
left:630px;
top:5px;
text-align:left;
}

#subscribe_link a{
font-size:12px;
color:#6b610c;
}

#subscribe_link a:hover{
color:#cdb806;
}
#footercredits{
float:left;
position:relative;
top:8px;
left:545px;
}

#footershadow{
background-image:url('../images/footershadow.png');
background-repeat:no-repeat;
width:843px;
height:15px;
margin:0 0 30px 31px;
}
* html #footershadow{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footershadow.png', sizingMethod='crop');
}

