/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
	position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width: 40px;
}

.container_16 .grid_2 {
	width: 100px;
}

.container_16 .grid_3 {
	width: 160px;
}

.container_16 .grid_5 {
	width: 280px;
}

.container_16 .grid_6 {
	width: 340px;
}

.container_16 .grid_7 {
	width: 400px;
}

.container_16 .grid_9 {
	width: 520px;
}

.container_16 .grid_10 {
	width: 580px;
}

.container_16 .grid_11 {
	width: 640px;
}

.container_16 .grid_13 {
	width: 760px;
}

.container_16 .grid_14 {
	width: 820px;
}

.container_16 .grid_15 {
	width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
	padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
	padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left: 60px;
}

.container_16 .prefix_2 {
	padding-left: 120px;
}

.container_16 .prefix_3 {
	padding-left: 180px;
}

.container_16 .prefix_5 {
	padding-left: 300px;
}

.container_16 .prefix_6 {
	padding-left: 360px;
}

.container_16 .prefix_7 {
	padding-left: 420px;
}

.container_16 .prefix_9 {
	padding-left: 540px;
}

.container_16 .prefix_10 {
	padding-left: 600px;
}

.container_16 .prefix_11 {
	padding-left: 660px;
}

.container_16 .prefix_13 {
	padding-left: 780px;
}

.container_16 .prefix_14 {
	padding-left: 840px;
}

.container_16 .prefix_15 {
	padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
	padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
	padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right: 60px;
}

.container_16 .suffix_2 {
	padding-right: 120px;
}

.container_16 .suffix_3 {
	padding-right: 180px;
}

.container_16 .suffix_5 {
	padding-right: 300px;
}

.container_16 .suffix_6 {
	padding-right: 360px;
}

.container_16 .suffix_7 {
	padding-right: 420px;
}

.container_16 .suffix_9 {
	padding-right: 540px;
}

.container_16 .suffix_10 {
	padding-right: 600px;
}

.container_16 .suffix_11 {
	padding-right: 660px;
}

.container_16 .suffix_13 {
	padding-right: 780px;
}

.container_16 .suffix_14 {
	padding-right: 840px;
}

.container_16 .suffix_15 {
	padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
	left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
	left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
	left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left: 80px;
}

.container_12 .push_2 {
	left: 160px;
}

.container_12 .push_4 {
	left: 320px;
}

.container_12 .push_5 {
	left: 400px;
}

.container_12 .push_7 {
	left: 560px;
}

.container_12 .push_8 {
	left: 640px;
}

.container_12 .push_10 {
	left: 800px;
}

.container_12 .push_11 {
	left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left: 60px;
}

.container_16 .push_2 {
	left: 120px;
}

.container_16 .push_3 {
	left: 180px;
}

.container_16 .push_5 {
	left: 300px;
}

.container_16 .push_6 {
	left: 360px;
}

.container_16 .push_7 {
	left: 420px;
}

.container_16 .push_9 {
	left: 540px;
}

.container_16 .push_10 {
	left: 600px;
}

.container_16 .push_11 {
	left: 660px;
}

.container_16 .push_13 {
	left: 780px;
}

.container_16 .push_14 {
	left: 840px;
}

.container_16 .push_15 {
	left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
	left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
	left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
	left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left: -80px;
}

.container_12 .pull_2 {
	left: -160px;
}

.container_12 .pull_4 {
	left: -320px;
}

.container_12 .pull_5 {
	left: -400px;
}

.container_12 .pull_7 {
	left: -560px;
}

.container_12 .pull_8 {
	left: -640px;
}

.container_12 .pull_10 {
	left: -800px;
}

.container_12 .pull_11 {
	left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left: -60px;
}

.container_16 .pull_2 {
	left: -120px;
}

.container_16 .pull_3 {
	left: -180px;
}

.container_16 .pull_5 {
	left: -300px;
}

.container_16 .pull_6 {
	left: -360px;
}

.container_16 .pull_7 {
	left: -420px;
}

.container_16 .pull_9 {
	left: -540px;
}

.container_16 .pull_10 {
	left: -600px;
}

.container_16 .pull_11 {
	left: -660px;
}

