/**
 * Layout.css - Global styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */

/* General */

body {
	margin: 0;
	padding: 0;
	background: #5186D2 url(../img/body-bg.jpg) repeat-x 50% 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a {
	color: #CC061E;
}

a:hover {
	color: #8F0013;
}

blockquote {
	margin: 10px 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #FFF;
}

h1 {
	margin: 0 0 12px;
	font-size: 22px;
}

h2 {
	margin: 0 0 10px;
	font-size: 20px;
}

h3 {
	margin: 0 0 8px;
	font-size: 18px;
}

h4 {
	margin: 0 0 6px;
	font-size: 16px;
}

h5 {
	margin: 0 0 4px;
	font-size: 14px;
}

h6 {
	margin: 0 0 2px;
	font-size: 12px;
}

img {
	border: 0;
}

ol, ul {
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	line-height: 150%;
}

p {
	margin: 0 0 20px;
	line-height: 150%;
}

p.intro {
	margin: 0 0 20px;
	line-height: 160%;
	font-size: 14px;
}

/* Table styles */

table {
	margin: 10px 0 20px;
	width: 100%;
	border-collapse: collapse;
}

td {
	padding: 8px;
	border-bottom: 1px solid #DDD;
}

th, thead td {
	padding: 8px;
	background-color: #DDD;
	border-bottom: 1px solid #9E9E9E;
	font-weight: bold;
	text-align: left;
}


/* Form styles */

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form li {
	padding-left: 0; 
	margin: 0 0 10px;
}

form li.indent {
	padding-left: 150px;
}

fieldset {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

legend {
	margin: 0 0 10px;
	padding: 4px 0 9px 10px;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/legend-bg.gif) no-repeat;
	color: #CC061E;
}

legend span {
	margin-right: 15px;
}

input.text {
	margin-right: 2px;
	padding: 4px;
	width: 200px;
	border: 1px solid #9FA4C3;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

input.small {
	width: 60px;
}

input.medium {
	width: 125px;
}

input.large {
	width: 200px;
}

input.focus {
	color: #333 !important;
}

input.wsv-error {
	background-color: #FCF2F4;
	border-color: #CC061E;
}

label.indent {
	display: -moz-inline-box;
	display: inline-block;
	width: 150px;
}

label .accent {
	font-size: 10px;
	color: #9FA4C3;
}

textarea {
	padding: 4px;
	width: 350px;
	height: 150px;
	border: 1px solid #9FA4C3;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}


/**
 * GENERAL CLASSES
 * ----------------------------------------
 */

.accent {
	font-size: 14px;
	color: #999;
}

.hidden {
	visibility: hidden;
}


/**
 * LAYOUT ELEMENTS
 * ----------------------------------------
 */

#wrapper {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 970px;
}

#header {
	position: relative;
	margin: -5px -10px 0;
	padding: 5px 10px 0;
	width: 970px;
	height: 300px;
	background: url(../img/header-bg.png) no-repeat;
	overflow: hidden;
}

* html #header {
	background: none;
}

#main {
	position: relative;
	padding: 0 10px 30px;
	width: 950px;
	background: url(../img/main-background.gif) no-repeat top center;
	background-color: #3F4988;
}

#main.home {
	padding: 0 5px 30px;
	width: 960px;
}

#sidebar {
	margin-right: 10px;
	width: 230px;
}

#content {
	margin-right: 10px;
	width: 470px;
}

#mediabar {
	width: 230px;
}

#footer {
	margin: 0 -10px 10px;
	padding: 30px 20px 10px;
	width: 950px;
	height: 130px;
	background: url(../img/footer-bg.png) no-repeat 100% 0;
	color: white;
}

.column {
	float: left;
}

#main .column {
	position: relative;
	margin-top: -40px;
}

#main .bar {
	position: relative;
	margin-top: 10px;
	float: left;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/**
 * NAVIGATION
 * ----------------------------------------
 */

#navigation {
	margin: 0;
	padding: 0 10px;
	width: 950px;
	height: 35px;
	list-style: none;
}

#navigation li {
	float: left;
}

#navigation li a {
	display: block;
	padding: 9px 10px 8px;
	font-size: 14px;
	text-decoration: none;
	line-height: normal;
	color: #FFF;
}

