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

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	background: url(../../images/clientspecific/background_tile.jpg) repeat-x #014f7b;
}

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

a:link{color: #960404;}
a:hover{color: #027dc5;}
a:visited{color: #960404;}

#clearfix {clear: both;}

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

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	height: 250px;
	background: url(../../images/clientspecific/header.jpg) top center no-repeat;
	color: #fff;
	font-weight: bold;
}

#header h1 {
	color: #FFFFFF;
	margin: 0;
	padding-top: 120px;
}

#hours {
	width: 150px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 2px;
	margin-top: 20px;
	margin-left: 3px;
	border: 1px solid #ffffff;
}

#navbar {
	width: 160px;
	float: left;
	padding-top: 20px;
}

#navbar a {
	display: block;
	_display: inline-block;
	width: 160px;
	height: 39px;
	float: left;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
}

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

#maincontent {
	background: url(../../images/clientspecific/content_tile.gif) center repeat-y;
}

#top {
	background: url(../../images/clientspecific/content_top.jpg) center top no-repeat;
}

#bottom {
	background: url(../../images/clientspecific/content_bottom.gif) center bottom no-repeat;
}

#content {
	width: 800px;
	float: right;
	padding: 30px 20px 10px 0;
	font-size: .8em;
}

h1 {
	margin-top: 0;
	color: #960404;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
}

#features {
	width: 175px;
	margin-left: 20px;
	float: right;
	background: url(../../images/clientspecific/specials_tile.gif) top center repeat-y;
}

#footer {
	height: 50px;
	color: #fff;
	line-height: 50px;
}

#footer a {
	color: #027dc5;
}

#footer a:hover {
	color: #ccc;
}

#copyright, #ht-signature {
	width: 40%;
	font-size: .8em;
}

#copyright {
	float: left;
}

#ht-signature {
	float: right;
	text-align: right;
}