﻿@charset "utf-8";
/* CSS Document */

/* --------------Reset-------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------Layout-------------- */

body, html {
	background:url(../images/BG-new.jpg) top center no-repeat #f1f1f1;
	color: #453A28;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
	height: 100%;

}
#home-body{
	background:#f1f1f1;
	color: #453A28;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
	height: 100%;

}

#wrapper{
	margin: 0 auto;
	width:960px;
}

nav {
	
	 background: url("../images/nav-bg.png") no-repeat scroll 0 0 transparent;
    clear: both;
    height: 42px;
    width: 710px;
}

header {
	height:150px;
	overflow:hidden;
	clear:both;
}

#logo {
	float: left;
    height: 127px;
    margin: 10px 0 13px;
    width: 251px;	
}

#main-heading {
	float: right;
    margin: 54px 113px 0 0;
    text-align: right;
}
#main-heading h1{
	font-family: brushtipTexe;
	font-style: normal;
    font-weight: normal;
	text-shadow: 4px 4px 4px #666666;
	font-size:45px;
	}

#content-top{
	background:url(../images/content-top.png) no-repeat;
	height:27px;
	clear:both;
}

#content-bottom{
	background:url(../images/content-bottom.png) no-repeat;
	height:27px;
	clear:both;
}

#content{
	background: url("../images/content-bg.png") repeat-y scroll 0 0 transparent;
    clear: both;
    height: auto !important;
    min-height: 425px;
    overflow: hidden;
    padding: 0 25px;
}

#menu-header {
	height:150px;
	overflow:hidden;
	clear:both;
	position:relative;
}
#menu-logo {
	float: right;
    height: 127px;
    margin: 10px 98px 13px 0;
    width: 251px;	
}


#banner{
	clear: both;
    height: 348px;
    margin-bottom: 88px;
    overflow: hidden;
    width: 960px;
}

#burger-description {
    left: 20px;
    position: absolute;
    top: 30px;
    width: 550px;
}

#burger-description h1 {
    font-family: brushtipTexe;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    padding-bottom: 10px;
	text-shadow: 4px 4px 4px #666;
}

.banner-desc {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-shadow: 4px 4px 4px #333;
	padding-top: 15px;
	width:435px;
}

#scrolling-menu{
	clear: both;
    height: 158px;
    margin-bottom: 20px;
    margin-top: 26px;
    overflow: hidden;	
	width:940px;
	margin-left:10px;
	margin-right:10px;
}

.spacer{
	height:3px;
	background:url(../images/spacer.png) no-repeat;
	margin:5px 0 5px 0;
	clear:both;
}

aside{
    clear: both;
    overflow: hidden !important;
    margin: 0 10px 10px;
}

#left-aside{
	float: left;
    width: 313px;
}

#centre-aside{
	width:312px;
	float:left;
}

#right-aside{
    float: right;
    width: 305px;
}

#subscription-form{
	background: none;
    border-radius: 0;
    padding: 0;
    width: 300px;
}

footer{
	color:#85745b;
	font-size:11px;
	padding:0 10px 10px 10px;
	height:15px;
	clear:both;
}

#home-footer{
	bottom: 0;
    clear: both;
    color: #FFFFFF;
    font-size: 11px;
    height: 15px;
    padding: 0 10px 10px;
    position: absolute;
    width: 940px;
	
}

#home-footer #footer-left{
	left: 10px;
    position: relative;
    width: 490px;
}

#home-footer #footer-right{
width:320px;
position:relative;
right:10px;	
text-align:right;
}

#footer-left{
	 float: left;
    position: relative;
    width: 460px;
}

#footer-right{
float:right;
width:320px;
text-align:right;	
position:relative;
}

#content img {
    float: left;
    padding: 0 10px 10px 0;
}

#contact-left{
width:350px;
float:left;	
}

#contact-right{
float: right;
width: 510px;	
}

#subscription-form .item .label{
	display:none;	
}

.Stores .label{
display:inherit !important;	
}

#subscription-form .textbox{
width:96%;	
}

#ctl01_ctl00_pbCollection1_pbPagerBottom_divPager{
	clear: both;
    float: left;
    margin-top: 15px;
}

#gallery-item{
 	display:inline-block;
    float: left !important;
    height: 124px !important;
    overflow: hidden !important;
    padding: 15px !important;
    width: 150px !important;
}

#gallery-item img{
}
.page-Home #supersized {
    background: url("../../../filesystem/images/Backgrounds/home-bg2.jpg") no-repeat fixed 0 0 transparent;
    z-index: 1;
	width:100%;
	height:100%;
}
.page-Home #heightWrapper {
	padding-top: 20px !important;
}

.addthis {
	float: left;
	clear: both;
	margin-top: -50px;
	margin-left: 10px;
	width: 520px;
}

.list{
	border-bottom:1px solid #453A28;	
	padding:10px 0 10px 0;
}
.list .news-item {
	padding-bottom: 15px;
}

.list .alt-news-item {
	padding-bottom: 15px;
}

#franchise-form #ctl01_ctl00_pbForm1_divContainer{
	overflow:hidden;	
}

#franchise-form .item{
	width:440px !important;
	float:left !important;
}

#franchise-form .label, #franchise-form .field{
	width:100% !important;	
}

#franchise-form .textbox, #franchise-form  .textarea{
	width:90% !important;
}

#franchise-form #ctl01_ctl00_pbForm1_btnSubmitForm_5ad6{
	clear: both !important;
    float: left !important;
    margin-left: 675px !important;	
}
