@import url(blocks/sake.css);
html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	margin:0px auto;
	padding:0px auto;
	background-color: #cdd1d2;
	text-align: left;
	font: normal normal 1em/140% "Lato", Arial, Helvetica, sans-serif;
}

#container {
	width: 1170px;
	margin:20px;
	position: relative;
}

#outercontainer {
	width: 1210px;
	margin: 20px auto;
	position: relative;
	background-color: #ffffff;
	border:1px solid #00492c;
}

.TB_Wrapper {
	width: 1170px;
	height: 515px;
}

	#green-buttons {
		float: left;
		width: 400px;
		font-weight: bold;
	}

	#green-buttons div {
		display: inline-block;
		margin: 0px 5px 5px 0px;
		width: 165px;
		padding: 5px;
		text-align: center;
		background: #00492c;
	}

	#green-buttons a {
		color: white;	
	}
	
		#green-buttons div:hover {
			background: #d0dc9a !important;
		}
	
	.dark-blue {
		color: #00492c;
	}
	
	#wholesale-login {
		float: right;
		width: 220px;
	}
	
		#wholesale-login p {
			color: #00492c;
			font-weight: bold;
		}
		
			#wholesale-login .login,
			#wholesale-login .password {
				float: left;
				padding: 2px 8px;
				border: 1px solid black;
				font: normal normal 0.75em/100% "Lato", Arial, Helvetica, sans-serif;
				margin-bottom: 8px;
			}
			
				#wholesale-login .login {
					height: 16px;
					width: 200px;
				}
				
				#wholesale-login .password {
					float: left;
					height: 16px;
					width: 180px;
				}
				
				#wholesale-login .submit-button {
					float: left;
					margin: 0px 0px 0px -2px;
				}

	p.apply-remind {
		font-size: 70%;
		text-align: right;
	}
	
		p.apply-remind a {
			color: #00492c;
		}

	p.advanced-search {
		text-align: right;
		margin: -8px 0px 5px !important;
	}

		p.advanced-search a {
			color: #00492c;
		}

	ul.header-nav {
		text-align: center;
		font: normal bold 1em/140% "Lato", Arial, Helvetica, sans-serif;
		background: #d0dc9a;
		color: #00492c;
		margin: 20px 0px;
		padding-left: 0px;
	}
	
		ul.header-nav li a {
			color: #00492c;
		}
		
			ul.header-nav li a:hover {
				color: #fff !important;
			}

		ul.header-nav li {
			display: inline-block;
			padding: 15px 0px; 
		}

			ul.header-nav li:after {
				content: "|";
				padding: 0px 15px;
			}

			ul.header-nav li:last-child:after {
				content: none;
			}
