﻿body
{
	background-image: url('../Imgs/tiledBackgroundRose.png');
	background-repeat: repeat;
	font-family: Sans-Serif;
	font-size: 12px;
	margin-top: -3px;
	margin-bottom: -10px;
}

a
{
	color: #f25a25;
}

/* --------------------------------------------------------- LAYOUT */

.main
{
	width: 80%;
	margin: 0px auto 0px auto;
	border-left: solid 2px #42131e;
	border-right: solid 2px #42131e;
	width: 850px;
}

.header
{
	background-image: url('../Imgs/headerBackground.png');
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 425px;
}

.middle
{
	background-image: url('../Imgs/middleBackground.png');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #953d39;
	min-height: 200px;
}

.footer
{
	background-image: url('../Imgs/footerBackground.png');
	background-repeat: repeat-x;
	height: 178px;
}

.clearFloat
{
	clear: both;
	height: 1px;
	width: 1px;
}

/* --------------------------------------------------------- HEADER */

.headerLogo
{
	height: 73px;
	width: 329px;
	margin-top: 5px;
	float: left;
}

.headerLogo img
{
	border: none;
}

.headerImageContainerBig
{
	float: left;
	margin: 30px 0px 0px 30px;
}

.headerImageContainerBig img
{
	border: solid 1px #dcdcdc;
	padding: 5px;
	height: 140px;
	width: 140px;
}

.headerImageContainerBig img:hover
{
	border: solid 1px #f25a25;
}

.headerImageContainer
{
	float: left;
	margin: 30px 0px 0px 10px;
	width: 400px;
}

.headerImageContainer img
{
	height: 60px;
	width: 60px;
	border: solid 1px #e3e3e3;
	padding: 5px;
	margin-bottom: 4px;
}

.headerImageContainer img:hover
{
	border: solid 1px #f25a25;
}

.headerContainer
{
	float: left;
	margin: 30px 0px 0px 0px;
}

.headerContainer ul
{
	list-style-image: url('../Imgs/arrowBullet.png');
}

.headerContainer li
{
	width: 150px;
	margin-bottom: 6px;
	border-bottom-style: double;
	border-bottom-width: 2px;
	border-bottom-color: #ededed;
}

.headerContainer li:hover
{
	font-weight: bold;
	font-style: italic;
}

.headerContainer a
{
	font-size: 14px;
	color: #ab0009;
	text-decoration: none;
}

.headerDishes
{
	position: relative;
	bottom: 0px;
	background-image: url('../Imgs/headerDishesBackground.png');
	background-repeat: repeat-x;
	background-position: top;
	height: 148px;
	width: 848px;
	border: solid 1px #dedede;
}

.headerDishesLeft
{
	background-image: url('../Imgs/middleLeaf.png');
	background-repeat: no-repeat;
	background-position: left;
	height: 148px;
	width: 160px;
	float: left;
}

.headerBuddyLabel
{
	margin-top: 10px;
	float: right;
	height: 128px;
	width: 285px;
}

/* --------------------------------------------------------- FOOTER */

.footerDishes
{
	height: 100px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.footerDishes img
{
	width: 120px;
	height: 90px;
	margin-left: 20px;
	border: solid 2px #e3e3e3;
}

.footerDishes img:hover
{
	border: solid 2px #f25a25;
}

.footerMenu
{
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

/* --------------------------------------------------------- MIDDLE */

.middle h1
{
	margin-left: 10px;
	margin-top: 10px;
	font-size: 18px;
	color: #ffffff;
	font-variant: small-caps;
}

.exposerContainer
{
}

/* --------------------------------------------------------- MENU */

.headerMenu
{
	float: right;
	width: 400px;
	height: 50px;
	margin-top: 10px;
	margin-right: 20px;
}

.map
{
	margin-left: 25px;
	margin-right: auto;
	border: solid 1px #e3e3e3;
	width: 730px;
	height: 50px;
}

/*---------------------------------------------------------- PIZZERIA */

.pizzeria
{
	margin-left: 27px;
	margin-top: 35px;
	padding-bottom: 50px;
	padding-left: 15px;
}

.pizzeriaTop
{
	background-image: url('../Imgs/exposerFullBackground.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 780px;
	height: 62px;
}

.pizzeriaTop h1
{
	font-variant: normal;
	margin-left: 70px;
}

.pizzeriaContent
{
	width: 780px;
	min-height: 200px;
	background-color: #ffffff;
}

.pizzeriaLeftContent
{
	float: left;
	margin-left: 20px;
	width: 510px;
}

.pizzeriaLeftContent img
{
	float: left;
	height: 150px;
	width: 150px;
	border: solid 1px #e3e3e3;
	padding: 5px;
	margin-left: 5px;
}

.pizzeriaLeftContent img:hover
{
	border: solid 1px #f25a25;
}

.pizzeriaRightContent
{
	float: left;
}

.pizzeriaRightContent h2
{
	font-variant: normal;
	color: #dcdcdc;
	margin-left: 20px;
}

.pizzeriaRightContent ul
{
	list-style-image: url('../Imgs/flag.png');
	line-height: 20px;
}

.pizzeriaRightContent li
{
	padding-left: 5px;
}