body {
	height: 100%;
	margin: 0px;
	background: #246C0C repeat-x;
	font-family: verdana;
	font-size: 8pt;
	color: black;
	text-align: center;
}

a:link, a:visited {
	color: #246C0C;
	text-decoration: none;
}

img { border: 0px; }

#top {
	width: 940px;
	height: 181px;
	clear: both;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background-color:#ffffff;
}

	#header {
		background: url("./images/theriault-header.jpg") no-repeat center;
		width: 940px;
		height:150px;
		position: relative;
		margin: 0 auto;
		text-align: center;
	}
	
	#shop-cart-buttons {
		position: absolute; top: 153px; right: 20px; display: inline;
	}

#container {
	width: 940px;
	margin: auto;
	text-align: left;
	clear: both;
	background-color:#ffffff;
}

	#left-col {
		width: 150px;
		margin-bottom: 30px;
		float: left;
		background-color: #FCF4D0;
	}

	#right-col {
		width: 750px;
		height: 100%;
		float: left;
	}
		#right-col-content {
			width: 700px;
			float: right;
		}

			#extender {
				clear: both; font-size: 3px;
			}

#footer 
{
	background-color:#FCE902;
	clear: both;
	width:940px;
	margin-left:auto;
	margin-right:auto;
}
	#footer a{
		color:#FFFFFF;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}

.cat-header {
	font-size: 13px;
	margin: 3px;
}

form {
	padding: 0px;
	margin: 0px;
}


.size10 {
	font-size:10px;
	line-height: 11px;
}

.size12 {
	font-size:12px;
}

.shop_price {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.shop_rpp {
	display:block;
	float:right;
	width: 200px;
}


.shop_search_go {
	width: 30px;
	height: 18px;
	border: 1px solid #083D0F;
	background: #D7EBD9;
}

.shop_desc {
	font-size:10px;
	font-weight: bold;
	color: red;
}

.shop_item {
	padding-left:4px;
}

.shop_item_pic {
	border: 1px solid #e8e8e8;
	padding:5px;
	width:auto;
	max-width:220px;
}

.shop_item_price {
	font-size:16px;
	font-weight: bold;
	color: #000000;
}


.shop_search {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-family: verdana;
	width: 300px;
	margin: 7px auto;
	color:#ffffff;
}

.shop_item_on {
	 float:left;
	 width:130px;
	 border: 1px dashed #e8e8e8;
	 background: #e8e8e8;
	 display:inline
}

.shop_item_off {
	 float:left;
	 width:130px;
	 border: 1px dashed #e8e8e8;
	 background: #ffffff;
	 display:inline
}

.so {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: line-through;
}

.left-nav {
	padding-left:4px;
	width:150px;
	font-size:12px;
	background: #D7EBD9;
}

.department-links {
	float:left;
	margin: 0 auto;
	margin-left:4px;
	width: 150px;
	padding:0px;
	text-align: left;
	font-size: 11px;
	font-family: arial, sans-serif;
}

.department-links a, #department-links a:visited {
	float:left;
	width: 150px;
	color: #246C0C;
	padding-top: 3px; padding-bottom: 3px;
	
}
.department-links a:hover {	
	color:#000000;
}

.selectedDepartment {
	width: 136px;
	margin: 20px auto;
	padding:0px;
	margin-bottom: 8px;
	font-size:10px;
	text-align: left;
	padding: 1px;
	text-indent: 6px;
}

.selectedDepartment a, #selectedDepartment a:visited {
	float:left;
	padding: 0px;
	width:136px;
	margin: 0 auto;
	color: #246C0C;
	text-decoration: none;
	text-indent: 6px;
}

.selectedDepartment a:hover {
	color:#000000;
	border: 0px;
	padding:0px;
	background: #dcdcc1;
}



.popup {
	position:absolute;
	top: 0px;
	left:0px;
	display: none;
	z-index: 100;
	width: 200px;
	background: #D7EBD9;
	border:1px solid #000000;
}

#dept-buttons {
	width: 100%;
	margin: 0 auto;
	border: 0px;
	font-size: 8pt;
}
#dept-buttons td {
	text-align: center; vertical-align: top;
}
#dept-buttons p {
	 text-align: left; width: 94%; margin: 10px auto;
}
#dept-buttons a, #dept-buttons a:visited {
	color: black;
	text-decoration: none;
}
#dept-buttons a:hover {
	color: green;
	text-decoration: underline;
}

#items-table {
	width: 100%;
	margin: 0 auto;
	border: 0px;
	font-size: 8pt;
}
#items-table td {
	vertical-align: top;
}
#items-table img {
	border: 1px solid black;
}
#items-table hr {
	width: 100%; height: 1px;
}

.price {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}


.featured-item {
	width: 98%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 5px;
}


#featured-sale-items {
	width: 100%;
	margin: 0 auto;
	border: 0px;
	font-size: 8pt;
}
#featured-sale-items td {
	text-align: center; vertical-align: top; width: 25%;
}
#featured-sale-items img {
	border: 1px solid black;
}

featured-sale-items a, #featured-sale-items a:visited {
	color: black;
	text-decoration: none;
}
#featured-sale-items a:hover {
	color: green;
	text-decoration: underline;
}