/* Dropdowns */
		
	ul.header-nav ul {
		display: none;
		padding: 0px !important;
		position: absolute; 
		top: 226px;
		margin: 0px 0px 0px 0px;
	}
	
		ul.header-nav li:hover > ul {
			display: block !important;
			z-index: 9999;
			
		}
	
		ul.header-nav ul li {
			display: block;
			float: none;
			position: relative;
			line-height: 200%;
			margin: 0px;
			padding: 5px 0px;
			border-bottom: 1px solid white;
			text-align: left;
			background-color: #00492c;
		}
		
			ul.header-nav ul li:after {
				content: none;
			}
		
		ul.header-nav ul li:first-child {
			border-top: 1px solid white;
		}
		
		ul.header-nav ul li:last-child {
			border-bottom: 0px;
			padding-bottom: 0px !important;
			height: 32px;
		}
		
		ul.header-nav ul li:hover {
			background-color: #d0dc9a;
			color: #fff !important;
		  }
	
		ul.header-nav ul li a {
			padding: 15px 15px;
			color: white;
			text-decoration: none;
			font-size: 14px;
			width: 100% !important;
		}	

			ul.header-nav li ul li:hover a {
				color: #00492c !important;
				width: 100% !important;
			}

		#home-block {
			width: 950px;
			height: 180px;
			background: url(image/graphic-center-top.jpg) top center no-repeat, url(image/graphic-center.jpg) top center repeat-y;
			margin: 20px auto 30px;
			padding: 40px;
			display: block;
		}
		
			#home-block div {
				float: left;
				text-align: center;
				width: 50%;
				margin-top: 40px;
			}
			
			#home-block h1 {
				color: black !important;
				font-size: 120%;
			}
		
			#home-block p {
				margin-top: 100px;
				color: #00492c;
			}

		#featured-plants {
			padding: 20px 10px 20px 30px;
			background: #e4e4e4;
		}
		
		#featured-plants h1 {
			margin: 0px 15px 15px 0px;
			color: #00492c !important;
		}

			.feat-plant {
				float: left;
				width: 260px;
				margin-right: 20px;
			}

			.feat-plant a {
				text-align: center;
				color: #00492c;
				font-size: 0.8em;
			}

				.feat-plant a:hover {
					
				}
				
		#prn-tip {
			margin: 20px 0px;
		}
		
			#prn-tip h2 {
				font: italic bold 1.25em/120% "Lato", Arial, Helvetica, sans-serif;
				color: #d0dc9a !important;
			}
			
			#prn-tip p {
				font-size: 0.9em;
			}
	
	footer {
		margin: 20px 0px;
		padding: 1px 20px 10px;
		background: #d0dc9a;
		font: normal bold 0.9em/140% "Lato", Arial, Helvetica, sans-serif;
		text-align: center;
		color: #00492c;
	}
	
		footer a {
			color: #00492c;
		}
		
			footer a:hover {
				color: #fff !important;
			}
	
		ul.footer-nav {
			color: #00492c;
			padding: 0px !important;
			font: normal bold 1em/140% "Lato", Arial, Helvetica, sans-serif;
			margin-bottom: 0px;
		}
			
		ul.footer-nav li a {
			color: #00492c;
		}
		
			ul.footer-nav li a:hover {
				color: #fff !important;
			}

		ul.footer-nav li {
			display: inline-block;
			padding: 15px 0px; 
		}

			ul.footer-nav li:after {
				content: "|";
				padding: 0px 15px;
			}

			ul.footer-nav li:last-child:after {
				content: "";
			}



/*
#header {
	background-image: url(image/header_bg_sub.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:798px;
	height:108px;
	background-color:#B35539;
}

#headerhome {
	background-image: url(image/home_header2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:798px;
	height:71px;
	background-color:#B35539;
}	
	
#container {
	width:1002px;
	wid\th:1000px;
	margin:15px auto;
	padding:0px;
	background-color:#ffffff;
	text-align:left;
	background-image: url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
	border: solid #707046 1px;
	position:relative;
	overflow:hidden;

}



#nav {
	width:197px;
	float:left;
	clear:both;
	display:inline;
}
*/
/*
#contentHome {
width:803px;
height:747px;
text-align:left;
padding:0px;
float:left;
overflow:hidden;
}

#content {  padding:40px 20px 15px 50px;
				width: 733px;
				float:left;
 }

* html #content {
	width:803px;
}


#footer {
	width:1000px;
	margin:0px auto;
	padding:0px auto;
	text-align:center;
	vertical-align:top;
	line-height:210%;
 	font-family : arial, tahoma;
	font-size : 11px;
	letter-spacing:normal;
	color: #336633;
	text-decoration:none;
}
*/

#callout {
width:537px;
padding:10px;
overflow:inherit;
border: 1px solid #357562;
background-color:#DAEBCB;
margin:15px 0 15px 0px;
}

#callout h1 {
	background-color:#026CC6;
	color:white;
	font-size:14px;
	font-weight:bold;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	padding:5px;
	margin:0;
}

#callout div {
	font-size:10px;
	font-weight:bold;
	padding:1px 10px
}

#whereToBuyForm {
	margin:0px 0px 0px 0px;
	padding:4px 0px;
	width:100%;
	font-family : arial, tahoma;
	font-size : 16px;
	color: #ffffff;
	text-align:center;
	height:30px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */
	
	background: #d0dc9a;
	background: -moz-linear-gradient(top, #d0dc9a, #00492c);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d0dc9a), to(#00492c));
	
	/* Borders */
	
	border: 0px solid #00492c;

	-moz-box-shadow:inset 0px 0px 1px #bbd7af;
	-webkit-box-shadow:inset 0px 0px 1px #bbd7af;
	box-shadow:inset 0px 0px 1px #bbd7af;
}
