/* 
 * 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: 12px; line-height: 1.231; */ font-family: "lucida grande",tahoma,verdana,arial,sans-serif;font-size: 11px;line-height: 1.28;}

body, button, input, select, textarea {/* font-family: sans-serif; */color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */
 /* 
a, a:visited {color:#454545;}
a:hover,  a:focus,  a:active{ color:#000;}
*/


a { color: #000; }
a:visited { color: #000; }
a:hover { color: #000; }
a:focus { outline: thin dotted; }


/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
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 #ddd; margin: 1em 0; padding: 0; margin-left:10px; margin-right:10px;}

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
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: h5bp.com/k */
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: h5bp.com/d
 * 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; }

/* ==================================================================================================================================================== */
/*		BEGIN CUSTOM CSS
/* ==================================================================================================================================================== */

/* ==|== primary styles =====================================================
   Author: ATTRACTIVE DESIGN
   ========================================================================== */
#section-body {background-color:#f4f4f4}   
#section-interface 	{	margin: 0 auto;	}

#section-header-hobby {height:120px; background: #007dba url(../images/section-header.jpg) center 0 no-repeat;position:relative}
#section-header-prof {height:120px; background: #007dba url(../images/section-header-prof.jpg) center 0 no-repeat;position:relative}
#section-content{min-height:400px; /*570px*/overflow:hidden; background:#e1e1e1 url(../images/section-content.jpg) center 0 no-repeat; }
#section-footer-hobby{height: 330px; background:#007dba url(../images/section-footer.jpg) center 0 no-repeat; overflow:hidden;  clear:both;color:#f4f4f4;padding-top:20px;font-size:11px;vertical-align:top}
#section-footer-prof{height: 330px; /*background:#f4f4f4 url(../images/section-footer-prof.jpg) center 0 no-repeat;*/ overflow:hidden;  clear:both;color:#333;padding-top:20px;font-size:11px;vertical-align:top}
/*#section-footer-hobby a {color:#f4f4f4;}*/
#section-footer-hobby a:hover {color:#fff;}
#section-footer-prof a:hover {color:#000;}


/*    
#section-body {background-color:#b7c8d2}   
#section-interface 	{	margin: 0 auto;	}

#section-header {height:120px; background: #b7c8d2 url(../images/section-header.jpg) center 0 no-repeat;position:relative}
#section-content{min-height:580px;overflow:hidden; background:#b7c8d2 url(../images/section-content.jpg) center 0 no-repeat; }
#section-footer{height: 80px; background:#b7c8d2 url(../images/section-footer.jpg) center 0 no-repeat; overflow:hidden;  clear:both;color:#fff;padding-top:20px;font-size:11px;vertical-align:top}
*/
#section-header-mailing {height:120px; background: #b7c8d2 url(../images/section-header-mailing.jpg) center 0 no-repeat;position:relative}

#loginnavigation {height:20px; color:#81806e;padding-top:10px;font: normal 10px/20px 'Verdana';float:left;} 
#loginnavigation a {  	
	background-color: #42443e;
    border: 1px solid #42443e;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    color: #999999;
    cursor: pointer;
    padding: 3px;
	padding-left:10px;padding-right:10px;
    text-decoration: none;}
#loginnavigation a:hover{color:#fff;}	
#topnavigation {height:26px; color:#81806e;padding-top:4px;font: normal 10px/20px 'Verdana'; float:right; margin-right:10px;} 
#topnavigation a {  	
	background-color: #086e9f;
   /* border: 1px solid #42443e;*/
    color: #fff;
    cursor: pointer;
    padding: 3px;
	padding-left:10px;padding-right:10px;
    text-decoration: none;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius:3px 3px 0px 0px;
	-o-border-radius:3px 3px 0px 0px;
	-ms-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	}
#topnavigation a.hobby41 {background-color: #99CC00;}
#topnavigation a.prof {background-color: #ccc; }	
#topnavigation a.prof:hover {background-color: #ddd;}	
#topnavigation a.active {color:#fff;background-color: #007DBA;}

#topnavigation a:hover{color:#fff;background-color: #007DBA;}	
.inner {
	width:960px;
	position:relative;
	margin:0 auto;
}
.text_right {text-align: right;}



fieldset {
	
	background-color: #f0f0f0;
	padding:0px;
	margin: 0px;
	border:0px solid #876e3f;
	/*text-align:center;*/
}
#upload_area {border:0px solid #876e3f;}

/* The navigation styling: */
/** MAIN MENU STYLE **/
div#nav {
	width: 990px;
	clear: both;
}

