/* Сделано в Студии Егора Чернорукова / www.chernorukov.ru */


div#footerwrapper									{ width: 100%; border-top: 1px solid #e0e0e0; }
div#footer										{ float: none; width: 100%; max-width: 900px; margin: auto; font-family: LabGrotesqueLight, Arial; color: #404040; }


@media screen and (min-width: 360px)
{
 div#footerwrapper									{ float: left; padding: 24px 24px 30px 24px; }
 div#footer										{ font-size: 14px; }
}


@media screen and (min-width: 400px)
{
 div#footer										{ font-size: 15px; }
}


@media screen and (min-width: 800px)
{
 div#footerwrapper									{ padding: 36px 24px 42px 24px; }
}


@media screen and (min-width: 900px)
{
 div#footer										{ font-size: 16px; }
}
