/*-----------------------------------------*/
/* Home Run Inn Yahoo! Store               */
/*-----------------------------------------*/
/*                                         */
/* Written By: Purple Monkey Studios, Inc. */
/* Written On: 08/22/2006                  */
/*                                         */
/* Last Modified On: 08/22/2006            */
/* Last Modified By: Jennifer Berk         */
/*                                         */
/*-----------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: top;
}
a img {
	border: 0;
}
.clear {
	clear: both;
	border-bottom: 1px solid #f8d790;
}

html {
	height: 100%;
}
body {
	height: 100%;
	background: #5a0000 url(../images/gradient.gif) top left repeat-x;
	font: 12px arial;
	color: #000000;
	text-align: center;
}
#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;
}
#top form {
	display: inline;  /* Fix IE float double margin bug */
	float: right;
	margin-top: 30px;
	margin-right: 20px;	
}
#top form input {
	vertical-align: middle;
}

#nav {
	height: 19px;
	background: #000000;
}
#nav ul {
	margin-left: 261px;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
}

#content {
	background: url(../images/2go_interior_background.gif);
}

#subnav {
	min-height: 0;
	float: left;
	width: 201px;
	padding: 65px 15px 10px 45px;
	background: #285ea4;
}
* html #subnav {
	height: 0;
	width: 261px;
	margin-right: -3px;  /* Fix IE 3px jog */
}

#subnav ul {
	margin-top: 11px;
	font: 12px verdana;
	color: #ffffff;
	list-style-type: none;
}
#subnav ul li {
	margin-top: 4px;
}
#subnav ul ul {
	margin-top: 4px;
	margin-left: 30px;
	margin-bottom: 0;
	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;
}
#subnav ul li a img {
	margin-left: -45px;
	margin-right: -15px;
}

#ad {
	width: 261px;
	margin-left: -45px;
	margin-right: -15px;
	border-top: 2px solid #f9dc73;
	border-bottom: 2px solid #f9dc73;
}

#mainwell {
	float: right;
	width: 433px;
	padding: 0 33px 33px;
	background: #fae6b6;
}
* html #mainwell {
	width: 499px;
}

#mainwell #products {
	text-align: center;
	color: #033f8c;
}
#mainwell #products img {
	padding-bottom: 5px;
}
* html #mainwell #products img {
	margin-bottom: 5px;  /* IE only wants to obey when this is padding */
	padding-bottom: 0;
}
#mainwell #products input {
	padding-top: 5px;
}
* html #mainwell #products input {
	margin-top: 5px;  /* IE only wants to obey when this is padding */
	padding-top: 0;
}
#mainwell #producttopleft {
	float: left;
	height: 240px;
	width: 215px;
	padding-top: 10px;
}
#mainwell #producttopright {
	float: right;
	height: 240px;
	width: 215px;
	padding-top: 10px;
}
#mainwell #productbottomleft {
	float: left;
	height: 240px;
	width: 215px;
	padding-top: 10px;
}
#mainwell #productbottomright {
	float: right;
	height: 240px;
	width: 215px;
	padding-top: 10px;
}

#mainwell .product_detail img {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
#mainwell form {
	clear: left;
}
#mainwell form input {
	margin: 5px 0;
	vertical-align: middle;
}

#mainwell h1 {
	margin-bottom: 10px;
	padding: 0 8px;
	color: #880016;
	font-size: 18px;
	font-weight: bold;
}
#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(../images/bullet.gif);
}
#mainwell li {
	margin-bottom: 4px;
	margin-left: 15px;
}
#mainwell ul li ul {
	margin-bottom: 15px;
	list-style-image: url(../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 font {
	display: none;
}
#mainwell .pclogo {
	margin-left: 135px;
}

#footer {
	clear: both;
	height: 50px;
	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;
}

#footer #bottom_nav {
	margin-bottom: 10px;
}
#footer #bottom_nav li {
	display: inline;
	margin-left: 30px;
}
#footer #bottom_nav li a {
	text-decoration: underline;
}