@charset "utf-8";

/******************************C5menu.v2**end************************************/
	
body{ behavior: url("/themes/AspenGreenhouses2014/csshover3.htc"); } /* this allows for cross browser happy fun */

@media screen and (min-width: 1000px)
{ 
#navwrap { position: absolute; top: 0; right: 0; width: 700px; height: 120px;  }
#nav { position: relative; width: 700px; height: 120px; z-index: 6; }

#nav ul {
position: relative; list-style-type: none;
width: auto; height: auto; float: right;
z-index: 6; margin: 0; padding: 0; }

#nav li { width: auto; height: auto; float: left; }
#nav li:hover {  }

#nav a { transition: background 0.25s ease, color 0.5s ease;
display: block; margin: 0; padding: 48px 15px 47px 15px;
color: #090807; text-decoration: none; font-size: 18px; letter-spacing: -0.25px;
text-transform: uppercase; font-family: "acumin-pro-condensed", sans-serif;
font-weight: 500;
font-style: normal; }

#nav a:hover { 
/*color: #6a7b10;*/ background: #f5deae; }
#nav a.nav-selected, #nav a.nav-path-selected { 
color: #fff; background: url(/themes/AspenGreenhouses2014/images/AG-nav-select.png) #abc137 no-repeat bottom center; }

#nav a#pull { display: none; }
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 999px) {

#navwrap { padding-top: 20px; }
#nav { }
#nav ul {
display: none; position: absolute; z-index: 3;
height: auto; padding: 0; width: 100%; margin: 1px 0 0 0; top:50px; left:0; background-color: rgba(0,0,0,0.85);
border: 1px solid #222; border-top: 0;
}
#nav li {
display: block; float: left; width: 50%;  }
#nav li a {
border: 1px solid #222; border-top: 0; display: block; color: #fff;
margin: 0 0 -1px -1px; text-align: center; font-style: 800; text-transform: uppercase;
padding: 12px 0 10px 0; font-size: 12px; text-decoration: none;
}
#nav li a:hover { color: #eaeaea; background-color: rgba(255,255,255,0.35); }
#nav li a.nav-selected, #nav li a.nav-path-selected {
 color: #eaeaea; background-color: rgba(106,123,16,0.85);
}

#nav a#pull {
display: block; border: 0;font-family: "trajan-pro-3", serif;
font-weight: 700;
font-style: normal;
margin: 10px 0 -1px 0; text-align: left; font-style: normal; text-transform: uppercase;
color: #6a7b10; font-size: 16px; text-decoration: none; background: #abc137; 
font-size: 12px; width: 100%; height: 30px; padding: 10px 0; margin: 0; 
position: relative;
}
#nav a#pull:before {
content:"Site Map";
position: absolute;
left: 12px;
top: 19px;
}
#nav a#pull:after {
content:"";
background: url(/themes/AspenGreenhouses2014/images/nav-icon.png) no-repeat;
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
right: 12px;
top: 16px;
}
}

#aside .nav, #aside .nav li { list-style-type: none; margin: 0; padding: 0; }
#aside .nav li a {transition: background 0.25s ease, color 0.5s ease;
color: #abc137; margin: 0 0 3px 0; padding: 8px 11px; clear: both; display: block;
font-style: 800; text-transform: uppercase; font-size: 14px; text-decoration: none;
 background: url(/themes/AspenGreenhouses2014/images/AG-nav-select2.png) #333 no-repeat left center; background-size: 2%; }
#aside .nav li a.nav-selected,#aside .nav li a.nav-selected:hover { color: #eaeaea; background-color: rgba(106,123,16,0.85); }
#aside .nav li a:hover { color: #eaeaea; background-color: rgba(255,255,255,0.35); }