@charset "utf-8";
/* CSS Document */
/********************************  Copyright © Artisan Pixel  ******************************/
/******************************** Artisan Pixel Footer Region ******************************/
#artisanPixel  {
	color: #333;
	background: #F8F8FB;
	position: fixed;
	bottom: 0px;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 5px;
	left: 0px;
	right: auto;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	z-index: 10001;
}
#artisanPixel h1 {
	font-size: 10px;
	font-weight: normal;
	display: block;
	vertical-align: middle;
	line-height: 1.5em;
}
#artisanPixel a:link, #artisanPixel a:visited {
	color: #000;
	text-decoration: none;
	padding: 3px;
}
#artisanPixel a:hover, #artisanPixel a:active {
	text-decoration: underline;
	color: #060;
}