/* Default stylesheet for Clinicbuilders */
/* General elements */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Sans Serif;
	font-size: 100%;
	color: #6b5953;
	background: #ffffff;
}

h1 {
	font-family: Georgia, Verdana, Arial, Sans Serif;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 0.85em;
	color: #150a06;
	margin: 0 0 20px 0;
}

h2 {
	font-family: Georgia, Verdana, Arial, Sans Serif;
	font-size: 1.75em;
	font-weight: normal;
	line-height: 1.143em;
	color: #150a06;
	border-bottom: 3px solid #abb821;
	padding: 0 0 3px 0;
	margin: 0 0 12px 0;
}

h3 {
	color: #150a06;
	font-size: 1.167em;
	line-height: 1.286em;
}

h4, h5, h6 {
}

img {
	border: 0;
}

p {
	margin: 0 0 24px 0;
}

a {
	color: #236ad8;
}

a:hover {
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0 0 24px 0;
	list-style: none;
}

ul li {
	padding: 0 0 0 12px;
	background: url(../img/bullet.png) no-repeat left 7px #ffffff;	
}

ol {
	padding: 0 0 0 24px;
	margin: 0 0 24px 0;
}

table {
}

table th,
table td {
}

hr {
	margin-bottom: 24px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	border: 0;
	border-bottom: 3px solid #abb821;
}

/* Forms */

form fieldset {
	border: 0;	
}

form fieldset br {
	clear: both;	
}

form fieldset legend {
	display: none;	
}

form fieldset label {
	float: left;
	width: 165px;
	margin: 0 20px 8px 0;
	padding: 0;
	color: #150a06;
	font-weight: bold;
	font-size: 1.167em;
	text-align: right;
}

form fieldset input, 
form fieldset select,
form fieldset textarea {
	width: 321px;
	height: 17px;
	margin: 0 0 8px 0;
	padding: 4px 2px;
	border: 1px solid #150a06;
	border-right: 1px solid #d2d8df;
	border-bottom: 1px solid #d2d8df;
	color: #6b5953;
	font-family: Arial, Verdana, Sans Serif;
	font-size: 1em;
}

form fieldset textarea {
	height: 96px;	
}

form input.submit {
	width: 119px;
	height: 31px;
	margin: 0 0 8px 185px;
	background: url(../img/button_submit.png) no-repeat top left;	
	border: 0;
	color: #ffffff;	
	font-family: Arial, Verdana, Sans Serif;
	font-size: 1em;
}

form input.submit:hover {
	background: url(../img/button_submit_hover.png) no-repeat top left;
}

form fieldset label input {
	width: 13px;
	height: 13px;
	padding: 0;
}

form fieldset div.radio {
	float: left;
	width: 380px;	
	margin: 0 0 8px 0;
}

form fieldset div.radio label.radiolabel {
	width: auto;
	margin: 0 0 2px 0;
	padding: 0;
	border: 0;
	color: #766a62;
	font-size: 1.083em;
	font-weight: normal;
	text-align: left;
}

form fieldset div.radio input {
	display: block;
	float: left;
	width: auto;
	margin: 2px 5px 2px 0;
	border: 0;
}

form fieldset label.checkboxlabel {
	width: auto;
	margin: 0 0 8px 185px;
	padding: 0;
	color: #766a62;
	font-size: 1.083em;
	font-weight: normal;
	text-align: left;
}

form fieldset label.checkboxlabel input {
	width: auto;
	border: 0;
	vertical-align: -3px;
	float: left;
	margin: 2px 5px 2px 0;
}

form fieldset input.error,
form fieldset textarea.error {
	background: #ffe5e5;
	border: 1px solid #f00;
	color: #766a62;
}

div.error label {
	color: #f00 !important;
}

div.error_holder {
	padding: 0 0 0 185px;
	margin: 0 0 24px;
	background: url(../img/bg_warning.png) no-repeat 95px bottom;
}

