body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#715b3e;
	background-image:url(../img/bg-home.gif);
	background-repeat:repeat-x;
}
/*<NAVIGATION>*/

#nav {
	position: relative;
	width: 700px;
	background: none;
	margin: 0 auto;
	text-align: center; 
	
}

 #nav {height: 28px;}
html>body #nav {height: 32px;}


#splash img
{border:0px;}

div#top-nav
	{
	position:relative;
	width:700px;
	}
	
#top-nav ul
	{
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	text-align: center;
	text-transform:uppercase;
	font-family:Georgia, Times, serif;
	font-size:11px;
	}
		
#top-nav ul li
	{
	display: inline;
	}
	
#top-nav ul li a
	{
	text-decoration: none;
	padding: .2em 1em;
	color: #d9ca9e;
	}
		
#top-nav ul li a:hover
	{
	color: #ffffff;
	}

/*</NAVIGATION>*/


#header {
	position: relative;
	top: 0;
	left: 0;
	width: 700px;
	padding: 0 0 0 0;
	margin: 0 auto;
	border: 0;
	background: transparent;
}

#splash {
	position: relative;
	top: 0;
	left: 0;
	width: 700px;
	padding: 0 0 0 0;
	margin: 0 auto;
	border: 0;
	text-align:center;
}


#specials {
	border-top: 1px solid #827152;
	border-bottom: 1px solid #827152;
	font-size:11px;
	font: normal 11px "Lucida Grande", arial, helvetica, sans-serif;
	padding:12px 0px 12px 0px;
}

#specials a {
color:#adba6c;
text-decoration:none;
}

#specials a:hover {
color: #ffffff;
}

#specials ul{
list-style-image:url(../img/blt-savings.gif);
color:#adba6c;
font-size:12px;
}

/*<FOOTER>*/

#footer {
	position: relative;
	width: 100%;
	height: 200px;
	padding: 25px 0 0 0;
	margin: 0 auto;
	border: 0;
	background: #715b3e;
}

#footer_content {
	position: relative;
	width: 700px;
	height: 200px;
	background: none;
	margin: 0px auto;
	padding: 0px;
}

#footer_content p {
	font: normal 11px "Lucida Grande", arial, helvetica, sans-serif;
	color: #d9ca9e;
	margin: 0px auto;
	padding: 0px;
}

#footer  ul {
	padding: 0px;
	list-style: none;
	font: normal 11px "Lucida Grande", arial, helvetica, sans-serif;
	color: #A4D6E6;
}

#footer li {
	display: inline;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #ffffff;
}

#footer a {
	display: inline;
	padding: 0px;
	text-decoration: none;
	margin: 0 auto;
	color: #C8E246;
}

#footer ul a {
	width: 700px;
	color: #adba6c;
}

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

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
