/* ------------------------------------------------- Colors
	#cccc99 - Olive Green in logo
	#990033 - Maroon in Logo
	#eaeacc - Tanish color
	#d2d5c4 - Gray color
--------------------------------------------------------- */
*{
	padding: 0px;
	margin: 0px;
}
body{
	font: 12px/1.5em Arial, sans-serif;
	text-align: center;
	background: url(images/bodybg.gif);
	color: #202020;
}
#wrap{
	width: 779px;
	margin: auto;
	text-align: left;
	border: 1px solid #000;
	border-width: 0px 1px 0px 1px;
	background: #fff;
}
#header{
	display: block;
	height: 120px;
	background: url(images/header4.gif) no-repeat;
	position: relative;
}
#header h1{
	font-size: 10px;
	text-indent: -9999px;
}
#header p{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font: bold 12px/1.5em Arial, sans-serif;
	padding-right: 15px;
}
#sidebar{
	width: 200px;
	background-color: #cccc99;
}
#navigation{
	background: url(images/navigation.gif) no-repeat #000;
	height: 29px;
}
#navigation ul{
	list-style-type: none;
	width: 100%;
}
#navigation li{
	width: 12.5%;
	text-align: center;
	float: left;
	padding-top: 5px;
}
#navigation li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#navigation li a:hover{
	color: #fcfbaa;
}
#navigation li#home, #navigation li#faqs{
	width: 8%;
}
#navigation li#custom{
	width: 14%;
}
#navigation li#details{
	width: 14%;
}
#mainimage{
	background: url(images/mainimage.gif) no-repeat #000;
	height: 177px;
	position: relative;
}
#mainimage h2{
	font-size: 10px;
	text-indent: -9999px;
}
#mainimage form{
	width: 190px;
	float: right;
	color: #fff;
	padding-top: 20px;
}
#mainimage form table td label{
	font-weight: bold;
}
#mainimage form table td input{
	margin-top: 10px;
	border: 1px solid #000;
}
#mainimage form table td.buttons{
	text-align: right;
}
#mainimage form table td.buttons input{
	height: 30px;
	width: 30px;
	background: url(images/gobg.gif);
	color: #fff;
	border: 0px;
	font-weight: bold;
}
#mainimage h3{
	position: absolute;
	left: 10px;
	top: 145px;
	background-color: #d2d5c4;
	color: #2D2D2D;
	font-size: 16px;
}
#maincontent{
	float: left;
	width: 552px;
}
#maincontent p{
	padding-left: 8px;
	padding-right: 12px;
	margin-bottom: 1.5em;
}
#maincontent h4{
	padding-left: 8px;;
	padding-right: 12px;
	margin-bottom: 1em;
	font-size: 1em;
}
#maincontent p.after{
	clear: left;
	padding-top: 1.5em;
}
#maincontent ul.products{
	padding-left: 40px;
	list-style-type: none;
	display: block;
}
#maincontent ul.products li{
	width: 50%;
	float: left;
}
#maincontent ul.normal{
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 25px;
	margin-right: 8px;
	margin-bottom: 1.5em;
}
#maincontent ul.normal li{
	padding-left: 10px;
}
#maincontent ol.normal{
	padding-left: 15px;
	margin-left: 25px;
	margin-right: 8px;
	margin-bottom: 1.5em;;
}
#maincontent ol.normal li{
	padding-left: 10px;
}
#sidecontent{	
	float: right;
	width: 225px;
}
#sidecontent ul{
	list-style-type: none;
	width: 100%;
}
#sidecontent li{
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
#sidecontent li a{
	width: 164px;
	text-align: center;
	display: block;
	margin: auto;
	text-indent: -9999px;
}
#sidecontent li a.atlas{
	background: url(images/atlases.gif) no-repeat;
	height: 90px;
}
#sidecontent li a.streetdetail{
	background: url(images/streetdetail.gif) no-repeat;
	height: 121px;
}
#sidecontent li a.regionalmaps{
	background: url(images/regionalmaps.gif) no-repeat;
	height: 130px;
}
#footer{
	clear: both;
	background: #000;
	text-align: center;
	color: #fff;
	font: 11px/1.4em Arial, sans-serif;
	padding-bottom: 6px;
	margin-top: -18px;
	padding-top: 10px;
}
#footer ul{
	list-style-type: none;
	width: 100%;
}
#footer ul li{
	width: 19%;
	text-align: center;
	float: left;
	padding-bottom: 3px;
}
#footer a{
	color: #fff;
}
/* --------------------------- Contact Form ------------------------------ */
#maincontent form#contact table{
	margin-left: 45px;
}
form#contact table td.label{
	padding-right: 30px;
}
form#contact table td input{
	display: block;
}
form#contact table td{
	padding-bottom: 5px;
}
form#contact table td.buttons input{
	display: inline;
}
form#contact table td.buttons{
	margin-top: 10px;
}
label.errorMessage{
	font-weight: 600;
	color: #68713f;
}
input.errorMessage, select.errorMessage{
	border: 2px solid #68713f;
}
/* --------------------------- Details ------------------------------ */
#details{
	float: left;
}
#details dl{
	width: 450px;
	margin: 10px 20px;
	padding: 0;
	display: inline;
	float: left;
}
#details dt{
	float: right;
	margin: 0;
	padding: 0;
	font-size: 130%;
	line-height: 1.5em;
	color: #555d2b;
	width: 232px;
}
#details dd{
	margin: 0 0 0 215px;
	padding: 0;
	font-size: 95%;
	line-height: 1.5em;
	color: #202020;
}
#details dl dd.img{
	float: left;
	margin: 0 8px 0 0;
}
#maincontent #details dd.img img{
	padding: 4px;
	background-color: #fff;
	border: 1px solid #dedcdc;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
