/* reset values for browser consistency, thanks to Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ */

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, sub, sup, 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;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**/

a {
	text-decoration: none;
}

/* generics */

body {
	font: 62.5% Arial,Helvetica,trebuchet MS,sans-serif;
	color: #000000;
	text-align: left;
	background: #ffffff;
}


#content h1{
	color: #000;
	font-size: 2.1em;
	margin: 0 10px 10px 0;
	letter-spacing: 1px;
	font-weight: normal;
	background: url(../images/design/h1.gif) no-repeat right 30%;
	float: left;
	padding: 0 40px 0 0;
}

#content h2{
	color: #868E5C;
	font-size: 1.7em;
	margin: 15px 0 10px 0;
	font-weight: normal;
	clear: both;
}

#content h3{
	color: #000;
	font-size: 1.35em;
	font-weight: bold;
	margin: 20px 0 10px 0;
	clear: both;

}

#content p {
	font-size: 1.3em;
	margin: 10px 0;
	line-height: 1.4em;
	color: #000;
}

#content a {
	color: #545C29;
	text-decoration: underline;
}

#content a:hover {
	color: #868E5C;
}

#content ul {
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

#content ul li {
	margin: 3px 0;
	background: url(../images/design/li.gif) no-repeat left 0.5em;
	padding: 0 0 0 15px;
}

#content ul ul{
	font-size: 100%;
}

#content ul li ul li {
	margin: 3px 0;
	padding: 0 0 0 10px;
	background: none;
}

img{
	padding: 0 0 0 0;
}

a img {
	border: 0;
}

/* WRAPPER */

#container {
	width: 940px;
	margin: 30px auto 0;
}

/* SPLASH */

#wrapper-splash {
	margin: 30px auto 0;
	width: 780px;
	height: 304px;
	background: url(../images/design/splash-new.jpg) no-repeat center;
	position: relative;
}

#splash {
	position: absolute;
	top: 215px;
	left: 90px;
}
	
#splash p {
	font-size: 1.2em;
}

#splash ul li {
	margin: 10px 20px 0 0;
	overflow: hidden;
	float: left;
}

#splash a {
	background: #545c29;
	width: 25px;
	height: 40px;
	display: block;
	padding: 0 10px 0 10px;
	color: #FFF;
}

#splash a span {
	font-size: 1.4em;
	color: #FFF;
	line-height: 2.8em;
}

/* HEADER */

/* top nav */

#top-nav ul {
	float:  right;
}

#top-nav ul li {
	font-size: 1.15em;
	display: inline;
	margin: 0 0 0 1px;
	padding: 0 0 0 1px;
}

#top-nav ul li.last {
	background: none;
}

#top-nav a {
	color: #000000;
}

#top-nav a:hover  {
	text-decoration: underline;
}

/*language*/

#lang-select ul{
	float: left;
	padding: 0 0 6px 0;
}

#lang-select ul li{
	float: left;
	margin: 0 6px 0 0;
}

#lang-select ul a{
	text-transform: uppercase;
	font-size: 1em;
	text-align: center;
	color: #FFF;
	background: #545c29;
	line-height: 2em;
	display: block;
	height: 20px;
	width: 26px;
}

#lang-select ul a:hover, #lang-select ul a.active {
	background: #e9e579;
	color: #545c29;
}
/* menu */

#wrapper-nav-menu, #main-nav, #sub-nav, #header-photo {
	height: 130px;
}

#main-nav, #sub-nav {
	float: left;
}

#main-nav li a, #sub-nav li a {
	color: #000000;
	display: block;
}

/* main nav */

#main-nav {
	background: url(../images/design/mainnav-bg.jpg) repeat-y top left;
	width: 140px;
}

#main-nav ul {
	margin: 10px;
}

#main-nav li {
	margin: 0 0 5px 0;
}

#main-nav li a{
	text-transform: none;
	letter-spacing: 0.01em;
	font-size: 1.25em;	
	display: block;
	height: 14px;
	color: #FFF;
	
}

#main-nav li a:hover, #main-nav li a.active {
	color: #e9e579;
}

/* sub nav */

#sub-nav {
	background: #e9e579;
	width: 130px;
	border-right: 1px solid #FFF;
}

