/*=========Generic styles============*/
/*=This Style applies to all sheets==*/    
/*=========Created 26/10/09==========*/   

/*=311009==Removal of fonts==========*/   
/*=311009==Apply css cross refs======*/   

/*AA*/	body {
	behavior: url ('http://www.stoproadkill.org.uk/SiteElements/scripts/csshover.htc');
	background-image: url(../images/background.jpg);
	margin-left: 0;
	margin-right: 0;
	clear: left;
		}

/*AB*/	.Bcontainer {
			width: 945px; /*was 59em*/
			clear: both;
			margin-left: auto;
			margin-right: auto;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 105%;
			border-right: 1px solid #666;
			border-left: 1px solid #666;
			padding-left: 15px;
			padding-right: 15px;
			background: white;
		}
		
/*AC*/	#Bheader {
			border-top: 0px solid yellow;
			padding-top: 10px;
			text-align: right; /*added for firefox testing*/
			height: auto;
		}		

		#osawoLinkBody {
			border-left: 2px;
			border-top:2px;
			border: solid 0px yellow;
		}
		
/*ACA*/	#Bheader #contact {
			padding: 2px;
			color: #778899;
			text-align: center;
			position: absolute;
			top: 29px;
			left: 490px;
			width: 300px;
			height: 73px;
			border: solid 0px #2f4f4f;
			font-size: 22px;
			padding-top:3px;
		}
/*ACAA*/#Bheader #contact #contactNumber {
			font: "trebuchet ms";
			font-size:27px;
			color: #20b2aa;
		}

		
		

 

#topp {
	font-size: 85%;
} 
		
.BtopImageHold {
	width: 945px;
	border-style: none; 
	float: left; 
}

.BtopImageHold img {
	width: 945px;
	margin-bottom: 4px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 2px
}
/*=========End Generic styles============*/

/*=========Bheader styles============*/

#Bsearch {
	text-align: right;
	position: relative;
	float: right;
}

#Bsearch select {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #66cc66;
	border: 1px solid #cccccc;
	font-size: 80%;
}
#Bsearch label {
	display: none;
}
#Bsearch .sys_searchButton {
	border: 0;
	background: none;
	font-weight: bold;
}
#Bsearch .sys_searchInput {
	color: #666;
	background-color: #FFF;
	border: 1px solid #ccc;
}
#Bsearch a {
	float: left;

	/*margin-top: -15px;*/
}

#Bheader img {
	float: left;
	border: 0;
	margin-bottom: 15px;
	width: 100px;
}
#Bheader h1 {
	margin: 0;
	padding: 0;
	font-family: Rockwell, serif;
	color: #66CC66;
	font-weight: bold;
}
#Bheader #BpageTitle {
	font-size: 150%;
	margin-top: 10px;
	margin-right:15px;
}
#Bheader #welcome {
	font-size: 350%;
}
/* Navmenu styles */
#Bheader {
	/*width: 60em; Removed for now*/
}

#Bheader #Bnavigation {
	clear: both;
	width: 100%;
	margin-top: 10px;
}
* html #Bheader #Bnavigation {
	margin-bottom: -3px; /* IE 6 Fix*/
}
#Bnavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;	
	float: left; /*Needed for IE6 */
	z-index: 21;
	width: 101%;
}
#Bnavigation ul li {
	float: left;
	display: block;
	background: #73b765 url('../images/navbarRight.gif') no-repeat top right;
	margin-right:3px;
	margin-left: 3px;
	/*height: auto; removed for firefox testing*/
	/*padding-right: 30px;*/
	font-size: 80%;	
	line-height: 25px;
	width: 156px;
	padding-right:1px;
	text-align: center;
	margin-right: 1px;
}

html>body #Bnavigation ul li {
	width: auto;
	padding-right:5px;
	padding-left: 5px;
}

html>body #Bnavigation ul li+li+li+li+li+li {
	margin-right: 0;
	width: auto;
	padding-right:5px;
	padding-left: 5px;
}

html>body #Bnavigation ul li ul li+li+li+li+li+li {
      width: auto;
}

#Bnavigation ul li a {
	display: block;
	/*background: url('http://www.stoproadkill.org.uk.org/images/navbarLeft.gif') no-repeat top left;*/
	font-weight: bold;
	padding-left: 0px;
	padding-right: 3px;
	/* text-decoration: none; */

	padding-left: 1px;
	width: 100%;
	text-align: center;
	float: left;
}

