/* CSS Document */

div#beer_h1 { margin: 0; padding: 0;
	text-align: justify;
	position: absolute;
	width: 39px;
	height: 39px;
	background: transparent url(images/submenu_head_circle.png) no-repeat;
}

h2#beer_h2 {margin: 0; padding: 0;
	position: absolute;
	left: 10px;
	top: -1px;
	width: 79px;
	height: 35px;
	background: transparent url(images/sub_bar_h2.png) no-repeat;
	text-indent: -9999px;
}

h3#beer_h3 {margin: 0; padding: 0;
	position: absolute;
	left: 75px;
	top: 14px;
	width: 320px;
	height: 28px;
	background: transparent url(images/beer_title.png) no-repeat;
	text-indent: -9999px;
}

/*----------Draught Beer------------*/

div#draught {margin: 0; padding: 0; position: relative; left: 6px; top: 60px; width: 450px; height: 150px;}
div#draught h2 {margin: 0; padding: 0; position: absolute; left: 30px; top: -7px; width: 359px; height: 22px; background: transparent url(images/draught_subtitle.png) no-repeat; text-indent: -9999px;}
div#draught p {margin: 0; padding: 0; position: absolute; left: 40px; top: 16px; width: 359px; color: #000000; font-family:Arial, Helvetica, sans-serif; font-size: 11px;}

/*----------Bottled Beer------------*/

div#bottled {margin: 0; padding: 0; position: relative; left: 6px; top: 60px; width: 450px; height: 600px;}
div#bottled h2 {margin: 0; padding: 0; position: absolute; left: 30px; top: -7px; width: 359px; height: 22px; background: transparent url(images/bottled_subtitle.png) no-repeat; text-indent: -9999px;}
div#bottled p {margin: 0; padding: 0; position: absolute; left: 40px; top: 16px; width: 359px; color: #000000; font-family:Arial, Helvetica, sans-serif; font-size: 11px;}