div#nav ul.main {
	float: left;
	height: 50px;
	width: 680px;
	padding: 0 15px;
	margin-top:11px;
	margin-left:242px;
	
}

div#nav ul.main li {
	float: left;
	position: relative;
}

div#nav ul.main li.hobby:hover {
	
	-webkit-box-shadow: inset 0 4px 10px #007dba;
	-moz-box-shadow: inset 0 4px 10px #007dba;
	box-shadow: inset 0 4px 10px #007dba;
}

div#nav ul.main li.prof:hover {
	
	-webkit-box-shadow: inset 0 4px 10px #fff;
	-moz-box-shadow: inset 0 4px 10px #fff;
	box-shadow: inset 0 4px 10px #fff;
}

div#nav ul.main li:first-child {
}



div#nav ul.main li.menu a {
	display: block;
	color: #fff;
	font: normal 11px/50px 'Verdana', cursive;
	text-decoration: none;
	padding: 0 15px;
	position: relative;
	width:83px;
	text-align:center;
	text-transform:uppercase;
}

div#nav ul.main li.menu.prof a {
	color: #007dba;

}



div#nav ul.main li.submenu a {
	display: block;
	color: #333;
	font: normal 18px/50px 'Verdana', cursive;
	text-decoration: none;
	padding: 0 15px;
	position: relative;
	width:170px;
	text-align:left;
}

div#nav ul.main li.hobby:hover:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 44%;
	border-color: transparent transparent #ffcc32 transparent; /* pijltje onder text */
	border-style: solid;
	border-width: 6px;
	width: 0;
	height: 0;
}



div#nav ul.main li.prof:hover:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 44%;
	border-color: transparent transparent #007dba transparent; /* pijltje onder text */
	border-style: solid;
	border-width: 6px;
	width: 0;
	height: 0;
}

/* SUB MENU STYLE - dropdown 1st level*/
div#nav ul.main li ul.sub, div#nav ul.main li ul.sub_rt {
	display: none;
	border-top: 3px solid #007dba;
	border-bottom: 3px solid #007dba;
	z-index:10;
}

div#nav ul.main li:hover ul.sub {
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	background:#f4f4f4;/*#007dba; #ffcc32;*/
	/*background:url(../images/dropdown_bg.jpg);*/
}

div#nav ul.main li:hover ul.sub_rt {
	display: block;
	position: absolute;
	top: 50px;
	right: 0;
	background: #007dba; /*81806e;*/
	background:url(../images/dropdown_bg.jpg);
}

div#nav ul.main li ul.sub li, div#nav ul.main li ul.sub_rt li {
	width: 200px;
	border-bottom: 1px dotted #fff;
	position: relative;
}

div#nav ul.main li ul.sub li:first-child, div#nav ul.main li ul.sub_rt li:first-child {
	margin-left: 0;
}

div#nav ul.main li ul.sub li:last-child, div#nav ul.main li ul.sub_rt li:last-child {
	border-bottom: none;
}

div#nav ul.main li ul.sub li:hover, div#nav ul.main li ul.sub_rt li:hover {
	-webkit-box-shadow: 0 0 0 #000;
	-moz-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;	
	background: #007dba; /*81806e;*/
	color:#fff
}

div#nav ul.main li ul.sub li:hover:after, div#nav ul.main li ul.sub_rt li:hover:after {
	content: '';
	position: absolute;
	border: 0;
}

div#nav ul.main li ul.sub li a, div#nav ul.main li ul.sub_rt li a {
	display: block;
	color: #222;
	font: normal 10px/25px Verdana, sans-serif;
}

div#nav ul.main li ul.sub li a:hover, div#nav ul.main li ul.sub_rt li a:hover {
	background: #007dba;
	color:#fff;
}

div#nav ul.main li ul.sub li span.rightarrow {
	position: absolute;
	z-index: 500;
	right: 0px;
	top: 10px;
	border-color: transparent transparent transparent #42443e;
	border-style: solid;
	border-width: 6px;
	width: 0;
	height: 0;
}

div#nav ul.main li ul.sub_rt li span.leftarrow {
	position: absolute;
	z-index: 500;
	right: 6px;
	top: 10px;
	border-color: transparent #42443e transparent transparent;
	border-style: solid;
	border-width: 6px;
	width: 0;
	height: 0;
}

