html { height: 100%; overflow: auto; }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background: #fdfdfd;

}

/* footer position using 'footerStickAlt' technique */
#wrapper {
	position: relative;
	min-height: 100%;
	width: 100%;
}

* html #wrapper {
	height: 100%;
}


.row {
	text-align: center;
	width: 100%;
	min-width: 974px;
}
	.row .container {
		width: 974px;
		text-align: left;
		margin: auto;
		position: relative;
	}

	#header {
		position: relative;
		height: 372px;
		width: 100%;
	}

	#rightOverlay{
		width: 50%;
		height: 372px;
		margin-top: -372px;
		position: relative;
		float: right;
	}

	#gmap_contaner {
		margin: auto;
		z-index: 100;
		width: 680px;
		height: 372px;
		margin-top: -372px;
		position: relative;
	}
		#gmap_contaner #gmap {
			width: 100%;
			height: 100%;
			z-index: 5;
		}

		#gmap_contaner .left{
			position: absolute;
			left: 0px;
			top: 0px;
			z-index: 10;
		}

		#gmap_contaner .googleLogo{
			position: absolute;
			left: 180px;
			bottom: 5px;
			width: 100px;
			height: 25px;
			z-index: 10;
		}

		#gmap_contaner .right{
			position: absolute;
			right: 0px;
			top: 0px;
			z-index: 10;
		}

		#gmap_contaner .bottom, #gmap_contaner .top{
			position: absolute;
			bottom: 0px;
			z-index: 10;
			width: 100%;
			height: 5px;
			background: url("../img/gmap/footer.png") bottom repeat-x;
		}

		#gmap_contaner .top{
			top: 0px;
			background: url("../img/gmap/top.png") top repeat-x;
		}

			/* Top */
			#top {
				left: 0;
				background: transparent url('../img/menu_background.png') top center repeat-x;
			}
				#top .container {
					height: 60px;
					overflow: hidden;
				}

				#top .container #logo {
					width: 185px;
					height: 60px;
					background: transparent url('../img/logo.png') top center no-repeat;
					position: absolute;
				}

				#top .container .menu {
					position: absolute;
					height: 60px;
					overflow: hidden;
					margin-left: 185px;
					width: 790px;
				}

					#top .container .menu li {
						float: left;
						position: relative;
						padding: 0 1px;
						height: 60px;
						margin: 0 1px;
						width: auto !important;
					}

						/* #top .container #menu li:hover, #top .container .menu li.selected, */
						#top .container #menuHover li {
							background: #bfbfc0 url('../img/menu_item_hover_border.png') top left repeat-x;
						}

							#top .container #menuHover img {
								visibility: hidden;
							}
							#top .container #menuHover li a {
								color: white;
							}

						#top .container #menuHover li {
							visibility: hidden;
						}

						#top .container .menu li a {
							font-size: 15px;
							display: block;
							*width: 0px; /* IE6 Hax0r*/
							height: 44px;
							padding: 0 18px;
							padding-top: 16px;
							text-transform: lowercase;
							color: #6074a6;
							text-decoration: none;
							text-align: center;
						}
							#top .container .menu li a img {
								height: 32px;
							}

						/* #top .container #menu li a:hover, #top .container .menu li.selected a, */
						#top .container #menuHover li a {
							background: transparent url('../img/menu_item_hover_background.png') top left repeat-x;
						}

						#top .container .menu li.selected a {
							color: #002b4f;
						}
			#search{
				padding-top: 8px;
				width: 150px;
				float: right;
			}

#footer {
	position: fixed;
	bottom:0px;

	background: transparent url('../img/footer_background.png') top left repeat-x;
	width: 100%;
	height: 46px;
	/*
	margin-top: -46px;
	*/
	z-index: 10000;
}
	#footer .container * {
		height: 21px;
		float: left;
	}
		#footer .container a {
			margin: 0 6px;
		}
			#footer .container a.selected {
				background-color: #eaeaea;
			}
		#footer .container .divider {
			background: url('../img/footer/divider.gif');
			width: 2px;
			margin: 0 6px;
		}

	#footer .container {
		width: 974px;
		text-align: left;
		margin: auto;

		padding-top: 14px;
	}
	#footer .container .ppg{
		float: right;
	}

	#footer .container .ppg img{
		height: 23px;
	}


