/* CSS Document */

/* Body */

body	{
	background-color: #FFFFCC;
	background-image: url(images/jdmuggs_tile.gif);
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}

A:link	{color: #336699; font-weight: bold; text-decoration: none;}
A:visited	{color: #336699; font-weight: bold; text-decoration: none;}
A:active	{color: #336699; font-weight: bold; text-decoration: none;}
A:hover 	{color: #FFCC33; font-weight: bold; text-decoration: underline; background-color: #3399FF;}

#footer {
	position: relative;
	top: -145px;
	width:760px;
	height: 0px;
	margin: auto;
	z-index: 1;
}

hr	{
	margin: 0px 40px 0px 40px;
	height: 6px;
	background-color: #990000;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

img	{
	background-color: none;
}

/* Header */

h2	{
	margin: 0px;
	padding: 5px;
	text-align: center;
}

h3 h4	{
	margin: 3px 5px 10px 5px;
}

h5	{
	font-size: 16px;
	text-align: center;
	background-color: #FFCC66;
	border: 3px ridge #FFCC66;
	padding: 5px;
	margin: 5px 15px 5px 15px;
}

li.mug	{
	list-style-image: url(images/icon_mug.gif);
	margin-left: 75px;
	padding-bottom: 5px;
}

/* Sidebar */

p.side_header	{
	padding: 2px;
	font-family:Verdana, Helvetica, sans-serif, Tahoma;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #000000;
	background-color: #E1A83E;
	margin: 0px;
}

p.side_text	{
	font-family: Verdana, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	padding: 2px;
	margin: 0px;
	margin-top: 4px;
}

p.bodytext	{
	font-size: 14px;
	margin: 5px 15px 10px 10px;
}
	

/* Paragraph */

p	{
	margin: 5px auto 5px auto;
}

.band	{
	text-transform: uppercase;
	font-weight: bold;
}

.hours	{
	text-align: center;
	border: 3px double #000000;
	background-color:#E1A83E;
}

p.altnav	{
	font-family: Verdana, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-align: center;
	margin-bottom: 5px;
	
}

p.footer	{
	font-family: Verdana, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	text-align: center;
	border-top: 3px double #000000;
	margin: 0px 75px 0px 75px;
	padding-top: 5px;
	
}

div.menu	{
	overflow: scroll;
	height: 700px;
	margin: 0px;
	background-color: #FFFEE6;
}

.menu_header	{
	float:left;
	width:425px;
	padding:5px;
	padding-top: 25px;
	font-size: 14px;
	text-transform:uppercase;
	font-weight: bold;
}

.menu_list	{
	float:left;
	width: 400px;
	margin-left: 70px;
	font-size: 16px;
	line-height: 150%;
}

.menu_return	{
	font-size: 9px;
}

.menu_item	{
	float:left;
	padding: 3px;
	width: 420px;
	font-size: 14px;
	color: #996600;
}

.menu_sub_item	{
	float:left;
	padding: 3px;
	padding-left: 30px;
	width: 394px;
	font-size: 14px;
	color: #996600;
}

.menu_item2	{
	float:left;
	padding: 3px;
	padding-left: 70px;
	width: 345px;
	font-size: 14px;
}

.menu_price	{
	float:left;
	padding:3px;
	width: 30px;
	font-size: 12px;
}

.menu_desc	{
	float:left;
	padding-left: 15px;
	padding-bottom: 5px;
	width: 375px;
	font-size: 12px;
}

img.mug	{
	vertical-align: text-bottom;
}

/* Table */

td.logo	{
	background-image: url(images/mug_navbar_13.jpg);
	background-color: #FEE8B8;
	height: 780px;
	vertical-align: top;
	margin: 0px;
	padding: 0px 45px 0px 55px;
}

table.form	{
	font-size: 14px;
}

table.main	{
	border: none;
}

td.sidebar	{
	vertical-align: top;
}

.side_back	{
	width: 150px;
	background-color: #FFCC66;
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
}

td.main_content	{
	vertical-align: top;
	padding: 5px;
}

table.djbooth	{
	border: 7px ridge #FF99FF;
	background-color: #000000;
}

/* Golf Outing */

.left	{
	width: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
	
.right	{
	width: 325px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
}

