body
{
	font-family: Helvetica, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

a
{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

a:visited
{
	color: #333;
}

div.clearing
{
	clear: both;
}

#container
{
	width: 936px;
	margin: 0 auto;
	position: relative;
}

#header h1
{
	margin: 5px 0 10px -44px;
}

#header h1 a
{
	text-indent: -10000px;
	overflow: hidden;
	height: 100px;
	width: 400px;
	background: url('../images/header.png') no-repeat;
	float: left;
	border: none;
}

#header h3
{
	margin: 5px 0 10px 0;
	text-indent: -10000px;
	float: right;
	background: url('../images/phone.png') no-repeat;
	height: 100px;
	width: 380px;
}

#header h2
{
	display: none;
}

ul#navigation
{
	margin: 25px 0;
	padding: 0;
	height: 50px;
	overflow: hidden;
	background-color: black;
	clear: both;
}

ul#navigation li
{
	list-style: none;
	line-height: 50px;
	float: left;
	
	cursor: pointer;
	width: 150px;
	font-size: 20px;
	text-align: center;
	color: gray;
}

ul#navigation a
{
	display: inline-block;
	height: 50px;
	width: 150px;
	
	font-size: 20px;
	text-align: center;
	color: white;
	text-decoration: none;
}

ul#navigation a:hover
{
	height: 47px;
	border-bottom: 3px solid white;
}

ul#navigation a span
{
	display: none;
}

ul#navigation a:hover span
{
	position: absolute;
	display: block;
	z-index: 100;
	color: black;
}

ul#navigation div
{
	float: left;
	color: white;
}

#content
{
	padding-bottom: 3em;
}

#content p
{
	color: #333;
	line-height: 130%;
}

.banner
{
	height: 338px;
	width: 936px;
	left: 0;
	text-indent: -10000px;
	position: absolute;
}

#banner1
{
	background: url('../images/valentines-day-promo.png');
}

#banner2
{
	background: url('../images/banner2.jpg');
}

.thirdcolumn
{
	width: 294px;
	height: 294px;	
	float: left;
	margin: 363px 27px 0px 0px;
	text-indent: -10000px;
}

.halfcolumn
{
	float: left;
	width: 428px;
	padding: 10px;
	margin-bottom: 27px;
}

.halfcolumn h1, h2
{
	margin: 0px;
}

.boxout
{
	border: 3px solid black;
	background-color: #ddd;
	margin-bottom: 27px;
}

.boxout h1
{
	margin: 5px 0px 5px -10px;
	padding: 2px 10px;
	display: inline-block;
	color: white;
	background: black;
}

#left.halfcolumn
{
	margin-right: 27px;
}

#left.thirdcolumn
{
	background: url('../images/leftcolumn.png');
}
#middle.thirdcolumn
{
	background: url('../images/midcolumn.png');
}
#right.thirdcolumn
{
	background: url('../images/rightcolumn.png');
	margin-right: 0;
}

#bistro
{
	border-bottom: 1px solid;
}

#footer
{
	font-size: 8pt;
	color: white;
	background-color: black;
	padding: 5px;
	text-align: right;
}

#footer a
{
	color: gray;
	text-decoration: none;
}

iframe
{
	border: 1px solid black;
}

form input
{
	border: 1px solid #aaa;
	margin: 0 0 5px;
	padding: 5px;
	width: 200px;
	line-height: 16px;
}

form select
{
	border: 1px solid #aaa;
	margin: 0 0 5px;
	padding: 5px;
	line-height: 16px;
}
form input.empty
{
	color: #aaa;
}

form span.wrap
{
	display: inline-block;
	margin: 5px 5px 0 0;
	background: #DDD;
	padding: 5px 5px 0;
}

em
{
	font-size: 80%;
	color: #666;
}

#newsletter a
{
	border: none;
}
.glyph
{
	line-height: 20px;
	background-position: left center;
	padding-left: 20px;
	background-repeat: no-repeat;
}

.yes
{
	background-image: url('../images/accept.png');
}

.no
{
	background-image: url('../images/cancel.png');
}