#content h1 {
	font-size: 16px;
	padding: 8px 0 12px;
	text-align: left;
	z-index: 1;
}

#content h2 {
	font-size: 15px;
	padding: 8px 0;
	text-align: left;
	z-index: 1;
}

#content h3 {
	font-size: 12px;
	padding: 8px 0 12px;
	text-align: left;
	z-index: 1;
/*	text-transform: uppercase;*/
}

#content h4 {
	font-size: 11px;
	padding: 0px;
	color: #002b50;
	z-index: 1;
}

#content p {
	line-height: 200%;
	text-align: justify;
}

#content .small_gray{
	font-size: 10px;
	color: gray;
}

.clearer, .bottom_padder{
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

.bottom_padder{
	padding-top: 30px;
}

/*Nieuws brief*/
 .news{
 	margin-top: -2px;
 	color: #fff;
 	position: relative;
 	height: 203px;
 	width: 100%;
 	margin-bottom: 10px;

 }
	.news .left,  .news .right{
		position: absolute;
		height: 100%;
		width: 15px;
		top: 0px;
		z-index: 0;
	}
	.news .left{
		left: 0px;
		background: url("../img/news/left.png") no-repeat;
	}
	.news .right{
		right: 0px;
		background: url("../img/news/right.png") no-repeat;
	}

	.news span{
		margin-bottom: 5px;
		display: block;
		line-height: 130%;
	}


	.news h2, x:-moz-any-link {margin-bottom: -7px;}


	.news h2 span{
		display: inline;
		margin: 0px;
		padding: 0px;
		line-height: 100%;
	}

	.news .content{
		position: absolute;
		z-index: 10;
		height: 100%;
		padding-top: 4px;
		left: 10px;
		right: 10px;
		background: url("../img/news/center.png") repeat-x;
		text-align: left;
		font-family: 11px;
	}

	.news .input{
		position: relative;
		border: none;
		padding: 7px 0 0 4px;
		height: 21px;
		background: url("../img/form/wigget_top.gif");
		width: 182px;
		font-size: 11px;
		color: #818181;
		margin-top: 4px;
	}

	.one .input{
		width: 118px;
		background:  url("../img/form/small_input.png");
	}

	.news .inputSubmit{
		position: relative;
		height: 28px;
		width: 214px;
	}

	.one .inputSubmit{
		width: 120px;
		width: 150px;
		margin-bottom: 5px;
	}

	.news .inputSubmit .submit{
		position: absolute;
		top: 4px;
		right: 0px;
	}

	.one.route{
		float: right;
	}

/* Forms */
.input_checkbox{
	margin: 5px 0;
	width: 100%;
}

.input{
	width: 100%;
	height: 30px;
	vertical-align: middle;
	margin-top: 4px;
}

.input textarea{
	width: 316px;
	*width: 315px;
	float: left;
	border: none;
	border-width: 0px;
	background: url("../img/form/content.png");
	font-family: Verdana, sans-serif;
	/*color: #464646;*/
	color: #202020;
	font-size: 11px;
	padding-left: 2px;
	border-right: 1px solid #eaeaea;
	height: 50px;
}
	.input .textareaContaner{
		width: 319px;
		float: left;
	}

	.input .status, .input_checkbox .status{
		clear: left;
		margin-left: 125px;
		color: red;
		font-size: 10px;
		padding-top: 3px;
	}

	.input_checkbox .status{
		margin-left: 2px;
	}

	.input .textareaHeader{
		float: left;
		width: 319px;
		height: 4px;
		margin-bottom: -1px;

		background: url("../img/form/header.png") no-repeat;
	}
	.input .textareaFooter{
		float: left;
		width: 319px;
		height: 4px;
		margin-top: -1px;
		background: url("../img/form/footer.png") no-repeat;
	}

.input .title, .input .title_big, .input .title_medium{
	padding: 8px 0 0 2px;
	width: 130px;
	float: left;
	height: 20px;
}

.input .title_big{
	width: 325px;
}

.input .title_medium{
	width: 205px;
}

input.text, input.smalltext,  input.midtext {
	width: 317px;
	padding: 7px 0 0 2px;
	height: 21px;
	/*margin-top: 4px;*/
	border: none;
	background: url("../img/form/background.png");
	/*color: #464646;*/
	color: #202020;
	font-size: 12px;
	float: left;
}

input.smalltext {
	width: 38px;
	background: url("../img/form/supsmall_input.png");
	margin-right: 5px;
}

input.midtext {
	width: 120px;
	background: url("../img/form/midd_input.png");
	margin-right: 5px;
}

.input .tooltip, .input_checkbox .tooltip {
	float: right;

}

.dialogeTooltip{
	background: #eee;
	border: 1px solid #777;
	padding: 10px;
	width: 200px;
	z-index: 10000;
}

.show_tooltip{
	width: 200px;
	height: 100px;
	background: red;
}

table input {
	margin-bottom: 0;
}

button {
	color: #fff;
	text-align: left;
	padding-left: 36px;
	cursor: pointer;
}

/* Quicklinks */
.quicklinks{
	margin-top: 10px;
	padding-top: 0px !important;
}

.quicklinks div {
	padding: 20px;
	padding-top: 0px;
}
	.quicklinks div h2 {
		color: #fff;
		padding: 0px;
		margin-top: 0px;
	}

	.quicklinks div a {
		color: #fff;
		text-decoration: none;
		height: 22px;
		vertical-align: top;
		background: url('../img/cross.png') left top no-repeat;
		padding-top: 4px;
		padding-left: 28px;
		cursor: pointer;
		display: block;
	}
	.quicklinks div a:hover {
		color: #9bb7cd;

	}

/* Templates */

.templateTwoTwoOne {
	position: relative;
}

	.templateTwoTwoOne div.a, .templateTwoTwoOne div.b, .templateTwoTwoOne div.c {
		float: left;
		padding-top: 10px;
		position: relative;
	}

	.templateTwoTwoOne div.a {
		width: 370px;
		margin-right: 10px;
	}
	.templateTwoTwoOne div.b {
		width: 370px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.templateTwoTwoOne div.c {
		width: 175px;
		padding-left: 10px;
		padding-right: 10px;
	}

.templateOneTwoTwo{
	position: relative;
}
	.templateOneTwoTwo div.a, .templateOneTwoTwo div.b, .templateOneTwoTwo div.c {
		float: left;
		padding-top: 10px;
		position: relative;
	}

	.templateOneTwoTwo div.a {
		width: 175px;
		padding-left: 10px;
	}
	.templateOneTwoTwo div.b {
		width: 370px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.templateOneTwoTwo div.c {
		width: 370px;
		margin-right: 10px;
		padding-left: 10px;
	}

.templateThreeTwo {
	position: relative;
	width: 974px;
	margin: 0 auto;
}

	.templateThreeTwo div.a, .templateThreeTwo div.b {
		float: left;
		padding-top: 10px;
	}

	.templateThreeTwo div.a {
		width: 544px;
		margin-right: 10px;
	}
	.templateThreeTwo div.b {
		width: 370px;
		padding-right: 15px;
		float: right;
	}

.templateTwoThree {
	position: relative;
	width: 974px;
	margin: 0 auto;
}

	.templateTwoThree div.a, .templateTwoThree div.b {
		float: left;
		padding-top: 10px;
	}

	.templateTwoThree div.a {
		width: 370px;
		margin-right: 10px;
	}
	.templateTwoThree div.b {
		padding-left: 20px;
		padding-right: 20px;
		width: 544px;
		float: right;
	}

.templateOneThreeOne {
	position: relative;
	width: 974px;
	margin: 0 auto;
}
	.templateOneThreeOne div.a, .templateOneThreeOne div.b, .templateOneThreeOne div.c {
		float: left;
		padding-top: 10px;
		text-align: left;
	}

	.templateOneThreeOne div.a, .templateOneThreeOne div.c  {
		width: 175px;
		margin-right: 10px;
	}
	.templateOneThreeOne div.b {
		width: 544px;
		padding-left: 20px;
		padding-right: 30px;
	}
	.templateOneThreeOne div.c {
		padding-left: 10px;
		width: 175px;
		float: right;
	}

.templateThree {
	position: relative;
	width: 974px;
	margin: 0 auto;
}
	.templateThree div.a, .templateThree div.b{
		position: relative;
		float: left;
		margin-top: 9px;
		width: 311px;
		margin-right: 20px;
	}
	.templateThree div.c{
		position: relative;
		float: right;
		margin-top: 9px;
		width: 311px;
	}

	.templateThree div.ab{
		position: relative;
		float: left;
		margin-top: 9px;
		width: 633px;
	}

.templateFourOne{ }
	.templateFourOne div.a{
		float: left;
		width: 779px;
		padding-top: 10px;
	}

	.templateFourOne div.b{
		padding-top: 10px;
		padding-left: 20px;
		float: left;
		width: 175px;
	}


/* Templates misc */

.quicklinksTwo {
	background: transparent url('../img/ct_quicklinks_two.gif') no-repeat;
	height: 215px;
}
.quicklinksOneThird{
	background: transparent url('../img/ct_quicklinks_one_third.gif') no-repeat;
	min-height: 289px;
}


.backgroundOneThird{
	background: transparent url('../img/ct_shadow_one_third.png') no-repeat;
	min-height: 289px;
}

.backgroundThree {
	background: transparent url('../img/ct_shadow_three.png') no-repeat;
	min-height: 289px;
}

.backgroundblock {
	background: transparent url('../img/block.png') no-repeat;
	min-height: 152px;
}

input.one{
	border: none;
	color: #fff;
	text-align: left;
	padding-left: 36px;
	cursor: pointer;
	background: #003766 url('../img/buttons/ct_one.gif') top left no-repeat;
	height: 32px;
	width: 139px;
	text-decoration: none;
	vertical-align: middle;
}

a.one{
	background: #003766 url('../img/buttons/ct_one.gif') top left no-repeat;
	display: block;
	height: 17px;
	color: #fff;
	text-align: left;
	padding-top: 10px;
	padding-left: 36px;
	cursor: pointer;
	text-decoration: none;
	width: 139px;
	padding-bottom: 5px;
}

a.oneSmall{
	background: #003766 url('../img/buttons/ct_small.gif') top left no-repeat;
	width: 103px;
}

button.one {
	background: #003766 url('../img/buttons/ct_one.gif') top left no-repeat;
	width: 175px;
	height: 32px;
}

.terug{
	float: right;
}
/*Helping classes*/
.readmore{
	display: block;
	color: #002b50;
	text-decoration: none;
}

.files{
	margin-left: 50%;
}
.files .file{
	margin-bottom: 3px;
	text-align: right;
}
.files .file img{
	vertical-align: top;

}

.tumb_img{
	margin-top: 11px;
/*	border: 4px solid #fff; */
}

.routeSubmit{
	margin-top: 10px;
}

.toggler{
	position: relative;
	cursor: pointer;
	font-size: 11px;
	font-weight:bold;
	padding: 0px;
	margin-left: 400px;
	margin-bottom: -10px;
	margin-top: 30px;
}

	.toggler img{
		vertical-align: middle;
		margin-right: 5px;
	}

/*Products */

.product_img{
	float: left;
	margin: 19px 0 0 28px;
}

.product_content{
	position: relative;
	float: left;
	width: 155px;
	height: 152px;
	overflow: hidden;
	padding-left: 3px;
	margin: 19px 0 0 29px;
}

.readmore_product{
	background-image: url("../img/buttons/button_bg.png");
	position: absolute;
	bottom: 51px;
	left: 0px;
	padding: 3px;
}


/*Color And Mood*/
.color_mood{
	height: 386px;
	overflow: hidden;
}

/*Color_interior*/
.color_interior{
	padding-bottom: 20px;
}

/*Tamplates*/
.tamplates{

}

/*.stylist_at_your_home*/
.stylist_at_home{
	background: transparent url('../img/block.png') no-repeat;
	min-height: 152px;
}

	.stylist_at_home img{
		margin: 10px;
		margin-top: 19px;
		float: left;
	}

	.stylist_at_home .content{
		float: left;
		width: 186px;
		height: 100px;
		overflow: hidden;
	}

	.stylist_at_home .readmore{
		float: left;
		width: 150px;
		height: 11px;
		margin-top: 8px;
		padding: 2px 0 4px;
	}

/*Color magazine*/

.color_magazine{
	background: transparent url('../img/block.png') no-repeat;
	min-height: 152px;
}

	.color_magazine img{
		margin: 19px 10px 10px 0;
		float: left;
	}

	.color_magazine .content{
		float: left;
		width: 186px;
		height: 93px;
		overflow: hidden;
		line-height: 50%;
	}

	.color_magazine .one{
		position: absolute;
		bottom: 15px;
		float: left;

	}

/*pick_color*/

.pick_color {
	min-height: 152px;
}

	.pick_color img{
		margin: 19px 10px 10px 0;
		float: left;
	}

	.pick_color .content{
		float: left;
		width: 310px;
		/* height: 93px;
		overflow: hidden; */
		line-height: 50%;
	}

	.pick_color .one{
		position: absolute;
		float: left;
	}

	.playerDialog {
		padding-top: 12px;
		padding-right: 10px;
	}

	.playerDialog #player {
		border: 5px solid #dadada;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		background: #ffffff;
	}

	.playerDialog .close {
		width: 20px;
		height: 20px;
		display: block;
		background: url('../img/close.png');
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 0px;
	}


/*templads menu*/
.templates{
	background: transparent url('../img/block.png') no-repeat;
	height: 152px;
	position: relative;
}

	.templates img{
		margin: 19px 0px 10px 10px;
		float: left;
	}

	.templates .content{
		float: left;
		width: 166px;
		height: 100px;
		overflow: hidden;
		margin-left: 10px;
	}

	.templates .readmore{
		position: absolute;
		float: left;
		width: 150px;
		height: 11px;
		margin-top: 8px;
		top: 120px;
		padding: 2px 0 4px;
	}

	.templates .one{
		position: absolute;
		bottom: 15px;
		float: left;
	}

	.templates .tooltip{
		position: absolute;
		right: 5px;
		top: -15px;

	}

.templatesProduct{
	background: transparent url('../img/blockBig.png') no-repeat;
	min-height: 252px;
	position: relative;
}

	.templatesProduct img{
		margin: 10px;
		margin-top: 19px;
		float: left;
	}

	.templatesProduct .content{
		float: left;
		width: 176px;
		height: 185px;
		overflow: hidden;
	}

	.templatesProduct .content p{
		text-align: left !important;

	}

	.templatesProduct .readmore{
		position: absolute;
		float: left;
		width: 150px;
		height: 11px;
		margin-top: 8px;
		top: 120px;
		padding: 2px 0 4px;
	}

	.templatesProduct .one{
		position: absolute;
		bottom: 15px;
		left: 130px;
		float: left;
	}

	.templatesProduct .oneSmall{
		left: 160px;
	}

/*products*/

.product{
	background: transparent url('../img/block.png') no-repeat;
	min-height: 152px;
}

	.product img{
		margin: 10px;
		margin-top: 19px;
		float: left;
	}

	.product .content{
		float: left;
		width: 186px;
		height: 100px;
		overflow: hidden;
	}

	.product .readmore{
		float: left;
		width: 150px;
		height: 11px;
		margin-top: 8px;
		padding: 2px 0 4px;
	}

/*loading*/

#loadingDots{
	width: 100%;
}
	#loadingDots .dots{
		float: left;
	}
	#loadingDots span{
		float: left;
	}

/*search*/
.seache_results{

}
	.result{
		margin-bottom: 20px;
	}

	.kleur{
		width: 10px;
		height: 10px;
		float: left;
		border: 1px solid #666;
		margin-right: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

/* Sitemap */
.sitemap{
	width: 30%;
	float: left;
	padding-bottom: 10px;
}


.sitemap .mainLevel h3{
	margin-bottom: -20px;
	padding-bottom: 0px;
	margin-top: 20px;
}

.sitemap li.level1{
	margin-left: 15px;
	margin-top: 10px;
	list-style-image: url('../img/list.gif');
	vertical-align: top;
}

.sitemap li.level2{
	margin-left: 30px;
	margin-top: 10px;
	list-style-image: url('../img/list.gif');
}

.sitemap a{
	text-decoration: none;
	color: #002c51;
}

.sitemap a:hover{
	color: #656666;
}

/*table*/

.styledTable td{
	padding-top: 11px;
	padding-right: 10px;
}

.styledTable td a{
	text-decoration: none;
	color: #000;
}