.container_16 .pull_13 {
	left: -780px;
}

.container_16 .pull_14 {
	left: -840px;
}

.container_16 .pull_15 {
	left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
/** html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}*/
/* CSS stylesheet Ezwim.com
 * Author: Rob Vermeer - VermeerTech.nl
 * Version: 0.1
 * Date: 30-07-2010
 */

html {
	overflow-y: scroll;
	background-color: #fff;
}
 
body {
	font-family: arial;
	line-height: 15px;
}

/* Header */
#header_container {
	background-image: url('../img/header_gradient_2.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
	overflow: hidden;
	top: 0px;  
	left: 0px;
	position: absolute; 
	width: 100%;
}

#header_container_page {
	background-image: url('../img/header_gradient_4.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
	/*overflow: hidden;*/
	top: 0px; 
	left: 0px;
	position: absolute; 
	width: 100%;
}

#header_top {
	overflow: visible;
}
#header_bottom {
	overflow: hidden;
}

#div_logo {
	padding-left: 10px;
}

#language_login {
}

#flags {
	float: left;
	margin-left: 20px;
}

#flags a {
	margin-right: 10px;
	margin-top: 8px;
}

a.flag_en {
	float: left;
	display: block;
	width: 23px;
	height: 18px;
	background: #fff url('../img/flag_en_100.gif') 0 0 no-repeat;
	text-indent: -9999px;
}

a.flag_ne {
	float: left;
	display: block;
	width: 23px;
	height: 18px;
	background: #fff url('../img/flag_ne.gif') 0 0 no-repeat;
	text-indent: -9999px;
}

a.flag_ne:hover { background: #fff url('../img/flag_ne.gif') -23px 0;}

a.client_login {
	display: block;
	width: 180px;
	height: 27px;
	background: #fff url('../img/client_login.png') 0 0 no-repeat;
	text-indent: -9999px;
}

a.client_login:hover { background: #fff url('../img/client_login.png') -180px 0;}

a.free_trial {
	display: block;
	width: 180px;
	height: 27px;
	background: #fff url('../img/free_trial.png') 0 0 no-repeat;
	text-indent: -9999px;
}

a.free_trial:hover { background: #fff url('../img/free_trial.png') -180px 0;}

a.see_a_demo {
	display: block;
	width: 180px;
	height: 27px;
	background: #fff url('../img/see_a_demo.png') 0 0 no-repeat;
	text-indent: -9999px;
}

a.see_a_demo:hover { background: #fff url('../img/see_a_demo.png') -180px 0;}

a.webinars {
	display: block;
	width: 180px;
	height: 27px;
	background: #fff url('../img/webinars.png') 0 0 no-repeat;
	text-indent: -9999px;
}

a.webinars:hover { background: #fff url('../img/webinars.png') -180px 0;}

a.contact_us{
	display: block;
	width: 180px;
	height: 27px;
	background: #fff url('../img/contact_us.png') 0 0 no-repeat;
	text-indent: -9999px;
}

a.contact_us:hover { background: #fff url('../img/contact_us.png') -180px 0;}

#call_to_action_frontpage a {
	margin-top: 1px;
}

#call_to_action_sidebar a {
	margin-bottom: 2px;
}

#client_login {
	float: right;
}

/* Menu */

#main_menu {
	margin-top: 20px;
}

.menu-main-container {
	float: right;
	margin-right: -20px;
}


.menu-main-container, .menu li {
	position: relative;
	z-index: 6;
}

.menu li {
	margin-right: 19px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid transparent;
	padding: 2px 0px 2px 0px;
}

.menu li:hover {
	border: 1px solid #d4dade;
}

.sub-menu li {
}

.sub-menu li:hover {
	border: 1px solid white;
}

.menu-main-container a {
	color: #656d74;
	text-decoration: none;
	line-height: 20px;
	padding: 0 10px;
}
.menu-main-container li {
	float: left;
	display: block;
}

.menu-main-container a:hover {
	color: #1e6ab3;
	text-decoration: none;
	/*font-weight: bold; */
}

.menu-main-container ul li:hover > ul {
	display: block;
	float: left;
}

.sub-menu {
	background-image: url('../img/li_gradient.png');
	/*xbackground: white;*/
	/*filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;*/
	display: none;
	/*white-space:nowrap;*/
	width:210px;
	position: absolute;
	top: 23px;
	left: -1px;
	min-width: 120px;
	border: 1px solid #d4dade;
	z-index: 6;
	padding-bottom: 5px;
	padding-top: 5px;
}

.sub-menu li {
	font-size: 14px;
	font-weight: normal;
	margin-right: 0px;
	border: 1px solid transparent;
	padding: 0px 0px 0px 0px;
	/*padding-left: 7px;
	background-image: url('../img/blokje.gif');
	background-repeat: no-repeat;
	background-position: 5px 8px;*/
	float: none;
}

.sub-menu li:hover {
	/* background-image: url('../img/blokje_hover.gif');*/
	background-color: #ffffff;
	border: 1px solid transparent;
	border-top: 1px solid #d2d8dd;
	border-bottom: 1px solid #d2d8dd;
}

#menu-main .sub-menu  .current-menu-item {
	background-color: #ffffff;
	border: 1px solid transparent;
	border-top: 1px solid #d2d8dd;
	border-bottom: 1px solid #d2d8dd;
}

#menu-main .current_page_item  a , #menu-main .current-menu-parent a{
	color: #1e6ab3;
}