/* SUB_2nd MENU STYLE - dropdown 2nd level*/
div#nav ul.main li ul.sub li ul.sub_2nd {
	display: none;
	/*
	border-top: 3px solid #81806e;
	border-bottom: 3px solid #81806e;
	*/
	border-top: 3px solid #007dba;
	border-bottom: 3px solid #007dba;
}

div#nav ul.main li ul.sub li:hover ul.sub_2nd {
	display: block;
	position: absolute;
	z-index: 55;
	top: -3px;
	left: 200px;
	background:#f4f4f4;/*#007dba; #ffcc32;*/ /*background: #81806e;*/
	background:url(../images/dropdown_bg.jpg);
}

div#nav ul.main li ul.sub_rt li ul.sub_2nd_rt {
	display: none;
	border-top: 3px solid #81806e;
	border-bottom: 3px solid #81806e;
}

div#nav ul.main li ul.sub_rt li:hover ul.sub_2nd_rt {
	display: block;
	position: absolute;
	z-index: 777;
	top: -3px;
	right: 140px;
	background: #007dba; /*81806e;*/
	color:#fff;
	background:url(../images/dropdown_bg.jpg);
	
	
}

/*
div#nav ul.main li ul.sub_rt li a {
text-align: right;
}

div#nav ul.main li ul.sub_rt li ul.sub_2nd_rt li a {
text-align: right;
}

/**** MENU ELEMENTS *************\

-other elements like form,
buttons and other are styled here.

\**** Form elements	*************/
div#nav ul.main li ul.sub_rt li.form {
	background: #72B735;
	padding: 0 15px;
	width: 150px;
	font: normal 11px/24px Verdana, sans-serif;
}

div#nav ul.main li ul.sub_rt li.cart {
	background: #007dba; /*#81806e;*/
	color:#fff;
	background:url(../images/dropdown_bg.jpg);
	padding: 0 15px;
	width: 430px;
	font: normal 11px/24px Verdana, sans-serif;
	z-index:9999999999999999999;
}

div#nav ul.main li ul.sub_rt li.form:hover {
	background: #007dba; /*#72B735;*/
}

li.form input[type=text], li.form input[type=password] {
	width: 138px;
	height: 20px;
	padding: 0 5px;
	border: 1px solid #5C932B;
	color: #222;
	font: normal 11px Verdana, sans-serif;
	font-style: italic;
	margin: 0;

	-webkit-box-shadow: inset 3px 3px 3px #CCCCCC;
	-moz-box-shadow: inset 3px 3px 3px #CCCCCC;
	box-shadow: inset 3px 3px 3px #CCCCCC;
}

li.form input[type=text]:focus, li.form input[type=password]:focus {
	outline: none;
}

li.form label {
	color: #F4F4F4;
}

li.form button {
	padding: 3px 9px;
	border: 1px solid #222;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

	margin-top: 7px;
	margin-bottom: 10px;
	color: #F4F4F4;
	font: normal 11px Verdana, sans-serif;
	position: relative;
	cursor: pointer;
	outline: none;
	background: rgb(45,56,58);

	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(45,56,58)), color-stop(100%, rgb(21,30,33)));
	background: -webkit-linear-gradient(top, rgb(45,56,58) 1%, rgb(21,30,33) 100%);
	background: -moz-linear-gradient(top, rgb(45,56,58) 1%, rgb(21,30,33) 100%);
	background: -o-linear-gradient(top, rgb(45,56,58) 1%, rgb(21,30,33) 100%);
	background: -ms-linear-gradient(top, rgb(45,56,58) 1%, rgb(21,30,33) 100%);
	background: linear-gradient(top, rgb(45,56,58) 1%, rgb(21,30,33) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d383a', endColorstr='#151e21',GradientType=0 );
}

li.form button:after {
	content: '\00a0';
	position: absolute;
	display: block;
	background: transparent;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

	border-top: 1px solid #555555;
}

li.form input[type=checkbox] {
	position: relative;
	top: 3px;
}

li.form {
	width: 200px;
}

li.form input.search {
	width: 83px;
	float: left;
	margin-top: 7px;
}

li.form button.searchbtn {
	float: left;
	border-left: 0;

	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-khtml-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;

	margin-left: -1px;
}







/* FOOTER NAV */
/* hobby */
.feature-shadow2 { 
	background:url("../images/shadow.png");
	background-repeat:no-repeat;
	background-position:0 0px;
	height:30px;
	width:940px;
	margin-top:0px;
	}

ul.footernav-hobby {
	float: left;
	padding: 10px;		
	margin:0px;
	background:#086d9e;
	width:920px;
	border: 1px solid #0572a7;
}

