HTML	{
	margin: 0;
}

BODY	{
	margin: 0;
	background-color: #FFFFFF;

	color: #CCCCCC;
	color: #FFFFFF;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 9pt;

	background-image: url(http://bottlepr.co.uk/images/temp_bg.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

FORM	{
	margin: 0;
}

A, A:link, A:visited, A:hover	{
	color: #FFFFFF;
	font-weight: bold;
}

#banner	{
	margin-top: 17px;
	font-family: impact;
	font-size: 12pt;
	width: 200px;
}
html>body #banner	{
  position:fixed;
	top:  17px;
	left: 0px;
	margin-top: 0px;
  z-index: 10;
}
#banner	IMG	{
	display: block;
}
#banner UL	{
	margin: 0;
	list-style: none;
	padding: 0;
}
#banner LI	{
	width: 185px;
	text-indent: 20px;
	margin: 0;
	margin-bottom: 4px;
	color: #B0920C;
	background-color: #D3C886;
	font-family: impact;
	font-size: 11pt;
	text-transform: uppercase;
}
#banner #logo	{
	/* Credit: <http://www.moronicbajebus.com/playground/cssplay/image-replacement/> */
	/*Size of the image*/
	padding-top: 70px;
	width: 177px;
	
	/*The image*/
	background-image: url(http://bottlepr.co.uk/images/logo_proto.jpg);
	background-repeat: no-repeat;
	
	/*Hide the text*/
	overflow: hidden;
	
	/* WIN IE5 hack */
	height: 70px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 0;
	
	margin-bottom: 8px;
	margin-left: 22px
}

/*
#navigation	{
	position: absolute;
	top:   90px;
	left: 684px;
	font-family: impact;
	font-size: 12pt;
	width: 113px;
}
html>body #navigation	{
  position:fixed;
  z-index: 10;
}
*/
#navigation	{
	margin-top: -70px;
	margin-left: 684px;
	font-family: impact;
	font-size: 12pt;
	width: 113px;
}
html>body #navigation	{
  position:fixed;
  top: 160px;
  z-index: 10;
}

#navigation UL	{
	margin: 0;
	list-style: none;
	padding: 0;
}
#navigation  LI	{
	text-indent: 0;
	margin: 0;
	color: #B0920C;
	border-bottom: 1px solid #CA9180;
}


#content	{
	width: 430px;
	margin-top: -70px;
	margin-top: -212px;
	margin-left: 205px;
	margin-bottom: 10px;

	border: 1px solid #9A1D00;
	background-image: url(http://bottlepr.co.uk/images/temp_bg-whitewash.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;

	background-image: url(http://ns.brandblue.net/_shared/pix.php?c=EDD78D);
	background-image: url(http://ns.brandblue.net/_shared/pix.php?c=D7A29B);
	background-image: url(http://ns.brandblue.net/_shared/pix.php?c=CF8C85);
  background-repeat: repeat;

	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}
html>body #content	{
	margin-top: 95px;
	margin-bottom: 20px;
}

#content H1	{
	margin-top: 0px;
	padding: 0;
	font-family: impact;
	color: #9A1D00;
}

#content H2	{
	display: none;
	margin-top: 0px;
	padding: 0;
}

#content H3	{
	margin-top: 0px;
	padding: 0;
}

#content P.intro	{
	margin-top: 0px;
	padding: 0;
}

#content P	{
}

#content A	{
	color: #B0461B;
	text-decoration: none;
}

#content	ADDRESS	{
	font-style: normal;
}

#content	FIELDSET	LEGEND{
	color: #B0461B;
}

#content #page-branding	{
	border-width: 0px;		border-style: solid;		border-color: #000;
	margin-bottom: 48px;
}

#content UL.subnav	{
	margin: 0;
	list-style: none;
	height: 1.25em;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: #9A1D00;

}

#content UL.subnav LI	{
	float: left;
	text-indent: 0;
	margin: 0;
	margin-left: 1em;
}



#footer	{
	background-color: #9A1D00;
	color: #FFFFFF;
	width: 797px;
	text-align: right;
	font-size: 6pt;
}
html>body #footer {
  position:fixed;
  z-index: 10;
	bottom:0px;
}

#side-bottle	{
	float: right;
	width: 170px;
	height: 450px;

	border-width: 0px;		border-style: solid;		border-color: #000;
}