#menu-main  .sub-menu  a  {
	color: #656d74;
}

#menu-main  .sub-menu .current-menu-item a  {
	color: #1e6ab3;
}

#menu-main  .sub-menu  a:hover {
	color: #1e6ab3;
}

/* End menu */

#header_image_container {
	position: relative;
	height: 211px;
	overflow: hidden;
}

#header_image_container_page {
	position: relative;
	height: 153px;
	overflow: hidden;
}

#header_image_container ul {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#header_image_container li {
	padding-top: 1px;
}

#frontpage_link {
	display : block;
	position: absolute;
	width: 400px;
	height: 200px;
	text-indent: -9999px;
	background-color: transparent;
	z-index: 100;
	bottom: 0px;
	background: url(#);
}

.slideshow {
	z-index: 0;
}
.slideshow img { background:none !important;display: none }
.slideshow img.first { background:none !important;display: block }

.slide img {background:none !important;}

.wp-post-image {
}
/* End Header */

#content_container_front_page {
	/*background-image: url('../img/header_gradient_3.gif');*/
	background-repeat: repeat-x;
	background-position: bottom center;
	/*overflow: hidden;*/
	min-height: 100px;
	padding-top: 215px;
}

#content_container {
	/*background-image: url('../img/header_gradient_3.gif');*/
	background-repeat: repeat-x;
	background-position: bottom center;
	/*overflow: hidden;*/
	min-height: 100px;
	padding-top: 240px;
}
/* Tab1 */
#tab1 {
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cfd5ef;
}

#tab1_ul {
	border-bottom: 1px solid #cfd5ef;
	padding-left: 20px;
	padding-bottom: 3px;
}
#tab1_ul li {
	display: inline;
	padding: 5px 15px 2px 15px;
	margin-right: 20px;
	border: 1px solid transparent;
	font-size: 16px;
}

#tab1_ul .ui-state-active {
	background-color: #fff;
	/*-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;*/
	border: 1px solid #cfd5ef;
	border-bottom: 2px solid white;
	color: #1e6ab3;
}

#tab1 a {
	color: #9ca1a7;
}

#tab1 .tabsSingleContainer a {
	color: #1e6ab3;
}

#tab1 h4 a {
	color: #1e6ab3;
}


#tab1 a:hover {
	color: #1e6ab3;
}

#tab1 h4 a:hover {
	color: #1e6ab3;
	text-decoration: underline;
}

#tab1 .ui-state-active a {
	color: #1e6ab3;
}
/* End tab1 */

/* Tab2 */
.ui-tabs .ui-tabs-hide {
     display: none;
}
.tab2 {
	padding-top: 10px;
	background-color: #fff;
	height: 85px;
	margin-bottom: 30px;
}

.tab2 li {
	padding-left: 11px;
	background-image: url('../img/blokje.gif');
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-bottom: 10px;
}

