/*  Home Run Inn					*/
/*  Interior stylesheet					*/
/*  Purple Monkey Studios				*/
/*  Created on 01/24/2006 by Jennifer Berk		*/
/*  Last modified on 01/30/2006 by Jennifer Berk	*/

#content {
	background: url(http://www.homeruninn.com/images/company_interior_background.gif);
}
#frozen #content {
	background: url(http://www.homeruninn.com/images/frozen_interior_background.gif);
}
#pizzerias #content {
	background: url(http://www.homeruninn.com/images/pizzerias_interior_background.gif);
}

#subnav {
	min-height: 617px;
	padding-bottom: 45px;
}
* html #subnav {
	height: 617px;  /* Fix IE min-height stupidity */
	margin-right: -3px;  /* Fix IE 3px jog */
}
#frozen #subnav,
#pizzerias #subnav {
	min-height: 0;
}
* html #frozen #subnav,
* html #pizzerias #subnav {
	height: 0;
}

#mainwell {
	float: right;
	width: 433px;
	padding: 0 33px 33px;
	background: #fae6b6;
}
* html #mainwell {
	width: 499px;
}

#mainwell h1 {
}
#mainwell h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #880016;
}
#mainwell h3 {
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #d23126;
	border-bottom: 1px solid #ebcf91;
}
#mainwell h4 {
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #900f21;
}
#mainwell h5,
#mainwell h6 {
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#mainwell p {
	margin-bottom: 15px;
}
#mainwell p.caption {
	font-size: 11px;
	color: #a56346;
}
#mainwell table {
	margin-bottom: 15px;
	font: 11px arial;
	color: #a56346;
	border-collapse: collapse;
}
#mainwell th {
	font-weight: bold;
	color: #ffffff;
	background: #285ea4;
	/*border: 1px solid #fae6b6;*/
	margin: 0;
	padding: 3px 3px 3px 8px;
}
#mainwell td {
	background: #fcf2da;
	border: 1px solid #ffffff;
	margin: 0;
	padding: 3px 3px 3px 8px;
}
#mainwell ul {
	margin-bottom: 15px;
	list-style-image: url(http://www.homeruninn.com/images/bullet.gif);
}
#mainwell li {
	margin-bottom: 4px;
	margin-left: 15px;
}
#mainwell ul li ul {
	margin-bottom: 15px;
	list-style-image: url(http://www.homeruninn.com/images/bullet.gif);
}
#mainwell ul li ul li {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 15px;	
}
#mainwell a {
	color: #033f8c;
}
#mainwell li a {
	text-decoration: none;
}
#mainwell img {
	float: left;
}

#mainwell #foodphoto {
	float: left;
	width: 189px;
	margin-right: 33px;
}
#mainwell #menulinks ul {
	list-style-image: none;
	list-style-type: none;
}
#mainwell #menulinks li a:hover {
	text-decoration: underline;
}
#mainwell #menulinks .pdf {
	color: #a56346;
}
#mainwell #menulinks #orderonline {
	position: relative;
	margin-top: 48px;
	margin-left: -6px;
}

#mainwell .name {
	color: #a56346;
}