@charset "UTF-8";
/* CSS Document */

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	background: url(../../images/clientspecific/content_tile.gif) left repeat-y #808080;
}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #0057a6;}
a:hover{color: #ed1c24;}
a:visited{color: #666666;}

#clearfix {clear: both;}

/******************* STRUCTURE *******************/

#container {
	width: 958px;
	margin: 10px 0 20px 32px;
}

#header {
	height: 212px;
	background: url(../../images/clientspecific/header.jpg) top center no-repeat;
}

.slogan {
	padding: 115px 90px 0 0;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
}

#navbar {
	width: 170px;
	float: left;
	font-size: .8em;
}

#navbar a {
	display: block;
	_display: inline-block;
	width: 170px;
	height: 28px;
	float: left;
	margin-bottom: 8px;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	color: #666;
	font-weight: bold;
	background: url(../../images/clientspecific/nav_back.jpg) top center no-repeat;
}

#navbar a:hover, #navbar .selected {
	background: url(../../images/clientspecific/nav_over.jpg) top center no-repeat;
	color: #FFF;
}

#maincontent {
	width: 780px;
	float: right;
}

h1 {
	margin-top: 0;
	color: #ff2625;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	margin-bottom: 0;
}

.red {
	font-size: 2em;
	color: #ff2625;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#hours {
	text-align: center;
}

.hours {
	font-size: .8em;
}

#about {
	line-height: 1.3em;
	padding-right: 15px;
}

.deliver {
	float: left;
	clear: left;
	margin: 30px 0 0 40px;
	text-align: center;
	font-weight: bold;
	font-style: normal;
}

.thanks {
	clear: both;
	padding-top: 20px;
	text-align: center;
	font-style: italic;
	font-size: 1.2em;
}

#footer {
	height: 50px;
	text-align: center;
	font-size: .8em;
	line-height: 1.4em;

}