.tab2 li:hover {
	background-image: url('../img/blokje_hover.gif');
}

.tab2 .ui-state-active {
	background-image: url('../img/blokje_hover.gif');
}

.tab2_ul {
	padding: 0px 10px;
	width: 300px;
	display: inline;
	float: left;
}

.tabs2Container {
	font-size: 13px;
	font-weight: normal;
	color: #656d74;
	line-height: 20px;
	padding-left: 10px;
	width: 600px;
	display: inline;
	float: left;
}

.tabsSingleContainer {
	font-size: 13px;
	font-weight: normal;
	color: #656d74;
	line-height: 20px;
	padding-left: 10px;
}

.tabsSingleContainer p {
	font-size: 13px;
}

.tabsSingleContainer h4 {
	color: #1e6ab3;
	font-size: 11px;
}

.tabsSingleContainer a {
	color: #1e6ab3;
	font-size: 11px;
	font-weight: normal;
}

.tabs2image {
	display: inline;
	float: left;
	width: 140px;
}

.tabs2content {
	display: inline;
	float: left;
	width: 438px;
	border-left: 1px solid #adbcdf;
	padding: 0px 10px 0px 10px;
}

.tabs2Container h1 {
	font-size: 16px;
	font-weight: normal;
	color: #1e6ab3;
	margin-bottom: 5px;
}

.tabs2content p {
	font-size: 13px;
}

.tabs2Container h4 {
	font-size: 11px;
}

.tabs2Container a {
	font-size: 11px;
	font-weight: normal;
}


/* End tab2 */

/* News */
#content_news {
	position: relative;
	margin: auto;
	overflow: hidden;
	clear: both;
	background-image: url('../img/news_bar.gif');
	background-position: center center;
	padding: 7px 10px 0px 10px;
	height: 23px;
	clear: both;
	margin-top: 15px;
}

#news_inner {
	padding: 0px 10px;
}

#news_ticker {
	position: relative;
	overflow: hidden;
}

#news_ticker p {
	color: #656d74;
	font-size: 14px;
}

#news_ticker a {
	color: #1e6ab3;
	font-size: 14px;
}

#news_ticker a:hover {
	color: #1e6ab3;
	text-decoration: underline;
}

.headline_single {
	position: absolute;
	top: 0px;
	left: 115px;
	width: 900px;
}

.headline {
	position: absolute;
	top: 40px;
	left: 115px;
	width: 900px;
}

#rss_image {
	position: absolute;
	top: 0px;
	right: 20px;
	float: right;
}
a.news_rss {
	display: block;
	width: 15px;
	height: 15px;
	background: #fff url('../img/rss.gif') 0 0 no-repeat;
	text-indent: -9999px;
}
/* End news */

/* Testimonial */
.over_users {
	padding: 0px 10px;
	margin-top: 30px;
	float: left;
	color: #1e6ab3;
	font-size: 13px;
}

.see_all {
	padding: 0px 10px;
	margin-top: 30px;
	float: right;
	color: #9ca1a7;
	font-size: 11px;
}

.see_all a {
	color: #1e6ab3;
}

.see_all a:hover {
	color: #1e6ab3;
	text-decoration: underline;
}

#testimonials {
	margin-top: 5px;
	border-top: 1px solid #cfd5ef;
	border-bottom: 1px solid #cfd5ef;
}

#testimonials_inner {
	height: 46px;
	overflow: hidden;
}

#testimonials img {
	float: left;
}
/* End testimonial */

/* Tab 3 */
#tab3 {
	overflow: hidden;
	background-color: #eef1f9;
	min-height: 120px;
	margin-top: 30px;
}

#tab3 ul {
	background-color: #f7f9fc;
	padding: 5px 0px 5px 0px;
}

#tab3 li {
	display: inline;
}

#tab3 .ui-state-active {
	padding: 5px 0px 5px 0px;
	background-color: #eef1f9;
}

#tab3 p {
	color: #656d74;
	font-size: 13px;
	padding: 10px 10px;
}

#tab3 a {
	color: #b7c0c8;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
}

#tab3 a:hover {
	color: #1e6ab3;
}

