footer { clear:both;
    position:absolute; width:100%; bottom:0; left:0; height:300px; padding:50px; line-height:130%;
    background: #f0d15c;
    background: -moz-linear-gradient(left, #f0d15c 0%, #e3ba50 25%, #edce62 66%, #dbae4f 100%);
    background: -webkit-linear-gradient(left, #f0d15c 0%,#e3ba50 25%,#edce62 66%,#dbae4f 100%);
    background: linear-gradient(to right, #f0d15c 0%,#e3ba50 25%,#edce62 66%,#dbae4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d15c', endColorstr='#dbae4f',GradientType=1 );
}

footer > div, footer nav {float:left; margin:0 2%; height:200px;}
footer .add { width:15%;}
footer nav { width:40%; border:1px solid #424241; border-top:0; border-bottom:0; padding:0 20px;}
footer nav li { display:block; width:45%; margin-right:4%; float:left; }
footer nav ul:after{content:'';display:block;Clear:both;}
footer nav a { display:block;  padding:4px 8px}

footer .rg { width:32%; text-align:center;}
footer h6 { text-align:center; font-size:1.5em; text-transform:uppercase; font-family:GothamM,Arial; margin-bottom:12px; }
footer #newsletter1_form { padding-bottom:40px; display:block; }
footer .subscribe { background:none;border:none; padding:20px 20px 8px 20px; color:#444; border-bottom:1px solid #444;}
footer .subscribe:focus { background:none}
footer .unsubscribe { display:none; }
footer input.email { border-color:#424241; max-width:280px; }
footer .err { display:block; background:#ce0505; color:#fff; padding:2px 8px; line-height:100%; }
footer .msg { background:#2a9033; display:block; margin-top:8px; color:#fff; padding:8px;}

footer .shariff ul { width:270px; margin:0 auto;}