body {
	text-align: center;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 10pt;
	color: #404040;
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3, li, ul {
	padding: 0px;
	margin: 0px;
}

#content-box {
	margin: 0px auto;
	width: 900px;
	text-align: left;
}

#header {
	width: 900px;
	height: 130px;
	background: url('../graphics/banner.jpg') top left no-repeat;
	text-align: center;
}

#header ul {
	list-style: none;
}

#header ul li {
	display: inline;
	font-size: 8pt;
	border-right: 1px solid #c0c0c0;
	padding: 5px;
}

#header ul li a {
	color: #969696;
	text-decoration: none;
}

#header ul li a:hover {
	color: #202020;
	text-decoration: underline;
}

#menu {
	margin-top: 10px;
	width: 900px;
	background: url('../graphics/menuback.jpg') top left repeat-x;
	text-align: center;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	display: inline;
	border-right: 1px solid #ffffff;
	font-weight: bold;
}

#menu ul li a {
	color: #ffffff;
	text-decoration: none;
	margin: 5px;
}

#menu ul li a:hover {
	color: #404040;
	text-decoration: none;
}

#retailer-select {
	margin: 10px;
	font-size: 0.8em;
}


#main {
	padding: 15px;
}

#main h1 {
	color: #78B027;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 20px;
}

#main p {
	margin-bottom: 10px;
}

#sidebar-left {
	width: 160px;
	text-align: right;
}

#sidebar-right {
	width: 180px;
}

#sidebar-left h3 {
	background: #d0d0d0;
	font-size: 12pt;
	font-weight: bold;
}

#sidebar-left a {
	color: #000000;
	text-decoration: none;
}

#sidebar-left ul {
	list-style: none;
	font-size: 8pt;
}

#sidebar-left ul li {
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}

#sidebar-left ul li a {
	color: #969696;
	text-decoration: none;
	margin: 5px;
}

#sidebar-left ul li a:hover {
	color: #404040;
	background: #E0F4B5;
	text-decoration: none;
}

#sidebar-right h3 {
	background: #d0d0d0;
	font-size: 12pt;
	font-weight: bold;
}

#sidebar-right a {
	color: #000000;
	text-decoration: none;
}

#sidebar-right ul {
	list-style: none;
	font-size: 8pt;
}

#sidebar-right ul li {
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}

#sidebar-right ul li a {
	color: #969696;
	text-decoration: none;
	margin: 5px;
}

#sidebar-right ul li a:hover {
	color: #404040;
	background: #E0F4B5;
	text-decoration: none;
}

#container {
	width: 100%;
}

#container td {
	vertical-align: top;
}

ul.store_thumbs, ul.small_store_thumbs {
	list-style: none;
}

ul.store_thumbs li {
	text-align : center;
	float : left;
	padding: 15px;
	margin-bottom: 5px;
}

ul.store_thumbs li p, ul.small_store_thumbs li p {
	line-height : 1.5em;
	margin : 0;
	padding-top: 4px;
}

ul.store_thumbs li a, ul.small_store_thumbs li a {
	color : black;
	font-weight : bold;
}

ul.store_thumbs a.store_title {
	height: 2.7em;
	display: block;
}

h1.visit_store {
	margin-top: 20px;
}

h1.visit_store a {
	border: 1px dashed #404040;
	padding: 5px;
	font-size: 16pt;
	font-weight: bold;
	color: #78B027;
	text-decoration: none;
}

ul.shop-list {
	list-style: none;
	font-size: 10pt;
}

ul.shop-list li {
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}

ul.shop-list li a {
	color: #78B027;
	text-decoration: none;
	margin: 5px;
}

ul.shop-list li a:hover {
	color: #404040;
	text-decoration: underline;
}