div.error_holder p {
	color: red;
	font-size: 16px;
	margin-bottom: 12px;
}

div.error_holder ul {
	margin: 0;
}

div.error_holder ul li {
	padding: 0;
	background: none;
	color: red;
}

/* Custom elements */

p.intro {
	color: #150a06;
	font-size: 1.25em;
	line-height: 1.4em;
}

img.mainimg {
	float: left;
	margin: 0 20px 20px -35px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;	
}

a.button {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

a.button span {
	float: left;
	display: block;
	background: url(../img/sprite_button.png) no-repeat 0 0;
	width: 5px;
	height: 31px;
}

a.button span.leftcap {
	background-position: 0 0;
}

a.button span.text {
	background-position: 0 -31px;
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 18px;
	width: auto;
	padding: 6px 8px 0 8px;
	height: 31px;
	text-align: center;
}

a.button:hover span.text{
	text-decoration: underline;
}

a.button span.rightcap {
	background-position: -5px 0;
}

img.photo_frame {
	padding: 9px 11px 9px 9px;
	background: url(../img/bg_photo_frame.png) no-repeat left top;
}

blockquote {
	color: #150a06;
	font-size: 13px;
	font-style: italic;
}

span.writer_quote {
	color: #b84421;
	font-weight: normal;
}

/* Layout */

div.headerwrapper, 
div.contentwrapper, 
div.footerwrapper {
	font-size: 0.75em;
	line-height: 1.5em;	
}

div.headerwrapper {
	background: url(../img/bg_header.png) repeat-x top left #ffffff;	
	min-height: 97px;
}

div.header,
div.contentwrapper, 
div.footer {
	margin: 0 auto;
	width: 900px;
}

div.contentwrapper {
	margin: 25px auto 75px auto;
	padding: 0 10px;
	overflow: hidden;	
}

div.footerwrapper {
	background: url(../img/bg_footer_wrapper.png) repeat-x top left #aab71a;	
	min-height: 198px;
	padding-top: 25px;
}

div.col_main {
	width: 900px;
	clear: both;
}

div.col_main_small {
	width: 540px;
	float: left;
	margin: 0 36px 0 0;
	padding: 0 0 0 35px;
}

div.col_right {
	float: left;
	width: 289px;
	font-size: 0.917em;
}

div.col_right_hide * {
	display: none;
}

div.col_right_top {
	height: 19px;
	background: url(../img/bg_alsosee_top.png) no-repeat top left #ffffff;	
}

div.col_right_mid {
	padding: 20px 50px 20px 40px;
	width: 198px;
	background: url(../img/bg_alsosee_mid.png) repeat-y top left #ffffff;	
	overflow: hidden;
}

div.col_right_bottom {
	height: 19px;
	background: url(../img/bg_alsosee_bottom.png) no-repeat top left #ffffff;	
}

div.container {
	margin: 0 0 25px 0;	
}

/* Lightbox */

#sb-wrapper {
	width: 760px !important;
	left: 50% !important;
	margin-left: -369px;
}

div.lightbox {
	padding: 20px 30px 0;
	border-top: 3px solid #abb821;
	font-size: 13px;
}

div.lightbox h2 {
	font-size: 21px;
}

div.lightbox h2 span {
	color: #6b5953;
	font-size: 11px;
}

div.lightbox form fieldset p.label strong,
div.lightbox form fieldset label {
	width: auto;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #150a06;
}

div.lightbox fieldset.ontvanger {
	float: left;
	width: 323px;
	margin: 0 25px 20px 0;
}

div.lightbox fieldset.afzender {
	float: left;
	width: 323px;
	margin: 0 0 20px;
}

div.lightbox div.submit_holder {
	margin: 0 -30px;
	padding: 20px 0;
	background: #abb821;
}

div.lightbox div.submit_holder input.submit {
	width: 198px;
	margin-left: 270px;
	background: url(../img/button_submit_lightbox.png) no-repeat top left;
	font-size: 12px;
}

