body {
	margin: 0;
	padding: 0;
	background: #E3EEC8 url(../images/contentbg2.gif) center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
}
	
a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
	
a:link, a:active, a:visited {
	color: #7CA026; text-decoration: underline;
	}
	
a.citylink:link, a.citylink:active, a.citylink:visited {

                color: #000000; text-decoration: none;

}

 

a.citylink:hover {

                text-decoration: none;

}




ol, ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

ul {
	list-style: url(../images/arrow.gif);
}	

li {
	margin: 0;
	line-height: 18px;
}

p {
	margin: 0px;
}

form {
	margin: 0px;
}

input, textarea {
	width: 192px;
	height: 15px;
	padding-top: 3px;
	padding-left: 3px;
	border: 1px solid #A5ACB2;
	background: url(../images/inputbg.gif) no-repeat;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
}

.greenbold, .greenboldbody {
	color: #86be00;
	font-weight: bold;
}

.greenbold {
	font-size: 14px;
	margin-top: 10px;
}

.greenboldbody {
	font-size: 12px;
}

.fineprint {
	font-size: 9px;
}

h1 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #5F009F;
	margin: 0;
	padding: 0;
}

h2 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #86BE00;
	margin: 0;
	padding: 0;
}

h3 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #b1b1b1;
	margin: 0;
	padding: 0;
}

/* Nav Controls */
#tnav {
	height: 40px;
	background: #F9F9F9;
	width: 976px;
	margin: 0 auto 0 auto;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
}

#nav li a.home, #nav li a.products,  #nav li a.works,  
#nav li a.service,  #nav li a.press,  #nav li a.story,  
#nav li a.resources,  #nav li a.contact { /* all top-level list items */
	voice-family: "\"}\"";
	voice-family: inherit;
	display: block;
	color: #FFFFFF;
	height /**/: 40px;
	padding: 40px 0 0 0;
	height: 0px !important;
	overflow: hidden;
	cursor: pointer;
}

#nav li a.moreinfo { /* all top-level list items */
	voice-family: "\"}\"";
	voice-family: inherit;
	display: block;
	color: #FFFFFF;
	height /**/: 40px;
	padding: 40px 0 0 0;
	height: 0px !important;
	overflow: hidden;
	cursor: pointer;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 255px;
	border: 1px solid #EEEEEE;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li a { /* second level a link width restrictor */
	width: 215px;
	display: block;
	background: #F9F9F9 url(../images/nav/menubg_off.jpg);
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #7ca026;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	padding-left: 40px;
}

#nav li ul a:hover {
	background: url(../images/nav/menubg_on.gif);
	color: #FFFFFF;
}

#nav li:hover ul, #nav li.fawhover ul { /* lists nested under hovered list items */
	left: auto;
	height: auto;
}

/* Root Menu Background + Width */
a.home {background: url(../images/nav/home_off.gif); width: 73px;}
a.products {background: url(../images/nav/products_off.gif); width: 141px;}
a.works {background: url(../images/nav/works_off.gif); width: 102px;}
a.service {background: url(../images/nav/service_off.gif); width: 97px;}
a.press {background: url(../images/nav/press_off.gif); width: 121px;}
a.story {background: url(../images/nav/story_off.gif); width: 80px;}
a.resources {background: url(../images/nav/resources_off.gif); width: 89px;}
a.contact {background: url(../images/nav/contact_off.gif); width: 93px;}
a.moreinfo {background: url(../images/nav/blog_off.gif); width: 180px;}

/* Root Menu Hover Persistence */
ul#nav a.home:hover, ul#nav li:hover a.home, ul#nav li.fawhover a.home {background: url(../images/nav/home_on.gif);}
ul#nav a.products:hover, ul#nav li:hover a.products, ul#nav li.fawhover a.products {background: url(../images/nav/products_on.gif);}
ul#nav a.works:hover, ul#nav li:hover a.works, ul#nav li.fawhover a.works {background: url(../images/nav/works_on.gif);}
ul#nav a.service:hover, ul#nav li:hover a.service, ul#nav li.fawhover a.service {background: url(../images/nav/service_on.gif);}
ul#nav a.press:hover, ul#nav li:hover a.press, ul#nav li.fawhover a.press {background: url(../images/nav/press_on.gif);}
ul#nav a.story:hover, ul#nav li:hover a.story, ul#nav li.fawhover a.story {background: url(../images/nav/story_on.gif);}
ul#nav a.resources:hover, ul#nav li:hover a.resources, ul#nav li.fawhover a.resources {background: url(../images/nav/resources_on.gif);}
ul#nav a.contact:hover, ul#nav li:hover a.contact, ul#nav li.fawhover a.contact {background: url(../images/nav/contact_on.gif);}
ul#nav a.moreinfo:hover, ul#nav li:hover a.moreinfo, ul#nav li.fawhover a.moreinfo {background: url(../images/nav/blog_on.gif);}