ul.footernav-hobby li {
	float: left;
	position: relative;
	width:150px;
	list-style:none;
	margin-left:0px;
	color:#007dba;	
}

ul.footernav-hobby li ul {
	margin:0px;
	margin-left:-40px;
}

ul.footernav-hobby li.menu a {
	display: block;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    line-height: 1.4;	
	text-decoration: none;
	margin: 0 15px;
	position: relative;
	text-align:left;
	text-transform:uppercase;
	color:#eee;
}
ul.footernav-hobby li.menu a.first { background:#0572a7; border-bottom:1px solid #05618d; color:#fff;}
ul.footernav-hobby li.menu a:hover {
	background:#007dba;
}
ul.footernav-hobby li ul.sub,{
	margin:0px;
}


/*prof idem*/
ul.footernav-prof {
	float: left;
	padding: 10px;		
	margin:0px;
	/*background:url(/images/bg.png) no-repeat 0 0;*/
	background:#fff;
	width:920px;
	border: 1px solid #f4f4f4;
}

ul.footernav-prof li {
	float: left;
	position: relative;
	width:150px;
	list-style:none;
	margin-left:0px;
	color:#007dba;	
}

ul.footernav-prof li ul {
	margin:0px;
	margin-left:-40px;
}

ul.footernav-prof li.menu a {
	display: block;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    line-height: 1.4;	
	text-decoration: none;
	margin: 0 15px;
	position: relative;
	text-align:left;
	text-transform:uppercase;
	color:#0572a7;
}
ul.footernav-prof li.menu a.first { background:#eee; border-bottom:1px solid #ccc; color:#222;}
ul.footernav-prof li.menu a:hover {
	background:#eee; color:#333;
}
ul.footernav-prof li ul.sub,{
	margin:0px;
}

/* FOOTER NAV */








/* CMS */
.cms td { padding:2px;  border: 1px dotted #e2e2e2;}	
#pageoptions { clear:both; width:920px; margin:0px; background-color:#fff; color:#ccc; border:1px dotted #f0f0f0; padding:10px; font-size:14px}
#pageoptions a { border:1px solid #ccc; padding:3px; text-decoration:none; background-color:#f0f0f0; }
#pageoptions a:hover { color:#000; }

#adminoptions { clear:both; width:550px; margin:5px; background-color:#eee; color:#ccc; border:1px dotted #999; padding:10px; font-size:14px}
#adminoptions a { border:1px solid #ccc; padding:3px; text-decoration:none; background-color:#ccc; color:#444; 
background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#bbb));
background-image:-moz-linear-gradient(0% 100% 90deg, #bbb,#fff);
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
box-shadow:0 1px 2px rgba(0,0,0,0.5);
}
#adminoptions a:hover { color:#000; }

.cmsbox
{ font-size:11px; padding:0px;}

.button {border:1px solid #333; padding:3px; text-decoration:none; background-color:#333; color:#999; cursor:pointer;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
box-shadow:0 1px 2px rgba(0,0,0,0.5);
}
.button:hover { color:#fff; }












/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#B7C8D2;}
#colorbox{}
    #cboxTopLeft{width:25px; height:25px; background:url(/images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(/images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(/images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(/images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(/images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(/images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(/images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(/images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:#fff url(/images/loading.gif) no-repeat 5px 5px;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/* input styles */
input, select, textarea {
    border: 1px solid #EBEBEB;
    color: #696969;
   font-family: "lucida grande",tahoma,verdana,arial,sans-serif;font-size: 11px;line-height: 1.28;
    /*font-size: 13px;*/
    margin-right: 1px;
    outline: medium none;
    padding: 4px;
    position: relative;
}






/* PRODUCT */

.product-gallery {
	margin-top:5px; /*20*/
	}

#image_wrap {
    /* background-color: #ffffff;
   border: 2px solid #FFFFFF;*/
   /* margin: 15px 0 15px 0;*/
   /* outline: 1px solid #DDDDDD;*/
    /*padding: 5px;*/
    text-align: center;
   /* width: 376px;*/
   
   	background:#fff;
	/*margin:10px; /*20px*/
	padding:10px;
	box-shadow: inset 0 1px 2px #f4f4f4,  0 0 3px #BABABA;
	-o-box-shadow: 0 1px 2px #f4f4f4,  0 0 3px #BABABA;
	-webkit-box-shadow:  0 1px 2px #f4f4f4,  0 0 3px #BABABA;
	-moz-box-shadow: 0 1px 2px #f4f4f4,  0 0 3px #BABABA;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
   
   
}
.scrollable img {
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    float: left;
    height: 72px;
    margin: 10px 5px 20px;
    padding: 2px;
    width: 72px;
}

.scrollable img {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}
.scrollable .active {
    border: 1px solid #404040;
}

.producttext p {
/*line-height: 1.5em !important;
font-family: 'Verdana',Tahoma,Verdana,Helvetica,Sans-Serif;
font-size:13px;*/
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;font-size: 11px;line-height: 1.28;
}


.product {
	background-color: #FFF;
	border: 1px solid #C4C4C4;
	float: left;
	margin: 4px;
	/*width: 140px;*/
	text-align: center;
	overflow: hidden;
	position: relative;
}

.product img {
	display: block;   
	margin-left: auto;   
	margin-right: auto;
	padding: 10px;
}

.product .caption {
	/*
	background: #eee;
	color: #FFF;
	width: 165px;
	margin-top: 7px;
	filter: alpha(opacity=82); 
	-moz-opacity: 0.9;
	opacity: 0.9; 
	*/
}

.product .caption a {
	/*
	color: #FFF;
	text-decoration: none;
	*/
}

/* CATEGORY */

#category ul li {
	list-style: none;
	/*background: transparent url(../images/bullet.gif) no-repeat 0 .2em;*/
	padding-left: 20px;
	text-transform:uppercase;
}

/* NAV */
/*
#nav ul li {
	list-style: none;
	background: transparent url(../images/arrow.gif) no-repeat 0 .2em;
	padding-left: 20px;
}

#nav a {
	color: #454545;
}

#nav a:hover {
	color: #F79C00;
}
*/

/* FORM */

form p {
	margin-bottom: 10px;
}

label {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

label.required:before {
	content: "*";
	color: red;
	font-family: "Lucida Grande", Verdana, Verdana, Helvetica, sans-serif;
	
}

label.success {
	background: url('../images/valid.gif') no-repeat;
	padding-left: 16px;
}

label.error {
	color: #D00;
	text-transform: none;
	margin-left: 6px;
	font-weight:normal;
}
.errorcontainer
{
  float: right;
    padding: 10px;
    position: relative;
	 border: 1px solid red;
	 margin:10px;
	}

input.error, select.error, textarea.error {
	background: #FFE6DF;
}

/* BUTTON */

.button {
	display: inline-block;
	padding: 5px 10px;
	color: #FFF !important;
	text-decoration: none;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;font-size: 11px;line-height: 1.28; /*font-family: Tahoma, Verdana, sans-serif;*/
	cursor: pointer;
	border: none;
	background: #666;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.button:hover, .button:focus, .button:active {
	outline: medium none;
	opacity: .9;
	text-decoration: none;
}

.button_orange {
	color: #FFF !important;
	background-color: #F79C00 !important;
}

/* ERROR */

#error {
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #E46C6D;
}

#error ul {
	list-style: square;
	padding: 5px;
	font-size: 11px;
}

#error ul li {
	list-style-position: inside;
	line-height: 1.6em;
	color: #000;
}

