/* *********************************************************************************************************************
	One% CSS Grid - 12 Columns Fluid CSS Grid System

	Why One% ? Let’s count ...
		we have 12 columns (magic number divided by 2, 3, 4, 6)

		for 12 columns we need 11 margins

		so if we count margin 3%, then 3% * 11 margins = 33%

		and if we count width of 1 column 5.5%, than 5.5% * 12 columns = 66%

		in the end we have 33% + 66% = 99% aaand ???

		1% is still here so that's the name - One%

	2 starting options ? Let’s count a bit more ...
		1200px - perfectly fits 1280 screens
			12 columns
			margin 3% / 36px (full-width)
			col1 5.5% / 66px (full-width)

		1000px - perfectly fits 1024 screens
			12 columns
			margin 3% / 30px (full-width)
			col1 5.5% / 55px (full-width)
*/





/* *********************************************************************************************************************
 * Main container for all
 */
.onepcssgrid-1000, .onepcssgrid-1200 {
	margin: 0 auto;
	font-family: 'Roboto', Tahoma, sans-serif;
	padding: 0 0 0 0%; /* THAT'S THE NAME ;) */
}

.onepcssgrid-1200 {
	max-width: 1320px;
}

.onepcssgrid-1000 {
	max-width: 1320px;
}

.onerow {
	clear: both;
	padding: 0 0px;
	margin:0px;
}


	#cartContents {
		margin: 34px 0px 8px 0px;
		width:265px;
		text-align:left;
		border:2px solid #d2d3d4;
		position:absolute;
		top: 120px;
		right: 150px;
		z-index:3333;
		background-color:#ffffff;
		min-height:230px;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}	
	

div#cartItemAdded {
	margin: 0px 0px 8px 0px;
	width:265px;
	text-align:left;
	border:2px solid #d2d3d4;
	border-width:0px 2px 2px 2px;
	position:fixed;
	top: 0px;
	right: 40px;
	z-index:3333;
	background-color:#ffffff;
	min-height:230px;
	
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}





/* *********************************************************************************************************************
 * Common columns definitions
 */
.col1, .col2, .col2last, .col3, .col3a, .col4, .col4home, .col4homelast, .col6home, .col6homelast, .col4last, .col5, .col5a, .col6, .col7, .col7a, .col8, 
.col8a, .col9, .col9a, .col10, .col11 {
	float: left;
	margin: 0 3% 0 0;
			margin-bottom: 5px;
			padding: 0 0 10px 0;
}


.col12 {
	float: left;
	margin: 0 0 0 0;
			text-align: left;
}

.col1.last, .col2.last, .col2last, .col3.last, .col4home, .col4homelast, .col6homelast, .col4.last, .col4last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
	margin: 0;
}

.colConfirm { width: 65%; margin: 0 25% 0 5%;padding:0; }

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col2last { width: 14%; }
.col3 { width: 22.5%;margin: 0 1.25% 0 1.25%;margin-bottom: 5px; }
.col3a { width: 23%;margin: 0 2% 0 0%; }
.col4 { width: 31%;margin: 0 1.15% 0 1.15%;margin-bottom: 5px; }
.col4home { width: 32.66%;margin: 0 1% 0 0%;margin-bottom: 5px; }
.col4homelast { width: 32.66%;margin: 0%;margin-bottom: 5px; }
.col4last { width: 32.7%;margin: 0%;margin-bottom: 5px; }
.col5a { width: 41%;margin: 0 2% 0 0%; }
.col5 { width: 41%;margin: 0 0% 0 1.5%; }
.col6 { width: 48%;margin: 0 1% 0 1%;margin-bottom: 10px; }
.col6home { width: 48.5%;margin: 0 1% 0 0;margin-bottom: 10px; }
.col6homelast { width: 48.5%;margin:0;margin-bottom: 10px; }
.col7 { width: 53.5%; }
.col7a { width:57%;margin:0px; }
.col8 { width: 66.3%;margin:0px 1% 0px 0px; }
.col8a { width: 64.3%;margin:0px 0px 0px 0px; }
.col9 { width: 72.5%;margin-right:1.5%; }
.col9a { width: 75%;margin:0; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 100%; margin: 0;padding:0; }

.col1 img, .col2 img, .col3 img, .col3a img, .col4 img, .col5a img, .col5 img, .col6 img, .col7a img, .col7 img, .col8 img, .col9 img, .col9a img, .col10 img, .col11 img, .col12 img {
	width: 100%;
	height: auto;
	display: block;
}


.col3.logo { width: 22.5%;margin: 0 0 0 3%;padding:0; }
.col9.header { width: 72%;margin: 0 1% 0 0;padding:0; }

	.nav-big {
		height:35px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		display:block;
		text-align:center;
		}
		
	a.nav{
	 	font-size: 115%;
	  	letter-spacing:normal;
	  	padding:0% 3% 1% 3%;
		color: #424143;
		font-weight:normal;
		background-color:#d2d3d4;
		margin:0px;
		text-decoration:none;
		border:2px solid #ffffff;
		border-width:0px 2px 0px 0px;
	}
	
	a.nav:hover {
		text-decoration:none;
		color:#ffffff;
		background-color:#659746;
	}
	
	a.navSpecial{
	 	font-size: 115%;
	  	line-height:145%;
		letter-spacing:normal;
		color: #da552a;
		font-weight:normal;
		background-color:#d2d3d4;
		margin:0px;
	  	padding:0% 3% 1% 3%;
		text-decoration:none;
		border:2px solid #ffffff;
		border-width:0px 2px 0px 0px
	}
	
	a.navSpecial:hover {
		text-decoration:none;
		color:#ffffff;
		background-color:#da552a;
	}

#button-addtocart,
.button-addtocart {
	display: inline-block;
    text-align: center;
    vertical-align: center;
    padding: 9px 0px;
    border: 0px solid #79b154;
    background-color:#79b154;
	cursor:pointer;
    font-family: 'Roboto', Tahoma, sans-serif;
    font-size:14px;
    width:60%;
    font-weight:normal;
    color: #ffffff;
    text-decoration: none;
    margin-top:6px;
    border-radius:0px;
}
#button-addtocart:hover,.button-addtocart:hover,
#button-addtocart:focus,.button-addtocart:focus {
    border: 0px solid #d4502a;
    background: #d4502a;

    color: #ffffff;
    text-decoration: none;
}
#button-addtocart:active,.button-addtocart:active {
    background: #d4502a;

}


		
/* *********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */
@media all and (min-width: 815px) {
	.onepcssgrid-1000 {
		max-width: 1320px;
	}

	.onepcssgrid-1000 .onerow {
		padding: 0;
	}
	
	.col12.header {
		height:80px;
		margin-bottom:0px;
		padding:0px;
	}
	
	.col3.logo { height:125px; }
	.col9.header { height:125px; }
	
	.col12.nav {
		height:35px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		text-align:center;
	}
	

					
	.nav-search {
		height:45px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		background-color:#d2d3d4;
		display:none;
		overflow:hidden;
		}
		
	.nav-menu {
		height:45px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		background-color:#fff;
		display:none;
		}
				
	.col12.footer {
		margin-bottom:0px;
		padding:0px;
	}

	.header-big {
		display:block;
		height:80px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		}
		
	img.logo {
	 	margin:3px 0px 14px 4%;
	 	border:0px;
	 	text-align:left;
	 	width:250px;
	 	height:61px;
	 	float:left;
		}
		
	.header-tab {
		display:none;
		height:90px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		}
				
	.header-mobile {
		display:none;
		height:78px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		}
			
	.footer-big {
		height:425px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		display:block;
		overflow:hidden;
		}
		
	.footer-tab {
		height:375px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		display:none;
		}
				
	.footer-mobile {
		height:195px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		display:none;
		}
		
	.cartSteps-Big {
		display:block;
		}
	.cartSteps-Small {
		display:none;
		}
		
	.genusFilterMobile {
		display:none;
		}
		
	.genusFilter {
		font-size : 100%;
	 	font-weight : normal;
		color : #522a20;
		text-align:left;
		line-height:110%;
		margin: 0.7% 0px 2% 0px;
		padding:2px 0px 1px 0px;
	 	width:100%;
		}
}


