* {font-size: 100.01%;}

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	sfont-family: Garamond, Times New Roman, Times, serif;
	font-family: Times New Roman, serif;
	font-size: 0.85em;
	color: white;
	background: black;
}

ul {
	margin: 0px;
	padding: 0px;
}

a {
	color: #50942e;
	outline: none;
}

a:hover {
	color: #55ff00;
	outline: none;
}

h1 {
	font-weight: normal;
	font-size: 2em;
	margin: 0px;
	padding: 0px 170px 10px 0px;
}

h2 {
	font-weight: normal;
	font-size: 1.7em;
	margin: 0px;
	padding: 0px 0px 10px;
}

h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px 0px 10px;
}

p {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

/* Layout */
#measurer {
	width: 100%;
	height: 1px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

#layout {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	min-width: 1000px;
	position: relative;
	z-index: 2;
	background: black url('/f/global/bg_.jpg') 50% 0 no-repeat;
}

* html #layout {
	height: 100%;
	width: expression(
		(
			document.getElementById('measurer')
			&& document.getElementById('measurer').clientWidth < 1000
		)
		?	'1000px'
		:	'100%'
	);
}

#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height: 1px;
}

* html #header {
	height: 1px;
}

#logo {
	margin: 0px;
	padding: 40px 0px 0px 5%;
	text-align: center;
	position: absolute;
	z-index: 10000;
	left: 0px;
	top: 0px;
}

#logo p {
	margin: 0px;
	padding: 0px;
	color: #baa388;
	font-style: italic;
}

#logo p.delivery {
	color: #F4D200;
	font-size: 1.2em;
}

#logo img {
	margin: 0px;
	background: url('/f/global/logo.png') 0 0 no-repeat;
}

* html #logo img {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/logo.png', sizingMethod='crop');
}

#additional {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 16px;
	right: 0px;
	float: right;
	z-index: 6;
	width: 100%;
}

#box  {
	position: absolute;
	margin: 0px;
	padding: 0px;
	stext-align: center;
	right: 0px;
	top: 0px;
	width: 14%;
}

#box_img {
	margin: 0px 0px 0px -10px;
	padding: 0px;
	swidth: 120px;
}

#box img  {
	margin: 0px 0px 5px;
	background: url('/f/global/moped.png') 0 0 no-repeat;
}

* html #box img  {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/moped.png', sizingMethod='crop');
}

#box span  {
	color: #baa388;
	font-style: italic;
	//zoom: 1;
	margin: 0px;
	padding: 0px;
}

#box span a  {
	position: relative;
	sleft: -10px;
}

#box span.iefix  {
	//width: 1px;
}

#phone{
	position: absolute;
	color: #8e7961;
	font-size: 2em;
	margin: 0px;
	padding: 0px;
	right: 18%;
	top: 0px;
}

#phone  img {
	background: url('/f/global/phone.png') 0 0 no-repeat;
}

#box #pizza_box_counter_container {
	//width: 115px;
	padding-right: 20px;
}

#pizza_box_counter {
	//width: 1px;
}

* html #phone  img {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/phone.png', sizingMethod='crop');
}

#pizza {
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
	z-index: 5;
}

#pizza img {
	margin: 40px 0px 0px 0px;
}

#navigation {
	margin: 0px;
	padding: 140px 0px 0px 35px;
	list-style-type: none;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 9999;
}

#navigation li {
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 1.2em;
}

#footer_spacer {
	margin: 0px;
	padding: 0px;
	height: 150px;
}

#footer {
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	left: 0px;
}

#copyright {
	margin: 0px;
	padding: 0px 0px 0px 35px;
	color: #baa388;
	overflow: hidden;
	//zoom: 1;
}

#about_text {
	color: #413732;
	font-style: italic;
	margin: 30px 35px;
	padding: 30px 1.25em;
	text-align: center;
	border-top: 1px solid #5F5046;
}
/* Layout */

/* Basic classes */
.png {
	behavior: url('/f/global/pngfix.htc');
}

* html .png {
	//background-image: none !important;
}

.hidden {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

div.clear {
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	clear: both;
}

.dlaquo {
	margin-right: 0.6em;
}

.blaquo {
	margin-left: -0.6em;
}

.pseudolink {
	color: #50942e;
	cursor: pointer;
	cursor: hand;
	border-bottom: 1px dotted #50942e;
	line-height: 133%;
}

.pseudolink_hover {
	color: #55ff00;
	cursor: pointer;
	cursor: hand;
	border-bottom: 1px dotted #55ff00;
	line-height: 133%;
}

.pseudolink_yellow {
	color: #ffce00;
	cursor: pointer;
	cursor: hand;
	border-bottom: 1px dotted #ffce00;
}

.pseudolink_yellow_hover {
	color: #FFF788;
	cursor: pointer;
	cursor: hand;
	border-bottom: 1px dotted #FFF788;
}

.pseudolink_unselect {
	color: #868686;
	cursor: pointer;
	cursor: hand;
	border-bottom: 1px dotted #868686;
	margin: 0px;
	padding: 0px;
	line-height: 133%;
}

img.img_link {
	cursor: pointer;
	cursor: hand;
}

img.separator {
	width: 2%;
	height: 60px;
	float: left;
}

.align_center {
	position: relative;
	width: 100%;
}
.align_center:after {
	content: '';
	display: block;
	clear: both;
}
.align_center_to_left {
	position: relative;
	right: 50%;
	float: right;
}
.align_center_to_right {
	position: relative;
	z-index: 1;
	right: -50%;
}

.slaquo {
	margin-right: 0.44em;
}

.hlaquo {
	margin-left: -0.44em;
}

#choke {
	position: absolute;
	z-index: 10000;
	width: 100%;
	background: url('/f/global/bg.png') 0 0 repeat;
	left: 0px;
	top: 0px;
}

* html #choke {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/global/bg.png', sizingMethod='scale');
}

#choke_text {
	position: absolute;
	z-index: 10001;
	width: 100%;
	left: 0px;
	top: 0px;
	padding: 250px 0px 0px;
	text-align: center;
	font-size: 1.5em;
}

#choke_text a {
	color: #FFCE00;
	font-size: 1.5em;
	display: block;
	padding: 20px 0px 0px;
}

#choke_text a:hover {
	color: #FFF788;
}


/* Basic classes */
#open_box,
#close_box {
	position:absolute;
	top:0px;
	left: 0px;
}

.twenty_four_hour {color: #F4D200; font-size: 0.6em; font-style: italic; padding-left: 21px;}