@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background:transparent url(bg.jpg);
	line-height: 1;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}
a:hover {
	color:#333333;
}
/*=============END RESET===============*/

#container {
	margin:0 auto;
	padding:0px;
	background-repeat:no-repeat;
	width:1000px;
	border-left:thin #6d6d6d solid;
	border-right:thin #6d6d6d solid;
	border-bottom:thin #6d6d6d solid;
}
#header {
	width:100%;
	height:330px;
	position:relative;
	background:url(header.jpg);
}
#nav {
	text-align:center;
	padding-top:75px;
}
#logo {
	margin-left:302px;
	margin-top:70px;
}
#secret{
position:absolute;
top:0px;
left:300px;
width:200px;
height:80px;
background-color:#33CC66;
}
#nav ul {
	position:relative;
}
#nav li {
	display:         inline;
	padding-left:40px;
	padding-right:40px;
}
#nav a {
	text-decoration:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:1.42em;
}
#nav li a:hover {
	color:#333333;
}
#fb {
	position:absolute;
	margin-top:242px;
	margin-left:69px;
	float:right;
	border:none;
}
#titles {
	float:left;
	padding-left:20px;
	margin-top:60px;
	z-index:5;
}
#titles ul {
	padding-left:40px;
}
#titles li {
	padding-bottom:40px;
	color:#FFFFFF;
	font-size:1.2em;
	text-align:center;
}
#burger {
	width:100%;
	height:540px;
	position:relative;
	background:url(burger-bg.jpg);
}
#content-burger {
	margin-left:218px;
	margin-top:60px;
}
#menu {
	width:100%;
	height:610px;
	position:relative;
	background:url(bg-panels.jpg);
}
#content-menu {
	float:left;
	margin-left:150px;
	margin-top:45px;
	width:600px;
}
.menu-items, td {
	color:#333333;
	font-size:2em;
	line-height:1.2em;
	margin:0px;
	padding:0px;
}
.menu-price {
	color:#333333;
	float:right;
	padding-left:20px;
}
.menu-columns {
	font-size:1em;
	color:#fff;
}
.descriptions {
	font-size:.6em;
	line-height:1em;
}
/**************LOCATIONS******************/
#location {
	width:100%;
	height:550px;
	position:relative;
	background:url(map.jpg);
}

#location2 {
	width:100%;
	height:1000px;
	position:relative;
	background:url(map2.jpg);
}

#content-location {
	float:left;
	margin-left:75px;
	margin-top:50px;
	width:270px;
	height:300px;
}

#content-location2 {
	float:left;
	margin-left:75px;
	margin-top:50px;
	width:270px;
	height:800px;
}

#content-location-huron {
	position:relative;
	float:left;
	margin-left:70px;
	margin-top:130px;
	width:230px;
	height:70px;
}

#content-location-ontario {
	position:relative;
	float:left;
	margin-left:-60px;
	margin-top:630px;
	width:230px;
	height:70px;
}

.address-items {
	float:left;
	width:300px;
	height:350px;
}
.map {
	float:left;
	width:200px;
	height:200px;
	margin-left:100px;
}
#hours {
	width:100%;
	height:360px;
	position:relative;
	background:url(bg-panels.jpg);
}

.hours-copy {
	color:#333333;
	font-size:2em;
	line-height:1.2em;
	text-align:center;
}
#content-hours {
	float:left;
	margin-left:150px;
	margin-top:90px;
	width:600px;
}
.hours-icon {
	text-align:right;
	padding-right:40px;
	padding-bottom:15px;
}
/*******************END LOCATIONS***********************/
#footer {
	margin:0 auto;
	padding:0px;
	position:relative;
	width:1000px;
	text-align:center;
	height:180px;
}
#hrrule {
	width:100%;
	background:url(hr.jpg);
	height:8px;
}
#hrrule-bot {
	width:100%;
	background:url(hr-bot.jpg);
	height:4px;
}
.back {
	position:absolute;
	bottom:0;
	float:right;
	width:98%;
	text-align:right;
	padding-bottom:5px;
}
.back a:hover {
	color:#999999;
}
