@charset "UTF-8";

/* color scheme 
	HEX #877d5c / rgb(135, 125, 92)
	HEX #7ea051 / rgb(126, 160, 81)
	HEX #efb77e / rgb(239, 183, 126)
*/

*{
	margin:0;
}

html {
	height: 100%;
	margin:0px;
	border:0px;
	padding:0px;
}

body {
	/* background: url(images/pagebg.gif) top center repeat; */
	background: url(images/header_bg_bw.png) top center repeat-x;
	background-color:#f3f2e7;
	height: 100%;
	font-family: Rockwell, sans-serif;
	font-size: 1em; 
	font-weight:400;
	margin:0px;
	border:0px;
	padding:0px;
}

a {
	text-decoration: none;
}

table {
	border:10px;
	cellpadding:10px;
	margin:0px;
}

#prods:hover {
	opacity:0.4;
}

#wrapper {
	min-height:100%;
	height:auto;
	height:100%;
	margin:0 auto -50px;
}

#container {
	/*background-color:#f3f2e7;*/
	position:relative;
	top:0px;
	width:100%;
	height:auto;
	margin:auto;
}

#header {
	/*background: url(images/header_bg_bw.png) top center repeat-x;*/
	position:relative;
	top:0px;
	width:1024px;
	height:175px;
	margin:0px auto;
	border:0px;
	padding:0px;
}

#headerlogo {
	position:relative;
	top:0px;
	width:auto;
	height:auto;
	left:3%;
	padding:10px;
}

#nav {
	position:absolute;
	text-align:center;
	top:10px;
	width:100%;
	height:auto;
	margin:auto;
	font-size:1.25em;
	color:#7ea051;
}

#nav a {
	color:#7ea051;
}

#nav a:hover {
	color:#bcd898;
}

#slogan {
	/*background: url(images/logo_just_text.png) top center no-repeat;*/
	position:absolute;
	top:140px;
	width:auto;
	right:0px;
	margin:auto;
	padding:auto;
	text-align:center;
	height:31px;
	font-size:1.1em;
	letter-spacing:2px;
	color:#898989;
}

#slogan a {
	color:#898989;
}

#slogan a:hover {
	color:#cdcdcd;
}

#topcontact {
	position:absolute;
	height: 200px;
	width: 345px;
	top:0%;
	right:0%;
	font-size:1.1em;
	text-align:right;
	color:#898989;
	padding:10px;
/*	display: block;
	overflow: hidden; */
}

#topcontact a {
	/*color:#7ea051;*/
	color:#898989;
}

#topcontact a:hover {
	/*color:#bcd898;*/
	color:#cdcdcd;
}

#contactinfo {
	position:absolute;
	top:10px;
	right:10px;
	width:auto;
	height:auto;
	margin:auto;
	font-size:1.1em;
	text-align:right;
	color:#898989;
}

#contactinfo a {
	color:#cdcdcd;
}

#contactinfo a:hover {
	color:#cdcdcd;
}

#maincontent {
	background-color:#f3f2e7;
	position:relative;
	top:50px;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px;
	color:#898989;
}

#maincontent a {
	color:#898989;
}

#maincontent a:hover {
	color:#cdcdcd;
}

#products {
	background-color:#f3f2e7;
	position:relative;
	top:50px;
	width:1024px;
	min-height:480px;
	margin:auto;
	padding:10px;
	color:#898989;
}

#products a {
	color:#898989;
}

#products a:hover {
	color:#cdcdcd;
}

#socialpane {
	background-color:#f3f2e7;
	position:relative;
	color:#877d5c;
	width:1000px;
	height:auto;
	top:-30px;
	border-color:#fff;
	border:5px;
	margin:0px auto;
	padding:0px;
}

#socialpane a {
	color:#898989;
}

#socialpane a:hover {
	color:#cdcdcd;
}

#push {
	height:50px;
}

#footer {
	background-color:#fff;
	position:relative;
	width:100%;
	height:50px;
	margin:auto;
	text-align:center;
	padding-top:10px;
	color:#7ea051;
	font-size:0.75em;
}

#footer a {
	color:#7ea051;
}

#footer a:hover {
	color:#bcd898;
}

#social {
	position:relative;
	width:auto;
	top:0px;
}

#social a {
	height: 31px;
	display:inline-block;
}

#social a:hover {
	background-position: 0 -31px;
}

#blog {
	width: 31px;
	background: url(images/blog.png) no-repeat;
}

#twitter {
	width: 33px;
	background: url(images/twitter.png) no-repeat;
}

#facebook {
	width: 32px;
	background: url(images/facebook.png) no-repeat;
}

#instagram {
	width: 32px;
	background: url(images/instalogo2.png) no-repeat;
}

#pinterest {
	width: 32px;
	background: url(images/pinlogo.png) no-repeat;
}

#vine {
	width: 32px;
	background: url(images/vinelogo.png) no-repeat;
}

#editable {
	background:#FFF;
	margin:5px;
	padding:5px;
	height:330px;
}