/* Oaklands Poultry Houses CSS Document */

html { overflow: -moz-scrollbars-vertical; }	/* FF scrollbars */
html { overflow-x: auto; }

/* Div page layout */

body {
	margin:0;
	padding:0;
	font-family: Tahoma;
	background:#fff;
}

#outer	{
	width:900px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background: #fff url(Images/nav_col_base.jpg) left repeat-y;
}

#topDiv	{
	height:200px;
	margin:0px;
	padding:0px;
}

#leftNav {
	width:169px;
	float:left;
	margin-top:0px;
	padding-top:0px;
	background:none;
}

#contentDiv	{
	width:500px;
	float:left;
	padding-left:25px;
	padding-right:10px;
}

#rightNav {
	width:180px;
	float:right;
	margin-top:0px;
	padding-top:0px;
	background:none;
}

#footerDiv	{
	clear:both;
	background: #fff url(Images/footer_v3.jpg) no-repeat top;
	padding: 10px 1em;
	height: 80px;
}

.DropDownMenu {
	display:none;
	margin:0px;
	padding:0px;
}

.LNL {												/*Left Navigation Links*/
	display:block;									/*Make links displays in a neat block*/
	width:150px;									/*Give the link a width of 150px*/
	padding: 3px 5px 3px 10px;						/*Give link 3px padding on the top, 5px on the right, 3px on the bottom and 10px on the left*/
	text-decoration:none;							/*Give text no underline or anything*/
	text-align:left;								/*Algin text to the left*/
	font-size:11px;									/*Link font set to 12px*/
	color: #000;									/*Set link colour to black*/
	font-weight:bold;
}

.LNSL {												/*Left Navigation Sub Links*/
	display:block;									/*Make links displays in a neat block*/
	width:150px;									/*Give the link a width of 150px*/
	padding: 3px 5px 3px 15px;						/*Give link 3px padding on the top, 5px on the right, 3px on the bottom and 10px on the left*/
	text-decoration:none;							/*Give text no underline or anything*/
	text-align:left;								/*Algin text to the left*/
	font-size:11px;									/*Link font set to 12px*/
	color: #000;									/*Set link colour to black*/
}

.LNSL:hover {										/*Left Navigation Sub Links*/
	text-decoration:underline;						/*Give text an underline*/
}

.LNL:hover {										/*Left Navigation Link hover*/
	background:url(Images/nav_base3.jpg) repeat-y;	/*Give link a background image on hover*/
}

#LNLCurrent {										/*Left Navigation Link hover*/
	background:url(Images/nav_base3.jpg) repeat-y;	/*Give link a background image if page ID matches the link ID*/
}

.RNL {												/*Right Navigation Links*/
	display:block;									/*Make links displays in a neat block*/
	width:165px;									/*Give the link a width of 150px*/
	padding: 3px 10px 3px 5px;						/*Give link 3px padding on the top, 5px on the right, 3px on the bottom and 10px on the left*/
	text-decoration:none;							/*Give text no underline or anything*/
	text-align:right;								/*Algin text to the right*/
	font-size:12px;									/*Link font set to 12px*/
	color: #000;									/*Set link colour to black*/
}

.RNL:hover {												/*Left Navigation Link hover*/
	background: url(Images/more_nav_bg.jpg) right repeat-y;	/*Give link a background image on hover*/
}

#RNLCurrent {												/*Left Navigation Link hover*/
	background: url(Images/more_nav_bg.jpg) right repeat-y;	/*Give link a background image if page ID matches the link ID*/
}

.RNL-news {												/*Right Navigation Links*/
	background: url(Images/more_nav_bg.jpg) right repeat-y;	/*Give link a background image on hover*/
	display:block;									/*Make links displays in a neat block*/
	width:165px;									/*Give the link a width of 150px*/
	padding: 3px 10px 3px 5px;						/*Give link 3px padding on the top, 5px on the right, 3px on the bottom and 10px on the left*/
	text-decoration:none;							/*Give text no underline or anything*/
	text-align:right;								/*Algin text to the right*/
	font-size:12px;									/*Link font set to 12px*/
	color: #000;									/*Set link colour to black*/
	margin-top:10px;
}

.GeneralLinks {
	background:none;
	font-size:11px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

.GeneralLinks:hover {
	text-decoration:underline;
}

#ImgWrapper {
	float:right;				/*Makes the div float to the right of the page*/
	margin: 0px 0px 0px 10px;	/*Adds a margin the left of the div*/
}

