/* MitillinisPizza.ca Master Style Sheet
// Contents Copyright 2010 LexMedia Computer Group Inc.
// All Rights Reserved. */

/* 1. Fonts */
@font-face {
	font-family:"Folk solid";
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
}
p {
	font-size: 1.4em;
	margin: 5px 0 0;
}
a:link, a:visited {
	text-decoration: none;
	color: #242933;
}
a:hover, a:active {
	text-decoration: underline;
	color: #242933;
}

/* 2. Images */
img {
	margin: 0;
	padding: 0;
	border-style: none;
}

/* 3. Background */
body {
    background: url(../images/home_background.jpg);
	color:#4d4433;
	font:0.75em Georgia, serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* 4. Header Elements */
#header {
	background: url(../images/header_splash.png) no-repeat;
	width: 1045px;
	text-align: center;
	margin: 0 auto;
	padding: 127px 0 0;
}
#specials {
	background: url(../images/specials_background.png) bottom right no-repeat;
	width: 769px;
	min-height: 192px;
	margin: 0 auto;
	padding: 2px 5px 5px 2px;
}

/* 5. Body Elements */
#description {
    background: url(../images/home_background.jpg);
	width: 764px;
	text-align: left;
	margin: 5px auto 0;
	padding: 0;
}
	#information {
		width: 574px;
		margin: 0;
		float: left;
	}
	#additional_information {
		width: 195px;
		float: right;
		margin-right: -5px;
	}
	
	#additional_information a:link, #additional_information a:visited {
		display: block;
		width: 195px;
		height: 45px;
		background: url(../images/hours+location.png);
		text-decoration: none;
	}
	#additional_information a:hover, #additional_information a:active { 
		display: block;
		width: 195px;
		height: 45px;
		background: url(../images/hours+location-hover.png);
		text-decoration: none;
	}
	
#menu {
	width: 775px;
	text-align: left;
	margin: 0 auto;
}
	#menu_header {
		float: left;
		width: 755px;
		padding: 0 10px;
		min-height: 48px;
		margin: 0;
		background: url(../images/menu_header.png) top left no-repeat;
		color: #fff;
	}
		#menu_header h1 {
			float: left;
			width: 595px;
			margin-top: 13px;
		}
		#price_selector {
			float: right;
			width: 160px;
		}
	#menu_body {
		background: url(../images/menu_background.png) top left repeat-y;
		float: left;
		width: 775px;
		margin: 0;
	}
		#menu_body ul {
			list-style: none;
			padding: 0;
			margin: 3px 12px;
			color: #b42222;
			font-size: 1.5em;
			float: left;
			width: 90px;
		}
		#menu_body li {
			margin-top: 2px;
		}
		#menu_body a:link, #menu_body a:visited, #menu_body a:hover, #menu_body a:active {
			color: #b42222;
		}
		
		#menu_body table {
			width: 610px;
			float: right;
			margin-right: 10px;
		}
	#menu_footer {
		float: left;
		width: 775px;
		min-height: 48px;
		background: url(../images/menu_footer.png) top left no-repeat;
		color: #fff;
	}
	
#fineprint {
	margin: -42px auto 0;
	width: 775px;
}
	#fp_text {
		float: left;
		width: 70%;
		font-size: 1em;
		text-align: left;
		padding-left: 3px;
	}
	#fp_cards {
		float: right;
		width: 25%;
		padding: 5px 7px 0 0;
		text-align: right;
	}
	
#footer {
	margin: 8px auto;
	width: 772px;
	text-align: left;
	padding-left: 3px;
}
	#footer p {
		font-size: 1em;
		margin: 0;
	}

#pictures {
	width: 770px;
	height: 370px;
	margin: 0;
	padding: 15px;
	text-align: center;
}

#pic {
	width: 375px;
	height: 170px;
	padding: 5px;
	text-align: center;
	float: left;
}
	#pic img {
		height: 60px;
		width: 300px;
	}
	
#hom {
	width: 370px;
	height: 370px;
	float: right;
	margin: 0;
	padding: 15px;
	text-align: center;
}
	#hom h1 {
		font-size: 1.5em;
	}
	#hom h2 {
		font-size: 1.7em;
		font-style: italic;
	}
	#hom p {
		font-sze: 1.2em;
	}
	
#preload {
	display: none;
}