/************ BACKGROUND IMAGE ******************/

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

/************** HEADER & FOOTER *****************/

.footer {
	position:absolute;
	bottom:0px;
	width:100%;
	height:60px;
	border-top:2px solid #FFF;
	background:#c00373;
}

.footer-text {
	position:absolute;
	left:50px;
	top:10px;
}

.footer-logos {
	position:absolute;
	right:140px;
	top:8px;
}

.tel-number {
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
}

.address {
	color:#fff;
	font-size:0.7em;
}

.header {
	position:absolute;
	top:0px;
	left:0px;
	z-index:70;
	width:100%;
}

.header-logo {
	position:absolute;
	top:0px;
	left:50px;
	z-index:100;
}

.menu {
	position:absolute;
	left:0px;
	top:30px;
	width:100%;
	height:80px;
	background-image:url("../../../images/layout/menu-bg.png");
}

.quote-box {
	position:absolute;
	top:20px;
	left:30px;
}

.content-column {
	position:absolute;
	left:340px;
	top:-20px;
	width:600px;
}

.content {
	background-image:url("../../../images/layout/content-bg.png");
	padding:0px 10px;
	height:350px;
	overflow:auto;
}

#map { width:550px; height:150px; position:relative;}

ul.restaurant-list {
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.restaurant-list li {
	float:left;
	padding:5px;
	background:#ec008c;
	font-size:1.3em;
	margin-right:5px;
}

/******************* TEXT STYLES ******************/

h3 {
	color:#ec008c;
	display:block;
	padding:2px;
	margin-bottom:3px;
	border-bottom:2px solid #edbdd9;
}

h2 {
	font-size:1.5em;
	color:#ec008c;
	display:block;
	padding:2px;
	margin-bottom:3px;
	border-bottom:2px solid #edbdd9;
}

strong {
	color:#ec008c;
}

.pink, a.pink:link, a.pink:active, a.pink:visited, a.pink:hover{
	color:#ec008c;
	text-decoration:none;
}