#sub-nav li {
	margin: 0 0 5px 0;
}

#sub-nav li a{
	font-size: 1.2em;
	width: 121px;
	display: block;
	height: 16px;
	color: #545c29;
}

#sub-nav li a:hover, #sub-nav li a.active {
	color: #545c29;
}

#sub-nav li a.active {
	font-weight: bold;
}

.introduction ul {
	margin: 12px 0 0 0;
}

.translation ul {
	margin: 30px 0 0 0;
}

.our-secret ul {
	margin: 50px 0 0 0;
}

/* header photos */

#header-photo {
	float: right;
	width: 669px;
}

.melissa {
	background: #ebe672 url(../images/design/igtv-melissa.jpg) no-repeat right;
}

.gebouw {
	background: #ebe672 url(../images/design/igtv-gebouw.jpg) no-repeat right;
}

.groep {
	background: #ebe672 url(../images/design/igtv-groep.jpg) no-repeat right;
}

.ines {
	background: #ebe672 url(../images/design/igtv-ines.jpg) no-repeat right;
}

.marie {
	background: #ebe672 url(../images/design/igtv-marie.jpg) no-repeat right;
}

.elien {
	background: #ebe672 url(../images/design/igtv-elien.jpg) no-repeat right;
}

.sarah {
	background: #ebe672 url(../images/design/igtv-sarah.jpg) no-repeat right;
}

.therese {
	background: #ebe672 url(../images/design/igtv-therese.jpg) no-repeat right;
}

.laurent {
	background: #ebe672 url(../images/design/igtv-laurent.jpg) no-repeat right;
}

.stephane {
	background: #ebe672 url(../images/design/igtv-stephane.jpg) no-repeat right;
}



/* CONTENT */

#content {
	margin: 20px 0 0 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#content.home {
	margin: 0 0 0 0;
}

#content.home #left-content {
	margin: 20px 0 0 0;
}

#left-content {
	float: left;
	width: 225px;
}

#left-content .quote{
	font-style: italic;
	position: absolute;
	bottom: 0;
	left: 0;
	color:#868E5C;
	font-size:1.6em;
	font-weight:normal;
	font-style: italic;
	width: 225px;	
}

#content.home #main-content {
	padding: 20px 0 0 0;
}

#main-content {
	float: right;
	width: 660px
}


/* FOOTER */

#footer, #splash-footer {
	clear: both;
	text-align: right;
}

#footer p, #splash-footer p {
	margin: 0;
	font-size: 1.1em;
	color: #999999;
}

#footer a, #splash-footer a {
	color:#6AAED9;
}

#footer a:hover, #splash-footer a:hover {
	text-decoration: underline;
}

#footer {
	background: url(../images/design/footer.gif) no-repeat top center;
	width: 940px;
	margin: 20px auto 0;
	padding: 15px 0 40px 0;
}

#splash-footer {
	width: 780px;
	margin: 15px auto 40px;	
}

/* STYLES */

.clear {
	clear: both;
}

.error {
	color: #c00;
	font-weight: bold;
}

#list-column {
	overflow: hidden;
}

#list-column .column {
	float: left;
	margin: 0 20px 0 0;
	width: 185px;
}

#list-column .last {
	margin: 0;
}

#team .team-member {
	float: left;
	width: 300px;
	margin: 0 0 30px 0;
}

#team .first {
	margin: 0 20px 30px 0;
}

#team .first-bottom {
	margin: 0 20px 0 0;
}

#team .name {
	color: #545C29;
	font-size: 1.6em;
	margin: 10px 0 0 0;
}

#team strong {
	font-size: 1.2em;
}

#team p {
	margin: 10px 0 0 0;
}

#video {
	margin: 20px 0 0 0;
}

/* FORM */

#main-content table {
	font-size: 1.3em;
	margin: 10px 0 0 0;
}

#main-content textarea {
	font: 62.5% Arial,Helvetica,trebuchet MS,sans-serif;
	font-size: 100%;
	margin: 0 0 15px 0;
}

#main-content span {
	display: block;
	font-size: 1.3em;
	margin: 20px 0 0 0;
}

#main-content tr {
	padding: 0 0 7px 0;
	display: block;
}

#main-content td label {
	width: 180px;
	float: left;
}