/* Landscape phone to portrait tablet */
@media (min-width: 488px) and (max-width: 840px)
{
	.onepcssgrid-1000 {
		max-width: 980px;
	}

	.onepcssgrid-1000 .onerow {
		padding: 0;
	}
	
	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col9, .col10, .col11, .col12 {
		float: left;
		margin: 0 1% 0 1%;
		margin-bottom: 10px;
		padding: 1px 0;
	}
	

.col1 { width: 5.5%; }
.col2 { width: 14%;   }
.col3 { width: 30.5%; margin: 0 1.25% 0 1.25%;margin-bottom: 4px;  }
.col4 { width: 48%;margin: 0 0.8% 0 0.8%;margin-bottom: 4px;  }
.col5 { width: 43.5%;margin: 0 0% 0 2%; }
.col6 { width: 48%; margin: 0 0.8% 0 0.8%;margin-bottom: 10px;  }
.col7 { width: 53%;margin: 0 1% 0 0%; }
.col9 { width: 65%;margin: 0 1% 0 0%; }
.col12 { width: 100%; margin: 0;padding:0;  }	

	.col12.header {
		height:65px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
	}
	
	.col3.logo { height:108px; }
	.col9.header { height:108px; }
	
	.col12.nav {
		height:35px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
	}

	a.nav{
		padding:0% 1.85% 1.65% 1.75%;
		font-size: 105%;
	}	
	
	a.navSpecial {
		padding:0% 1.85% 1.65% 1.75%;
		font-size: 105%;
	}	
			
	.nav-search {
		height:45px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		background-color:#d2d3d4;
		display:none;
		}
		
	.nav-menu {
		height:45px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		background-color:#fff;
		display:none;
		}
		
	.col12.footer {
		margin-bottom:0px;
		padding:0px;
	}
	
	.col12.header {
		margin-bottom:0px;
		padding:0px;
		height:65px;
	}
	
	.colConfirm { width: 80%; margin: 0 15% 0 5%;padding:0; }

	.cartSteps-Big {
		display:block;
		}
	.cartSteps-Small {
		display:none;
		}
		
	.header-big {
		display:none;
		height:8px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		}
		
	.header-tab {
		display:block;
		height:65px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		}
				
	.header-mobile {
		display:none;
		height:78px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		}
		
	img.logo {
	 	margin:5px 20px 5px 2%;
	 	border:0px;
	 	text-align:left;
	 	width:180px;
	 	height:44px;
	 	float:left;
		}
		
	.footer-big {
		height:375px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		display:none;
		}
		
	.footer-tab {
		height:375px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		display:block;
		}
				
	.footer-mobile {
		height:195px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		display:none;
		}
		
	.genusFilterMobile {
		display:none;
		}
		
	.genusFilter {
		font-size : 100%;
	 	font-weight : normal;
		color : #522a20;
		text-align:left;
		line-height:110%;
		margin: 0.7% 0px 2% 0px;
		padding:2px 0px 1px 0px;
	 	width:100%;
		}
}

/* *********************************************************************************************************************
 * Small devices
 */
@media (min-width: 1px) and (max-width: 487px) {
	.onerow {
	}


	.col1, .col4, .col4last, .col4home, .col4homelast, .col3a, .col5, .col5a, .col6, .col6home, .col6homelast, .col7, .col7a, .col8, .col9, .col9a, .col10, .col11, .col12 {
		float: none;
		width: 100%;
	}
	
	.col3, .col2, .col2last { width: 48%;margin: 0 0.75% 0 1.25%;margin-bottom: 3px;  }

	.col9 { margin: 0 1.5% 0 0%;margin-bottom: 3px;  }
	.col12.header {
		height:55px;
		margin-bottom:0px;
		padding:0px;
	}
	
	.col12.nav {
		height:50px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		width:100%;
	}
	
	.nav-big {
		display:none;
		}
				
	.nav-search {
		height:45px;
		padding:0px;
		display:block;
		overflow:hidden;
		position:relative;
		width:100%;
		margin:0px;
		}
		
	.nav-menu {
		height:45px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		background-color:#ffffff;
		display:block;
		border:1px solid #79b154;
		border-width:0px 1px 1px 0px;
		}
		
	.col12.footer {
		margin-bottom:0px;
		padding:0px;
	}
	
	.colConfirm { width: 90%; margin: 0 5% 0 5%;padding:0; }

	img.logo {
	 	margin:5px 20px 5px 70px;
	 	border:0px;
	 	text-align:left;
	 	width:155px;
	 	height:38px;
	 	float:left;
		}

	.cartSteps-Big {
		display:none;
		}
	.cartSteps-Small {
		display:block;
		}
				
	.header-big {
		display:none;
		height:55px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		}
		
	.header-tab {
		display:none;
		height:55px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		}
				
	.header-mobile {
		display:block;
		height:55px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		}
			
	.footer-big {
		height:375px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		display:none;
		}
		
	.footer-tab {
		height:375px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		display:none;
		}
				
	.footer-mobile {
		height:195px;
		margin-bottom:0px;
		margin-top:0px;
		padding:0px;
		display:block;
		text-align:center;
		}

	.genusFilter {
		display:none;
		}		
	.genusFilterMobile {
		display:block;
		font-size : 100%;
	 	font-weight : normal;
		color : #522a20;
		text-align:left;
		line-height:110%;
		margin: 1% 0px 2% 0px;
		padding:5px 0px;
	 	width:100%;
		}
		

}



#menu {
	list-style:none;
	margin:0px;
	height:35px;
	padding:0px 0% 0px 0%;
	min-width: 700px;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding:9px 3% 10px 3%;
	margin-right:0px;
	margin-top:0px;
	color:#424143;
	font-family: 'Roboto', Tahoma, sans-serif;
 	font-size : 86%;
 	font-weight : normal;
 	nowrap:nowrap;

	z-index:1111;
	/* Borders */
}

#menu li:hover {
	color:#79b154;
}

#menu li a {
	color:#424143;
	font-family: 'Roboto', Tahoma, sans-serif;
 	font-size : 100%;
 	font-weight : 700;
 	text-align:center;
	display:block;
	outline:0;
	text-decoration:none;
}

