@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_pizzasupaman-home.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}

.main_cont {
	position:relative;
	width:650px;
	height: 800px;
	margin-top:40px;
	margin-right: auto;
	margin-left: auto;
}

.bubbles
{
	position: relative;
	background-image: url(../images/bubbles-v2.png);
	width: 605px;
	height: 219px;
}

.order-btn
{
	position: absolute;
	width: 147px;
	height: 39px;
	border: none;
	background-repeat: no-repeat;
	background-position: center top;
}

.order-btn a
{
	border: none;
	width: 147px;
	height: 39px;
	display: block;
	text-decoration: none;
}

#order-hawthorn
{
	top: 100px;
	left: 90px;
	background-image: url(../images/order-hawthorn.png);
}

#order-malvern
{
	top: 86px;
	left: 375px;
	background-image: url(../images/order-malvern.png);
}

#order-malvern:hover, #order-hawthorn:hover
{
	background-image: url(../images/order-hover.png);
}

.logo
{
	position: relative;
	width: 401px;
	height: 301px;
	top: -80px;
	left: 127px;
}

.left-col
{
	float: left;
	width: 410px;
	font-size: 16px;
}

.par-header
{
	font-weight: bold;
	font-size: 17px;
	color: #E95D0F;
}

.right-col
{
	float: right;
	width: 180px;
}

.location-details
{
	color: #828386;
	font-size: 14px;
	margin-top: 5px;
}

.location-details span
{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 23px;
}

.location-details a
{
	color: #828386;
}

.location-details a:hover
{
	color: #FFFFFF;
}

span.delivery
{
	font-weight: bold;
	color: #FFED0B;
	font-style:italic;
	font-size: 23px;
}