/* SUCCESS */

#success {
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #A5BD71;
}

/* FAILED */

#failed {
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #E46C6D;
}

/*
.box {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 8px !important;
}
*/
.radius {
    border-radius: 8px 8px 8px 8px;
}
.text_right {
    text-align: right;
}
.align_right {
    float: right;
    margin: 0 0 15px 15px;
}
.align_left {
    float: left;
    margin: 0 15px 15px 0;
}
.background_grey {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #DDDDDD;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1, h2, h3, h4, h5, h6 {
    font: 18px 'Verdana',cursive;
    font-weight: normal;
	margin:0px;
}
h1 {
    color: #454545;
    font-size: 18px;
}
h2 {
    color: #454545;
    font-size: 16px;
}
h3 {
    color: #454545;
    font-size: 14px;
}
h4 {
    color: #454545;
    font-size: 12px;
}
h5, h6 {
    color: #454545;
    font-size: 16px;
}

/* style light */

.form-subscr-field {
    display: block;
   /* height: 27px;*/ /*uitgeschakeld om de error ertussen te krijgen*/
    margin: 0;
    padding: 5px 0;
    text-shadow: none;
    vertical-align: middle;
	width: 100%;
	float: left;
}

.form-subscr-field input {
    float: right;
    margin-left: 10px;
    vertical-align: middle;
    width: 60%;
}

