/*
	RESET BEGIN 
*/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img, img, a {
	border: 0;
	outline:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*
	RESET END 
*/


/*
	UTILITY BEGIN
*/

.clearfloat { clear:both; }
p, li, label { line-height: 1.5em; padding-bottom:10px; font-size:.9em; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1em; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/*
	UTILITY END
*/


/*
	STRUCTURE BEGIN
*/

html { overflow-y: scroll; }

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #334455;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
	
	#header img { margin-left:20px; }
	
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF7D7;
	border-top:10px solid #597795;
}

	#restaurant-logos {

	}
		#restaurant-logos .restaurant-block { background: #FFEDA4; border: 1px solid #FFD93E; margin: 10px 0px; }
		#restaurant-logos .restaurant-block a img { float:left; background: #FFF7D7; }
		#restaurant-logos .restaurant-block p { float:left; width:692px; padding: 10px; }
		
#footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #597795; 
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #fff;
	font-size:.8em;
	float:left;
}

#footer img.credit { padding-top: 5px; }

/* 
	STRUCTURE END
*/


/* 
	CONTACT FORM END
*/

form#contact {
	margin:10px 0 0 0;
}

form label {
	float:left;
	margin:3px 0;
}

fieldset {
	width:650px;
}

select {
	float: left;
	width: 205px;
	margin: 0 60px 5px 0;
	padding: 0;
}

select.dropdown {
	margin:10px 0 0 0;
	padding:0;
	float:left;
	width:150px;
}

input.textbox {
	float: left;
	width: 350px;
	padding:5px;
	margin-right:5px;
}

textarea.textarea {
	float:left;
	width:350px;
	height:200px;
	padding:5px;
	margin-right:5px;
}

input.sub {
	margin-top:20px;
}

/* 
	CONTACT FORM END
*/