#menu li a:hover {
	color:#79b154;
}

.specials {
	color:#424143;
	font-family: 'Roboto', Tahoma, sans-serif;
 	font-size : 100%;
 	font-weight : 700;
 	text-align:center;
	display:block;
	outline:0;
	text-decoration:none;

}

.specials {
	color:#79b154;
	background-color:none;
}

#menu li:focus a {
	color:#79b154;
	background-color:none;
}
#menu li .drop {
	background:url("image/spacer.gif") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("image/spacer.gif") no-repeat right 7px;
}

#menu li:focus .drop {
	background:url("image/spacer.gif") no-repeat right 7px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns,
.dropdown_7columns,
.dropdown_6columns {
	margin:10px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:2px 5px 10px 5px;
	border:1px solid #231f20;
	
	
	/* Gradient background */
	background:#ffffff;

	z-index:1111;
}

/* http://fiddle.jshell.net/pausP/3/ */
.dropdown_1column:after, 
.dropdown_1column:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    
.dropdown_1column:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 9px;
        left: 45%;
        margin-left: -9px;
    }
.dropdown_1column:before {
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: #000000;
        border-width: 10px;
        left: 45%;
        margin-left: -10px;
    }

.dropdown_2columns:after, 
.dropdown_2columns:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    
.dropdown_2columns:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 9px;
        left: 15%;
        margin-left: -9px;
    }
.dropdown_2columns:before {
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: #000000;
        border-width: 10px;
        left: 15%;
        margin-left: -10px;
    }
    
.dropdown_4columns:after, 
.dropdown_4columns:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    
.dropdown_4columns:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 9px;
        left: 8%;
        margin-left: -9px;
    }
.dropdown_4columns:before {
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: #000000;
        border-width: 10px;
        left: 8%;
        margin-left: -10px;
    }
/*
#dropdown:after,
#dropdown_1column:after, 
#dropdown_2columns:after, 
#dropdown_3columns:after, 
#dropdown_4columns:after,
#dropdown_5columns:after,
#dropdown_7columns:after,
#dropdown_6columns:after,
.dropdown_1column:after, 
.dropdown_2columns:after, 
.dropdown_3columns:after, 
.dropdown_4columns:after,
.dropdown_5columns:after,
.dropdown_7columns:after,
.dropdown_6columns:after{
    position: absolute;
    top: 0%;
    left: 10%;
    margin-top: 0px;
    content: '';
    width: 0;
    height: 0;
    border-bottom: solid 15px #000000;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}*/

.dropdown_1column {width: 160px;}
.dropdown_2columns {width: 351px;}
.dropdown_3columns {width: 530px;}
.dropdown_4columns {width: 670px;}
.dropdown_5columns {width: 700px;}
.dropdown_6columns {width: 840px;}
.dropdown_7columns {width: 980px;}

#menu li:focus .dropdown_1column, 
#menu li:focus .dropdown_2columns, 
#menu li:focus .dropdown_3columns,
#menu li:focus .dropdown_4columns,
#menu li:focus .dropdown_5columns,
#menu li:focus .dropdown_7columns,
#menu li:focus .dropdown_6columns,
#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns,
#menu li:hover .dropdown_7columns,
#menu li:hover .dropdown_6columns {
	left:-1px;
	top:auto;
       opacity:1;             
        -webkit-transition-delay:0.5s;     
        -moz-transition-delay:0.5s; 
        -ms-transition-delay:0.5s;     
        -o-transition-delay:0.5s;     
        transition-delay:0.5s;  
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_7,
.col_6 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	margin-top:6px;
	margin-bottom:8px;
	border:1px solid #231f20;
	border-width:0px 1px 0px 0px;
	line-height:105%;
}
.col_1 {width:165px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}
.col_6 {width:830px;}
.col_6 {width:970px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {

}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	padding:1px 4px;
	font-weight:normal;
	text-align:left;
	color:#231f20;
	font-family: 'Roboto', Tahoma, sans-serif;
 	font-size : 100%;
	text-shadow: none;
	margin-left:17px;
	background-color: transparent;
}
#menu li:hover div a:hover {
	color:#659746;
	padding:1px 4px;
	text-shadow: none;
	background-color: transparent;
}

#menu li:hover div a.child {
	font-size:12px;
	padding:4px 6px;
	font-weight:normal;
	background-color:#f8fcee;
	color:#839f4f;
	text-shadow: none;
}
#menu li:hover div a.child:hover {
	color:#ffffff;
	padding:4px 6px;
	font-weight:bold;
	background-color:#a3c06c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
		text-shadow: none;
}



.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}


.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}



#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}