.form-subscr-field textarea {
    float: right;
    margin-left: 10px;
    vertical-align: middle;
    width: 60%;
}


.form-subscr-radio {
     display: block;
   /* height: 27px;*/ /*uitgeschakeld om de error ertussen te krijgen*/
    margin: 0;
    padding: 20px 0;
    text-shadow: none;
    vertical-align: middle;
	width: 100%;
	float: right;
}

.form-subscr-radio label {
   float: left;
   vertical-align: middle;
   width: 30%;

}

.submit-action {
    clear: both;
    float: right;
    margin-top: 10px;
    position: relative;
}


.form-subscr-field select{
    float: right;
    margin-left: 10px;
    vertical-align: middle;
    width: 62%;
	border:1px solid #CCCCCC;
  padding:2px 5px;
  color:#939393;
  border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -khtml-border-radius:3px;
  -webkit-border-radius:3px;
  -o-border-radius:3px;
  background-color:#FFFFFF;
  height: 27px;
}

.form-subscr-field input {
    float: right;
    margin-left: 10px;
    vertical-align: middle;
    width: 60%;
	border:1px solid #CCCCCC;
  padding:2px 5px;
  color:#939393;
  border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -khtml-border-radius:3px;
  -webkit-border-radius:3px;
  -o-border-radius:3px;
  background-color:#FFFFFF;
  height: 20px;
}


.form-subscr-field textarea {
    float: right;
    margin-left: 10px;
    vertical-align: middle;
    width: 60%;
	border:1px solid #CCCCCC;
  padding:2px 5px;
  color:#939393;
  border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -khtml-border-radius:3px;
  -webkit-border-radius:3px;
  -o-border-radius:3px;
  background-color:#FFFFFF;

  height: 120px;
}

input:focus,textarea:focus{
  -moz-transition:all 0.3s ease-in;
  -webkit-transition:-webkit-box-shadow 0.1s ease-in;
  -o-transition:all 0.3s ease-in;
  transition:all 0.3s ease-in;
  background: #ffffff;
}

/* style light end */







/*Elitepack bright css3 buttons
Copyright (c) 2011 Arrowthemes.com
-------------------------------------------- */

/*A little house-keeping*/
input:focus, textarea:focus {outline: none;}
a:active, a:focus {outline: 0}

/*general css styling for buttons*/
.button, .yellow
{font-size: 13px; cursor: pointer;
text-decoration: none;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
padding: 7px 13px;
box-shadow: inset 0 1px 2px #F0F0F0,  0 0 3px #BABABA;
-o-box-shadow: inset 0 1px 2px #F0F0F0,  0 0 3px #BABABA;
-webkit-box-shadow: inset 0 1px 2px #F0F0F0,  0 0 5px #BABABA;
-moz-box-shadow: inset 0 1px 2px #F0F0F0,  0 0 3px #BABABA;
border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; -khtml-border-radius: 4px 4px 4px 4px; o-border-radius: 4px 4px 4px 4px; ms-border-radius: 4px 4px 4px 4px;
behavior: url(css/PIE.htc);
}

/*input formating for css buttons*/
input.red, input.crimson, input.orange, input.yellow, input.lime, input.neon, input.olive, input.green, input.lavender, input.cyan, input.blue, input.darkblue, input.bluegrey, input.brown, input.brownred, input.lilac, input.purple, input.pink, input.grey, input.black, input.periwinkle{
height: 32px;
}


