@charset "UTF-8";
/* $Id$ */

/* This style applies the tiled red background. */
#banner 
{
	min-width: 752px;
  height: 132px;
	clear: both;
	/*position: relative;   /* so we can abs-position its children */
	background-image: url(../../images/banner-hampton-court-devon.jpg);
	background-size: 1920px 314px;
	background-position: center;
	padding-bottom: 170px;
	
	box-shadow: 0px 2px 10px rgba(0%,0%,0%,0.6);
	border-bottom: 1px solid rgba(0%,0%,0%,0.2);
}

/* The logo area as a whole (pic of Lauren, "Fall in love with..." text) */	
#banner #logo
{
	height: 198px;
}

#logo a {
	display: block;
	border: none;
	width: 100%;
	height: 100%;
}

#logo h1 img
{
    visibility: hidden;
	height: 111px;
	padding-bottom: 87px;
}

/* Position the two image parts of the border. */
#banner #border-top-img, #banner #border-bot-img
{
    width: 752px;
    height: 26px;
}
#banner #border-top-img 
{
    position: absolute;
}
/*#banner #border-bot-img
{ 
    bottom: 0;
    z-index: 1;
}*/
/* Holly Hack so that abs-positioning on #border-bot-img works properly 
    in Internet Exploiter. */
/* Hides from IE-mac \*/
* html #banner {height: 1%;}
/* End hide from IE-mac */
