@charset "utf-8";
/* 
Iseeyou N.V.
www.iseeyou.com
Wouter Meeuwisse
w.meeuwisse@iseeyou.com

Colors:
Pink: #b67a6d;
Red: #a83d3d;
Grey: #383838;
*/
/*-------------------common part--------------------*/
* {
padding:0;
margin:0;
border:none;
}
html {
	margin-bottom:64px;
}
a{
color:#A83D3D;
}
h1{
color:#a83d3d;
font-size:2.1em;
font-weight:100;
margin-bottom:10px;
}
body{
font-family:Arial, Verdana, Helvetica;
font-size:11px;
color:#383838;
background-image:url(../images/bodybg.jpg);
text-align:center;
}
#container{
width:901px;
margin:0px auto;
text-align:left;
}
#bgwrapper{
background-image:url(../images/wrapperbg.jpg);
background-repeat:repeat-x;
}
.clear{
clear:both;
}
/*----------------end common part-----------------*/

/*----------------navigation part-----------------*/
#navigation{
width:564px;
height:74px;
}
#navigation ul{
list-style:none;
}
#navigation ul li{
float:left;
background-image:url(../images/menutabs.jpg);
height:74px;
width:141px;
}
#navigation .home{
background-position:0px 0px;
}
#navigation .home_selected{
background-position:0px -74px;
}
#navigation .possibilities{
background-position:-141px 0px;
}
#navigation .possibilities_selected{
background-position:-141px -74px;
}
#navigation .testimonials{
background-position:-282px 0px;
}
#navigation .testimonials_selected{
background-position:-282px -74px;
}
#navigation .contact{
background-position:-423px 0px;
}
#navigation .contact_selected{
background-position:-423px -74px;
}
#navigation a {
height:74px;
width:141px;
text-decoration:none;
display:block;
text-indent:-9999px;
position:absolute;
outline:0;
}
/*----------------end navigation part--------------*/

/*----------------header photo part----------------*/
#header{
height:470px;
width:901px;
}
#left{
width:675px;
float:left;
margin-right:26px;
}
#right{
width:200px;
float:left;
}
#photo{
width:672px;
height:314px;
margin-top:34px;
}
#imgfoot{
background-image:url(../images/imgfoot.jpg);
height:48px;
width:672px;
}
#photo img{
padding:2px;
border:solid 1px #561909;
width:666px;
height:308px;
overflow:hidden;
background-color:#fff;
}
#thumbs{
height:128px;
width:200px;
margin:0 0 15px 6px;
}
#thumbs img{
float:left;
padding:2px;
border:solid 1px #561909;
width:54px;
height:33px;
overflow:hidden;
margin-bottom:5px;
background-color:#fff;
}
#thumbs img.middle{
margin:0 5px 5px 5px;
}
#prevnext{
width:200px;
overflow:hidden;
}
#prevnext ul{
width:200px;
height:34px;
list-style:none;
}
#prevnext ul li{
background-image:url(../images/prevnext.jpg);
width:100px;
height:34px;
float:left;
}
#prevnext ul li.prev{
background-position:0 0;
}
#prevnext ul li.next{
background-position:100px 0;
}
#prevnext ul li.prev a, #prevnext ul li.next a{
text-indent:-9999px;
display:block;
width:100px;
height:34px;
position:absolute;
}
#rightfoot{
height:16px;
width:190px;
background-image:url(../images/rightfoot.jpg);
margin:31px 0 0 6px;
}
/*-----------end header photo part----------------*/

/*-----------------content part--------------------*/
#content{
width:901px;
margin:0px auto;
text-align:left;
}
#content .left, #content .casecontent{
float:left;
width:650px;
min-height:145px;
padding:10px 10px 10px 10px;
background-color:#fff;
border-bottom:solid 1px #b67a6d;
border-right:solid 1px #b67a6d;
border-left:solid 1px #b67a6d;
}
#content .right, #content .caselist{
float:left;
width:169px;
margin-left:34px;
min-height:145px;
padding:10px 10px 10px 10px;
background-color:#fff;
border-bottom:solid 1px #b67a6d;
border-right:solid 1px #b67a6d;
border-left:solid 1px #b67a6d;
}
#content .right{
height:145px;
}
/*---------------end content part------------------*/

#photo { overflow:hidden; }

#right
{
	position:relative;
}

#thumbs-click-here
{
	font-size:1em;
	position:absolute;
	top:225px;
	text-align:center;
	width:200px;
	/*color:#333;*/
	top:-22px;
	position:relative;
	margin-bottom:-14px;
	color:#fff;
}