/* --------------------------- Custom maps ----------------------------------- */
div.custommaps{
	position: relative;
	display: block;
	height: 340px;
}
div.custommaps dl{
	width: 160px;
	text-align: center;
	font-size: 90%;
}
div.custommaps img{ 
	border: 1px solid #3D3D3D;
}
div.custommaps dl.concentric{
	position: absolute;
	top: 10px;
	left: 8px;
}
div.custommaps dl.routing{
	position: absolute;
	top: 180px;
	left: 8px;
}
div.custommaps dl.locationcustom{
	position: absolute;
	top: 10px;
	right: 10px;
}
div.custommaps dl.concierge{
	position: absolute;
	top: 180px;
	right: 10px;
}
div.custommaps dl.district{
	position: absolute;
	top: 90px;
	left: 193px;
}
/* ----------------------------- Inquiry Form -------------------------------- */
form.inquiry{
	text-align: center;
}
form.inquiry table{
	width: 95%;
	text-align: left;
	margin: auto;
}
form.inquiry table td{
	width: 50%;
	padding: 4px 0px 0px 0;
	font-size: 90%;
}
form.inquiry table td input{
	display: block;
}
form.inquiry table td.checkbox input{
	margin-right: 20px;
	display: inline;
}
form.inquiry select option, form.inquiry select{
	font-size: 90%;
}
form.inquiry table th{
	font-size: 100%;
	text-align: left;
	padding: 8px 0px 2px 0;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 5px;
}
form.inquiry table td.buttons input{
	display: inline;
	margin-right: 10px;
	padding: 2px 4px;
}
/* ----------------------------------- By Location list ----------------------- */
ul.bylocation{
	width: 95%;
	margin: auto;
	text-align: center;
	list-style-type: none;
	float: left;
}
ul.bylocation li{
	float: left;
	width: 24%;
	text-align: center;
	font-size: 90%;
}
ul.bylocation li a{
	text-decoration: none;
}
ul.bylocation li.wi a{
	display: block;
	padding-top: 100px;
	background: url(images/wisconsinbglink.jpg) top center no-repeat;
}
ul.bylocation li.il a{
	display: block;
	padding-top: 100px;
	background: url(images/illinoisbglink.jpg) top center no-repeat;
}
ul.bylocation li.all a{
	display: block;
	padding-top: 100px;
	background: url(images/otherbglink.jpg) top center no-repeat;
}
ul.bylocation li.usa a{
	display: block;
	padding-top: 100px;
	background: url(images/usabglink.jpg) top center no-repeat;
}



table table{
	padding-left: 5px;
	padding-right: 5px;
}
blockquote{
	padding-left: 10px;
	padding-right: 5px;
}
blockquote p{
	margin: 1.3em 0;
}
blockquote table{
	padding-left: 0px;
}
#catTree{
	font-size: 12px;
	padding-bottom: 10px;
}
#catTree a{
	color: #501219;
	font-weight: normal;
	padding: 2px 4px;
}

#storeNavigation{
	font: bold 12px Arial, sans-serif;
	background: url(images/navigation.gif) no-repeat #000;
	padding-top: 8px;
	padding-bottom: 6px;
	position: relative;
}
#storeNavigation a.checkout{
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 20px;
}
#storeNavigation a.firstLink{
	margin-left: 10px;
}
h3{
	background-color: #d2d5c4;
	color: #2D2D2D;
	font-size: 16px;
	padding: 4px;
	width: 500px;
}