/* End Nav Controls */

.doth {
	height: 1px;
	background: url(../images/dot_h.gif);
	width: 976px;
	overflow: hidden; 
}

/* SIFR Styles */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 25px;
	letter-spacing: -9px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 25px;
	letter-spacing: -9px;
}

.sIFR-hasFlash h3.award {
	visibility: hidden;
	font-size: 18px;
	letter-spacing: -9px;
}

.sIFR-hasFlash h3.phone {
	visibility: hidden;
	font-size: 16px;
	letter-spacing: -9px;
}


/* End SIFR Styles */

#bodybg {
	background: #E3EEC8 url(../images/bg.gif) repeat-x;
	width: 100%;
}

#bodyshadow {
	background: url(../images/contentbg2.gif) repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 992px;
}

#container {
	background: url(../images/contentbg.gif) no-repeat;
	padding: 0 8px 0 8px;
	width: 976px;
}

#header {
	padding: 8px 0 12px 16px;
	width: 960px;
	height: 62px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#logo {
	width: 300px;
	float: left;
}

#slogan {
	width: 425px;
	padding: 12px 20px 0 0;
	float: right;
}

#banner, .boxestop {
	width: 976px;
	overflow: hidden;
}

.boxestop {
	background: url(../images/dot_v.gif) 509px 2px repeat-y;
	margin-bottom: 2px;
}

.boxesbottom {
	margin: 22px 0 22px 22px;
	width: 954px;
	overflow: hidden;
}

.boxes-one {
	margin-bottom: 2px;
}

.boxes-two {
	overflow: hidden;
}


#footer-articles {
	width: 940px;
	margin: 0px;
	margin-top: 1px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: #e0ebc5;
	font-size: 10px;
	color: #ACBF7F;
}

#footer {
	width: 976px;
	height: 66px;
	background: url(../images/footerbg.png);
	margin-top: 0px;
	font-size: 10px;
	color: #ACBF7F;
	padding-top: 11px;
}

#footer a {
	font-size: 10px;
	color: #ACBF7F;
}

#ftnote {
	width: 642px;
	float: left;
	padding-left: 18px;
	line-height: 14px;
}

#ftlink {
	width: 250px;
	float: right;
	line-height: 14px;
}

/* Home */

#welcome, #special, #special-left, #welcome-middle, #feature-right, #moreinfo-left, #moreinfo-left-content, #bullets-left, #bullets-right {
	float: left;
	margin: 0px;
}

#special-left {
	width: 281px;
	_height: 298px;
	min-height: 298px;
	padding: 0px;
}

#special-left-content {
	width: 281px;
	padding: 0px;
}

#welcome-middle {
	width: 320px;
	padding: 22px 0px 0 22px;
}

#feature-right {
	padding-top: 40px;
	padding-left: 10px;
	margin: 0px;
}

#moreinfo-left {
	width: 281px;
	_height: 298px;
	min-height: 355px;
	padding: 0px;
}

#moreinfo-left-content {
	width: 270px;
	padding: 0px;
	position: relative;
}

#bullets-left {
	width: 300px;
	margin-right: 40px;
}

#bullets-right {
	width: 300px;
}

#welcome {
	width: 466px;
	padding: 22px 22px 0 22px;
}

#special {
	width: 214px;
	_height: 222px;
	min-height: 222px;
	padding: 22px 230px 0 22px;
	background: url(../images/specials.jpg) 215px 0 no-repeat;
}

#compare, #info, #awards {
	float: left;
	padding: 22px 22px 0 22px;
}

#awards {
	width: 317px;
}