#tab3 .ui-state-active a {
	color: #1e6ab3;
}
/* End tab3 */

/* Page content */
#content {
	/*position: relative;*/
}

#content_inner {
	padding: 0 10px;
	margin-top:17px;
	float:left;
}

#content h1 {
	font-size: 22px;
	color: #1e6ab3;
	margin-top: 15px;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 27px;
}

#content h2 {
	font-size: 20px;
	color: #1e6ab3;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 26px;
}

#content h3 {
	font-size: 18px;
	color: #1e6ab3;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 24px;
}

#content h4 {
	font-size: 18px;
	color: #1e6ab3;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 24px;
	border-bottom: 1px solid #e1e1e1;
}

#content h5 {
	font-size: 15px;
	color: #1e6ab3;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 25px;
}

#content h6 {
	font-size: 13px;
	color: #1e6ab3;
	margin-top: 0px;
	margin-bottom:  0px;
	line-height: 23px;
	font-weight: normal;
}

#content p {
	font-size: 13px;
	color: #000;
	margin-bottom: 20px;
	line-height: 23px;
	letter-spacing: 0px;
}

#content ul {
	font-size: 13px;
	color: #000;
	margin-top: -10px;
	margin-bottom: 20px;
	padding-left: 15px;
}

#content li {
	font-size: 13px;
	color: #000;
	line-height: 23px;
	padding-left: 20px;
	background-image: url('../img/blokje.gif');
	background-repeat: no-repeat;
	background-position: 5px 9px;
}

#content a {
	font-size: 13px;
	color: #1e6ab3;
	text-decoration: none;
}

#content a:hover {
	font-size: 13px;
	color: #1e6ab3;
	text-decoration: underline;
}

#content .spacer_ {
	/*xline-height: 10px;*/
}

#custom_field_image {
	position: relative;
	margin-top: -48px;
	overflow: visible;
	z-index: 5;
}

#content .news_archive_link {
	margin-bottom: 5px;
}

#content .news_date {
	width: 75px;
}

#content .news_date p {
	margin: 0;
}

#content .news_link p {
	margin: 0;
}

#content .news_link {
	width: 600px;
}

#content .news_td {
	padding-bottom: 10px;
}

#content .spacer {
	height: 10px;
	margin-bottom: 0px;
}
/* End page content */

/* Sidebar */
#sidebar_container {
	width: 180px;
	float: right;
	margin-top:17px;
}

#sidebar_container a {
	color: #656d74;
	font-weight: normal;
}

#sidebar_container a:hover {
	color: #1e6ab3;
}

#sidebar_container li {
	font-size: 12px;
	width: 173px;
}

#sidebar_container .menu li {
	/*xbackground-color: #eef1f9;*/
	border: 0px solid red;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	padding: 1px 2px 1px 5px;
	width: 171px;
}

#sidebar_container .menu li:hover{
	background-color: #ffffff;
	border: 0px solid red;
	border-top: 1px solid #d2d8dd;
	border-bottom: 1px solid #d2d8dd;
}

#sidebar_container .menu .menu-item-826 {
	margin-top: 8px;
}

#sidebar_container .menu .menu-item-822 {
	margin-top: 4px;
}

#sidebar_container .menu .current_page_item {
	background-color: #ffffff;
	border: 0px solid red;
	border-top: 1px solid #d2d8dd;
	border-bottom: 1px solid #d2d8dd;
	background-image: none;
}

#sidebar_container .menu .current_page_item a{
	color: #1e6ab3;
}

#sidebar_container h4 {
	color: #1e6ab3;
	font-size: 16px;
}

.heading_gradient {
	margin-top: 30px;
	background-image: url('../img/li_gradient.png');
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid transparent;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	width: 178px;
}

.heading_gradient h4 {
	border-bottom: 1px solid #e1e1e1;
	margin: 5px;
	padding: 5px 0px;
}

#sidebar_container .menu {
	background-image: url('../img/li_gradient.png');
	background-position: 15px -37px;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	width: 178px;
	padding-bottom: 5px;
}

#sidebar_container #menu-products  {
	background-image: url('../img/li_gradient_products.png');
	background-position: 15px -37px;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	width: 178px;
	padding-bottom: 5px;
}