#Bnavigation ul li a:link, #Bnavigation ul li a:visited, #Bnavigation ul li a:active {
	color: #fff;
}
#Bnavigation ul li a:hover {
	/* text-decoration: underline; */
	color: #fff;
}
#Bnavigation ul li ul{ /*subnav*/
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 44px;
	margin-left: 0;
	background: #000;
	width: 901px;
	filter: alpha(opacity=70);
	opacity: .70;
	font-size: 120%;
}
#Bnavigation ul li:hover ul, #Bheader ul li.on ul{ /*Displays the subnav on hover*/
	display: block;
	z-index: 9999;
}
#Bnavigation ul li ul li{
	background: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	width: auto;
}


#Bnavigation ul li ul li a {
	float: left;
	background: none;
	padding: 0 15px 0 10px;
	color: #fff;
	border-right: 1px solid #fff;

	width: auto;
} 

#Bnavigation ul li:hover ul a, #Bheader ul li.on ul a{
	background: none;
}

/*subnav formatting*/
#Bnavigation ul li ul a:link {
	display: block;
	background: none;
	color: #fff;
}		
/*=========End Bheader styles============*/

/*=========Bindex content area styles============*/
#Bindex #BchangingImages {
	float: left;
	width: 789px;
	margin-top: 1px;
	margin-bottom: 5px;
}

/*Belongs to Home Page
#Slideshow_Show_Div a img {
	border: 0;
}
*/

#Bindex #BrightColumn {
	float: right;
	width: 155px;
	margin-top: 1px;
	text-align: right;
	margin-bottom: 0;
}
#Bindex #BrightColumn img {
	margin-bottom: 3px;
	top: 10px;
	border: 0px;
}

#source {
	font-size: 9px;
	color:#777777;
}
/*=========End Bindex content area styles============*/

/*=========Bfooter styles============*/
#Bfooter {
	font-size: 75%;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
	border-bottom: 1px solid #666;
	padding-bottom: 15px;
	height: 15px;
	overflow: visible;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: -5px;
}
#Bfooter a {
	text-decoration: none; 
	color: #666;  
} 
#Bfooter a:hover {
	text-decoration: underline; 
	color: #666;
} 
#Bfooter a:visited {
	color: #666;
}
#BfooterLeft {
	float: left;
	width: 480px;
	border-top: 1px solid #666; 
	padding-top: 7px;

}
#BfooterRight {
	float: right;
	border-top: 1px solid #666;
	width: 465px;
	padding-top: 7px;

}
#BfooterRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#BfooterRight ul li {
	float: left;
	border-right: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;
}
/*=========End Bfooter styles============*/

/*=========BleftMenu styles============*/
#BleftMenuHold {
	clear: both;
}
#BleftMenuHold #BleftMenu {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 75%;
	font-weight: bold;
	width: 100%;
}
#BleftMenu a {
	color: #666;
}
/*=========End BleftMenu styles============*/

/*=========Standard page content area styles============*/
#BmenuFrame {
	margin-top: 5px;
	margin-bottom: 5px;
	background: url('../images/leftLine.gif') repeat-y;
	_background: url('../images/leftLineNull.gif') repeat-y; /* notice the _ before the property - shows in IE6 and below */

}
#BmenuFrame #BmenuFrameHold {
	float: left;
	width: 215px;
	font-size: 80%;
	padding-bottom: 10px;
}
#BmenuFrame #BrightColumn {
	padding: 0 5px 0 10px;
	clear: none;
	font-size: 80%;
	padding-top: 14px;
	width: 711px;
	float: right;
}
#BrightColumn #title {
	color: #666;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	font-family: rockwell, serif;
}

#BrightColumn #title a {
	color: #666;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	font-family: rockwell, serif;
}
/*=========End standard page content area styles============*/


/*============================Left col============================*/

#BmenuFrameHold h2, #newsBrightColumn h2 {
	margin: 0 5px 0 0;
	padding: 3px 0 3px 5px;
	color: #fff;
}
#BmenuFrameHold h3.sys_grey, #newsBrightColumn h3.sys_grey {
	background: #ccc;
	border: 1px solid #999;
}
#BmenuFrameHold h3.sys_grey {
	border: 1px solid #999;
	border-bottom: 0;
	margin: 0 5px 0 0;
	padding: 3px 3px 3px 5px;
	color: #fff;
}
#BmenuFrameHold h2.BmenuHeaderBox {
	background: #66CC66;
	border: 1px solid #999;
	border-bottom: 0;	
}
#BmenuFrameHold div.BmenuListBox, #newsBrightColumn div.BmenuListBox {
	border: 1px solid #999;
	border-top: 0;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	
	/*position: relative; IE6 Fix*/
}

#BmenuFrameHold div.BmenuListBox a, #newsBrightColumn div.BmenuListBox a {
	color:#333;
}

/*====Related links=====*/
div.BmenuListBox div ul {
	margin-left: 0;
	margin-top: 0;
	padding: 0;
	list-style: none;
}

