/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight
 * These selection declarations have to be separate
 * Also: Selection background colors
 */

::-moz-selection { background: #9dcd6a; color: #fff; text-shadow: none; }
::selection { background: #9dcd6a; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #939191; font-weight: normal; text-decoration: none;}
a:visited { color: #939191; }
a:hover { color: #8CBC5D; }
a:focus { outline: thin dotted; }

#sectionwrap a {
    text-decoration:underline;
}

/* Improve readability when focused and hovered in all browsers */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Optimus Primary Styles by Impres Internetgroep	[www.impres.nl]
   ========================================================================== */

/* ===[ Kale Tags ]===============*/
body {
    font-size: 				13px;
    color: 					#939191;
    font-family: 			Tahoma, Verdana, sans-serif;
    background: 			#fff url(img/bg.jpg) center top no-repeat;
    background-attachment:  fixed;
	line-height:			21px;
}

h1,h2,h3,h4,h5,h6 {
	color:					#918181;
	font-size:				15px;
	font-family: 			'Varela Round', Tahoma, sans-serif;
	font-weight:			normal;
	margin:					0 0 10px 0;
	padding:				0;
}

h2 { font-size:				20px; }
h3 { font-size:				18px; }
h4 { font-size:				16px; }
h5 { font-size:				14px; }
h6 { font-size:				12px; }


/* ============================================================================= */

#container {
	margin:					0 auto;
	width:					1000px;
}

/* ============================================================================= */
header {
	height:					406px;
	width:					1000px;
	position:				relative;
	overflow:				hidden;
}

header#nohome {
	height:					270px;
	width:					1000px;
	position:				relative;
	overflow:	visible;
}

header > img, header#nohome > img {
	position:				absolute;
	bottom:					0;
	left:					0;
	z-index:				1;
}

#logo {
	width:					166px;
	height:					228px;
	background:				transparent url(img/logo.png) left top no-repeat;
	display:				block;
	cursor:					pointer;
	text-indent:			-9000px;
	position:				absolute;
	top:					0;
	left:					0;
	z-index:				101;
}

#topzone {
	height:					31px;
	line-height:			31px;
}

#topzone ul {
	margin:					0;
	padding:				0;

	position:				absolute;
	top:					0;
	left:					580px;
}
#topzone ul li {
	list-style:				none;
	padding:				0;
	display:				inline-block;
	margin:					0 10px 0 0;
	position:				relative;
	cursor:					pointer;
}
#topzone ul li.sub {
	background:				transparent url(img/popDown.png) right 50% no-repeat;
	padding:				0 15px 0 0;
}
#topzone ul li a {
	color:					#a8a8a8;
	padding:				0 10px;
}
#topzone ul li a:hover {
	color:					#8cbd5d;
}
#topzone ul ul {
	background:				#ffffff;
	position:				absolute;
	top:					31px;
	left:					35px;
	z-index:				90000;
	display:				none;
	width:					150px;
}
#topzone ul ul li:first-child {
	border-top:				none;
}
#topzone ul ul li {
	margin:					0;
	display:				block;
	border-top:				1px solid #E9E9E9;
}
#topzone ul li strong {
	color:					#8cbd5d;
}

#topzone ul li:hover ul {
	display:				block;
}
#topzone div#search {
	position:				absolute;
	top:					0;
	right:					0;
}
div#search input {
	margin:					0;
	padding:				0;
	display:				inline;
	float:					left;
}
div#search input.text {
	background:				transparent url(img/searchInput.png) left top no-repeat;
	width:					176px;
	height:					24px;
	border:					none;
}
div#search input.submit {
	background:					transparent url(img/searchOk.png) left top no-repeat;
	width:						32px;
	height:						24px;
	border:						none;
}
/* ============================================================================= */
nav#mainmenu {
	font-family: 			'Varela Round', Tahoma, sans-serif;
	font-size:				13px;
	background:				transparent url(img/navBg.png) left top no-repeat;
}

