@font-face {
    font-family: 'poiret_oneregular';
    src: url('fonts/poiretone-regular-webfont.eot');
    src: url('fonts/poiretone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/poiretone-regular-webfont.woff2') format('woff2'),
         url('fonts/poiretone-regular-webfont.woff') format('woff'),
         url('fonts/poiretone-regular-webfont.ttf') format('truetype'),
         url('fonts/poiretone-regular-webfont.svg#poiret_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	background-color:#f4f6eb;
}

body  {
	margin:0;
	color: #444;
	font-family: Verdana, Arial;
	font-size:12pt;
}

a, a:visited {
	color: #000; /*#008f91;*/
	text-decoration: none;
}
a:hover, a:active {
	color: #005258;
}

div, li, a{
	box-sizing: border-box;
}

h1, h2, h3, h4, p {
	margin:10px 0;
}

/* The entire page */
#pageWrap {
}
#pageWrap.pageWrapHomepage {
	background-image: -webkit-gradient(linear, top, bottom, from(#88A027), to(#f4f6eb));
	background-image: -webkit-linear-gradient(#88A027, #f4f6eb);
	background-image: -moz-linear-gradient(#88A027, #f4f6eb);
	background-image: -o-linear-gradient(#88A027, #f4f6eb);
	background-image: linear-gradient(#88A027, #f4f6eb);
}

#header {
	text-align:center;
	padding:20px 0;
	background-image: -webkit-gradient(linear, top, bottom, from(#88A027), to(#f4f6eb));
	background-image: -webkit-linear-gradient(#88A027, #f4f6eb);
	background-image: -moz-linear-gradient(#88A027, #f4f6eb);
	background-image: -o-linear-gradient(#88A027, #f4f6eb);
	background-image: linear-gradient(#88A027, #f4f6eb);
}
#headerInner {
  display:table;
	width:100%;
}
#headerLeft {
	display:table-cell;
	background: transparent url(/style/images/header-logo-left.png) repeat-x;
}
#headerCenter {
	display:table-cell;
	width:800px;
	margin: 0 auto;
}
#headerCenter img {
	max-width:800px;
	width:100%;
}
#headerRight {
	display:table-cell;
}
#pageWrap.pageWrapHomepage #header {
	background:transparent;
}

/* Main area contains mainLeft and mainRight, but not footer  */
#mainArea  {
	display:table;
	margin-top:10px;
	width:100%;
}
#mainAreaInner {
	max-width:1200px;
	margin: 0 auto;
}

/* Contains leftnav */
#mainLeft  {
	display:table-cell;
	width: 160px;
	padding: 0 10px;
	border-right:1px solid #000;
	vertical-align: top;
}

/* Container topnav and maincontent */
#mainRight {
	display:table-cell;
	padding:0 10px;
	vertical-align: top;	
}

#mainBottom {
	height:20px;
	clear:both;
}



/* Left area */
#leftNav {
	margin:0;
	padding:0;
	list-style:none;
	font-family: poiret_oneregular, Verdana, Arial;
	font-weight: bold;
	font-size: 1.2em;
}

#leftNav > li {
	border-bottom:1px solid #000;
}
#leftNav > li:last-child {
	border-bottom:0;
}
#leftNav li a {
	display:inline-block;
	width:100%;
	padding: 10px 0;
}
#leftNav > li:first-child a {
	padding-top:0;
}
#leftNav > li:last-child a {
	padding-bottom:0;
}
#leftNavProducts {
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
}
#leftNavProducts > li {
	border-top:1px solid #000;
}
#leftNavProducts > li a {
	padding: 5px 0;
}
.subCatContainer {
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
}
.subCatContainer > li {
	border-top:1px solid #000;
	border-bottom:0;
}
.subCatContainer > li a {
	padding: 5px 0;
	font-size:0.9em;
}



#headerSmallMenu {
	display:none;
}

#rightContent {
	overflow:hidden;
}
#rightContent p {
	margin:15px 0;
}
#rightContent *:first-child {
	margin-top:0;
}
#rightContent *:last-child {
	margin-bottom:0;
}