#info {
	width: 261px;
}

#compare {
	width: 266px;
}

input.home-moreinf {
	margin-bottom: 10px;
}

.home-why-tick {
	background:url(../images/howsteps/tick.gif) 0 10px no-repeat;
}

.home-why-bold {
	font-size:13px; 
	font-weight:bold;
	color:#80BC00; 
}

/* Content */

#breadcrumbs {
	width: 961px;
	height: 30px;
	line-height: 30px;
	background: url(../images/bcbg.gif) repeat-x;
	color: #AFAFAF;
	font-size: 10px;
	padding-left: 15px;
	margin-top: 1px;
}

#breadcrumbs a {
	text-decoration: underline;
	font-size: 10px;
	color: #AFAFAF;
}

#breadcrumbs a:hover {
	text-decoration: none;
}

#contentcon {
	width: 976px;
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 282px;
	padding: 2px 0 3px 2px;
	overflow: hidden;
}

#specials, #moreinf, #deliver {
	width: 206px;
	background: url(../images/box/side/bg.gif) no-repeat;
	min-height: 185px;
	_height: 185px;
	padding: 15px 20px 0 20px;
	position: relative;
}

#moreinf input {
	margin-bottom: 10px;
}

#badge {
	width: 106px;
	height: 107px;
	position: absolute;
	left: 172px;
	top: -8px;
	background: url(../images/box/side/50pcbadge.jpg);
}

#delstate1, #delstate2 {
	float: left;
	width: 96px;
	padding-top: 10px;
}

#delstate1 {
	padding-left: 13px;
}

.st, .sb {
	width: 246px;
	overflow: hidden;
}

.st {
	background: url(../images/box/side/top.gif) no-repeat;
	height: 6px;
}

.sb {
	background: url(../images/box/side/bot.gif) no-repeat;
	height: 11px;
	margin-bottom: 4px;
}

#content {
	float: right;
	width: 665px;
	overflow: hidden;
	padding: 30px 17px 30px 10px;
}

.feature {
	float: right;
	border: 1px solid #E8E8E8;
	margin: 0 0 10px 10px;
}

.featcont {
	width: 219px;
	padding: 12px;
	background: #F9F9F9 url(../images/featcontbg.gif) repeat-x;
}

#fruitbox {
	width: 649px;
	overflow: hidden;
}

#fbt, #fbb {
	width: 649px;
	height: 7px;
	overflow: hidden;
}

#fbt {
	background: url(../images/box/fruit/top.gif);
}

#fbc {
	width: 624px;
	background: url(../images/box/fruit/bg.gif);
	padding: 10px 10px 15px 15px;
	line-height: 25px;
	overflow: hidden; 
}

.fcol {
	width: 168px;
	float: left;
	padding-left: 40px;
}

.fcol ul {
	margin: 0;
	padding: 0;
}

.fcol img {
	margin-right: 10px;
}

.fcol a, .fcol a:active, .fcol a:visited  {
	color: #000000;
	text-decoration: none;
}

.fcol a:hover {
	color: #FFFFFF;
	background: #86be00;
	padding: 2px;
}

#fbb {
	background: url(../images/box/fruit/bot.gif);
}

.reasright, .reasleft {
	width: 370px;
	float: left;
	margin-top: 15px;
}

.reasright {
	margin-left: 15px;
}

#mostawarded {
	width: 175px;
	height: 222px;
	background: url(../images/awards/badge.jpg) center no-repeat;
	float: left;
	margin: 15px 0 0 10px;
	display: block;
}

#mostawarded a {
	text-indent: -9999px;
	display: block;
	width: 175px;
	height: 222px;
}

ol.howto, ol.reas, ol.home-reas {
	padding: 0;
	margin-left: 0;
	list-style: none;
}

ol.howto li, ol.reas li {
	padding: 12px 0 0 45px;
}

ol.home-reas li {
	padding: 12px 0 0 35px;
}


ol.howto li ol li, ol.reas li ol li {
	padding: 0;
}

.outline img {
	border: 1px solid #CDCDCD;
}

.ccont {
	padding: 8px 25px 8px 0;
}
.clog {
	background: #FFFFFF;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	padding: 8px;
}

.clear {
	clear: both;
}