#ImageOverlay {
	background: url(Images/ImageOverlay.gif) no-repeat;		/*Displays the overlay image to the picture*/
	width:222px;											/*Gives the DIV a set width to display the image*/
	height:165px;											/*Gives the DIV a set height to display the image*/
	float:right;											/*Makes the div float to the right of the page*/
	position:absolute;										/*Makes the div stay on top of the image*/
	margin-top:-1px;										/*Removes gap at the top of the div*/
}

/* Carousel styles */
.stepcarousel	{
	position: relative; /*leave this value alone*/
	border:none;
	overflow: scroll; /*leave this value alone*/
	width: 320px; /*Width of Carousel Viewer itself*/
	height: 320px; /*Height should be enough to fit largest content's height*/
}

.stepcarousel .belt	{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel	{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 300px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.PromoBtn {
	background:url(Images/PromoBtn.jpg) right no-repeat;
	border:none;
	cursor:pointer;
}

.QtyInput {
	border:1px solid #999;
	font-size:12px;
	font-family:Tahoma; 
	text-align:center;
}

.PromoCode {
	border:1px solid #999;
	font-size:12px;
	font-family:Tahoma; 
}

.CheckOutTitleBg {
	background:#fff url(Images/basketBar.jpg) repeat-x left;
	font-size:10px;
}

.itemBorder {
	border-bottom:1px solid #ddd;
}

.itemCash {
	border-bottom:1px solid #ddd;
	text-align:right;
}

.itemBorderleft {
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.itemBorderright {
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.GrandTotal {
	font-weight:bold;
	font-size:12px;
}

.BktItmLnk {
	font-weight:bold;
	font-size:10px;
}

.BtnSubmit {
	background:url(Images/UpdateBtn.jpg) no-repeat;
	border:none;
	cursor:pointer;
}

.PayNowBtn {
	background:url(Images/PayNowBtn.jpg) no-repeat;
	border:none;
	cursor:pointer;
	height:32px;
	width:102px;
}

#itemwrapper {
	margin-bottom:10px;
}

#itemtop {
	background:#fff url(Images/itemTop_BG.jpg) no-repeat left;
	height:20px;
}

#itemcontent {
	background:#fff url(Images/itemContent_BG.jpg) repeat-y left;
	padding:0px 5px 0px 5px;
}

#itembottom {	
	background:#fff url(Images/itemBottom_BG.jpg) no-repeat top;
	height:20px;
}

.itemTitle {
	color:#333;
	font-weight:bold;
	font-size:14px;
	padding:0;
	margin:0;
}

.price {
	font-size:12px;
	color:#000;
	font-weight:bold;
}

.productTitle {
	color:#333;
	font-weight:bold;
	font-size:18px;
}

.GreenLegend {
	color:#339900;
}

.RedLegend {
	color:#FF0000;
}

.NeturalLegend {
	color: #FF9900;
}

.infoLegend {
	color:#000;
	font-size:10px;
}


ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

li {
	margin-top:0px;
	padding-top:0px; 	
}

h1	{
	font-size: 2em;
	color: #EFC965;
	margin: 0;
	padding-top: 0;
	padding-bottom: 1em;
	font-weight: normal;
}

h2	{
	font-size: 16px;
	color: #000;
	margin: 0;
	padding-top: 0;
	padding-bottom: 1em;
	font-weight: normal;
}

.navvy h3 {
	width:169px;
	background: url(Images/navigation_H3.jpg) left repeat-x;
	margin-top:0px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	border-left:1px solid #000;
	font-size:14px;
}

.navvy h4 {
	width:179px;
	background: url(Images/navigation_H3.jpg) left repeat-x;
	margin-top:0px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	border-right:1px solid #000;
	font-size:14px;
}

p, div, span {
	font-weight: normal;
	font-size: 12px;
	line-height:20px;
	/*text-align:justify;*/
	color: #000;
	padding-bottom:10px;
	margin:0;
}
	
img {border:none;}

strong {
	color:#333;
	font-weight:bold;
	font-size:12px;
	padding:0;
	margin:0;
}

#bantams ul {
	/*border:solid 1px #000;*/
	list-style:disc;
	list-style-position:inside;
	margin-top:0px;
	margin-left:40px;
	width:300px;
}

#bantams p	{
	font-weight: normal;
}

form	{margin:0px;}

#news {
	width: 160px;
	margin-top:5px;
	margin-left:10px;
}

#news ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#news ul li {
	padding:0px 0px 0px 0px;
	text-align:right;
}

#news ul li p.title a {
	padding:0px 0px 0px 0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	color:#000;
}

#news ul li div.text div.date {
	margin:-12px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	color:#666;
	font-size:10px;
}

#news ul li div.text {
	padding:0px 0px 0px 0px;
	margin:-12px 0px 0px 0px;
	font-size:10px;
}

