#content-wrap {
	background:url(../../images/interface/main-bg.png) top center no-repeat;
	margin-top: 10px;
	min-height: 600px;
}

#content h1 {
	color: #c1272d;
	font-size: 30px;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #ebeac8;
	text-shadow: 1px 1px 1px #d7c2b2;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #2F5937;
}

.content-inside {
	padding-left: 10px;
}

#content p {
	line-height: 160%;
}

#content a {
	color: #6EA24E;	
}

#sidebar .panel h2 {
	background: url(../../images/interface/secondary-sidebar-header.jpg) no-repeat;
	color: #fff;
	font-size: 16px;
	padding: 14px 0px 0px 18px;
	margin: 0px;
	height: 42px;
	text-shadow: 1px 1px 1px #143a10;
	text-transform: uppercase;
	width: 267px;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#sidebar a {
	background: url(../../images/interface/sidebar-bg.jpg) no-repeat 0px 0px;
	/* color: #32692b; */
	color: #6EA24E;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 15px;
	height: 29px;
	width: 206px;
}

#sidebar a:hover {
	background-position: 0px -30px;

	color: #c1272d;
}

/* PRODUCTS */
.info-table th {
	padding: 5px;
	text-align: left !important;
}

.info-table td {
	padding: 5px;
}

.product-img img {
	/* margin: 5px; */
	border: 4px solid #e7ddc8 !important;
}

.size, .count {
	color: #2F5937;
	font-weight: bold;
}

/* SUSTAINABLE */
#sustainable {
	position: relative;
	width: 750px;
	height: 695px;
}

#sustainable_image {
	background: none;
	position: absolute; 
	top: 225px;
	left: 225px;
	width: 265px;
	height: 265px;
	text-align: center;
}

#sustainable_image .text {
	width: 100%;
	height: 100%;
}

#sustainable_image .text td {
	height: 100%;
	vertical-align: middle;
}

#sustainable_image .text p {
	text-align: center !important;
}

#sustainable_image a {
	color: red;
	font-size: 25px;
	font-weight: bold;
}

/* used for jquery tabs */
.ui-tabs .ui-tabs-hide {
     display: none;
}

input[type=submit], input[type=button], button {
	background: #4b8244;
	border: 1px solid #8ac082;
	color: #fefdde;
	font-family: Georgia;
	padding: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}