/**********LAYOUT**********/

#header {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:66px;
	background-color:#F4F4F4;
	border-bottom:1px solid;
	border-left:0px solid;
	border-color:#373737;
	color:#DCD0C0;
	text-align:left;
	overflow:auto;
	padding-bottom:1px;
	padding-left:1px;
	padding-right:1px;
	padding-top:0.099%;
}

.headerimg {
	width:60%;
	max-width:720px;
	height:auto;
}

#headercontactinfo {
	position:fixed;
	top:1.5%;
	right:2%;
	max-height:60px;
	color:#373737;
	font-family: "Montserrat", "Lucida Sans Unicode", sans-serif;
	font-size:120%;
	text-align:right;
	opacity:0.9;
}

#nav {
	position:fixed;
	left:0px;
	top:69px;
	line-height:30px;
	background-color:#F4F4F4;
	height:100%;
	width:13%;
	border-right:1px solid;
	border-color:#373737;
	float:left;
	overflow:auto;
	text-align:center;
	font-family: "Montserrat", "Lucida Sans Unicode", sans-serif;
	color:#666666;
}

.sectiontop {
	position:static;
	margin-top:69px;
	margin-left:18%;
	margin-right:4%;
	width:auto;
	height:auto;
	float:center;
	padding:3%; 
	overflow:auto;
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-weight:500;
	color:#373737;
}


.sectionleftcenter {
	position:static;
	margin-top:2%;
	margin-left:17%;
	margin-right:2%;
	width:38.5%;
	height:auto;
	float:left;
	padding:none;
	overflow:auto; 
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-weight:500;
	color:#373737;
}

.sectionrightcenter {
	position:static;
	margin-top:2%;
	margin-left:2%;
	margin-right:2%;
	width:38.5%;
	height:auto;
	float:right;
	padding:none; 
	overflow:auto;
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-weight:500;
	color:#373737;
}

.sectionleft {
	position:static;
	margin-top:2%;
	margin-left:17%;
	margin-right:2%;
	width:38.5%;
	height:auto;
	float:left;
	padding:none;
	overflow:auto; 
	font-family: "Montserrat", sans-serif;
	font-weight:500;
	color:#373737;
}

.sectionright {
	position:static;
	margin-top:2%;
	margin-left:2%;
	margin-right:2%;
	width:38.5%;
	height:auto;
	float:right;
	padding:none; 
	overflow:auto;
	text-align:left;
	font-family: "Montserrat", sans-serif;
	font-weight:500;
	color:#373737;
}

.tsleft {
	position:static;
	margin-top:2%;
	margin-left:14%;
	margin-right:1%;
	width:27%;
	height:auto;
	float:left;
	padding:none;
	overflow:auto; 
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-weight:500;
	color:#373737;
}

.tscenter {
	position:static;
	margin-top:2%;
	margin-left:1%;
	margin-right:1%;
	width:27%;
	height:auto;
	float:left;
	padding:none; 
	overflow:auto;
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-weight:500;
	color:#373737;
}

.tsright {
	position:static;
	margin-top:2%;
	margin-left:1%;
	margin-right:1%;
	width:27%;
	height:auto;
	float:left;
	padding:none; 
	overflow:auto;
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-weight:500;
	color:#373737;
}

.itemimg {
	width:50%;
	max-width:300px;
}

.colorblock {
	display:inline-block;
	width:30%;
	max-width:190px;
	padding:2.5%;
	text-align:center;
}

.planterindexblock {
	display:inline-block;
	width:32%;
	max-width:250px;
	max-length:400px;
	padding:2.5%;
	text-align:center;
	float:right;
	
}

.pimg {
	max-width:200px;
}

.colorblockspecial {
	display:inline-block;
	width:30%;
	max-width:200px;
	padding:2.5%;
	text-align:center;
}

/**********BASICS**********/

h1 {
	font-weight:700;
}

a {
	color:#C0B283;
}

.bodylink {
	color:#373737;
}

a:hover { 
	color:#7c7356;

}

body {
	background-image:url("https://dl.dropboxusercontent.com/s/1laq8ilf7ydxwae/DCD0C0BG.png");
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	background-color:#DCD0C0;
	font-size:90%;
	
}

.lg {
	font-family:"Montserrat", sans-serif;
	font-size:110%;
	font-weight:700;
	font-color:#373737;
}

img {
	clear:none;
}

/**********TEXT STYLES**********/

 .homebutton {
	font-family:"Montserrat", sans-serif;
	color:#c0b283;
	margin:9px;
}