@import "menu.css";

body
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #005725 url('/images/bg.gif');
	color: white;
	padding: 10px 0;
}
img
{
	border: 0px none #fff;
}
table, td{
	border: 0px;
}
a
{
	color: white; 
	/*text-decoration: none;*/
}
a:hover
{
	color: #FC0;
	/*text-decoration: underline;*/
}
.clear{
	clear: both; 
	height: 0px; 
	overflow: hidden;
}
html[xmlns] .mozclear
{
	/* this selector should be valid CSS, but Opera 7.5 (and above) will pick
	 * this up as well. Shouldn't be a problem, Opera should handle this fine,
	 * but it's a Mozilla-targeted hack, and it should probably only affect
	 * mozilla. You can do that by replacing the INVALID CSS selector
	 * :root .mozclear for what's give here.
	 */
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}
.hide
{
	display: none;		/* hide elements that CSS-targeted browsers shouldn't show */
}

.content{
		padding: 18px 13px;
	}
	.content A{
		text-decoration: none;
	}
	.content h1, .prodTitle{
		padding: 0;
		margin: 0;
		font: bold 17px Arial, Helvetica, sans-serif;
		color: #FC0;
	}
	.prodTitle{
		font-size: 13px; 
		border-bottom: 1px dashed #F0CB00;
		padding-top: 10px;
	}

	.content h2{
		padding: 0;
		margin: 0;
		font: bold 10px Verdana, Arial, Helvetica, sans-serif;
		color: #0C3;
		padding-top: 10px;	
	}
	.content h3{
		padding: 0;
		margin: 0;
		font: 13px Arial, Helvetica, sans-serif;
		color: #FC0;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.gallery img{
		border: 1px solid #FC0;
		margin-right: 10px;
	}

	.bodyRight ul{
		padding: 0;
		margin: 16px 10px 16px 14px;
		list-style: none;
		}
		.bodyRight ul li{
			margin: 0;
			padding: 0 0 8px 15px;
			background: url("/images/ico_beer.gif") no-repeat 0 1px;
			line-height: 125%;
		}

.NB{ color: #C50000; }
.b{ font-weight: bold; }
.line125{ line-height: 125% }
.line150{ line-height: 150% }
.line200{ line-height: 200% }
.float-l{ float: left; }
.float-r{ float: right; }
.font-sm{ font-size: 10px; line-height: 12px; }
.center{ text-align: center; }
.text{ font-size: 11px; }

/* old BB styles */


.SubHdr{ 
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FC0;
}
.link{
	font: 11px Arial, Helvetica, sans-serif;
}
.bodyRight A{
	text-decoration: none;
}

select, option, input, textarea{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
select{
	font-size: 10px;
}

/* order form */
#order-tbl select, option, input, textarea{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#order-tbl select{
	font-size: 10px;
}
#order-tbl .obligatory{
	color: #FFCC00;
}
#order-tbl .h{
	font-weight: bold;
	text-align: right;
}