nav#mainmenu > ul {
	margin:					0;
	padding:				0;
	_width:	 				1000px;
	width:	 				820px;
	padding:				0 0 0 180px;
	height:					29px;
	line-height:			29px;
}

nav#mainmenu > ul > li:first-child {
	background:				none;
}
nav#mainmenu > ul > li {
	list-style:				none;
	display:				inline-block;
	float:					left;
	padding:				0 10px;
	position:				relative;
}

nav#mainmenu > ul > li > a {
	text-transform:			uppercase;
	color:					#fff;
}

nav#mainmenu > ul > li.active, nav#mainmenu > ul > li:hover {

}
nav#mainmenu > ul > li.active > a, nav#mainmenu > ul > li:hover > a  {
	color:					#fff;
}

nav#mainmenu > ul > li > ul {
	display:				none;
	position:				absolute;
	top:					29px;
	margin:					0 0 0 -5px;
	background:				transparent url(img/navUL.png) left top no-repeat;
	width:					216px;
	z-index:				1005;
	padding:				13px 0 0 0;
}

nav#mainmenu > ul > li > ul > li {
	margin:					0 0 0 4px;
	padding:				0 5px;
	background:				#fff;
	width:					198px;
	border-bottom:			1px solid #e9e9e9;
	border-top:				1px solid #fff;
}

nav#mainmenu > ul > li > ul > li > a {
	font-family:			Tahoma, sans-serif;
	font-size:				11px;
	color:					#727272;
	display:				block;
}

nav#mainmenu > ul > li > ul > li > a:hover {
	color:					#9CCD6A;
}
/* ============================================================================= */
#slider {
	height:			346px;
	width:			1000px;
	position:		relative;
	z-index:		0;
}
#webshop #slider,#followup #slider {
	height:			210px;
	position:		relative;
}
.slideMask {
	position:			absolute;
	bottom:				0;
	right:				0;
	background:			transparent url(img/slider/slideMask.png) right top no-repeat;
	width:				1000px;
	height:				346px;
	z-index:			99;
}

.slideDescription {
	width:				340px;
	height:				261px;
	_height:			346px;
	padding:			75px 0 10px 0;
	position:			absolute;
	right:				0;
	top:				60px;
	text-align:			right;
	z-index:			1001;
}

.slideDescription h1 {
	color:				#a2cd68;
	font-size:			43px;
	text-transform:		uppercase;
	line-height:		38px;
}

.slideDescription a {
	background:			transparent url(img/sliderLink.png) left top no-repeat;
	display:			block;
	width:				223px;
	height:				25px;
	font-family: 		'Varela Round', Tahoma, sans-serif;
	font-size:			12px;
	color:				#505050;
	text-align:			center;
	float:				right;
	margin:				15px 0 0 0;
	line-height:		25px;
}

ul.imageChange {
	margin:				0;
	padding:			0;
	list-style:			none;
}

ul.imageChange li img {
	position:			absolute;
	top:				0;
	left:				0;
}
/* ============================================================================= */
aside#sidebar {
	position:				relative;
	float:					right;
	width:					236px;
	_width:					260px;
	padding:				13px 12px 150px 12px;
	border:					1px solid #e0e0e0;
	background:				#fff;
}

aside#shopbar {
	position:				relative;
	float:					left;
	width:					236px;
	_width:					260px;
	padding:				13px 12px 250px 12px;
	border:					1px solid #e0e0e0;
	background:				#fff;
}

aside#sidebar div.widget {
	margin:					0 0 20px 0;
}
aside#sidebar div.widget a {
	color:					#939191;
}
aside#sidebar div.widget a:hover {
	color:					#9ccd6a;
}

aside#sidebar div.widget h1 {
	border-bottom:			1px solid #e2e2e2;
	display:				block;
	padding:				0 0 5px 0;
	margin:					0 0 10px 0;
}