#menuHeader,
.menuHeader  {
	color:#424143;
	font-family: 'Roboto', Tahoma, sans-serif;
 	font-size : 100%;
 	font-weight : bold;
 	text-align:left;
	display:block;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

#submenuHeader,
.submenuHeader  {
	color:#da552a;
	font-family: 'Roboto', Tahoma, sans-serif;
 	font-size : 100%;
 	font-weight : normal;
 	font-style:italic;
 	margin-bottom:6px;
 	text-align:left;
	display:block;
	text-decoration:none;
}

#menucatHeader,
.menucatHeader  {
	color:#424143;
	font-family: 'Roboto', Tahoma, sans-serif;
 	font-size : 86%;
 	font-weight:bold;
 	margin-left:13px;
 	margin-top:13px;
 	text-align:left;
	display:block;
	text-decoration:none;
}


/* ========== TABLE OF CONTENTS ==========
 * 1. Basic Tag Styles (standard tags as well as custom Clarity tag classes)
 * 2. Typography Styles (text)
 * 3. Form Styles (inputs, textareas, etc)
 * 4. Table Styles (tr, th, td, etc)
 * 5. Standard Sub Page Styles (for dsp_showpage as well as tools' PGE-fed sections)
 * 6. Sub Page Layouts (A-H)
 * 7. Page Specific Styles (PGE and other standard page styles)
 */

/* The Magic Float Center Code */
.float_center {
  float: right;

  position: relative;
  left: -50%; /* or right 50% */
  text-align: left;
}
.float_center > .child {
  position: relative;
  left: 50%;
}

	img.instagramHome {
	 	border:0px;
	 	width:26px;
	 	height:26px;
	 	vertical-align: text-top;
	}
	img.saveWeb {
	 	border:0px;
	 	width:150px;
	 	height:56px;
	 	margin:5px 0px 0px 0px;
	 	float:left;
	}
	img.saveTab {
	 	border:0px;
	 	width:140px;
	 	height:53px;
	 	margin:5px 0px 0px 0px;
	 	float:left;
	}
	img.bullet3 {
	 	border:0px;
	 	width:26px;
	 	height:26px;
	 	margin:2px 9px 0px 0px;
	 	float:right;
	}
	img.hzMap {
	 	border:0px;
	 	width:637px;
	 	height:402px;
	}
	

.rimText {
	font-family: 'Roboto', Tahoma, sans-serif;
 	font-size: 120%;
 	font-weight:normal;
 	text-align:center;
 	margin:6px 0px;
}

.homePlants {
	font-family: 'Roboto', Tahoma, sans-serif;
 	font-size: 80%;
 	font-weight:normal;
 	text-align:center;
 	margin:5px 0px;
}

.ticker {
	font-family: 'Roboto', Tahoma, sans-serif;
 	font-size: 14px;
 	font-weight:normal;
 	text-align:center;
 	margin:0px 0px 12px 0px;
 	color:#ffffff;
 	background-color:#79b154;
 	height:38px;
 	overflow:hidden;
}
	a.mobile-headernav {
	 	font-family: 'Roboto', Tahoma, sans-serif;
	  	font-size: 70%;
	  	letter-spacing:normal;
		color: #686a6a;
		font-weight:500;
		text-decoration:none;
		text-align:right;
		float:right;
		margin:14px 7px 0px 10px;
	}
	
	a.mobile-headernav:hover {
		text-decoration:none;
		color:#79b053;
	}
	
	a.mobile-headernav2 {
	 	font-family: 'Roboto', Tahoma, sans-serif;
	  	font-size: 70%;
	  	letter-spacing:normal;
		color: #686a6a;
		font-weight:500;
		text-decoration:none;
		text-align:center;
	}
	
	a.mobile-headernav2:hover {
		text-decoration:none;
		color:#79b053;
	}
	
	img.iconHelp {
	 	margin:8px 10px 14px 8px;
	 	border:0px;
	 	text-align:right;
	 	width:24px;
	 	height:23px;
	 	float:right;
		}
		
	img.iconCart {
	 	margin:8px 10px 14px 8px;
	 	border:0px;
	 	text-align:right;
	 	width:34px;
	 	height:23px;
	 	float:right;
		}
		
	img.iconAccount {
	 	margin:8px 10px 14px 8px;
	 	border:0px;
	 	text-align:right;
	 	width:23px;
	 	height:23px;
	 	float:right;
		}

respInput, respSselect {
 	font-family: 'Roboto', Tahoma, sans-serif;
 	 font-size: 110%;
 	 width:90%;
 	 max-width:90%;
 	 padding:1.5%;
 	 color:#726e71;
 	 border:1px solid #726e71;
}

.gray {
  color: #000000;
}

.lineSpacer {
  background-color: #666666;
  height:1px;
  overflow:hidden;
  width:100%;
  margin:12px 0px;
  clear:both;
}

.btnOrange {
  font-family: 'Roboto', Tahoma, sans-serif;
  color: #ffffff;
  font-size: 110%;
  background: #f7941e;
  padding: 1% 2%;
  float:right;
  margin:2% 0% 1% 3%;
  border:0px;
  text-decoration: none;
  cursor: pointer;
}

.btnOrange:hover {
  background: #e28312;
  text-decoration: none;
}


.hidden { display: none; }
 .unhidden { display: block; }

.hide { display: none; }
 .unhide { display: block; }
  
.mobile-header-nav {
	width:78px;
	float:right;
	display:block;
	text-align:right;
	margin:10px 13px 0px 0px;
	}
	
	img.mobicon-header {
	 	margin:6px 15px 0px 0px;
	 	border:0px;
	 	text-align:right;
	 	width:35px;
	 	height:35px;
	 	float:right;
	}
	
	img.mobicon-cart {
	 	margin:0px;
	 	border:0px;
	 	text-align:right;
	 	width:35px;
	 	height:35px;
	 	float:right;
	}
	
	.mobicon {
	 	margin:6px 9px 0px 0px;
	 	border:0px;
	 	text-align:right;
	 	width:35px;
	 	height:35px;
	 	float:right;
	 	position:relative;
	}
	

	
	a.tab-headernav {
	 	font-family: 'Roboto', Tahoma, sans-serif;
	  	font-size: 75%;
	  	padding:0% 0% 1% 0%;
	  	margin-right:15px;
		letter-spacing:normal;
		color: #686a6a;
		font-weight:bold;
		text-decoration:none;
		text-align:right;
	}
	
	a.tab-headernav:hover {
		text-decoration:none;
		color:#79b053;
	}

.tab-header-search {
	width:30%;
	float:right;
	display:block;
	text-align:right;
	margin-top:1.6%;
	font-size:60%;
	}
	
@media (min-width: 481px) and (max-width: 735px)
{
.tab-header-search {
	display:none;
	}	
	
}

.tab-header-nav {
	width:270px;
	float:right;
	display:block;
	text-align:right;
	margin-top:-5px;
	margin-right:4%;
	}

		img.tabcart {
		 	margin:0px 5px 20px 0px;
		 	border:0px;
		 	text-align:right;
		 	width:40px;
		 	height:34px;
		 	float:right;
		}	
			
.mobile-nav {
	margin:3% 2%;
	padding:1%;
	display:block;
	text-align:left;
 	font-family: 'Roboto', Tahoma, sans-serif;
  	font-size: 85%;
  	line-height:165%;
	letter-spacing:normal;
	color: #686a6a;
	font-weight:normal;
	text-decoration:none;
	}
	
.mobile-nav-line {
	margin:0% 3%;
	padding:0% 0%;
	display:block;
	text-align:left;
	clear:both;
	}
		
a.mobile-footernav {
 	font-family: 'Roboto', Tahoma, sans-serif;
  	font-size: 85%;
  	line-height:165%;
	letter-spacing:normal;
	color: #686a6a;
	font-weight:normal;
	text-decoration:none;
}

a.mobile-footernav:hover {
	text-decoration:none;
	color:#79b053;
}


.tab-footer-head {
	margin:3% 2% 1.5% 2%;
	padding:1% 2%;
	display:block;
	text-align:left;
	background-color:#d1d2d3;
	}
	
.tab-footer-col {
	width:23%;
	text-align:left;
	float:left;
 	font-family: 'Roboto', Tahoma, sans-serif;
  	font-size: 100%;
	letter-spacing:normal;
	color: #231f20;
	font-weight:normal;
	margin-left:2%;
	}
	
.tab-footer-nav {
	margin:0% 2%;
	padding:0% 2%;
	display:block;
	text-align:left;
	font-family: 'Roboto', Tahoma, sans-serif;
  	font-size: 75%;
  	line-height:165%;
	letter-spacing:normal;
	color: #686a6a;
	font-weight:normal;
	text-decoration:none;
	}
	
.tab-footer-navcol {
	width:23%;
	text-align:left;
	float:left;
	margin-left:2%;
	margin-top:0%;
	}
	
a.tab-footernav {
 	font-family: 'Roboto', Tahoma, sans-serif;
  	font-size: 105%;
  	line-height:165%;
	letter-spacing:normal;
	color: #686a6a;
	font-weight:normal;
	text-decoration:none;
}

a.tab-footernav:hover {
	text-decoration:none;
	color:#79b053;
}

.tab-footer-sss {
	margin:1.7% 2% 2.5% 2%;
	padding:1% 2%;
	display:block;
	text-align:left;
	font-family: 'Roboto', Tahoma, sans-serif;
  	font-size: 75%;
  	line-height:165%;
	letter-spacing:normal;
	color: #686a6a;
	font-weight:normal;
	text-decoration:none;
	}

.tab-footer-search {
	width:50%;
	float:left;
	text-align:left;
	}
	
	.tab-footer-submit {
		width:32%;
		float:left;
		text-align:center;
		border:1px solid #686a6a;
		border-width:1px 1px 1px 0px;
		color:#ffffff;
		background-color:#da552a;
		font-weight:bold;
		padding:2%;
		}
	
.tab-footer-social {
	width:50%;
	float:right;
	text-align:right;
	}
	
	img.tabicon {
	 	margin:42px 0px 0px 10px;
	 	border:0px;
	 	text-align:right;
	 	width:35px;
	 	height:35px;
	 	float:right;
	}

.tab-footer-attributes {
	margin:0% 2% 2.5% 2%;
	padding:1% 2%;
	display:block;
	text-align:left;
	}
	
	img.ssl {
	 	margin:20px 20px 15px 0px;
	 	border:0px;
	 	text-align:left;
	 	width:92px;
	 	height:51px;
	 	float:left;
		}
		
		.tab-footer-attributes-text {
			width:71%;
			text-align:left;
			float:left;
			margin:0% 0% 0% 1%;
			padding:8% 0% 0% 0%;
			font-family: 'Roboto', Tahoma, sans-serif;
		  	font-size: 81%;
		  	line-height:165%;
			letter-spacing:normal;
			color: #686a6a;
			font-weight:normal;
			text-decoration:none;
			}
			
			
.desktop-header-nav {
	width:270px;
	float:right;
	display:block;
	text-align:right;
	margin-top:0px;
	margin-right:4%;
	}

		img.webcart {
		 	margin:0px 0px 0px 0px;
		 	border:0px;
		 	width:43px;
		 	height:37px;
		}

.webcart {
 	margin:0px 10px 20px 0px;
 	border:0px;
 	text-align:center;
 	width:43px;
 	height:37px;
 	float:right;
 	position:relative;
}

.numItems {
 	border:2px solid #ffffff;
 	text-align:center;
 	font-size:12px;
 	font-weight:bold;
 	color:#ffffff;
 	top:12px;
 	left: 45%;
 	position:absolute;
 	background-color:#78af52;
 	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding:3px;
}	

.numItems-mobile {
 	border:1px solid #ffffff;
 	text-align:center;
 	font-size:10px;
 	font-weight:bold;
 	color:#ffffff;
 	top:13px;
 	left: 55%;
 	position:absolute;
 	background-color:#78af52;
 	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding:3px;
}		
			
.desktop-header-search {
	width:30%;
	float:right;
	display:block;
	text-align:right;
	margin-top:16px;
	font-size:70%;
	}
	
.desktop-header-submit {
	background: #d4502a url('image/icon-magnifyingGlass.png') no-repeat top left;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float:left;
    padding: 17px 10px 0px 20px;
    border: 0px solid #d4502a;
	cursor:pointer;
    color: #ffffff;
    text-decoration: none;
    height:35px;
    width:29px;
    
		}
		
.desktop-header-submit:after,
.desktop-header-submit:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 10px 4px -6px 0px;
    position: relative;
    top: 12px;
    left: 12px;
    background: url("image/icon-magnifyingGlass.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

.tab-header-submit {
	background: #d4502a url('image/icon-magnifyingGlass2.png') no-repeat top left;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float:left;
    width:22px;
    padding: 11px 0px 0px 0px;
    border: 0px solid #d4502a;
	cursor:pointer;
    color: #ffffff;
    text-decoration: none;
    
		}
		


.desktop-footer-right {
	width:33%;
	float:right;
	text-align:left;
			font-family: 'Roboto', Tahoma, sans-serif;
		  	font-size: 75%;
		  	line-height:165%;
			letter-spacing:normal;
			color: #686a6a;
			font-weight:normal;
			text-decoration:none;
	}	
	
	.desktop-footer-social {
		width:100%;
		float:left;
		text-align:left;
		margin-top:15px
		}

		img.desktopicon {
		 	margin:12px 10px 20px 0px;
		 	border:0px;
		 	text-align:left;
		 	width:35px;
		 	height:35px;
		 	float:left;
		}	
	.desktop-footer-search {
		width:100%;
		float:left;
		text-align:left;
		}
	
.desktop-footer-left {
	width:66%;
	float:left;
	text-align:left;
	}
	

a.buyMoresaveMore{
 	font-family: 'Roboto', Tahoma, sans-serif;
  	font-size: 85%;
	letter-spacing:normal;
	color: #57863D;
	font-weight:bold;
	text-decoration:none;
}

a.buyMoresaveMore:hover {
	text-decoration:none;
	color:#939598;
}
/* ===== BASIC TAG STYLES ===== */

hr {
	background-color:#939598;
	border-width:0px;
	height:1px;
	margin:1% 1% 2% 1%;
	clear:both;
}

.button {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}

img.mobicon {
 	margin:20px 6px;
 	border:0px;
 	text-align:center;
 	width:40px;
 	height:40px;
 	float:left;
}

img.mobileMenu {
 	margin:0px;
 	border:0px;
 	text-align:left;
 	width:69px;
 	height:45px;
 	float:left;
}

.desktop-freeShipping {
 	font-size: 105%;
	color: #79b154;
	font-weight:bold;
	font-family: 'Roboto', Tahoma, sans-serif;
	line-height:120%;
	float:right;
	margin:0px 2% 4% 0%;
}

.tab-freeShipping {
 	font-size: 85%;
	color: #79b154;
	font-weight:bold;
	font-family: 'Roboto', Tahoma, sans-serif;
	line-height:120%;
	float:right;
	margin:2% 2% 4% 0%;
}

.freeShipping {
 	font-size: 90%;
	color: #79b154;
	font-weight:bold;
	font-family: 'Roboto', Tahoma, sans-serif;
	line-height:120%;
	float:left;
	margin:4% 2% 3% 75px;
}

.startsAt {
 	font-size: 100%;
	color: #414042;
	font-weight:600;
	font-family: 'Roboto', Tahoma, sans-serif;
	line-height:140%;
}

.salePrice {
 	font-size: 100%;
	color: #f77100;
	font-weight:800;
	font-family: 'Roboto', Tahoma, sans-serif;
	line-height:140%;
}

.preOrderAvailable {
 	font-size: 100%;
	color: #848484;
	font-weight:800;
	font-family: 'Roboto', Tahoma, sans-serif;
	line-height:140%;
}

.soldOut {
 	font-size: 115%;
	color: #fe6500;
	font-weight:600;
	text-transform:uppercase;
	font-family: 'Roboto', Tahoma, sans-serif;
	line-height:130%;
}

.almostGone {
 	font-size: 115%;
	color: #79b154;
	font-weight:600;
	text-transform:uppercase;
	font-family: 'Roboto', Tahoma, sans-serif;
	line-height:130%;
}
  
.dwarf {
	font-size : 10px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
}
	
.error {
	font-weight:bold;
}
	
.hand {
	cursor:pointer;
}

.applyBorder {
	border-width: 1px;
	border-style: solid;
}

/* ===== TYPOGRAPHY STYLES ===== */

h1,
h2, .head,
h3, .home1,
h4, .home2,
h5 {
 	font-weight : bold;
 	font-family: 'Roboto', Tahoma, sans-serif;
}

h1 {
 	font-size : 140%;
 	color:#58595b;
}

h2, .head {
 	font-size : 120%;
}


.oneLiner {
 	font-size: 130%;
	color: #231f20;
	font-weight:normal;
	font-family: 'Roboto', Tahoma, sans-serif;
	line-height:120%;
	text-align:center;
	margin:1% 0% 2% 0%;
}

h3, .home1 {
	font-size : 120%;
	color:#231f20;
	font-weight:600;
	margin:0px;
	padding:2.5% 0% 2.5% 0%;
}

.sub {	
	font-size : 80%;
	color:#231f20;
	font-weight:normal;
}

h4, .home2,
h5 {
 	font-size : 100%;
}

h1#customPage {
	font: normal 36px/110% arial, Arial, Helvetica, sans-serif;
	color:#414042;
	text-transform:uppercase;
	padding: 0.1em 0 0.1em;
	margin:6px 0px 5px 0px;
}

h2#customPage {
	font: normal 20px/110% arial, Arial, Helvetica, sans-serif;
	color:#414042;
	padding: 0.0em 0 0.3em;
	margin:0px 0px 13px 0px;
}
/* ===== FORM STYLES ===== */

