body {
	font-family: Arial, "Trebuchet MS", Verdana, arial, sans-serif;
}
			
a {
	text-decoration: none;
}
a img {
	border: none;
}
		
#container {
	position: relative;
	width: 700px;
	border: 0px solid black;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-top: 10px;
	background-color: white;
}
		
#banner {
	padding: 0px;
	border: none;
}
		
@media screen {
	#banneroverlap {
		position: absolute;
		background-color: transparent;
		top: 174px;
		left: 165px;
	}
}

@media print {
	#banneroverlap {
		display: none;
	}		
}
			
@media screen {
	#content {			
		display: block;
		position: relative;
		height: 290px;
		padding: 8px;
		padding-top: 8px;
		overflow: auto;
		border: 3px #747faa solid;
		background-color: #ded5dc;
		margin-top: 0px;
	}
	
}
@media print {
	#content {
		display: block;
		position: relative;
		padding: 8px;
		border: 3px #747faa solid;
		background-color: white;
		margin-top: 0px;
	}
}
			
#sidebar {
	float: right;
	height: 100%;
	width: 160px;
	margin: 0;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	background-color: transparent;
	text-align: center;
	border-left: 1pt dashed gray;
}

#footer {
	background-color: white;
	padding: 0px;
	margin-top: 5px;
}
		
div.copywrite {
	font-family: arial,sans-serif;
	color: gray;
	font-size: 8pt;
	font-style: italic;
	text-align: right;
	padding-right: 10px;
}


#location {
	font-size: small;
}

#location a {
	color: black;
}
	
#location a:before {
	content: "> ";
}

#location a:first-child:before {
	content: "";
}
		
#menu1 {
	position: absolute;
	left: 46px;
	top: 80px;
	width: 484px;
	margin-left: auto;
	margin-right: auto;
}

#menu2 {
	position: absolute;
	left: 10px;
	top: 114px;
	width: 340px;
	margin-left: auto;
	margin-right: auto;
}

#copywrightbanner{
	height: 14px;
	background: url("../graphics/menu-A1.png");
	background-repeat: no-repeat;
	background-position: top right;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	overflow: clip;
}
		
div.freeoffertext {
	font-weight: bold;
	text-align: left;
	display: list-item;
	margin-left: 35px;
	list-style-image: url("../graphics/star.gif");
}

div.infoheader {
	padding-top: 35px;
	font-weight: bold;
	text-align: left;
}

div.infoheader2 {
	font-weight: bold;
	text-align: left;
	font-size: smaller;
	margin-left: 15px;
}
		
div.infobullet {
	display: list-item;
	font-size: smaller;
	text-align: left;
	margin-left: 35px;
	list-style-image: url("../graphics/star.gif");
}

div.infobullet:hover {
	color: blue;
}

div.info {
	display: list-item;
	font-size: smaller;
	text-align: left;
	margin-left: 30px;
	list-style: none;
	padding: 5px;
}

div.info:hover {
	color: blue;
}

#telephone{
	position: absolute;
	left: 10px;
	top: 128px;
	width: 680px;
	text-align: right;
	font-size: 16pt;
	font-weight: bold;
	border: none;
}

div.specials{
	background-color: #f2eef1;
	text-align: left;
}
		
div.specials img{
	float: right;
}
		
/* IE 6 still dosen't support this
div.specials .price:before {
	content: "£";
}
*/

div.specials .price{
	font-size: large;
	font-weight: bold;
	color: #e19400;
}

div.specials .description{
	font-size: x-small;
}
		
div.specials .header{
	border-left: 2px solid #747faa;
	border-bottom: 2px solid #747faa;
	font-size: smaller;
	font-weight: bold;
	color: #e19400;
	background-color: #c9c1c7;
	padding: 2px;
}

div.specials .box{
	border-right: 2px solid #747faa;
	padding: 4px;
}