div.BmenuListBox div ul li a {
	color:#333;
	text-decoration:none;
}


		/*=====Nav menu=====*/
#BmenuFrameHold div#simpleMenuWrap {
	padding-bottom: 0;
}
#BmenuFrameHold div.BmenuListBox ul.BmenuListBoxUL {
	list-style: none;
	margin:0 -5px 0 -5px;
	padding: 0 0 5px 0;
}
#BmenuFrameHold div.BmenuListBox ul.BmenuListBoxUL li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;
}
#BmenuFrameHold div.BmenuListBox ul.BmenuListBoxUL li.BmenuListBoxLI_first {
	margin-bottom: 0;
}


#BmenuFrameHold div.BmenuListBox ul.BmenuListBoxUL li a {
background:url('../images/arrow.gif') no-repeat;
background-position:4% 0%;
	display: block;
	color: #000;
	text-decoration: none;
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#BmenuFrameHold div.BmenuListBox ul.BmenuListBoxUL li.menuLeftSelected a {
	color: #black;
	font-weight: 700;
	background: #996;
}

.menuLeftSelected a {
	background-color: #996;
}

#BmenuFrameHold div.BmenuListBox ul.BmenuListBoxUL li a:hover {
text-decoration:underline;
}

	
/*============================End Left col============================*/

/*==========Misc Styles===========*/

.BclearSystem {
	clear: both !important;
	float: none !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0;
}

/*====================End editor Styles==================*/

/* New Bindex Styles */
#Brotation {
	float: left;
	width: 900px;
	font-weight: bold;
}
#BrotaryLinks ul {
	margin: 0;
	padding: 0;
}
#BrotaryLinks {
	float: right;
	width: 320px;
}

#BrotaryLinks li {
	display: inline;
}
#BrotaryLinks li a {
	font-weight: bold;
	color: #666;
	border-right: 1px solid #666;
	padding-right: 8px;
	padding-left: 5px;
text-decoration:none;
}

#Brotation a {
text-decoration:none;
}


#BrotaryLinks li.Bborderless a {
	border: 0;
	padding-right: 0;
}

/* ============== turn off blue border on img links =======*/

a:link img, a:vlink img, a:alink img, {
border:none;
} 

img {
border:none;
}

#BleftMenu a{
text-decoration:none;
}

#BleftMenu a:hover{
text-decoration:underline;
}

#contactBox {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

	#next {
		position: relative;
		float: left;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 2px;
		background: gray;
		border: solid 2px blue;
		bottom: 5px;
		display: inline;
	}

	#previous {
		position: relative;
		float: right;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 2px;
		background: gray;
		border: solid 2px blue;
		bottom: 5px;
		left: 5px;
		display: inline;
	}

.fairGame {
	font-size: 80%;
	color: teal;
	margin: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: solid lightblue 2px;
	padding: 10px;
}

	.ul1 {
		margin: 0px;
		padding: 0px;	
		cursor: default;
		display: block;
		text-decoration: none;
		padding-left: 25px;
	}
	
	.li1 {
		margin: 0px;
		padding: 0px;	
		cursor: default;
	}

	.ul2 {
		display: none;
		width: 130%;
		table-layout: fixed;
	}

		.li1:hover {
		color: blue;
		list-style-type: none;
	}

	.li1:hover>.ul2 {
		border: green solid 4px;
		display: block;
		position: fixed;
		margin: 0;
		padding: 10px;
		top: 20px;
		left: 20px;
		width: 50%;
		background-image: url(menuBackground.jpg);
		z-index: 9999;
	}

	.ul2 {
		list-style-type: none;
		text-decoration: none;
	}
	
	.ul2>li {
		display: block;
		color: white;
		text-decoration: none;
	}
	
	.li2>h2 {
		color: gray;
	}
	
	.head2 {
		font-family: "trebuchet ms", serif;
		font-size: 130%;
		color: #996;
		text-decoration: none;
	}
	
	.revised {
		font-family: "trebuchet ms", serif;
		font-size: 80%;
		color: #996;
		text-decoration: none;
		font-weight: 600;
	}	
	
	#Bheader .clickToOrder {
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 15px;
		width: auto;
		height: 50px;
		float: right;
		overflow: none;
		padding: 0px;
	}
	
	#Bheader .clickToOrder img {
		width: 150px;
		height: 50px;
	}
	
	.topMenu {
	padding-left: 0px;
	margin-left: -50px;
	width: 975px;
}#textZoneColL>ol {
	color: #777777;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}
.browsersSupported {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	width: 200px;
	height: 600px;
	float: left;
}
.video {
	width: 400px;
	float: left;
}
.caution {
	width: 200px;
	float: left;
}
#redCaution {
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #EE0003;
	background-color: #000000;
}
#ordered {
	color: #342C34;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-size: small;
}