@charset "UTF-8";
/* CSS Document */

body {
	color:#000;
	background-color:#000;
	margin:0;
	padding:0;
}

p {color:#000;}

#black-band-top {
	background-color:#000;
	height:47px;
	width:100%;
}

#black-band-bottom {
	background-color:#000;
	height:auto;
	width:100%;
	vertical-align:bottom;
}

#info {
	background-color:#fff4da;
	height:400px;
}

#logo {
	float:left;	
	margin: 44px 0 44px 30px;
}

#contact-info {
	float:left;	
	padding-top:50px;
}

#shop {
	background:url(images/where.png) no-repeat;
	background-position:left centre;
	padding-left:50px;
	margin-left:28px;
	height:68px;
	width:350px;
	border-bottom:#000 solid 1px;
	line-height:1.5em;
}

#shop a, #shop a:active, #shop a:link{
	text-decoration:underline;
	color:#666;
}

#shop a:hover {
	text-decoration:none;
	color:#000;
}

#call {
	background:url(images/phone.png) no-repeat;
	background-position:left centre;
	padding-left:50px;
	margin-left:28px;
	width:350px;
	border-bottom:#000 solid 1px;
}

#call p {
	margin-top:20px;
	margin-bottom:25px;	
	padding-top:5px;	
}

#email {
	background:url(images/email.png) no-repeat;
	background-position:left centre;
	padding-left:50px;
	margin-left:28px;
	width:350px;
	border-bottom:#000 solid 1px;
	color:#000;
}

#email p {
	margin-top:20px;
	margin-bottom:25px;	
	padding-top:5px;	
	color:#000;
}

#email a, #email a:active, #email a:link, #email a:visited {
	color:#000;
	text-decoration:none;
}

#email a:hover {
	color:#000;
	text-decoration:underline;
}

#open {
	background:url(images/clock.png) no-repeat;
	background-position:left centre;
	padding-left:50px;
	margin-left:28px;
	height:58px;
	width:350px;
}

#open p {
	margin-top:20px;
	margin-bottom:25px;	
	padding-top:5px;
}


#info-wrap {
	width:795px;
	height:418px;
	margin:auto;
	border-left:solid #000 1px;
	border-right:solid #000 1px;
}

#info-wrap p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

#ribbon {
	height:63px;
	width:100%;
	margin:auto;
	background:url(images/ribbon-side.png);
}

#ribbon-bend {margin:auto;width:100%;text-align:center;}
	
#voucher {
	height:310px;
	background-color:#ffc627;
}

#voucher-info {
	text-align:center;
	padding-top:35px;
}

#voucher p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	margin-top:20px;
}

.btn {
	padding-top:20px;
	padding-bottom:20px;
}