div.lightbox div.submit_holder input.submit:hover {
	background: url(../img/button_submit_lightbox_hover.png) no-repeat top left;
	text-decoration: underline;
}

div.lightbox div.error_holder {
	background-position: 0 bottom;
	padding-left: 60px;
}

/* Header */

img.logo {
	margin: 17px 35px 0 40px;	
	float: left;
}

ul.mainnav { 
	margin: 35px 0 0 0;
	padding: 0;	
	float: left;
	width: auto;
	overflow: hidden;
	height: 90px;
}

ul.hasnosub {
	height: 62px;	
}

ul.mainnav li { 
	float: left;
	background: none;
	padding: 0;
}

ul.mainnav li:first-child {
	background: none;
}

ul.mainnav li a {
	font-family: Georgia, Verdana, Arial, Sans Serif;
	color: #6b301e;
	display: block;	
	text-decoration: none;
	width: auto;
	overflow: hidden;
	padding-bottom: 7px;
	position: relative;
	margin-left: -1px;
	cursor: pointer; 
}

ul.mainnav li span {
	display: block;
	float: left;
	height: 44px;
}

ul.mainnav li span.nav_left, 
ul.mainnav li span.nav_right {
	width: 15px;
}

ul.mainnav li:hover span.nav_left,
ul.mainnav li.active span.nav_left {
	background: url(../img/menu_sides.png) no-repeat top left;
}

ul.mainnav li span.nav_mid {
	padding: 15px 0 0 0;
}

ul.mainnav li:hover span.nav_mid,
ul.mainnav li.active span.nav_mid {
	background: url(../img/menu_mid.png) no-repeat top center;
	color: #ffffff;
}

ul.mainnav li span.nav_right {
	background: url(../img/seperator.png) no-repeat right 8px;
}

ul.mainnav li.lastitem span.nav_right {
	background: none;
}

ul.mainnav li:hover span.nav_right, 
ul.mainnav li.active span.nav_right {
	background: url(../img/menu_sides.png) no-repeat top right;
}

ul.mainnav li ul { 
	position: absolute;
	left: -999em;
	overflow: hidden;
}

ul.mainnav li.active ul { 
	left: auto;
}

ul.mainnav li.active ul li {
	float: left;
	background: none;
	padding: 0 10px;
	border-left: 1px solid #ffffff;
}

ul.mainnav li.active ul li:first-child {
	border: 0;
	padding-left: 0;	
}

ul.mainnav li.active ul li a {
	color: #ffffff;
	font-family: Arial, Verdana, Sans Serif;
	padding: 0;
}

ul.mainnav li.active ul li a:hover,
ul.mainnav li.active ul li.sub_active a {
	text-decoration: underline;	
}

p.contact {
	background: url(../img/icon_contact.png) no-repeat top right;	
	width: 125px;
	height: 56px;
	overflow: hidden;
	font-family: Georgia, Verdana, Arial, Sans Serif;	
	font-size: 1.333em;
	text-align: right;
	float: right;
	margin: 25px 0 0 0;
	padding: 0 35px 0 0;
}

p.contact a {
	font-family: Arial, Verdana, Sans Serif;	
	font-size: 0.687em;
	padding: 0 15px 0 0;
}

div.breadcrumb {
	width: 540px;
	float: left;
}

div.breadcrumb ul {
	margin: 0 0 0 35px;
	overflow: hidden;
	font-size: 0.917em;
}

div.breadcrumb ul li {
	float: left;
	padding: 0 5px 0 0;
	background: none;
}

div.breadcrumb ul li a {
	text-decoration: none;
}

div.breadcrumb ul li span {
	margin: 0 0 0 2px;
	color: #236ad8;
}

/* Content */

ul.links {
	margin: 0;
	padding: 0;
}

ul.links li {
	padding: 0;
	background: none;
}

ul.links li a {
	text-decoration: none;
}

ul.links li a:hover {
	text-decoration: underline;
}

