/* PPT Take Away Menu */

    @font-face {
    font-family: 'Eurostile';
    font-style: normal;
    font-weight: normal;
    src: local('Eurostile'), url('eurostile.woff') format('woff');
    }

body {font-family: 'EuroStile'; font-size:17px;}	
#maincontent {width:90%; margin:100px auto;}
.half {width:48%; margin:0 1%; float:left;}
.break {display:none;}
@media all and (max-width: 767px) {
.half {width:100%; margin:auto; float:none;}
.break {display:inline;}
}
.divider {width:80%; border-top:1px solid #666; margin:40px auto;}
.clear {clear:both;}
#pptlogo {position:absolute; top:0; right:0;}
.bigtitle {font-size:48px; color:#000;}
.vegtitle {font-size:36px; color:#000;}
.with {font-size:36px; color:#7f7f7f;}
.subtitle {font-size:22px; color:#7f7f7f;}
.maintitle {font-size:24px; color:#000;}
.smalltxt {font-size:15px; color:#333;}
.refred {font-size:16px; color:#800;}
.foodprice {text-align:right;}
.gray {color:#333;}
.hide {display:none;}
