body {
	background-position: top center;
	background-repeat: no-repeat;
	color: #333;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: small;
}
div#banner {
	background-color: #f5f4f2;
	border-bottom: 1px solid rgb(0, 102, 51);
}
div#header {
	
	padding: 0 10px 0 0;
	border-top: 10px solid #f5f4f2;
	background-color: rgb(0, 102, 51);
	
	background-position: top center;
	background-repeat: no-repeat;
	color: white;
	height: 43px;
	margin: 0 auto;
	width: 970px;
}
div#header_logo {
	height: 40px;
	width: 220px;
	position: absolute;
}
a#logo_link {
	display: inline-block;
	height: 100%;
	text-decoration: none;
	width: 100%;
	
	color: white;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	overflow: hidden;
	padding-top: 8px;
	text-align: center;
	white-space: nowrap;
	
}
div#header_buttons {
	height: 40px;
	width: 225px;
	position: absolute;
	margin-left: 225px;
	text-align: center;
}
div#header_buttons img {
	display: inline-block;
	height: 22px;
	margin-top: 10px;
	width: 94px;
}
a#button_cart {
	color: white;
	margin-right: 5px;
	text-decoration: none;
}
a#button_track {
	color: white;
	text-decoration: none;
}
div#header_tollfree {
	font-size: 200%;
	height: 40px;
	width: 185px;
	position: absolute;
	margin-left: 445px;
	text-align: center;
}
div#header_hours {
	height: 40px;
	width: 115px;
	position: absolute;
	margin-left: 635px;
	font-size: 90%;
	line-height: 1.33;
	text-align: center;
}
div#header_hours p {
	margin-top: 5px;
}
div#header_search {
	height: 40px;
	width: 220px;
	position: absolute;
	margin-left: 755px;
	
	display: none;
	
}
form#search_bar input#search_box{
	border: 1px solid #666;
	height: 20px;
	margin-top: 10px;
	position: absolute;
	width: 125px;
}
form#search_bar input#search_button{
	display: inline-block;
	height: 22px;
	margin-left: 130px;
	margin-top: 10px;
	position: absolute;
	width: 84px;
}
div#container {
	background-image: url(/static/skins/warmfuzzy/warmfuzzy_tile_bg.jpg);
	background-repeat: repeat-x;
	border-top: 2px solid #666;
}
div#wrapper {
	border: 2px solid #666;
	margin: 5px auto;
	width: 974px;
}
table#content {
	background-color: white;
}
table#content td {
	vertical-align: top;
}
td#left-column {
	background-color: #f5f4f2;
	padding: 10px;
	width: 198px;
}
td#left-column ul {
	list-style-type: none;
}
td#left-column ul li {
	font-weight: bold;
}
td#left-column ul li ul {
	margin-bottom: 15px;
}
td#left-column ul li ul li{
	font-weight: normal;
	margin-left: 1em;
}
td#left-column a {
	color: #333;
	font-size: 90%;
	text-decoration: none;
}
td#right-column {
	padding: 10px;
	width: 736px;
}
td#right-column ul {
	display: inline-block;
	padding-left: 1em;
}
#right-column p {
	margin: 0 0 1em;
}
#right-column form p {
	margin: 0;
}
div#sitelinks {
	background-color: white;
	border-top: 2px solid #666;
}
div#sitelinks ul {
	float: left;
	list-style-type: none;
	margin: 10px;
}
img#badges {
	float: right;
	margin: 10px;
}
div#footer {
	font-size: 90%;
	line-height: 1.5;
	text-align: center;
}
h1, h2, h3 {
	font-weight: bold;	
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 120%;
}
ul.errorlist {
	background-color: #ff9;
	border: 1px solid #666;
	color: red;
	margin: 3px 0;
	padding: 3px;
}
ul.errorlist li {
	list-style-type: none;
}
button {
	position: relative;
	border: 0;
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}
button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}
button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}
button.doorbutton {
	padding: 0 15px 0 0;
	margin-right:5px;
	font-size:100%;
	font-weight: bold;
	text-align: center;
	background: transparent url(/static/skins/warmfuzzy/buttondoors.png) no-repeat right -52px; 
}
button.doorbutton span {
	padding: 0 0 0 15px;
	height:32px;
	line-height:32px;
	background: transparent url(/static/skins/warmfuzzy/buttondoors.png) no-repeat left top;
	color:#000;
}


