/*  Home Run Inn					*/
/*  Main stylesheet					*/
/*  Purple Monkey Studios				*/
/*  Created on 01/24/2006 by Jennifer Berk		*/
/*  Last modified on 01/24/2006 by Jennifer Berk	*/

* {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: top;
}
a img {
	border: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background: #5a0000 url(/images/gradient.gif) top left repeat-x;
	font: 12px arial;
	color: #000000;
	text-align: center;
}
.clear {
	clear: both;
	border-bottom: 1px solid #f8d790;
}

#container {
	position: relative;
	min-height: 100%;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #f8d790;
}
* html #container {
	height: 100%;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 138px;
	width: 261px;
}
#top {
	height: 64px;
	background: #f9dc73;
}
#pizzerias #top {
	background: url(/images/top_background.jpg);
}
#nav {
	height: 19px;
	background: #000000;
}
#nav ul {
	margin-left: 261px;
}
#nav li {
	display: inline;
}

#subnav {
	float: left;
	width: 201px;
	padding: 65px 15px 20px 45px;
	background: url(/images/company_nav_skyline.jpg) #be7606;
}
* html #subnav {
	width: 261px;
}
#about_us #subnav {
	background: url(/images/company_nav_owners.jpg) #be7606;
}
#join #subnav {
	background: url(/images/company_nav_servers.jpg) #be7606;
}
#frozen #subnav {
	background: #285ea4;
}
#pizzerias #subnav {
	background: #880016;
}
#subnav ul {
	margin-top: 15px;
	font: 12px verdana;
	color: #ffffff;
	list-style-type: none;
}
#subnav ul li {
	margin-bottom: 4px;
}
#subnav ul ul {
	margin-top: 4px;
	margin-left: 30px;
	font: 11px verdana;
	color: #f8d790;
}
#subnav ul a {
	color: #ffffff;
	text-decoration: none;
}
#subnav ul ul a {
	color: #f8d790;
	text-decoration: none;
}
#subnav a:hover {
	text-decoration: underline;
}
#subnav a.selected {
	text-decoration: underline;
}

#footer {
	clear: both;
	height: 30px;
	width: 720px;
	padding: 10px 20px;
	background: #f8d790;
	font: 10px verdana;
	color: #a56346;
	text-align: right;
}
* html #footer {
	height: 50px;
	width: 760px;
	margin-bottom: -1px;  /* IE for some reason shows 1px of the container background at the bottom. */
}
#footer a {
	color: #a56346;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
}