#navigation li a:hover,
#navigation li.selected a {
	color: #1F2A66;
}


/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */

#logo {
	display: block;
	margin: 10px 0 0 10px;
	width: 230px;
	height: 90px;
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}


/* Inner header */

#inner-header {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 970px;
	height: 300px;
}

#inner-header img {
	display: block;
}


/* Languages */

#languages {
	position: absolute;
	top: 0;
	right: 20px;
	padding: 8px 10px;
	width: 140px;
	height: 14px;
	background: #FFF;
}

#languages p {
	float: left;
	margin: 0 20px 0 0;
	font-size: 12px;
	line-height: 14px;
	color: #3F4988;
}

#languages ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 14px;
	list-style: none;
}

#languages li {
	float: left;
	margin-right: 8px;
}

#languages li a,
#languages li img {
	display: block;
}


/* Zoover */

#zoover {
	position: absolute;
	right: 10px;
	bottom: 50px;
	padding: 10px;
	width: 210px;
	height: 105px;
	background: url(../img/zoover-bg.png) no-repeat;
}

#zoover a {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	color: #999;
}

#zoover a:hover {
	color: #F37425;
}

#zoover #zoover-grade {
	margin: 0;
	padding: 7px 0 0 130px;
	font: 46px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	color: white;
}


/* Visual caption */

#visual-caption {
	position: absolute;
	bottom: 0;
	padding: 15px 20px;
	margin-left: 240px;
	width: 450px;
	height: 90px;
	background: url(../img/visual-caption-bg.png);
}

#visual-caption p {
	margin: 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2em;
	color: #3F4887;
	width: 390px;
}


/**
 * CONTENT ELEMENTS
 * ----------------------------------------
 */

/* Menu */

#menu {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#menu a {
	display: block;
	width: 220px;
	height: 30px;
	padding: 0 0 0 10px;
	line-height: 30px;
	border-bottom: 1px solid #3F4887;	
	font-size: 13px;
	color: #3F4887;
	font-weight: bold;
	background: url(../img/button-sprite.jpg) no-repeat;
	text-decoration: none;
}

#menu .selected a,
#menu a:hover {
	background: #FFF;
	background: url(../img/button-sprite.jpg) 0 -30px;
}

#menu .selected .subnav {
	display: block;
}

#menu .subnav {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0 0 1px 0;
}

#menu .subnav a {
	background: #D0D2E1;
	width: 210px;
	padding: 0 0 0 20px;
	font-size: 12px;
	border: 0;
	color: #3F4887;
	font-weight: normal;
}

#menu .subnav .selected a,
#menu .subnav a:hover {
	background: #FFF;
}



.package {
	display: block;
	padding: 0 15px 5px;
	width: 210px;
	height: 160px;
	background: url(../img/package-sprite.png) no-repeat;
	text-decoration: none;
	cursor: pointer;
}

.package:hover {
	background-position: 0 -165px;
}

.home .package {
	position: relative;
	float: left;
	margin-top: -40px;
}

.package span {
	display: block;
}

.package-head {
	padding: 9px 0;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.package-body {
	width: 100%;
	height: 80px;
	font-size: 12px;
}

.package-description {
	float: left;
	padding-top: 10px;
	width: 140px;
	color: #FDD900;
}

.package-label {
	float: left;
	padding: 5px;
	width: 60px;
	color: #3F4887;
}

.package-price-prefix {
	margin-bottom: 2px;
	font-size: 10px;
	line-height: 100%;
}

.package-price {
	margin-bottom: 3px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.package-action {
	padding: 1px 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #CC061E;
}

.package-foot {
	padding: 11px 0;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #CC061E;
}


/* Sections */

.section {
	padding: 20px;
	width: 430px;
}

#content-head {
	background: #3F4988;
}

#content-body {
	background-color: white;
}

#content-body .toolbar {
	width: 100%;
	height: 40px;
}

#content-foot {
	background: url(../img/content-head-foot-bg.png) no-repeat 0 100%;
}

#content-foot .accent {
	font-size: 14px;
	color: #3F4988;
}

#content-foot p {
	margin: 0;
	font-size: 10px;
}


