@charset "utf-8";
/* CSS Document */

/* This CSS file is included with all pages that have vendor lists, and must come after the stoveshop.css */
#container {
	background-image:url(images/vendor-panel.jpg);
	background-repeat:repeat-y;
}
/*#mainContent {
	background-repeat:repeat-y;	
	background-image:url(images/vendor-panel.jpg);
}*/

#header {
	background-color:#BDA486;
}
#footer {
		background-color:#BDA486;
		height:50px;
		padding-left:10px;

}
#footer p {
		background-color:#BDA486;
}

/* for pages with vendor lists */
#vendorColumn {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	float:left;
	clear:left;
	width: 170px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFC;
	text-align:center;
}

#vendorColumnTitle {
	width: 150px;
	margin: 10px 0px;
}

#vendorColumn a.vendorPanel {
	margin: 5px 0px;
}

#vendorColumn a.vendorPanel img{
	width: 150px;
	height: 60px;
	border: medium #666 outset;
	margin: 5px 0px;
}

#vendorColumn a.vendorPanel:hover img{
	border: medium #FFF outset;
}

.vendorText {
	margin-left: 200px;
}