@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #245212;
	background-image: url(../images/gardenbgLg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
body, a, p, ul.std, iframe {
	font-family:"Trade Gothic W01 Light";
	font-size: 14px;
	line-height: 20px;
}


b, strong {
	font-family:"Trade Gothic W01 Bold";
}

i, p.ital {
	font-family:'TradeGothicNextW02-Ital';
	font-size: 12px;
	line-height: 16px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

ul.std {
	padding-left: 12px;
	list-style-type: circle;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link, a:visited {
	color: #21211E;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

h1 {
	font-family:'Rockwell W01';
	letter-spacing: 0.1em;
	font-size: 24px;
	line-height: 28px;
	color: #9F3911;
	margin-bottom: 20px;
	margin-top: 0px;
}

.headerSmall {
	font-family:'AromaNo2LTW01-ExtraLigh';
	letter-spacing: 0.1em;
	font-size: 16px;
	line-height: 34px;
	color: #8F3411;
	margin-bottom: 20px;
	margin-top: 3px;
}

h3, h3 a:link, h3 a:active, h3 a:visited {
	font-family:'Rockwell W01';
	letter-spacing: 0.1em;
	font-size: 16px;
	line-height: 18px;
	color: #346E13;
	text-decoration:none;
	margin-bottom: 5px;
}
h3 a:hover, h3 a:focus {
	color: #C92800;
	text-decoration:underline;
} 


.pagehead{
	margin-bottom: 8px;
}
.slideshow {
	height: 720px;
	width: 960px;
	margin: auto;
	float: left;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.slideshow img {
	padding: 0px;
	background-color: #345F34;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* ~~ this fixed width container surrounds all other elements ~~ */
.maincontainer {
	width: 960px; /* the auto value on the sides, coupled with the width, centers the layout */
	height: 720px;
	background-color: #336633;
	border: 4px solid #FFF;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	padding: 0px;
	background-image: url(../images/stores_bg.jpg);
}

.maincontainerStores {
	width: 960px; /* the auto value on the sides, coupled with the width, centers the layout */
	height: 720px;
	background-color: #CCCCCC;
	border: 4px solid #FFF;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	padding: 0px;
}

.maincontainerExp {
	width: 960px;
	background-color: #FFFFFF;
	border: 4px solid #FFF;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	padding: 0px;
	background-image: url(../images/bg_specials.jpg);
	background-repeat: no-repeat;
}

#containerExp {
	width: 960px;
	background-color: #FFFFFF;
	border: 4px solid #FFF;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	padding: 0px;
}



.bottombandcontainer {
	width: 968px; /* the auto value on the sides, coupled with the width, centers the layout */
	height: 67px;
	background-image: url(../images/grovewest_strip.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	float: left;
	position: relative;
}

.logo{
	background-image:url(../images/homegrovelogo.png);
	z-index: 10;
	position: relative;
	top: 55px;
	height: 58px;
	width: 252px;
	margin-left: 25px;
}

.hoursHomepage {
	font-family:"Trade Gothic W01 Light";
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 945px;
	position: absolute;
	z-index: 5;
	text-align: right;
	font-size: 11px;
	line-height: 15px;
	height: 38px;
	float: right;
}

.hoursInner {
	font-family:'Trade Gothic W01 Light';
	padding-top: 113px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 922px;
	position: absolute;
	z-index: 5;
	text-align: right;
	font-size: 11px;
	line-height: 15px;
	height: 38px;
	color: #EBF4FD;
	left: -5px;
}
.nav {
	font-family:'AromaNo2LTW01-ExtraLigh';
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
	width: 618px;
	z-index: 8;
	text-align: left;
	font-size: 15px;
	line-height: 15px;
	height: 22px;
	position: absolute;
	top: 93px;
	right: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-image: url(../images/wite.png);
	color: #000;
	letter-spacing: 0.15em;
	background-repeat: no-repeat;
}

.nav a:link, .nav a:active, .nav a:visited {
	font-family:'AromaNo2LTW01-ExtraLigh';
	color: #000000;
	letter-spacing: 0.15em;
	text-decoration:none;
}
.nav a:hover, .nav a:focus {
	color: #C92800;
	text-decoration:none;
}

.homecontent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	width: 925px;
	position: relative;
	z-index: 7;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 16px;
	line-height: 16px;
	font-family: "Arial Narrow";
	height: 350px;
	overflow: visible;
	margin-top: 110px;
}
.homepromoboxes{
	width: 952px;
	position: relative;
	z-index: 10;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.homepromo{
	width: 275px;
	position: relative;
	z-index: 10;
	font-size: 11px;
	line-height: 15px;
	height: 100px;
	padding: 0px;
	margin-left: 30px;
	float: left;
	margin-top: 36px;
}

.contentOrig {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 952px;
	position: absolute;
	z-index: 3;
}


#innerhead {
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	position: absolute;
	float: left;
	width: 440px;
	font-family:'Rockwell W01';
	letter-spacing: 0.1em;
	font-size: 18px;
	line-height: 18px;
	color: #3A5A3A;
}

.innerSubhead, .innerSubhead a:link, .innerSubhead a:active, .innerSubhead a:visited {
	font-family:'Trade Gothic W01 Bold';
	font-size: 14px;
	line-height: 20px;
	color: #412222;
	text-decoration:none;
}

.innerSubhead a:hover {
	text-decoration:underline;
}

h2, .innerSubheadSmall {
	font-family:"Trade Gothic W01 Bold";
	font-size: 12px;
	line-height: 14px;
	color: #366400;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.innercontent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	width: 882px;
	position: relative;
	z-index: 7;
	margin-right: 0px;
	margin-left: 40px;
	font-size: 16px;
	line-height: 16px;
	font-family: "Arial Narrow";
	height: 505px;
	overflow: visible;
	margin-top: 90px;
	margin-bottom: 25px;
	background-image: url(../images/wite.png);
}
.storepic {
	position: relative;
	float: right;
	width: 350px;
	margin-top: 38px;
	margin-right: 38px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.storemap{
	font-family:'PMNCaeciliaW02-55Roman';
	width: 490px;
	position: relative;
	float: left;
	padding: 0px;
	margin-top: 340px;
	text-align: center;
	font-size: 10px;
	color: #241000;
}
.storemap p {
	font-family:'PMNCaeciliaW02-55Roman';
	padding: 0px;
	font-size: 10px;
	color: #241000;
}
.storemap a:link, .storemap a:active, .storemap a:visited {
	font-family:'Stymie W01 Bold';
	font-size: 10px;
	color: #BA3A00;
	text-decoration:none;
}
.storemap a:hover {
	font-family:'Rockwell W01';
	font-size: 10px;
	color: #8B2200;
	text-decoration:underline;
}
	
.innercontentExp {
	width: 820px;
	position: relative;
	z-index: 7;
	margin-right: 0px;
	margin-left: 40px;
	font-size: 16px;
	line-height: 16px;
	font-family: "Arial Narrow";
	overflow: visible;
	margin-top: 90px;
	margin-bottom: 25px;
	background-image: url(../images/wite.png);
	padding: 30px;
	float: left;
}	


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.homefooterbar {
	font-family:'Rockwell W01';
	font-size: 12px;
	height: 22px;
	width: 950px;
	background-image: url(../images/wite.png);
	background-repeat: no-repeat;
	line-height: 15px;
	margin-top: 0px;
	padding-left: 10px;
	float: left;
	position: relative;
	padding-top: 8px;
	z-index: 30;
	margin-bottom: 12px;
}

.homefooterbar a:link, .homefooterbar a:active, .homefooterbar a:visited {
	font-family:'Stymie W01 Medium';
	color: #000000;
	text-decoration:none;
}
.homefooterbar a:hover, .homefooterbav a:focus {
	color: #D92C00;
	text-decoration:none;
}

.homeBold {
	font-family:'Rockwell W01';
	font-size: 12px;
	color: #BA3A00;
	letter-spacing: 0.1em;
}


.slide-out-div {
	padding: 0px;
	width: 245px;
	z-index:400;
      } 
#sociallogos {
	width: 60px;
	float: right;
	top: -2px;
	position: relative;
	padding: 0px;
	height: 19px;
}
#sociallogos img {
	padding: 0px;
	float: left;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.metrovation {
	height: 17px;
	position: relative;
	float: right;
	line-height: 17px;
	padding-right: 0px;
}
.metrovation a:link, .metrovation a:active, .metrovation a:visited {
	font-size: 10px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration:none;
}
.metrovation a:hover, .metrovation a:focus {
	color: #FFFFFF;
	text-decoration:underline;
}
.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	position: relative;
	height: 17px;
	font-weight: normal;
}

.pageArrows {
	height: 25px;
	width: 355px;
	position: relative;
	margin-top: 5px;
	float: left;
	text-align: right;
}

.bottomnav a:link, .bottomnav a:active, .bottomnav a:visited {
	font-size: 11px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration:none;
}
.bottomnav a:hover, .bottomnav a:focus {
	color: #FFFFFF;
	text-decoration:underline;
}
.fullscrncontainer {
	padding: 0px;
	width: 968px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
.footerbartext {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	width: 850px;
	height: 14px;
	font-size: 11px;
}
.mainandfootercontainer {
	float: left;
	width: 968px;
	position: absolute;
}
.footerphrase {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	position: relative;
	height: 14px;
	font-size: 11px;
}
.footerphrase a:link, .footerphrase a:active, .footerphrase a:visited, .footerphrase a:hover{
	font-size: 11px;
	padding: 0px;
	line-height: 11px;
}
.ctrlogo{
	height: 13px;
	width: 100px;
	position: absolute;
	left: 434px;
	top: 46px;
}

