/*
----------------------------------------------------------------------------- 
Standard
-----------------------------------------------------------------------------*/
html { height: 100%; margin-bottom: 1px; }
body {
	margin: 0;
	padding: 0;
	font: 81% "Century Gothic",Arial,Helvetica,sans-serif;
	color: #565859;
	background-color: #fff;
	}
body * {
	margin: 0;
	padding: 0;
	}
	
p,ul,ol,dl,blockquote,pre { margin-bottom: 1.0em; }
h1 { margin-bottom: 0.5em; }
h2 { margin-bottom: 0.4em; }

a { color: #9195ba; }
a:visited { color: #9195ba; }
a:hover { color: #9195ba; }


img { border: 0; }

acronym,abbr { border: 0; text-decoration: none; }
address { font-style: normal; }
fieldset { border: 0; }
.clear { clear: both; }





/*
----------------------------------------------------------------------------- 
Text Formatting
-----------------------------------------------------------------------------*/
abbr,acronym { font-style: normal; text-decoration: none; }
pre, code {
	font-family: Monaco, "Courier New", Courier, monospace;
	color: #6B8DA6;
	}
pre {
	padding: 0;
	width: 100%;
	height: auto;
	/*\*/overflow: auto;/**/
	}
blockquote {
	/** /margin-left: -26px; /**/
	margin-right: 2em;
	padding: 5px 0 0 26px;
	font-style: italic;
	
	}
.comment blockquote {
	margin-left: 0;
	}
	
	
	dl { margin-left: 0.3em; }
	dd { margin: 0 0 0.5em 0.5em; }
ol {
	padding-left: 1.6em;
	margin-left: 2em;
}
ul {
	padding-left: 1.6em;
	margin-left: 2em;
}
	
	

h1 {
	font-size: 1.4em;
	color: #9195ba;
}
h2 {
	font-size: 1.1em;
	color: #9195ba;
}
		
h3 {
	margin: 1.6em 0 0.2em;
	font-size: 1.0em;
	color: #5b5f60;
	}

h4 {
	color: #5b5f60;
	}

ul.block { list-style: none; }
ul.spacelist li, ol.spacelist li { margin-bottom: 0.9em; }

hr {
	height: 0;
	color: #fff;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #aaa;
	margin-bottom: 0.3em;
}

.shaded { color: #888; }

.cen { text-align: center; }
.r { text-align: right; }

.rfloat { float: right; margin: 0 0 1em 1em; }
.lfloat { float: left; margin: 0 1em 1em 0; }

td.hbi, td.hai { text-align: right; }

td.hbi, td.hb { background-color: #e4e4e4; }


p.front a { white-space: nowrap; }

/*
----------------------------------------------------------------------------- 
Form Styles
-----------------------------------------------------------------------------*/

option {
	padding-left: 0.5em;
	padding-right: 0.5em;
}


/*
----------------------------------------------------------------------------- 
OttawaDelivers Styles
-----------------------------------------------------------------------------*/

#mast {
	background-color: #fffcc7;
	color: #444;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 3px 0 3px 0;
	font-size: 0.9em;
	border-bottom: 2px dotted #ffee78;
}

#delivery {
	width: 760px;
	margin: 1em auto;
}


	#topimg {
		float: left;
		margin: 0 1em 0 0;
	}

	#frontimg {
		float: left;
		margin: 0 1em 40px 0;
	}


	#footer {
		clear: both;
		padding: 1em 0 0 0;
		font-size: 0.9em;
	}
	
	


#block1 {
	clear: both;
	margin-top: 0.6em;
	padding-top: 5px;
	height: 30px;
	border-bottom: 2px solid #9195ba;
}

	#mainicons {
		float: left;
		width: 450px;
	}
	
	#paymenticons {
		float: right;
		width: 250px;
		text-align: right;	
	}
	
		#paymenticons img { border: 1px solid #ccc; }
	
div.takeoutphone {
	clear: both;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #9195ba;
}

#block2 {
	clear: both;
	border-top: 2px solid #9195ba;
	border-bottom: 2px solid #9195ba;
	height: 167px;
}

	#vcard {
		float: left;
		width: 350px;
		padding: 1em;

	}

	#hours {
		float: right;
		padding: 1em;
	}
	
#block3 {
	padding-top: 0.8em;
	clear: both;
	border-bottom: 1px solid #9195ba;
}

	#menubody table {
		width: 760px;
		margin-bottom: 1.2em;
	}
	
	#menubody table th {
		background-color: #9195ba;
		font-weight: normal;
		border-bottom: 1px solid #fff;
		color: #fff;
		padding: 4px 4px 4px 5px;
	}
	
	#menubody table td {
		background-color: #f4f4f4;
		padding: 4px 4px 4px 5px;
		border-bottom: 1px solid #fff;
	}
	
	#menubody h3 {
		margin-top: 1.5em;
		color: #9195ba;
	}


#searchform { padding-left: 145px; }

#footboard {
	width: 728px;
	margin: 10px auto 10px auto;
}
	
td.cen { text-align: center; }