﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}
a {
	color: #800000;
	text-decoration: none;
	font-weight: bold;
}
.image_row_100_high {
	height: 106px;
}
.image_cell {
	text-align: center;
	vertical-align: middle;
}
.image {
	border-style: solid;
	border-width: 1px;
}
#wrapper {
	border-width: 2px;
	border-color: #661E1E;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FCF4DA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-left-style: outset;
	border-right-style: outset;
	margin-top: 3px;
	border-bottom-style: outset;
	height: 1400px;
}
#masthead {
	height: 120px;
	background-image: url('../images/top_logo-big.gif');
	background-repeat: no-repeat;
	background-position: center;
}
#top_nav {
	padding-left: 200px;
}
#top_nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	display: inline;
	text-decoration: none;
}
#top_nav a {
	color: #773130;
	font-weight: bold;
	text-decoration: none;
	border: 1px groove #4E1717;
	padding-right: 40px;
	padding-left: 45px;
	margin-right: 0px;
	margin-left: 0px;
}
#top_nav a:hover {
	color: #FCF4DA;
	background-color: #661E1E;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 172px;
	float: left;
	margin-left: 15px;
}
#left_col ul {
	list-style-type: none;
	display: block;
	padding: 0px;
	margin: 0px;
}
#left_col li {
	display: block;
}
#left_col a {
	text-decoration: none;
	font-weight: bold;
	color: #FCF4DA;
	background-color: #661E1E;
	border: 1px outset #4E1717;
	display: block;
	margin-top: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 20px;
}
#left_col a:hover {
	color: #661E1E;
	background-color: #FCF4DA;
}
#page_content {
	margin-left: 190px;
	padding-left: 5px;
	padding-right: 45px;
	padding-top: 0px;
}
#footer {
	background-position: center;
	clear: both;
	background-image: url('../images/footer-big.gif');
	height: 107px;
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 0px;
	font-size: 8pt;
	margin-top: 40px;
}
a:hover {
	color: #FF0000;
}
.page_title {
	color: #661E1E;
	font-size: 18pt;
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
}

.description {
	font-weight: normal;
	color: #000000;
}

.item_descrip {
	color: #000000;
	font-weight: normal;
	font-size: 8pt;
	vertical-align: top;
	height: 34px;
}
.sold {
	text-transform: uppercase;
	font-weight: bold;
	color: #661E1E;
}

.click_on {
	font-size: 8pt;
	text-align: center;
}

.orange_sets {
	text-align: center;
	vertical-align: middle;
	background-color: #FFCC99;
}
.green_sets {
	text-align: center;
	vertical-align: middle;
	background-color: #CCFF99;
}