input, select {
 	font-family: 'Roboto', Tahoma, sans-serif;
 	 font-size: 120%;
 	padding:1.5%;
 	 color:#231f20;
 	 border:2px solid #cccccc;
}	
	
textarea {
 	font-family : "courier new", monospaced;
	font-size : 11px;
	width: 400px
}

.dwarf {
 	font-family: 'Roboto', Tahoma, sans-serif;
	font-size : 100%;
	color:#6d6e71;
	font-style:italic;
	margin:5px 0px 7px 0px;
}


/* ===== TABLE STYLES ===== */

table {
	border-collapse: collapse;
}

td, th {
	padding: 4px;
	font-size: 10px;
	text-align: left;
}
	td.right, th.right {
		text-align: right;
	}

thead, tfoot {
	font-size:10px;
}

.trlabel, .tdlabel, .cell, .cell2, .odd, .even {
 	font-family: 'Roboto', Tahoma, sans-serif;
 	letter-spacing: normal;
	font-size : 90%;
	padding:1%;
}

thead th,
.trlabel,
.tdlabel,
.cell,
.cell2 {
	font-weight: normal;
}

.cell2 {
	background-color:#f4f7f1;
	border:1px solid #ffffff;
	border:0px 0px 2px 0px;
}

.cell {
	background-color:#fdfefd;
	border:1px solid #ffffff;
	border:0px 0px 2px 0px;
}
	
