@charset "utf-8";

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

a#pull {
    display: none;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    height: 57px;
	background: url(images/menu_loop.jpg) top left repeat-x;
    color: white;
    padding: 18px 0 5px 20px;
    text-decoration: none;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
}