.errormailform, .successmailform {
    display: none;
    font-size: 14px;
    font-weight: bold;
	padding-left:40%;
}
.errormailform { color:#ff0000}


/*links formating for css buttons*/
a.yellow, a.yellow:hover{
text-decoration: none; cursor: pointer;}
/*size formating for css buttons*/
.bold{font-weight: bold}
.small{font-size: 11px !important; padding: 4px 8px;}
.large{font-size: 20px!important; padding: 8px 11px !important;}
.x-large{font-size: 36px!important; padding: 10px 15px !important;}
.xx-large{font-size: 48px!important; padding: 12px 18px !important;}

/*shapes formating for css buttons*/
.normal, .normal:hover
{box-shadow: inset 0 1px 2px #FFFFFF !important;
-o-box-shadow: inset 0 1px 2px #FFFFFF !important;
-webkit-box-shadow: inset 0 1px 2px #FFFFFF !important;
-moz-box-shadow: inset 0 1px 2px #FFFFFF !important;
behavior: url(css/PIE.htc);}

.normal:active{
-moz-transition: all 0s linear;
-webkit-transition: all 0s linear;
-o-transition: all 0s linear;
transition: all 0s linear;
box-shadow: inset 0 1px 2px #6D6D6D !important;
-o-box-shadow: inset 0 1px 2px #6D6D6D !important;
-webkit-box-shadow: inset 0 1px 2px #6D6D6D !important;
-moz-box-shadow: inset 0 1px 2px #6D6D6D !important;
behavior: url(css/PIE.htc);
}

.round{
-moz-border-radius: 100px !important;
-webkit-border-radius: 100px !important;
-khtml-border-radius: 100px !important;
-o-border-radius: 100px !important;
-ms-border-radius: 100px !important;
border-radius: 100px !important;
behavior: url(css/PIE.htc);}

.r-bullet{
-moz-border-radius: 7px 20px 20px 7px !important;
-webkit-border-radius: 25px !important;
-khtml-border-radius: 25px !important;
-o-border-radius: 25px !important;
-ms-border-radius: 25px !important;
border-radius: 5px 20px 20px 5px !important;
behavior: url(css/PIE.htc);
}

.l-bullet{
-moz-border-radius: 20px 7px 7px 20px !important;
-webkit-border-radius: 25px !important;
-khtml-border-radius: 25px !important;
-o-border-radius: 25px !important;
-ms-border-radius: 25px !important;
border-radius: 20px 7px 7px 20px !important;
behavior: url(css/PIE.htc);
}

/*
.box {
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-o-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-khtml-border-radius: 0 !important;}
*/

.inset {
box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA !important;
-o-box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA !important;
-webkit-box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA !important;
-moz-box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA !important;
behavior: url(css/PIE.htc);
}

.cta{
    display: inline-block;
    height: auto;
    padding: 0 20px 4px;
    position: relative;
    width: auto;
}

.cta-title{
	float: left;
	display: inline-block;
    padding: 9px 13px 19px 0;
    position: relative;
	font-size: 24px !important;
}

.cta-tagline{
	display: inline-block;
    float: left;
    font-size: 11px;
    left: 0;
    padding: 36px 21px 0;
    position: absolute;
}

.showcase .cta span{margin: 0;}

/*color formating for css buttons*/

/*yellow color*/

.yellow{
border: 1px solid #feb645; color: #404040; text-shadow: 0 1px #F0E9A1;
background: #feb645;
background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645));
background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%);
background: -o-linear-gradient(top, #f1e767 0%,#feb645 100%);
background: -ms-linear-gradient(top, #f1e767 0%,#feb645 100%);
-pie-background: linear-gradient(#f1e767, #feb645);
background: linear-gradient(top, #f1e767 0%,#feb645 100%);}

.yellow:hover {
background: #fec66c;
background: -moz-linear-gradient(top, #f4ed86 0%, #fec66c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4ed86), color-stop(100%,#fec66c));
background: -webkit-linear-gradient(top, #f4ed86 0%,#fec66c 100%);
background: -o-linear-gradient(top, #f4ed86 0%,#fec66c 100%);
background: -ms-linear-gradient(top, #f4ed86 0%,#fec66c 100%);
-pie-background: linear-gradient(#f4ed86, #fec66c);
background: linear-gradient(top, #f4ed86 0%,#fec66c 100%);
}

a.yellow, a.yellow:hover, a.yellow:active{color: #404040 !important}


/*button hover effect for css buttons*/
.button:hover, .yellow:hover
{text-decoration: none;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
box-shadow: inset 0 1px 4px #FFFFFF,  0 0 7px #BABABA;
-o-box-shadow: inset 0 1px 4px #FFFFFF,  0 0 7px #BABABA;
-webkit-box-shadow: inset 0 1px 4px #FFFFFF,  0 0 7px #BABABA;
-moz-box-shadow: inset 0 1px 4px #FFFFFF,  0 0 7px #BABABA;
}

/*button active effect for css buttons*/
.button:active, .yellow:active{
position: relative;
top: 1px;
-moz-transition: all 0s linear;
-webkit-transition: all 0s linear;
-o-transition: all 0s linear;
transition: all 0s linear;
box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA;
-o-box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA;
-webkit-box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA;
-moz-box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA;
}



/* drag */
#test-list {
	list-style: none;
}

#test-list li {
	display: block;
	padding: 20px 10px; margin-bottom: 3px;
	width:540px;
	background-color: #eee;
}

#test-list li img.handle {
	margin-right: 20px;
	cursor: move;
}		




.form {
    background-color: #F0F0F0;
    font-size: 90%;
    line-height: 10px;
    padding: 1px;
}


/* boxes
----------------------------------------------- */
.box {
	background:#fff;
	margin-bottom:10px; /*20px*/
	padding:10px 10px 1px 10px;
	box-shadow: inset 0 1px 2px #f4f4f4,  0 0 3px #BABABA;
	-o-box-shadow: 0 1px 2px #f4f4f4,  0 0 3px #BABABA;
	-webkit-box-shadow:  0 1px 2px #f4f4f4,  0 0 3px #BABABA;
	-moz-box-shadow: 0 1px 2px #f4f4f4,  0 0 3px #BABABA;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	
}
.box h2 {
	font-size: 11px;/*1em;*/
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#007dba;
	/*margin:-10px -10px 0 -10px;*/
	padding:3px 12px; /*6px 12px;*/
}


.boxgrey { background-color:#fefefe; border: 1px solid #f4f4f4;}
.banner { height:150px;}



/*----------------------------------------------*/
/* 2.3 Homepage Featured Content */
/*----------------------------------------------*/



.row {
    clear: both;
    color: #262626;
    font-family: 'edelsansRegular',Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    margin: 12px 0;
    padding-left: 34px;
}
.social-mail {
    background: url("../images/icons/contact_social.png") no-repeat scroll 0 0 transparent;
}


h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 16px;
		}
.feature-shadow { 
background:url("../images/shadow.png");
background-repeat:no-repeat;
background-position:0 300px;
height:320px;
}
		div#feature_list {
			width: 940px;
			height: 300px;
			overflow: hidden;
			position: relative;
			background:url("../images/bg.png") repeat;
			
			box-shadow: inset 0 1px 2px #f4f4f4,  0 0 3px #BABABA;
	-o-box-shadow: 0 1px 2px #f4f4f4,  0 0 3px #BABABA;
	-webkit-box-shadow:  0 1px 2px #f4f4f4,  0 0 3px #BABABA;
	-moz-box-shadow: 0 1px 2px #f4f4f4,  0 0 3px #BABABA;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 330px; /*381px;*/
		}

		ul#tabs li {
			font-family: "lucida grande",tahoma,verdana,arial,sans-serif;font-size: 13px;line-height: 1.28;
			/*font-size: 12px;
			font-family: Arial;
			*/
			padding:0;
			background:none;
			
		}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #4f4f4f;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 55px;
			outline: none;
			padding-right:30px;
			
		}

		ul#tabs li a:hover {
			text-decoration: none;
		}

		ul#tabs li a.current {
			background:  url('../images/feature-tab-current.png');
			color: #FFF;
		}
		
		ul#tabs li a.current h3 {
			color: #FFF;
			}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 640px; /*590px;*/
			height: 300px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 620px;/*570px;*/
			height: 300px;
			padding:0;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 17px;
			color: #007dba;
			background: #fff;
			-moz-border-radius: 5px;
		}
		
		ul#output li a:hover {
			background: #007dba;color: #fff;
		}





