*
{
	padding:0;
	margin:0;
	font-family:'trebuchet ms',arial;
}
body
{
	background:#70848B;
	font-size:76%;
	text-align:center;
	margin-top:10px;
}
h1,h2,h3,h4,h5,h6
{
	font-family:papyrus,'trebuchet ms',arial;
	text-transform:uppercase;
	color:#304091;
}
h1
{
	font-size:1.5em;
}

#global
{
	text-align:left;
	background:#fff;
	width:860px;
	margin:0px auto;
	position:relative;
	height:525px;
}
#mast
{
	position:absolute;
	display:block;
} 
#product_wrap
{
	width:500px;
	margin-left:358px;
	/*position:absolute;
	top:0*/
}

#recipe
{
	width:200px;
	position:relative;
	float:left;
}

#blow_up
{
	float:right;
	/*left:200px;
	top:0px;*/
	height:425px;	
}
#links
{
	text-align:center;
	width:225px;
	height:363px;;
	position:absolute;
	right:0;
	top:0;
	background:url(http://www.regattagingerbeer.com/images/link_background_white.jpg) no-repeat top center;
	
}

#links h2
{
	padding-top:100px;
}

#recipe_text
{
	font-family:papyrus,optima,'trebuchet ms',serif;
	font-size:
}
#recipe_nav img
{
	height:80px;
	display:block;
	float:left;
	padding:0;
	margin:0;
	border:0;
}

#recipe_nav
{
	text-align:center;
	width:450px;
	border:0px solid #000
}

.clearall
{
	clear:both
}

#foot
{
	margin:8px 0 0 0;
	font-weight:bold;
	text-align:center;
}

#foot a
{
	color:#C2D67F;	
}

#foot a:link
{
	color:#C2D67F;	
}

#foot a:visited
{
	color:#B69B63;	
}

#foot a:hover
{
	color:#DAC27A;	
}

.fourpack
{
	background:url('4pk.jpg') top middle no-repeat;
}

label
{
	text-transform:capitalize;
}

.submit {
/* CSS shorthand: top right bottom left */
	margin: 0px 7px 0px 0px;
	padding: 0;
	border: 0;
	width: 112px;
	height: 23px;
	background: transparent url("../images/button_paypal_order.gif") no-repeat top left; 
	cursor: pointer;
}

.submit:hover {
	background: #FFF url("../images/button_paypal_order_over.gif") no-repeat top left;
}

.image {
/* CSS shorthand: top right bottom left */
	margin: 0px 7px 0px 0px;
	padding: 0;
	border: 0;
	width: 112px;
	height: 23px;
	background: transparent url("../images/button_paypal_cart.gif") no-repeat top left; 
	cursor: pointer;
}

.image:hover {
	background: #FFF url("../images/button_paypal_cart_over.gif") no-repeat top left;
}