.attachment_link a {
	padding-bottom: 5px;
}

.attachment-thumbnail {
	position: relative;
    margin-bottom: -2px;
    margin-right: 3px;
	padding-bottom: 5px;
	float: left;
	clear: both;
}

a.sidebar_blog {
	padding-left: 20px;
	background: url('../img/icon_blog.gif') 0 0 no-repeat;
}

a.sidebar_linkedin {
	padding-left: 20px;
	background: url('../img/linkedin.png') 0 0 no-repeat;
}

a.sidebar_twitter {
	padding-left: 20px;
	background: url('../img/twitter.gif') 0 0 no-repeat;
}

a.sidebar_newsletter {
	padding-left: 20px;
	background: url('../img/newsletter.png') 0 0 no-repeat;
}
/* End sidebar */

/* Footer */
#footer {
	margin-top: 30px;
	text-align: center;
}

#footer h5 {
	margin-bottom: 30px;
}

#footer a {
	color: #adbcdf;
}

#footer a:hover {
	color: #1e6ab3;
}
#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}
#demo {
	position:absolute;
	left:0;
	top:0;
	width:720px;
	height:410px;
	display:none;
	z-index:9999;
}
/* End footer */

/* Classes */

	/* Tabs */
	.ui-tabs .ui-tabs-hide {
		 display: none;
	}

/* End classes */

/* Typography */
p {
	font-size: 11px;
	line-height: 20px;
}

ul {
	font-size: 13px;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	color: #adbcdf;
}
/* End typography */

.alignleft  {
	clear: both;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.alignright  {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
	padding-bottom: 5px;
}

/* Contact */
#formcontainer{
	font-size: 13px;
	width:460px;
}

#formcontainer input{
	color: #bfc0c0;
}

#formcontainer label {
	display:block;
	float:left;
	width:210px;
	padding:0;
	margin:0;
}

#formcontainer #lastname, #formcontainer #firstname{
	border: 1px solid #b7c4df;
	display:block;
	float:left;
	width:120px;
	padding: 0;
	margin:0 0 15px 0;
}

#formcontainer #firstname{
	margin-right:2px;
}

#formcontainer #business, #formcontainer #how, #formcontainer #webinar, #formcontainer #naam, #formcontainer #email, #formcontainer #phone, #formcontainer #title, #formcontainer #company, #formcontainer #country, #formcontainer #questions {
	border: 1px solid #b7c4df;
	display:block;
	float:left;
	width:244px;
	padding:0;
	margin:0 0 15px 0;
}

#formcontainer #webinar {
	width: 246px;
}

#formcontainer textarea {
	height: 60px;
	width: 244px;
}

#formcontainer #qdiv {
	clear: both;
	height: 45px;
}

#formcontainer #webinar:focus, #formcontainer #naam:focus, #formcontainer #firstname:focus, #formcontainer #lastname:focus, #formcontainer #email:focus, #formcontainer #phone:focus, #formcontainer #title:focus, #formcontainer #company:focus, #formcontainer #country:focus, #formcontainer textarea:focus{
	background-color:#b7c4df;
	border: 1px solid #b7c4df;
}

#formcontainer #using input {
	margin-left: 15px;
}

#formcontainer .using  {
	margin-left: -15px;
}

#formcontainer #submit {
	float: right;
	color: #000;
	text-indent: -1000em;
	background: #fff url('../img/submit.png') 0 0 no-repeat;
	width: 57px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 0;
	margin-right: 4px;
}

#formcontainer #submit:hover {
	background: #fff url('../img/submit.png') -57px 0 no-repeat;
}

#formcontainer #submit:active {
	background: #fff url('../img/submit.png') -114px 0 no-repeat;
}

#formcontainer #subscribe {
	float: right;
	color: #000;
	text-indent: -1000em;
	background: #fff url('../img/submit.png') 0 0 no-repeat;
	width: 57px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 0;
	margin-right: 4px;
}

#formcontainer #subscribe:hover {
	background: #fff url('../img/submit.png') -57px 0 no-repeat;
}

#formcontainer #subscribe:active {
	background: #fff url('../img/submit.png') -114px 0 no-repeat;
}