div.more_information {
	background: #fbfbfb;
	border-bottom: 1px solid #f5f5f5;
	color: #150a06;	
}

div.more_information p {
	font-size: 1.25em;
}

div.more_information h2 {
	margin-bottom: 30px;
}

div.more_information a.button {
	float: left;
	margin: 0 25px;	
}

div.contact {
	width: 776px;	
	background: url(../img/bg_contact_mid.png) repeat-y;
	padding: 25px 35px;
}

div.contact_top {
	background: url(../img/bg_contact_top.png) no-repeat top left;
	height: 18px;	
}

div.contact_bottom {
	background: url(../img/bg_contact_bottom.png) no-repeat bottom left;
	height: 19px;	
}

ul.underlying_pages_overview {
	margin: 0;
}

ul.underlying_pages_overview li {
	padding: 20px 0;
	background: none;
	border-top: 1px solid #f5f5f5;
	clear: both;
}

ul.underlying_pages_overview li:first-child {
	padding-top: 0;
	border-top: none;
}

ul.underlying_pages_overview li h3 {
	margin-top: -4px;	
}

ul.underlying_pages_overview li h3 a {
	color: #150a06;
}

ul.underlying_pages_overview li p {
	margin-bottom: 12px;
}

ul.underlying_pages_overview li img {
	float: right;
	margin: 0 0 20px 50px;
}

ul.underlying_pages_overview li a.readmore {
	font-size: 0.917em;
}

div.succes_story h3 {
	font-size: 1.25em;
	font-weight: bold;
}

div.succes_story h4 {
	margin: 0 0 25px;
	color: #150a06;
	font-size: 1.25em;
	font-weight: normal;
}

div.succes_story blockquote {
	font-family: Georgia, Verdana, Arial, "Sans Serif";
	font-size: 1.917em;
	line-height: 1.043em;
}

ul.succes_story_nav {
	margin: 0;
	overflow: hidden;
}

ul.succes_story_nav li {
	float: left;
	padding: 0;
	background: none;
}

ul.succes_story_nav li a {
	display: block;
	float: left;
	height: 23px;
	margin: 0 0 0 5px;
	padding: 0 6px 0 12px;
	background: url(../img/btn_successtory_nav_left.png) no-repeat left top;
	font-size: 11px;
	line-height: 22px;
	text-decoration: none;
}

ul.succes_story_nav li a:hover {
	text-decoration: underline;
}

ul.succes_story_nav li:first-child a {
	margin-left: 0;
}

ul.succes_story_nav li span {
	float: left;
	width: 4px;
	height: 23px;
	background: url(../img/btn_successtory_nav_right.png) no-repeat right top;
	text-indent: -999px;
	overflow: hidden;
}


/* Teasers */

div.sendafriend {
	margin: 0 0 15px 0;
	padding: 0 0 0 40px;
	width: 249px;
	float: right;
	font-size: 0.917em;
}

div.sendafriend a {
	background: url(../img/icon_email.png) no-repeat right 5px;	
	padding: 0 20px 0 0;
}

div.teaser h2 a {
	color: #150A06;
	text-decoration: none;
}

div.teaser h2 a:hover {
	text-decoration: underline;
}

div.teaser p {
	margin-bottom: 12px;
}

div.teaser a.readmore {
	display: inline-block;
	margin-bottom: 12px;
}

div.teaser ul.download_list {
	margin-bottom: 0;
}

div.teaser ul.download_list li {
	padding: 0 0 7px 40px;
	margin: 0 0 13px;
	background: url(../img/icon_download.png) no-repeat 5px top;
}

div.teaser ul.download_list li.pdf {
	background: url(../img/icon_download_pdf.png) no-repeat left top;
}

div.col_main_small div.call_to_action {
	position: relative;
	padding: 0 0 20px;
	background: #fbfbfb;
	width: 100%;
	overflow: hidden;
}

div.col_main_small div.call_to_action h2 {
	background: #fff;
	margin-bottom: 20px;
}

