/* colours:

red: #98012E;
yellow: #FFF200 */


body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,ul,ol,li {
	margin:0;padding:0;
	font-size: 100%;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	/*background: transparent;*/
}

body {
	color: #98012E; 
	font: 75% Arial,Helvetica,sans-serif;
	background: #DDD url(../images/bg_rpt.gif) top repeat-x;
	line-height: 1;
	line-height: 1.462;
	padding: 30px 0 0;
}

img {
	border: none;
}

a:link,a:visited,a:focus,a:active {
	color: #FFF200;
}
a:hover {
	text-decoration:none;
}

p.last {
	margin-bottom:0 !important;
}

/* Layout */


#wrapper {
	margin: 0 auto;
	width: 956px; /*-4px*/
	position: relative;
	border: 2px solid #98012E;
	background: #FFF url(../images/icons.gif) bottom right no-repeat;
}

#opening-soon {
	position: absolute;
	z-index: 1;
	top: 272px;
	left: 243px;
	width: 141px;
	height: 141px;
	background: url(../images/opening-offers.gif) no-repeat;
	overflow:hidden;
}
	#opening-soon a {
		display: block;
		width:100%;
		height:100%;
	}
	
	#opening-soon span {
		display: block;
		width: 141px;
		height: 141px;
		background-image: url(../images/opening-offers.gif);
		background-repeat: no-repeat;
		overflow: hidden;
	}
	
	#opening-soon span#opening-soon-1 {
		background-position: 0 -141px ;
	}
	#opening-soon span#opening-soon-2 {
		background-position: 0 -282px;
	}

#aside {
	float: left;
	width: 288px; /*-30px*/
	padding: 30px 0 30px 30px;
	background-color: #98012E;
	color: #FFF;
}
	#aside img { /*logo*/
		margin-bottom: 66px;
	}
	#aside p {
		margin-bottom: 1.66em;
	}
	

#content {
	float:left;
	width: 538px; /* -100px; */
	padding: 0 50px;
	
}

	#content p {
		text-align: center;
		font-size: 1.91667em;
		margin-top: 1em;
	}
	
	#content p.last {
		margin-top: 0.8em;
	}
	
	#content img {
		border: 2px solid #FFF200;
	}

/* opening offers */

#content p.flyers {
	font-size: 1.17em;
	margin-top: 40px
}

.flyers a {
	float: left;
	display: block;
	width: 168px;
}
.flyers a:link,.flyers a:active,.flyers a:focus,.flyers a:visited,.flyers a:hover {
	color: #98012E;
	font-weight: bold;
}
.flyers a.centre {
	margin: 0 16px;
}
	.flyers a img {
		display: block;
		border: none;
		margin-bottom: 10px;
	}

	


/* clear */

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */	

	