/* ------- The browser window ------ */

@import url('https://fonts.googleapis.com/css?family=Proza+Libre');


html,body {
    height:100%;
}

#wrapper {
	background: url(../images/background.jpg) 50% 0 no-repeat fixed;
	height: auto;
	min-height: 100%;
}

#main {
	padding: 1em;
	background: #fff;
	height: auto;
}

#banner {
	max-width: 1000px;
	margin: auto;
}

#banner a.logo {
	width: auto;
	height: auto;
}

.title, h1
{
	font-family: 'Proza Libre', Arial, verdana, sans-serif;
    color: #02602c;
}

.heading, h2
{
	font-family: 'Proza Libre', Arial, verdana, sans-serif;
	line-height: 1.5em;
}

h3, .h3, .subHeading, .productCaption, .productCaption a {
	font-family: 'Proza Libre', Arial, verdana, sans-serif;
}

h4 {
	font-family: Arial,verdana,sans-serif;
	font-weight: bold;
}

a {
	color: #02602c;
}

a:visited {
	color: #494949;
}

a:hover {
	color: #02602c;
}

#menu {
	width: 150px;
}

#menu #simpleSearch, #menu #userMenu {
	display: none;
}

.attributes .textarea.Quote, .productDetails .Quote .attValue {
	font-style:italic;
	background: #C8E5B0 ;
	font-weight: normal;
    line-height: 1.6em;
    padding:10px;
    padding-left: 20px;
    border-radius: 4px;
    display: block;
}

.productBody ul {
	list-style: outside disc;
	padding-left: 1.5em;
}

.productBody ul li {
	color: #02602c;
	line-height: normal;
	padding-bottom: 6px;
}

#productList .childItems {
	font-size: 0.7em;
}

#productList .childItems .product {
}

#productList .childItems .product .attributes span, #productList .childItems .product .author {
	display: none;
}

#productList .childItems .product .image {
	padding: 0;
	margin: 0;
	display: block;
	float: none;
}

#productList .childItems .product .image .frame {
	max-height: 200px;
	overflow: hidden;
}

#productList .childItems .product .image img {
    width: 100%;
}

#productList .childItems .product h3.productCaption {
	padding: 8px;
	margin: 0;
}

#productList .childItems .product .buttons .button {
	font-size: 12px;
	line-height: 20px;
}

nav#nav {
    margin-top: 60px;
}

nav#nav ul li div {
    background: #02602c;
}

nav#nav ul li.selected,
nav#nav ul li.selected div {
    background: #603502;
}

nav#nav ul li div span.description {
	color: #ffffff;
}
nav#nav a, nav#nav a:link, nav#nav a:visited {
	color: #ffffff;
	background: #02602c;
}

nav#nav li.selected a, nav#nav li.selected a:hover {
	background: #603502;
	color: #ffffff;
}

nav#nav a:hover, nav#nav a:active {
	color: #ffffff;
	background: #603502;
}

nav#nav ul li li li {
	padding-left: 1em;
	border: none;
	background: inherit;
}

#actionProgress {
	color: #02602c;
	border-color: #02602c;
}

.googleMap, .product .googleMap {
    border-color: #02602c;
}

ul.tabs li.selected a, ul.filter li.selected a {
	color: #02602c;
}

.product .productBody .image, .product .productBody .googleMap {
	margin-bottom: 0;
}

.product .author {
	background: #02602c;	
}

.product .author img {
	margin: 0;
}

.product .author span {
	    display: none;
}

nav#menu ul li div {
    background: #02602c;
}

nav#menu ul li.selected div {
    background: #000000;
}

nav#menu ul li div span.description {
	color: #ffffff;
}

nav#menu a, nav#menu a:link, nav#menu a:visited {
	color: #ffffff;
	background: #02602c;
}

nav#menu li.selected a, nav#menu li.selected a:hover {
	background: #494949;
	color: #ffffff;
}

nav#menu a:hover, nav#menu a:active {
	color: #ffffff;
	background: #000000;
}

.productList article.product,
.productList article.product.colLast {
	width: auto;
	float: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	background: 0;
}

section.block {
	margin-bottom: 1.5em;
	float: left;
	width: 100%;
	clear: both;
	box-sizing: border-box;
}

section.block article.product,
.productList .childItems .product {
	width: 46%;
	float: left;
	clear: left;
	padding: 1%;
	margin: 0;
	margin-bottom: 2em;
	background: none;
}

section.block article.product.colLast,
.productList .childItems .product.colLast {
	float: right;
	clear: none;
	width: 46%;
}

section.block article.product .productBody .image, 
section.block article.product .productBody .googleMap,
.productList .childItems .product .image {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 1em;
    border: none;
}

section.block article.product .attributes,
section.block article.product.first .noImage .attributes,
.productList .childItems .product .attributes {
	width: 100%;
	float: none;
}

section.block article.product.first {
	width: auto;
	padding: 0;
	background: none;
	float: left;
}

section.block article.product.first .attributes {
	width: 46%;
	float: left;
}

section.block article.product.first .productBody .image {
	max-height: unset;
	float: left;
    width: 48%;
    margin-right: 4%;
}

#jumpTop {
    background: #02602c;
}

.product .attribute.price {
	font-size: 2em;
}

.product .attribute.price .attName {
	display: none;
}

.product .attribute.price .attValue {
	float: right;
	text-align: center;
	padding: 0.4em !important;
	color: #fff;
	background: #02602c;
	border-radius: 0.5em;
}

.product .attribute.price .attValue .priceDetails {
	display: block;
	padding: 0;
	padding-top: 0.5em;
}

article.product .productBody .image .frame {
	border-color: #02602c
}

.productList article.product.colLast .image {
	float: right;
	margin-right: 0;
	margin-left: 5%;
}