/* HoverAlls */
.captionbackground1 {background:#007dba;border-top:4px solid #b2deff;}
.captionbackground4 {background:#fefefe;border-top:5px solid #f4f4f4; opacity:0.4;filter:alpha(opacity=40); /* For IE8 and earlier */}
.cap1text {width:100%;text-align:center; font-family: "lucida grande",tahoma,verdana,arial,sans-serif;font-size: 11px;/*line-height: 1.28; font-family:'Arial';font-size:13px;*/color:#fff;line-height:30px;}
.cap4text {width:80%;text-align:left; font-style:italic; font-family: "lucida grande",tahoma,verdana,arial,sans-serif;font-size: 11px;/*line-height: 1.28; font-family:'Arial';font-size:12px;*/color:#007dba;padding-top:15px;padding-left:15px;line-height:25px;}
.block {padding-top:10px; padding-bottom:10px;}
.bannerblock {padding-bottom:9px;}
.bannerblock a {  text-decoration:none;}
.bannertextblock {margin-bottom:9px;background:#f4f4f4; padding:5px; height:110px; font-size:12px;}
.bannertextblock a {color:#007dba;}
.subpageblock {padding-bottom:9px;}



/* ==================================================================================================================================================== */
/*		END CUSTOM CSS
/* ==================================================================================================================================================== */


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* 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: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.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: h5bp.com/p */
.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: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@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 =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@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; }
}
