/*

Created by Chase Southard on 2008-02-09.
A Majority of the following code was written by Eric Meyer from A List Apart Issue 144 "Going to print"



*/

/* GLOBALS */
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
a:link img, a:visited img {
	text-decoration:none;
	border:none;
}


body {
	color:#000;
	font: 12pt arial, helvetica, sans-serif;
	background: white;
}
ul {
	list-style-type: none;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
	font-style: italic;
}
h3 {
	font-size: 14pt;
}
#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

#navigation{
	display:none !important;
}
#content>#rightside img{
	display:none;
}
#mapsearch img{
	display:inline !important;
}
#productarea, #lowerThird{
	display:none;
}