body {
	color: #444444;
	font-family: "Lucida Sans Unicode","Lucida Grande", georgia, verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	}
		
/*typography*/
a {
	color: #574600;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.4em;
	font-weight: normal;
	color: #574600;
	margin-top: 0em;
	margin-bottom: .25em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.8em;
	margin: 1em 0em .3em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
li {/*
	list-style: none;*/
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 0em;
	margin-bottom: 0.75em; 
	}
p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0em 0em 1.5em 0em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
legend {
	font-size: 1.5em;
}	
	
/**************************************/
/*  Header Styles                     */
/**************************************/	

#tagline {
	text-align: center;
	font-size: 1em;
	line-height: 1.8em;
}

.nav a:link, .nav a:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: normal;
}

.nav li:hover a, .nav li.over a:link, .nav li.over a:visited {
	color: #444444;
}

.nav ul a:link, .nav ul a:visited {
	color: #333333;
	font-size: 1em;
}

.nav li li li a:link, .nav li li li a:visited {
	font-size: .6em;
}

/**************************************/
/*  Content Styles                     */
/**************************************/

#mainContent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainContent ul li {
	margin: 0;
	padding: 0;
}

li .description {
	display: block;
	color: #6f6f6f;
	font-size: .75em;
	margin-bottom: 1em;
}

.faqList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bottomNav ul{
	list-style: none;
	font-size: .83em;
	margin: 0;
	padding: 0;
	text-align: center;
}

.bottomNav a{
	color: #6f6f6f;
	text-decoration: none;
}

.bottomNav a:hover, .bottomNav a:active {
	text-decoration: underline;
}

.bottomNav p {
	text-align: center;
	color: #6f6f6f;
	font-size: .75em;
}

/**************************************/
/*  Sidebar Styles                    */
/**************************************/

.block a:link, .block a:visited {
	text-decoration: none;
	color: #000;
}

#saveBlock h3 {
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: normal;
}

#saveBlock .discount {
	font-size: 4.25em;
	color: #574600;
	line-height: .9em;
	letter-spacing: -13px;
}

#saveBlock .unit {
	font-size: .65em;
	margin-left: 9px
}

#saveBlock .vendors {
	margin-top: 5px;
	padding-right: 40px;
	font-size: .77em;
	line-height: 1.14em;
	text-transform: none;
	padding-bottom: 5px;
}

#contactBlock * {
	text-align: center;
	margin: 0;
}

#contactBlock h3 {
	text-transform: uppercase;
	padding-bottom: 0;
	margin: 0;
}

#contactBlock .contactInfo {
	text-transform: uppercase;
	font-size: .83em;
	letter-spacing: .3em;
	color: #574600;
	margin-top: 7px;
	padding-bottom: 0;			
}

#contactBlock .phone {
	font-size: 2em;
	color: #000000;
	letter-spacing: 0;
}

#contactBlock p {
	font-size: .83em;
	margin-top: 10px;
	padding: 0 60px 20px 60px;
}


/**************************************/
/*  SiteInfo Styles                   */
/**************************************/

#siteinfo h4 {
	color: #F7C600;
	font-size: .75em;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 33px 0 33px;
	font-weight: normal;
}

#siteinfo p {
	color: #F7C600;
	font-size: .75em;
	padding: 0 33px;
}

#siteinfo p span, #siteinfo p a {
	color: #d1d1d1;
	margin: 0 10px;
}

#siteinfo .city, #siteinfo .state {
	margin-right: 0;
}

#siteinfo .street-address {
	margin-left: 0;
}

/* =specials styles
***************************************/

#specials #mainContent h3 {
	font-size: 1.8em;
	margin-bottom: .5em;
}

#specials #mainContent h3 span {
	font-size: .77em;
	color: #CE171E;
}

#specials #mainContent ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.offer {
	margin: 0 .2em;
	color:#CE171E;
}
.list {
	color: #444444;
	font-size: .86em;
}
.info {
	display: block;
	font-size: .86em;
	line-height: 1em;
}