/* YUI CSS RESET 3 */
html {
color:#000;
background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

fieldset,img {
border:0;
}

address,caption,cite,code,dfn,em,th,var {
font-style:normal;
font-weight:normal;
}

li {
list-style:none;
}

caption,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}

q:before,q:after {
content:'';
}

abbr,acronym {
border:0;
font-variant:normal;
}

sup {
vertical-align:text-top;
}

sub {
vertical-align:text-bottom;
}

input,textarea,select {
font-family:inherit;
font-weight:inherit;
font-size:100%;
}

legend {
color:#000;
}

/* END RESET */

body {
	background:url(/waldo/gfx/topper.gif) repeat-x left top;
	padding-top:84px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:150%;
}
a:link,
a:visited {
	color:#8DC13B;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
em {
	font-style:italic;
}
#wrapper {
	width:960px;
	margin:0 auto;
}
#logo {
	float:left;
}
#menu {
	float:right;
	padding-top:9px;
	height:51px;
}
#menu ul {
	border-bottom:1px solid #e2e2e2;
	padding-bottom:5px;
	float:right;
}
#menu li {
	display:inline;
	padding-left:12px;
}
#menu li.active a {
	color:#333;
}
#menu a:link,
#menu a:visited {
	font-size:16px;
	text-decoration:none;
	color:#999999;
	font-weight:bold;
	padding-right:10px;
}
#menu a:hover {
	color:#8EC23C;
}
#subMenu {
	padding-top:5px;
	clear:both;
}
#subMenu ul {
	float:right;
	padding:0;
	border:none;
}
#subMenu a:link,
#subMenu a:visited {
	font-size:13px;
}
#innerWrapper {
	padding:46px 0 20px;
	float:left;
	width:960px;
}
.leftColumn {
	width:610px;
	float:left;
}
#rightColumn {
	width:310px;
	float:right;
}
h1 {
	font:25px Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #8EC23C;
	padding-bottom:6px;
	margin-bottom:24px;
}
h2, .h2 {
	font-size:14px;
	font-weight:bold;
	color:#8DC13B;
}
.teaserText {
	color:#999;
	font:18px Georgia, "Times New Roman", Times, serif;
	line-height:150%;
	margin-bottom:15px;
	display:block;
}
#logoSlider {
	border-top:1px solid #ccc;
	height:80px;
	padding:10px 0 0;
	clear:both;
}
.leftColumn.brands {
	color:#999;
	font-size:11px;
	padding-bottom:15px;
}
#footer {
	float:right;
	width:290px;
	padding:12px 20px;
	background:#F2F2F2;
}
.footerContact {
	float:left;
	width:135px;
	padding-left:20px;
	color:#999;
}
.footerContact:first-child {
	padding:0;
}
.copy {
	float:right;
	clear:right;
	display:block;
	color:#999;
	padding-top:10px;
}
#rightColumn label {
	display:block;
	font-weight:bold;
	font-size:14px;
}
#rightColumn input[type=text],
#rightColumn textarea {
	width:215px;
	padding:5px 10px 0;
	background:#f2f2f2;
	border:1px solid #ccc;
	height:29px;
	font-size:14px;
	margin-bottom:5px;
}
#rightColumn textarea {
	height:140px;
	margin-bottom:10px;
	overflow:hidden;
}
#rightColumn input[type=submit] {
	display:block;
	border:1px solid #587A25;
	background:#8EC23C;
	height:34px;
	padding:0 20px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
.hours {
	float:left;
	width:360px;
}
.address {
	float:left;
}
.leftColumn iframe {
	padding-top:20px;
}
#bottom {
	clear:both;
	border-top:1px solid #ccc;
	padding-top:20px;
}