#formcontainer #submit input {
}

#formcontainer .active {
	color: #000;
}
#formnewsletter{
	font-size: 13px;
	width:330px;
}

#formnewsletter input{
	color: #bfc0c0;
}

#formnewsletter label {
	display:block;
	float:left;
	width:80px;
	padding:0;
	margin:0;
	font-weight: normal;
}

#formnewsletter #naam, #formnewsletter #email {
	border: 1px solid #b7c4df;
	display:block;
	float:left;
	width:244px;
	padding:0;
	margin:0 0 15px 0;
}

#formnewsletter #naam:focus, #formnewsletter #email:focus {
	background-color:#b7c4df;
	border: 1px solid #b7c4df;
}

#formnewsletter #subscribe {
	float: right;
	color: #000;
	text-indent: -1000em;
	background: #fff url('../img/submit.png') 0 0 no-repeat;
	width: 57px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 0;
	margin-right: 4px;
}

#formnewsletter #subscribe:hover {
	background: #fff url('../img/submit.png') -57px 0 no-repeat;
}

#formnewsletter #subscribe:active {
	background: #fff url('../img/submit.png') -114px 0 no-repeat;
}

#formnewsletter #submit input {
}

#formnewsletter .active {
	color: #000;
}

#content .infiniteCarousel {
	background: url('../img/logo_gradient.png') repeat-x 0 0;
	width: 680px;
	position: relative;
	height: 66px;
}

#content .infiniteCarousel .wrapper {
  width: 600px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 66px;
  margin: 0 40px;
}

#content .infiniteCarousel .wrapper ul {
	width: 9999px;
	padding: 0;
	margin: 0;
	margin-top: 7px;
}

#content .infiniteCarousel ul li {
	background-image: none;
	display:block;
	float:left;
	padding: 0 2px;
	margin: 0;
	height: 44px;
	width: 96px;
}

#content .infiniteCarousel ul li a img {
  display:block;
}

#content .infiniteCarousel .arrow {
  display: block;
  height: 14px;
  width: 19px;
  text-indent: -9999px;
  position: absolute;
  top: 20px;
  cursor: pointer;
}

#content .infiniteCarousel .forward {
  background: url('../img/logo_right.png') no-repeat 0 0;
  right: 10px;
}

#content .infiniteCarousel .back {
  background: url('../img/logo_left.png') no-repeat 0 0;
  left: 10px;
}


.font_subHeading{font-weight:normal;}
span.customerName{color: #1E6AB3;  margin-bottom: 0 ; float: right; margin-top: 10px;}
p.singleLineTestimonial{height: 55px;}
p span.smallfont{font-size:xx-small;}
p.tabOperator{font-weight: normal; color: #1e6ab3; font-size: medium;}
p.tabOperatorFont{font-size:small;}
.container_12_home_bottom {	margin-left: auto;	margin-right: auto;	width: 960px;  margin-left: auto; margin-right: auto;}
.grid_12_home{	display: inline; float: left; margin-left: 10px; margin-right: 10px; width: 950px; }
.loading{background-image:url(../img/loading.gif);background-repeat:no-repeat;background-position:center;}
.product_footer_container{	display: inline;    float: left;    margin-left: 10px;    margin-right: 10px; width: 930px; }
.product_footer {margin-top: 20px; text-align:center;	color: #9ca1a7;	font-size: 11px;}
.product_footer a {	color: #1e6ab3;}
.product_footer a:hover {color: #1e6ab3;text-decoration: underline;}

#footer_container {
	background: #fff url('../img/footer_gradient.gif') repeat-x;
	clear: both;
	overflow: auto;
	margin-top: 30px;
}

#footer_container #footer {
	border-top: #cfd5ef 1px solid;
}

#footer_sitemap {
	text-align: left;
	overflow: hidden;
	margin: -20px 10px 40px;
}

#footer_sitemap li {
	float: left;
	font-size: 11px;
	border: 0;
	color: #397abe;
	width: 153px;
}

#footer_sitemap li ul li {
	float: none;
}

#footer_sitemap li ul {
	margin-top: 8px;
}

#footer_sitemap a {
	color: #666d73;
	font-weight: normal;
}