aside#shopbar h1 {
	background:				transparent url(img/shopbarHeading.png) left top no-repeat;
	color:					#fff;
	padding:				0 6px;
	width:					227px;
	_width:					239px;
	height:					29px;
	line-height:			31px;
}
/* ============================================================================= */
div#mainwrap {
	background:				#e2e2e2;
	padding:				5px;
	overflow:				hidden;
}

div#mainwrap div#sectionwrap {
	float:					left;
}
div#mainwrap div#shopwrap {
	float:					right;
}

div#mainwrap section {
	background:				#fff;
	border:					1px solid #e0e0e0;
	margin:					0 0 5px 0;
	width:					695px;
	_width:					721px;
	padding:				13px;
	overflow:				hidden;
}

div#mainwrap section h1 {
	border-bottom:			1px solid #e2e2e2;
	display:				block;
	padding:				0 0 5px 0;
	margin:					0 0 25px 0;
}

div#mainwrap section#specials h1,
div#mainwrap section#specials h2,
div#mainwrap section#specials h3 {
	border-bottom: 0;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #ffffff;
}

div#mainwrap section h1.newsTitle, div#mainwrap section h1.title  {
	display:				block;
	border:					none;
	padding:				0;
	margin:					0 0 9px 0;
}

div#mainwrap section#news {

}

div#mainwrap section#homeproducts {

}
/* ============================================================================= */
.newswrap, .aboutwrap {
	position:				relative;
	padding:				0 0 50px 0;


}
.newswrap img, .aboutwrap img {
	margin:					0 25px 25px 0;
	float:					left;
	border:					3px solid #f0f0f0;
}
.newswrap a.newsmore {
	display:				block;
	width:					123px;
	height:					23px;
	background:				transparent url(img/newsMore.png) left top no-repeat;
	text-indent:			-9000px;

	position:				absolute;
	bottom:					10px;
	right:					10px;
}
div.latestnews ul,
div.popularbrands ul,
div.widget ul {
	margin:					0;
	padding:				0;
}
div.latestnews ul li,
div.popularbrands ul li,
div.widget ul {
	list-style:				none;
	padding:				0;
	margin:					0 0 20px 0;
	overflow:				hidden;
}

ul.newsarchive{
	list-style-type:none;
}
ul.newsarchive li{
	padding:10px 0;
	overflow:auto;
	border-bottom:1px solid rgba(50,50,50,0.1);
	min-height:100px;
}
img.archiveimage{
	width:100px;
	max-height:100px;
	margin-right:20px;
	float:left;
}
ul.newsarchive li a{
	font-size:14px;
}

div.popularbrands ul li a {
	display:				block;
}
.brandImage {
	float:					left;
	width:					50px;
	height:					50px;
	overflow:				hidden;
	position:				relative;
	display:				inline-block;
	margin:					0 10px 0 0;
}
.brandImage img {
	z-index:				1;
}
.brandMask {

	position:				absolute;
	top:					0;
	left:					0;
	width:					50px;
	height:					50px;
	background:				transparent url(img/popularBrandsMask.png) left top no-repeat;
	z-index:				2;
}
.brandInfo {
	float:					left;
	height:					50px;
	display:				inline-block;
}

div.brandInfo span {
	font-family: 			'Varela Round', Tahoma, sans-serif;
	color:					#918181;
	display:				block;
	font-size:				13px;
}

div.popularbrands ul li a:hover div.brandInfo span {
	color:					#a5d06b;
}
/* ============================================================================= */
ul#specialslist {
	margin:					0;
	padding:				0;
}

ul#specialslist li {
	list-style:				none;
	padding:				0;
	margin:					0;
	width:					220px;
	height:					284px;
	display:				inline-block;
	background:				#000;
	margin-right:			12px;
}

ul#specialslist li:last-child {
	margin:					0;
}

ul#specialslist li a {
	position:				relative;
	width:					221px;
	height:					284px;
	display:				block;
}

ul#specialslist li a img {
	position:				absolute;
	top:					0;
	left:					0;
	filter: url(/css/filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome 18+ (currently Beta) */
}

ul#specialslist li a:hover img {
	filter: none;
    -webkit-filter: grayscale(0);
}