.box  {
 	font-size:10px;
	font-weight:normal;
	letter-spacing:0px;
}


/* ========== STANDARD SUB PAGE STYLES ==========
 * 1. #breadcrumb
 * 2. h2#pageTitle
 * 3. h3#pageSubTitle
 * 4. #pageSummary
 * 5. #pageContents
 * 6. #pageBullets
 * 7. #pageConclusion 
 * 8. #imageBlock
 * 9. #imageBlockFeat
 * 10. #calloutbox
 * 11. #pageDownloads
*/
#breadcrumb {
	margin-bottom: 0.8em;
	font-weight: bold; 
	font-size: 100%;
	text-align:left;
}
	#breadcrumb .breadcrumbTitle {
		padding-right: 10px;
	}
	#breadcrumb a,
	#breadcrumb a:hover,
	#breadcrumb a:focus {
		text-decoration: none; 
	}
.page-title {
	font: normal bold 125%/110% Arial, Helvetica, sans-serif;
	padding: 0.1em 0;
	text-align:left;
}
.page-subtitle {
	font: normal bold 110%/110% Arial, Helvetica, sans-serif;
	padding: 0 0 0;
	text-align:left;
}
p,
.page-summary p,
.page-contents p,
.page-conclusion p,
.page-bullets ul,
.page-bullets ol {
 	font-family: 'Roboto', Tahoma, sans-serif;
	  	font-size: 95%;
	  	line-height:135%;
	  	padding:0% 0% 0.5% 0%;
	  	letter-spacing:normal;
		color: #231f20;
		font-weight:normal;
		text-decoration:none;
}

.page-summary ul li,
.page-contents ul li,
.page-conclusion ul li {
	margin-left: 1.6em;
	list-style: disc outside url('/image/Bullet.gif');
}
.page-summary ol li,
.page-contents ol li,
.page-conclusion ol li {
	margin-left: 1.6em;
	list-style: decimal outside none;
}

.page-bullets {
	clear: left;
}
	.page-bullets ul li,
	.page-bullets ol li {
		margin-left: 1.6em;
		line-height: 150%;
	}
	.page-bullets span.clear {
		clear: left;
	}
.page-image-block,
.page-featured-image {
	padding: 0 0.5em 0.5em;
}
.page-image-block.right,
.page-featured-image.right {
	float: right;
	clear: right;
	padding-right: 0;
	margin-left: 1em;
}
.page-image-block.left,
.page-featured-image.left {
	float: left;
	clear: left;
	padding-left: 0;
	margin-right: 1em;
}
	#imageNav {
		text-align: center;
		padding: 0.2em 0;
		font-size: 80%
	}
	.page-content #currCaption,
	.page-content #featCaption {
		font-size: 80%;
		text-align: center;
	}
	