div.col_main_small div.call_to_action p {
	margin-bottom: 0;
	padding: 0 25px 0 0;
	color: #150a06;
	font-size: 15px;
}

div.col_main_small div.call_to_action a.button {
	float: left;
	margin: 0 30px 0 25px;
}

div.col_right_mid div.call_to_action {
	margin-bottom: 12px;
	overflow: hidden;
}

div.col_right_mid div.call_to_action .phone_number {
	font-family: Georgia, Verdana, Arial, Sans Serif;
	font-size: 16px;
	margin: 0;
}

div.col_right_mid div.call_to_action a.button {
	float: none;
	display: inline-block;
}

div.col_right_mid div.call_to_action p {
	margin: 0 0 15px 0;	
}

div.testimonial_teaser em {
	color: #150a06;
}

div.testimonial_teaser blockquote a {
	color: #150a06;
	text-decoration: none;
}

div.testimonial_teaser blockquote a:hover {
	text-decoration: underline;
}

div.testimonial_teaser img.photo_frame {
	float: left;
	margin: -2px 5px 5px 0;
}

/* home */

div#brandBox {
	min-height: 437px;
}

div.brandbox_holder {
	position: relative;
}

a.banner_brandbox {
	position: absolute;
	top: 17px;
	right: -6px;
}

div.teasers_homepage {
	position: relative;
	left: 18px;
	margin-top: -64px;
	overflow: hidden;
}

div.teasers_home {
	position: relative;
}

div.teasers_home_big {
	position: relative;
	float: left;
	width: 270px;
	min-height: 125px;
	margin: 0;
}

div.teasers_home_big.first {
	padding: 18px 27px 0 36px;
	background: url(../img/bg_teaser_homepage_big_first.png) no-repeat left top;
}

div.teasers_home_big.second {
	padding: 18px 27px 0;
	background: url(../img/bg_teaser_homepage_big_second.png) no-repeat left top;
}

div.teasers_home_small {
	float: left;
	width: 162px;
	min-height: 125px;
	padding: 18px 36px 0 27px;
	background: url(../img/bg_teaser_homepage_small.png) no-repeat left top;	
}

div.teasers_home_big h2 {
	padding-right: 55px;
	border: none;
}

div.teasers_home_small h2 {
	border: none;
}

div.teasers_home_big h2 a,
div.teasers_home_small blockquote p a {
	color: #150a06;
	text-decoration: none;
}

div.teasers_home_big h2 a:hover,
div.teasers_home_small blockquote p a:hover {
	text-decoration: underline;
}

div.teasers_home_big img {
	position: absolute;
	top: 20px;
	right: 40px;
	width: auto;
	height: auto;
}

div.teasers_home_big a.readmore {
	display: inline-block;
	margin-bottom: 12px;	
}

div.teasers_home_big ul.download_list li {
	padding: 0 0 7px 40px;
	margin: 0 0 13px;
	background: url(../img/icon_download.png) no-repeat 5px top;
}

div.teasers_home_big ul.download_list li.pdf {
	background: url(../img/icon_download_pdf.png) no-repeat left top;
}

/* Footer */

div.footer {
	padding: 0 0 40px 100px;
	background: url(../img/bg_footer.png) repeat;
}

div.footer a {
	color: #fff
}

div.footer h3 {
	margin: 0 0 25px;
	color: #fff;
	font-size: 1.333em;
	font-weight: normal;
}

div.footer ul li {
	padding: 0 0 0 10px;
	background: url(../img/bg_listitem_footer.png) no-repeat left center;
}

div.footer ul li a {
	text-decoration: none;
}

div.footer ul li a:hover {
	text-decoration: underline;	
}

div.footer div.footer_nav {
	float: left;
	width: 640px;
}

div.footer div.footer_nav li {
	float: left;
	width: 310px;		
}

div.footer div.about_clinicbuilders {
	float: left;
	width: 260px;
}

div.footer span.phone_number {
	color: #fff;
}