ul#specialslist li a div {
	display:				block;
	position:				absolute;
	bottom: 				0;
	right:					0;
	padding:				20px 40px 13px 12px;
	width:					169px;
	_width:					221px;
	height:					48px;
	_height:				81px;
	background:				#a5d06b;
	color:					#fff;
}

ul#specialslist li a:hover div {
	background:				#a5d06b url(img/specialHover.png) 190px 29px no-repeat;
}

ul#specialslist li a div span {
	display:				block;
	font-family: 			'Varela Round', Tahoma, sans-serif;
	font-size:				13px;
	color:					#fff;
}

ul#specialslist h3 {
	margin:					0;
	font-size:				14px;
	color:					#fff;
}
/* ============================================================================= */
ul#products {
	margin:					0;
	padding:				0;
	overflow:				hidden;
}

ul#products li {
	list-style:				none;
	padding:				0;
	margin:					0;
	display:				inline-block;
	margin:					0 8px 10px 0;

}

ul#products li:last-child {
	margin:					0;
}

ul#products li a {
	position:				relative;
	display:				block;
}

ul#products li a img {
	width:					199px;
	height:					127px;
	overflow:				hidden;
	margin:					0 0 5px 0;
}

ul#products li a div {
	display:				block;
	padding:				10px 10px 0 10px;
	background:				url(img/homeproductDetail.jpg) 140px bottom no-repeat;
	width:					199px;
	_width:					219px;
	height:					253px;
	_height:				263px;
	border:					1px solid #E2E2E2;
	color:					#939191;
}

ul#products li a:hover div {
	background:				url(img/homeproductDetailHover.jpg) 140px bottom no-repeat;
}

ul#products li a span {
	display:				block;
	font-family: 			'Varela Round', Tahoma, sans-serif;
	font-size:				14px;
	color:					#918181;
	line-height:			18px;
}

ul#products li a span.productSubTitle {
	font-size:				11px;
	line-height:			11px;
	margin:					0 0 3px 0;
}

/* ============================================================================= */
div.artifact {
	width:				262px;
	height:				204px;
	position:			absolute;
	bottom:				-132px;
	right:				0;
	background:			transparent url(img/footerArt.png) left top no-repeat;
}
div.artifact div.placement {
	width:				262px;
	height:				204px;
	position:			relative;
}
div.artifact div.placement a#impres {
	width:				59px;
	height:				89px;
	position:			absolute;
	bottom:				0;
	right:				65px;

}
/* ============================================================================= */
footer {

}

/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */

/* Box Shadow */
.shadow {
  	-webkit-box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.5);
	box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.5);
}
div.dfordanger {
	display:			block;
	background:			#ff00ff;
	color:				#fff;
	text-transform:		uppercase;
	text-align:			center;
	border:				2px solid #00ff00;
}
/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Relative */
.relative {	position: relative;}

/* =============================================================================
   Temporary Media Queries for Responsive Design.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}

/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}



/* =============================================================================
   Twitter
   ========================================================================== */
.tweetception {
	width:				100%;
	height:				60px;
}
.tweetception img {
	margin:				0 10px 10px 0;
}
.tweetception > a > span {
	line-height:			50px;
	font-family: 			'Varela Round', Tahoma, sans-serif;
	font-size:				17px;
	color:					#4c535a;
}
.tweetception:hover > a > span {
	color:					#a5d06b;
}


.twtr-hd {
	display:			none;
	visibility:			hidden;
}
.twtr-ft {
	display:			none;
	visibility:			hidden;
}
.twtr-tweet-text > p > em {
	display:			none;
	visibility:			hidden;
}
.twtr-tweet-text > p > a {
	font-weight:		bold !important;
}
.twtr-tweet-text {
	font-family:		Tahoma, sans-serif !important;
}
.twtr-tweet-text > p {
	font-size:			11px !important;
}
.twtr-widget {
		line-height:		21px !important;
}

/* FOOTER */
.footer{
	clear:both;
	text-align:center;
}