.page-additional-info {
	width: 200px;
	position: relative;
	margin: 1em 0;
	border-width: 2px;
	border-style: solid;
	
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
	.page-additional-info h3 {
		width: 180px;
		padding: 0 10px;
		margin: 0;
		font-size: 100%;
		line-height: 40px;
		text-align: left;
	}
	.page-additional-info .page-additional-content {
		width: 180px;
		padding: 0 10px;
		text-align: center;
	}
		.page-additional-info .page-additional-list {
			width: 180px;
			padding: 0 0 12px;
			color: inherit;
		}
			.page-additional-info .page-additional-list li {
				list-style: disc;
				display: list-item;
				text-align: left;
				margin: 0 0 0 1em;
				padding: 5px 0;
			}
			.page-additional-info .page-additional-list a {
				font-size: 90%;
			}
.page-downloads {
	margin: 1em 0;
	clear: both;
}
	.page-dowloads h3 {
		padding-bottom: 0.5em;
	}
	.page-downloads .page-download-block {
		width: 45%;
		min-height: 45px;
		float: left; 
		padding-right: 5%;
		padding-bottom: 0.5em;
		position: relative;
	}
	.page-downloads .page-download-thumb {
		display: block;
		padding-right: 10px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.page-downloads .page-download-block h4,
	.page-downloads .page-download-block p {
		font-size: 90%;
		padding-left: 42px;
	}
			
/* ========== SUB PAGE LAYOUTS ==========
 * 1. Layout A
 * 2. Layout B
 * 3. Layout C
 * 4. Layout D
 * 5. Layout E
 * 6. Layout F
 * 9. Layout I Slideshow uses Layout A
 * 10. Layout J Graphical Subpages
 *
 * ===== Layout A ===== */


.page-summary.layoutA p,
.page-contents.layoutA p,
.page-conclusion.layoutA p,
.page-bullets.layoutA ul,
.page-bullets.layoutA ol {
	padding-left: 0;
}
.page-image-block.layoutA {
	padding: 0 0 0.5em;
}
.page-image-block.layoutA,
.page-additional-info.layoutA {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout B ===== */

.page-featured-image.layoutB {
	float: left;
	clear: left;
	margin-right: 1em;
}
.page-image-block.layoutB,
.page-additional-info.layoutB {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout C ===== */

.page-additional-info.layoutC {
	float: left;
	clear: left;
	margin-right: 1em;
}
.page-image-block.layoutC,
.page-featured-image.layoutC {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout D ===== */
.page-image-block.layoutD {
	float: right;
	clear: right;
	margin-left: 1em;
}
.page-additional-info.layoutD {
	float: left;
	clear: left;
	margin-right: 1em;
}

/* ===== Layout E ===== */
div.imageBlock.layoutE,
.page-image-block.layoutE {
	float: right;
	clear: right;
	padding: 10px;
}
div.imageBlock.layoutE p.imageCaption,
.page-image-block.layoutE .image-caption {
	font-size: 80%;
	text-align: right;
	margin: 0;
	padding: 0;
}
.page-downloads.layoutE {
	clear: none;
}
	.page-downloads.layoutE .page-download-block.layoutE {
		width: auto;
		float: none;
		clear: left;
		padding: 0 0.5em;
	}

/* ===== Layout F ===== */
.page-image-block.layoutF {
	float: right;
}
.page-image-block.layoutF #myCaption {
	text-align: center;
}
.page-image-block.layoutF #thumbGallery {
	padding: 0.5em;
	text-align: center;
}
	.page-image-block.layoutF #thumbGallery .thumbSwitch {
		display: inline-block;
		width: 50px;
		height: 50px;
		padding: 5px;
	}

.page-additional-info.layoutF,
.page-featured-image.layoutF {
	float: left;
	clear: left;
	margin-right: 1em;
}

/* ===== Layout G ===== */
.page-video-block.layoutG {
	float: right;
	clear: right;
	padding: 0 0 1em 1em;
	text-align: center;
}
	.page-video-block.layoutG .video-wrapper {
		background: transparent url('/consoleAssets/image/loading.gif') no-repeat 50% 50%;
		margin: 0 auto;
	}
		.video-wrapper.layoutG object {
			display: block;
			margin: 0 auto;
		}
	.page-video-block.layoutG .video-caption {
		padding-top: 0.5em;
		text-align: center;
	}

.page-additional-info.layoutG {
	float: left;
	clear: left;
	margin-right: 1em;
}

.page-video-thumbs {
	margin-top: 1em;
}
	.page-video-thumbs .page-video-thumb {
		float: left;
		padding: 0.5em 1.3em 0.5em 0;
		width: 100px;
		text-align: center;
	}
		.page-video-thumbs .page-video-thumb a {
			text-decoration: none;
			font-size: smaller;
			font-weight: bold;
			display: block;
			position: relative;
		}
			.page-video-thumbs .page-video-thumb a img {
				border: 1px solid #CCC;
			}

/* ===== Layout H ===== */
.page-video-block.layoutH {
	float: right;
	clear: right;
	padding: 0 0 1em 1em;
	text-align: center;
}	
	.page-video-block.layoutH .video-wrapper {
		background: transparent url('/consoleAssets/image/loading.gif') no-repeat 50% 50%;
		margin: 0 auto;
	}
		.video-wrapper.layoutH object {
			display: block;
			margin: 0 auto;
		}
	.page-video-block.layoutH .video-caption {
		padding-top: 0.5em;
		text-align: center;
	}
	.page-video-block.layoutH .page-video-thumbs {
		padding: 1em 0 0.5em;
		margin: 0 auto;
	}
		.page-video-block.layoutH .page-video-thumbs .page-video-thumb {
			position: relative;
			display: block;
			float: left;
			width: 50px;
			height: 50px;
			padding: 5px;
			overflow: hidden;
		}
		
.page-additional-info.layoutH {
	float: right;
	clear: right;
	margin-left: 1em;
}

.page-image-block.layoutH {
	float: left;
	margin-right: 1em;
}	
	.page-image-block.layoutH #myCaption {
		text-align: center;
	}


 * ===== Layout J ===== */

.page-summary.layoutJ p,
.page-contents.layoutJ p,
.page-conclusion.layoutJ p,
.page-bullets.layoutJ ul,
.page-bullets.layoutJ ol {
	padding-left: 0;
}
.page-image-block.layoutJ {
	padding: 0 0 0.5em;
}
.page-image-block.layoutJ,
.page-additional-info.layoutJ {
	float: right;
	clear: right;
	margin-left: 1em;
}

.subpage-image-layoutJ {
	width:300px;
	height:370px;
	overflow:hidden;
	float:left;
}

	.subpage-imagebox-layoutJ {
		width:300px;
		height:300px;
		overflow:hidden;
	}

			div.subPageCaption p.subPageCaption {
				width: 100%;
				height:100px;
				background-color:#78af52;
				font: normal bold 18px/130% Arial, Helvetica, sans-serif;
				padding: 0.8em 0;
				color: #ffffff;
				text-align: center;
				-moz-border-radius-bottomleft: 18px;
				-moz-border-radius-bottomright: 18px;
				border-bottom-left-radius: 18px;
				border-bottom-right-radius: 18px;
				
			}
				div.subPageCaption p.subPageCaption  {
					padding: 7px 0px 0px 0px;
				}
				
				a.subCaption {
					color:#ffffff;
				}
				
				a.subCaption:hover {
					color:#ffffff;
				}
				
				.subTitleCaption {
					color:#ffffff;
					font-size:80%;
					font-style:italic;
					font-weight:normal;
				}
				
				.subTitleCaption:hover {
					color:#ffffff;
				}
			
			div.subPageBlock div.subPageCaption a.subPageView {
				display: block;	
				position: absolute;
				left: 0;
				top: 0;
				right: 0;
				bottom: 0;		
				text-decoration: none;
			}
			
			div.subPageBlock div.subPageCaption a.subPageBuy {
				display: block;
				padding: 3px 6px 4px;
				border: 3px solid #FFF;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
				border-radius: 6px;
				position: absolute;
				bottom: 7px;
				right: 7px;
				font-style:italic;
				font: normal 12px/100% Georgia, Arial, Helvetica, sans-serif;
				color: #FFF;
				text-decoration: none;
			}

				
		.learnMore {
			background-color:#d4502a;
			text-indent:0;
			border:1px solid #bdd293;
			display:inline-block;
			color:#ffffff;
			font-family:Arial,Trebuchet MS;
			font-size:14px;
			font-weight:bold;
			font-style:normal;
			height:25px;
			line-height:25px;
			width:105px;
			text-decoration:none;
			text-align:center;
		}
		.learnMore:hover {
			background-color:#636467;
			text-decoration:none;
			color:#ffffff;
		}.learnMore:active {
			position:relative;
			top:1px;
		}

/* ===== Generic Page Form Styles ===== */
.contactForm,
.tableless {
	display: block;
	padding: 0.5em 0;
}		
.tableless {
	float: left;
	width: 50%;
}
.tableless.right {
	float: right;
}
	.contactForm fieldset,
	.tableless fieldset {
		display: block;
		border: none;
		padding: 0 0.5em;
		position: relative;
	}
	.contactForm fieldset.first,
	.tableless fieldset.first {
		min-height: 1.75em;
	}
		.contactForm fieldset.first p.label,
		.tableless fieldset.first p.label {
			position: absolute; 
			top: 0.5em; 
			right: 1em; 
			margin: 0; 
			padding: 0; 
			font-size: 90%; 
			text-align: right;
		}
	.contactForm fieldset.legend,
	.tableless fieldset.legend {
		padding-top: 2.5em;
	}
		.contactForm fieldset h3,
		.tableless fieldset h3 {
			padding: 2.5% 2.5% 0.75em;
			font-size: 110%;
		}
		.contactForm fieldset legend,
		.tableless fieldset legend {
			position: absolute;
			top: 0.5em;
			margin: 0;
			padding: 0 2.5% 1%;
			font: normal bold 100%/120% Arial, Helvetica, sans-serif;
		}
		.contactForm fieldset.oneCol p.req,
		.contactForm fieldset.twoCol p.req,
		.tableless fieldset.oneCol p.req,
		.tableless fieldset.twoCol p.req {
			position: absolute;
			top: 1.5em;
			right: 0;		
			margin: 0;
			padding: 0;
			width: 35%;	
			font-size: 90%;
		}
		.contactForm label.center,
		.tableless label.center {
			text-align: center;
		}
		
		fieldset.oneCol label,
		fieldset.oneCol textarea,
		fieldset.oneCol p,
		fieldset.twoCol label,
		fieldset.twoCol textarea,
		fieldset.twoCol label.full,
		fieldset.twoCol p.full {
			display: block;
			margin: 0;
			padding: 2.5% 7.5% 5% 2.5%;
			width: 90%;
		}
		fieldset.twoCol label,
		fieldset.twoCol textarea {
			width: 44%;
			padding: 1% 2.5%;
			float: left;
		}
		fieldset abbr {
			display: block;
		}
		.contactForm fieldset select,
		.tableless fieldset select {
			display: block;
			max-width: 90%;
		}
	
	.contactForm .tdlabel,
	.contactForm .cell,
	.tableless .tdlabel,
	.tableless .cell {
		background-color: transparent;
	}
	.contactForm .error,
	.tableless .error {
		background-color: transparent;
	}
		.contactForm .error input,
		.contactForm .error select,
		.contactForm .error textarea,
		.tableless .error input,
		.tableless .error select,
		.tableless .error textarea {
			margin-top: 0.2em;
			padding: 0.2em;
			border: 1px solid #C00;
			background: #FFF0F0;
			-moz-box-shadow: 0 0 3px #C00;
			-webkit-box-shadow: 0 0 3px #C00;
			box-shadow: 0 0 3px #C00;
		}
		.contactForm p,
		.tableless p {
			padding: 0.3em;
			margin: 2.5%;
		}
		.contactForm p.success,
		.tableless p.success {
			color: #147145;
			font-weight: bold;
			background: #F0FFF0;
			background: rgba(0, 204, 0, 0.2);
			-moz-box-shadow:0 0 3px #147145;
			-webkit-box-shadow:0 0 3px #147145;
			box-shadow:0 0 3px #147145;
		}
	
	.contactForm input[type=submit],
	.tableless input[type=submit] {
		margin-left: 2.5%;
		margin-bottom: 2.5%;
	}




		
#plantData.plant,
#pageData, section.pageData {
	margin: 0.5em 0em 0.2em 0em;
	font-size: 100%;
}
	#plantData figure.detail {
		margin: 0 auto 1em;
		text-align: center;
	}
	#plantData section.main h2.title {
		color: #db5929;
	}
	#plantData ul.attributes {
		clear: both;
		list-style: none;
		margin: 0;
		padding: 0.5em 0;
		
	}
	#plantData ul.attributes li {
		float: left;
		margin: 0 0.5em 0 0%;
		padding: 0 0.5em 0.5em 0;
		font-weight: bold;
	}
	
	#plantData h2.toggle {
		display: block;
		margin: 0.6em 0 0 4%;
		border-radius: 6px;
		background: #ffffff;
		border: 0.10em solid #ffffff;
		font-weight: bold;
		position: relative;
		padding: 0.15em 0 0 0em;
	}
		#plantData h2.toggle a {
			display: block;
			padding-left: 1.5em;
			height: 100%;
			text-decoration: none;
			color: #414042;
			font-size: 120%;
			font-family: 'Roboto', Tahoma, sans-serif;
			line-height: 150%;
		}
		#plantData h2.toggle a:after {
			content: '';
			display: block;
			position: absolute;
			height: 0;
			width: 0;
			left: 0.75em;
			top: 50%;
			margin-top: -0.5em;
			border-top: 0.5em solid transparent;
			border-bottom: 0.5em solid transparent;
			border-left: 0.5em solid #79b053;
			border-right: none;
		}
		#plantData h2.toggle.on a:after {
			left: 0.25em;
			margin-top: -0.25em;
			border-top: 0.5em solid #79b053;
			border-bottom: none;
			border-left: 0.5em solid transparent;
			border-right: 0.5em solid transparent;
		}
	#plantData section.toggleable {
		margin: -1px 4px 0.5em 4%;
		padding: 1em;
		border: thin solid #ffffff;
		border-top: none;
		border-radius: 3px;
		/* hidden by default (we'll default to showing for non-js browsers later) */
		display: none;
		background-color: white;
	}
	html.no-js #plantData section.toggleable {
		display: block;
	}
	#plantData section.toggleable h2,
	#plantData section.toggleable h3,
	#plantData section.toggleable h4 {
		margin: 0.5em 0 0.25em;
		font-size: 110%;
		font-weight: bold;
	}
	#plantData section.toggleable h3 {
		color: #db5929;
	}
	#plantData section.toggleable h4 {
		font-size: 100%;
	}
	#plantData section.toggleable ul {
		margin: 0;
		padding: 0 0 0 2.5em;
	}
	

.menu-collapser {
    position: relative;
    background-color: #999;
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    background-color: #0E0E0E;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;

    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #040404;
    color: #FFF;
}
.collapse-button .icon-bar {
    background-color: #F5F5F5;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

ul { -webkit-padding-start: 0px;}

ul.slimmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
    background-color: #fff;
}
ul.slimmenu > li { margin-right: -5px; border-left: 1px solid #999 }
ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
    display: block;
    color: #333;
    padding: 12px 64px 12px 16px;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
}
ul.slimmenu li a:hover {
    background-color: #79b053;
    color:#ffffff;
    text-decoration: none;
}
ul.slimmenu li .sub-collapser {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
    background-color:#c5d8b8;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
ul.slimmenu li .sub-collapser > i {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}
ul.slimmenu li ul li { background-color: #fff }
ul.slimmenu li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}

ul.slimmenu.collapsed li {
    display: block;
    width: 100%;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}

	a.secondaryNav {
	 	margin-left:11px;
	}
	
	a.tertiaryNav {
	 	margin-left:22px;
	}
	
	a.quatNav {
	 	margin-left:33px;
	}