#rightContent a {
	text-decoration:underline;
}

#rightContent #homeForrest {
	position:relative;
	display:table;
}

#rightContent #homeForrest #homeForrestOverlay {
	position:absolute;
	top: 30%;
	height:100%;
	width:100%;
	padding:0 20px;
	display:table-cell;
	text-align:center;
	color:#fff;
	font-size:2em;
	text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
}
#rightContent #homeForrest #homeForrestLink {
	position:absolute;
	top: 70%;
	height:100%;
	width:100%;
	display:table-cell;
	text-align:center;
}
#rightContent #homeForrest #homeForrestLink a {
	color: white;
	padding:10px;
	background-color:#222;
	font-size:1.3em;
	text-decoration:none;
}
#rightContent #homeForrest img {
	width: 100%;
	vertical-align:text-bottom;
}


/* The content section */
#mainContent {
	max-width: 670px;
}

/* The footer */
#copyright {
	clear: both;
	max-width:1200px;
	margin: 0 auto;
}
#copyrightinner {
	margin:5px;
}



/* Homepage */

#divHomePageImage {
	margin:10px 0;
	width:100%;
}
#imgHomePage{
	width:100%;
}
.homePageSmall, .mobileContent {
	display: none;
}
.normalContent {
	display: inline;
}


/* Shrinking */

/* Medium */
@media screen and (max-width:800px)
{
	body {
		font-size:0.95em;
	}

	#mainLeft {
		width: 150px;
	}

	#mainRight {
		margin: 0 0 0 200px;
	}

	#rightContent #homeForrest #homeForrestOverlay {
		top:20%;
		font-size:1.8em;
	}
	#rightContent #homeForrest #homeForrestLink {
		top:75%;
	}
	#rightContent #homeForrest #homeForrestLink a {
		font-size:1.2em;
	}
	
	#leftNav li a {
		padding:7px 0;
	}
	#leftNavProducts li a {
		padding: 3px 0;
	}


	#leftNavPayPal {
		margin: 30px auto;
		width: 110px;
		height: 270px;
		background-size: 110px;
	}
	
	#leftNavList  li {
		font-size:1em;
	}
}

/* Small */
@media screen and (max-width:600px)
{
	body {
		font-size: 0.95em;
		margin: 0;
	}

	#pageWrap {
		border:0;
	}
	
	#header {
		padding-top:20px;
		padding-right:60px;
		padding-bottom:0;
		border-bottom:0;
	}
	
	#mainArea {
		min-height:0;
		border:0;
	}
	
	#mainLeft {
		display:none;
		margin-top:0;
		position:absolute;
		top:50px;
		right:0;
		background-color:#fff;
		box-shadow: 0 0 5px #000;
		z-index: 200;	
		width:200px;
	}
	#mainRight {
		padding: 0;
	}
	
	#headerSmallMenu {
		display:block;
		position:absolute;
		top:0;
		right:0;
		background-image:url(images/menu.png);
		height:50px;
		width:50px;
		z-index:100;
	}
	#headerLeft, #headerRight {
		display:none;
	}
	
	
	#leftNav > li:first-child a {
		padding-top:10px;
	}
	#leftNav > li:last-child a {
		padding-bottom:10px;
	}
	
	#rightContent #homeForrest #homeForrestOverlay {
		top:15%;
		font-size:1.5em;
	}
	#rightContent #homeForrest #homeForrestLink {
		top:80%;
	}
	#rightContent #homeForrest #homeForrestLink a {
		font-size:1em;
	}
		
	#rightContent {
		padding: 10px;
	}

	.homePageSmall {
		display: block;
	}
	.mobileContent{
		display: inline;
	}
	.normalContent {
		display: none;
	}
	
	.homepageDiv, .subCategoryDiv, .productDiv {
		margin: 10px 20px;
	}
	.itemName{
		padding-top:5px;
	}
	.prodBaseInfo{
		padding-top:5px;
	}
}