/* Price tags */

.price-tag {
	display: block;
	padding: 15px 15px 0;
	float: right;
	margin: 0 0 10px 10px;
	width: 110px;
	height: 95px;
	background: url(../img/price-tag-bg.gif) no-repeat;
	text-decoration: none;
	color: #3F4988;
}

.price-tag:hover {
	color: #232C5F;
}

.price-tag span {
	display: block;
}

.price-tag .price-prefix {
	margin-bottom: 2px;
}

.price-tag .price {
	margin-bottom: 11px;
	font-size: 32px !important;
	text-align: center;
}

.price-tag .action {
	color: #CC061E;
}


/* Checlists */

.checklist {
	padding: 0;
	list-style: none;
}

.checklist li {
	padding-left: 30px;
	background: url(../img/check.gif) no-repeat 5px 50%;
	line-height: 200%;
}


/* Submit buttons */

.submit {
	float: left;
	padding-left: 15px;
	width: 160px;
	height: 40px;
	background: url(../img/book-button-bg.png) no-repeat;
	border: 0;
	text-align: left;
	color: #3F4988;
	font-weight: bold;
	cursor: pointer;
}

.submit:hover {
	background-position: 0 -40px;
}


/**
 * SIDEBAR/MEDIABAR ELEMENTS
 * ----------------------------------------
 */

.pagination-control {
	display: block;
	margin-bottom: 20px;
	padding: 11px 10px 9px 30px;
	width: 190px;
	height: 20px;
	background: url(../img/pagination-control-sprite.png) no-repeat;
	font-size: 14px;
	text-decoration: none;
	color: #FDDA00;
}

.pagination-control:hover {
	background-position: 0 -40px;
	color: white;
}

.pagination-control-next {
	padding: 11px 30px 9px 10px;
	background-position: 0 -80px;
}

.pagination-control-next:hover {
	background-position: 0 -120px;
}


/* Action buttons */

.action-button {
	display: block;
	margin: 0 -5px 5px;
	padding: 15px 40px 20px 75px;
	width: 125px;
	height: 40px;
	background: url(../img/action-button-sprite.png) no-repeat;
	font-size: 18px;
	line-height: 100%;
	text-decoration: none;
	color: #3F4887;
}

.action-button:hover {
	background-position: 0 -75px;
	color: #FFF;
}

.action-phone {
	background-position: 0 -150px;
}

.action-phone:hover {
	background-position: 0 -225px;
}


/* Thumb wrapper */

.thumb-wrap {
	padding: 0 0 10px 0;
	width: 230px;
	overflow: hidden;
}

.thumb-wrap .thumb {
	position: relative;
	display: block;
	padding: 0 0 10px 0;
	width: 230px;
	height: 140px;
}

.thumb-wrap img {
	display: block;
}

.thumb-wrap .zoom {
	background: url(../img/zoom.gif) no-repeat scroll 0 0;
	bottom:10px;
	display:block;
	height:40px;
	position:absolute;
	right:20px;
	text-indent:-9999px;
	width:30px;
}

/**
 * FOOTER ELEMENTS
 * ----------------------------------------
 */

#footer a {
	color: #FDDA00;
}

#footer a:hover {
	color: white;
}


/* Footer blocks */

#footer .column {
	margin-right: 10px;
	padding: 10px 15px 0;
	width: 200px;
	height: 120px;
	background: #3F4988;
	overflow: hidden;
}

#footer .column-text {
	float: left;
	width: 142px;
}

#footer .column h2 {
	margin: 0 0 8px;
	font-size: 16px;
	color: #8C92B8;
}

#footer .column p {
	margin: 0;
	font-size: 11px;
}

#footer .column img {
	float: left;
	margin-right: 15px;
}

#footer .column .accent {
	font-size: 12px;
	color: #FDDA00;
}


/* Footnotes */

.footnote {
	margin: 0;
	text-align: center;
	color: #97B6E4;
}

.footnote a {
	color: #97B6E4;
}

.footnote a:hover {
	color: white;
}


/**
 * IE6 transparency fixes
 * ----------------------------------------
 */

* html #logo,
* html #content-head a,
* html #footer a {
	position: relative;
	cursor: pointer;
}

