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

/** CSS
Author: Fritschle Communications
Client: The Pita Place
Created: December 08
*/


/** GLOBAL ELEMENTS */

html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

div { text-align: left; }

body {
	background-image: url(../images/backgrounds/brick.jpg);
	margin: 0 0 0 0;
	text-decoration: none;
	line-height: 1.2em;
}

/** HEADINGS */

h1, h2, h3, h4, body {
	font-family: Arial, Helvetica, sans-serif;
}

/** TEXTS */

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	color: #D1330B;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}

body {
	font-size: 12px;
	color: #000000;
}

.contact_title {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
}

.contact_text {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
}

.fritschle {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
}

.delivery_text {
	color: #000066;
	height: 12px;
	font-size: 12px;
	margin: 0;
}

/** Layout */

#wrapper1 {
	width: 750px;
	padding: 0px 3px 0 3px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/backgrounds/body.gif) repeat-y;
}

#header {
	width: 750px;
	height: 177px;	
}

#menu_contain {
	width: 750px;
	height: 20px;
	background: #00AAF0;
}

#body {
	width: 700px;
	min-height: 280px;
	padding: 30px 25px 10px 25px;
}

#footer_background {
	width: 750px;
	height: 150px;
	background: url(../images/footer.gif) no-repeat;
}

#contact_info {
	height: 20px;
	width: 730px;
	padding: 120px 10px 0 10px;
}

#bottom_line {
	width: 750px;
	height: 16px;
	background: #00AAF0;
}

#fritschle {
	width: 300px;
	height: 12px;
	float: right;
	text-align: right;
	padding: 1px 10px 0 0;
}

#delivery {
	width: 420px;
	height: 12px;
	float: left;
	padding: 4px 0 0 10px;
}

/** MENU */

#nav_top ul {
	width: auto;
	margin: 0;
	padding: 4px 0 0 430px;
	text-align: center;
	list-style: none;
}

#nav_top li {
	display: inline;
}

#nav_top a {
	display: block;
	text-decoration: none;
	color: #000066;
	float: left;
	height: 12px;
	font-size: 12px;
	padding: 0px 15px 0px 15px;
}

a.first {
	border-left: none;
}

a.link {
	border-left: solid 1px #000066;
}