/*
text: #000;
yellow: #ffdd00;
lightGrey: #eeeeee;
grey: #e3e3e3;

*/

:focus { outline: 0; }
img { 
	-ms-interpolation-mode: bicubic;
	display: block;
}

html, body {
	height:100%; 
	min-height: 100%;
	height: auto !important;
}

body, a, td, th, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	color: #000;
}

body {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	background-color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	overflow-x: hidden;
}


p { margin: 0 0 18px 0;	line-height: 18px; }

ul {
	padding: 0;
	margin: 0;
	margin-left: 20px;
	list-style: square;
}

a img {
	border: none;
}
h1, h1 a {
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	margin: 0;
	margin-bottom: 9px;
	text-decoration: none;
}

h2, h2 a {
	font-weight: bolder;
	font-size: 16px;
	line-height: 27px;
	margin: 0;
	text-decoration: none;
}
h3, h3 a {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	margin-bottom: 18px;
	text-decoration: none;
}

.hide {
	display: none;
	height: 1px;
	width: 1px;
}

.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textRight {
	text-align: right;
}
.textSmall, .textSmall {
	color: #999;
}

.minHeight {
	min-height: 362px;
	height: auto !important;
	height: 362px;
}

.padding {
	padding: 18px 10px 0 10px;
	margin-bottom: 18px;
}
.marginBottom {
	margin-bottom: 10px;
}
.marginBottomLineHeight {
	margin-bottom: 18px;
}

.red {
	background-color: #ff0000;
}
.grey {
	background-color: #e3e3e3;
}
.lightGrey {
	background-color: #eeeeee;
}
.yellow {
 background-color: #ffdd00;
}


.container {
	text-align: left;
	padding-top: 0;
	background-color: #fff;
}

#main {
	xmin-height: 380px;
	xheight: auto !important;
	xheight: 380px;
}


#header {
	height: 145px;
}
	#header-top {
		height: 117px;
		background-color: #ffdd00;
		background-image: url(../_Images/header-bg.gif);
		background-repeat: repeat-x;
		background-position: bottom;
	}
		#header-top .leftCol {
			height: 95px;
			background-image: url(../_Images/header-leftcol-bg.gif);
			background-repeat: repeat-x;
			background-position: bottom;
		}
		#header-top .rightCol {
			height: 95px;
			background-image: url(../_Images/logo.gif);
			background-repeat: no-repeat;
			background-position: right top;
		}
		#header-top #logo {
			margin-top: 56px;
			margin-left: 10px;
			background-color: #fff;
			background-image: url(../_Images/ton-van-den-bergh-architecten-bna.gif);
			background-repeat: no-repeat;
			text-indent: -9999px;
		}
		#header-top #logo a {
			line-height: 30px;
			display: block;
			height: 30px;
			width: 415px;
			font-size: 16px;
			letter-spacing: 1px;
			text-decoration: none;
		}

	#header-bottom {
		display: none;
		clear: both;
	}

#nav {
	overflow: hidden;
}
#nav ul {
	float: left;
	width: 100%;
	border-bottom: 6px solid #ffdd00;
}
#nav ul, #nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 22px;
}
#nav ul li {
	float: left;
	display: inline;
}
#nav ul li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}
#nav ul li a.active, #nav ul li a:hover {
	background-color: #ffdd00;
}



ul.breadCrumbs {
	display: block;
}
ul.breadCrumbs, ul.breadCrumbs li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.breadCrumbs li {
	float: left;
	display: inline;
	margin-right: 5px;
	font-size: 10px;
}
ul.breadCrumbs a {
 	font-size: 10px;
	color: #656f72;
	background: url(../_Images/arrow_black.gif) center right no-repeat;
	padding-right: 10px;
	text-decoration: none;
}
ul.breadCrumbs a:hover {
	text-decoration: underline;
 }
ul.breadCrumbs li.last a {
	background: none;
	padding-right: 10px;
	text-decoration: none;
}



/* 	====================================================================================
sub navigation */
.subNav {
	overflow: hidden;
}
.subNav ul {
	float: left;
	width: 100%;
}
.subNav ul, .subNav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 22px;
}
.subNav ul li {
	float: left;
	display: inline;
}
.subNav ul li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
}
.subNav ul li a.active, .subNav ul li a:hover {
	background-color: #ffdd00;
}
.subNav ul li a.parent {
}
.subNav ul ul {
	margin-left: 5px;
}
.subNav ul ul li {
	border: none;
}
.subNav ul ul li a {
	padding-left: 15px;
}
.subNav ul ul li a:hover, .subNav ul ul li a.active {
	padding-left: 15px;
}


/* module: portfolio
#categories {
	margin-top: 36px;
}
#categories ul {
	list-style: none;
	margin: 0;
	margin-left: 20px;
}
#categories ul li {
	padding: 3px 0 3px 0;
}
#categories ul li a {
	text-decoration: none;
	text-transform: capitalize;
}
#categories ul li a.active {
	font-weight: bold;
}
 */
 
ul#projects {
	list-style: none;
	margin: 0;
	width: 990px;
	margin-right: -40px;
}
ul#projects li {
	float: left;
	display: inline;
	width: 290px;
	margin-right: 10px;
	margin-right: 40px;
	margin-bottom: 14px;
}
ul#projects li a {
	text-decoration: none;
}
.fade {
	background: url(../_images/ajax-loader.gif) no-repeat scroll 50% 50% transparent;
	width: 290px;
	height: 166px;
}



#largeImg {
	margin-bottom: 8px;
}
#imgContent {
	position: absolute;
	display: none;
	background-color: #ccc;
	padding: 10px;
	width: 200px;
	top: 25px;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index: 1;
}
ul.thumbs {
	margin: 0;
	width: 720px;
	margin-right: -10px;
}
ul.thumbs li {
	margin:0;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	display: inline;
}
#imgWrapper {    
	min-width: 200px;
	min-height: 200px;
	overflow: hidden;
}    
.loading {  
	background: url(../_Images/loader.gif) no-repeat center center;  
}
.fancy {
	position: relative;
}
.zoomIcon {
	text-decoration: none;
	position: absolute;
	left: 0;
	background-color: #fff;
	color: #000;
}

/* module: homepage */
ul#slideshow {
	width: 950px;
	height: 380px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul#slideshow li {
	float: left;
	position: relative;
	z-index: 1;
}

.homepage {
	height: 380px;
	position: relative;
}
.homepage img {
	z-index: 1;
}
.homepageBox {
	width: 240px;
	position: absolute;
	top: 88px;
	right: 0;
	z-index: 10;
}
.homepageBox span {
	background-color: #fff;
	width: 225px;
	display: block;
	padding-left: 15px;
	font-size: 12px;
	line-height: 23px;
}
.homepageBox p {
	background-color: #ffdd00;
	padding: 15px;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


/* footer (navigation) */
#footer {
	font-size: 10px;
	letter-spacing: 1px;
	color: #999;
	padding-top: 10px;
	line-height: 40px;
}
#footer a {
	color: #999;
	text-decoration: none;
}

