html, body {
	margin: 0px;
	padding:0px;
	background-color:#EEE;
	background-image:url();
	float:left;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

#wrapper {
	width:1000px;
	margin:0px auto;
	background-color:#EEE;
}

#content {
	width:980px;
	margin:0px auto;
	background-image:url();
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	height:100px;
}

#logo {
	width:200px;
	float:left;
	margin-top:0px;
	padding-top: 40px;
	/* background-image:url(../images/logo.jpg);
	background-repeat:no-repeat; */
}

#logo h1{
	font-family:"Times New Roman";
	font-size:26px;
	color:#F76B0C;
	font-weight:normal;
	text-decoration:none;
	padding-left:0px;
	padding-top:40px;
	/*background-image:url(../images/logo.jpg);
	background-repeat:no-repeat; */
}

#logo h4 {
	font-family:"Times New Roman";
	font-size:11px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	padding-left:75px;
}

#links ul {
	margin:0px; 
	padding-top:60px;
}

#links li{
	float:right;
	list-style-type:none;
	height:10px;
	text-align:center;
	/* background-color:#F4A80A; */
	border-left:0px solid #666;
	padding-top:2px;
	padding-bottom:4px;
	padding-left:20px;
}

#links a{
	font-family:"Times New Roman";
	font-size:12px;
	color:#333;
	font-weight:normal;
	text-decoration:none;
}

#links a:hover{
	font-family:"Times New Roman";
	font-size:12px;
	color:#999;
	font-weight:normal;
	text-decoration:none;
}

#slideshow {
    position:relative;
    height:284px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#mainimg {
	background-image:url(../images/amsterdam02.jpg);
	background-repeat:no-repeat;
	height:284px;
	text-align:right;
}

#mainimg h3 {
	font-family:"Times New Roman";
	font-size:48px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:20px 40px 0px 0px;
}

#mainimg h4 {
	font-family:"Times New Roman";
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}

#contentarea {
	clear:both;
	padding:25px 0px;
}

#leftbar {
	float:left;
	width:520px;
	padding-right:15px;
	/* border-right:1px solid #BCBDBC; */
}

#leftbar h2{
	font-family:"Times New Roman";
	font-size:26px;
	color:#555;
	font-weight:normal;
	text-decoration:none;
	padding-left:5px;
	padding-bottom:5px;
}

#leftbar p{
	font-family:"Times New Roman";
	font-size:12px;
	color:#797B7A;
	line-height:20px;
	font-weight:normal;
	text-decoration:none;
	padding:0px 5px;
}

#leftbar a {
	font-family:"Times New Roman";
	font-size:12px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	padding:0px 5px;
}

#leftbar a:hover {
	font-family:"Times New Roman";
	font-size:12px;
	color:#999;
	font-weight:bold;
	text-decoration:none;
	padding:0px 5px;
}

#rightbar {
	float:left;
	width:260px;
	border-left:1px solid #BCBDBC;
}

#rightbar h2{
	font-family:"Times New Roman";
	font-size:26px;
	color:#555;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-bottom:5px;
}

#rightbar p{
	font-family:"Times New Roman";
	font-size:11px;
	color:#797B7A;
	line-height:16px;
	font-weight:normal;
	text-decoration:none;
	padding:0px 25px;
}

#rightbar a{
	font-family:"Times New Roman";
	font-size:11px;
	color:#333;
	line-height:16px;
	font-weight:normal;
	text-decoration:none;
	padding:0px 0px;
}

#rightbar a:hover {
	font-family:"Times New Roman";
	font-size:11px;
	color:#999;
	line-height:16px;
	font-weight:normal;
	text-decoration:none;
	padding:0px 0px;
}

.mainnews {
	font-family:"Times New Roman";
	font-size:12px;
	color:#999;
	font-weight:bold;
	text-decoration:none;
}

#projectscontentarea {
	clear:both;
	padding:25px 25px 25px 25px;
	font-family:"Times New Roman";
}

#projectscontentarea p{
	font-size:12px;
	color:#797B7A;
	line-height:16px;
	font-weight:normal;
	text-decoration:none;
	padding-top:10px;
}

#projectscontentarea h2{
	font-size:50px;
	color:#333;
	font-weight:lighter;
	font-style:italic;
	text-decoration:none;
	padding:150px 0 25px 0;
}

#projectscontentarea h3{
	font-size:30px;
	color:#333;
	font-weight:lighter;
	font-style:italic;
	text-decoration:none;
	padding:100px 0 25px 0;
}

#projectscontentarea h4{
	font-size:20px;
	color:#555;
	line-height:24px;
	font-weight:normal;
	text-decoration:none;
	padding:20px 0 0 0;
}

#projectscontentarea h5{
	font-size:17px;
	color:#555;
	line-height:20px;
	font-weight:normal;
	text-decoration:none;
	padding-top:10px;
}

#projectscontentarea h6{
	font-size:14px;
	color:#777;
	line-height:normal;
	font-weight:normal;
	font-style:italic;
	padding: 10px 0 0 15px;
}

#projectscontentarea p{
	font-family:"Times New Roman";
	font-size:14px;
	color:#333;
	font-weight:normal;
	text-decoration:none;
}

#projectscontentarea a{
	font-family:"Times New Roman";
	font-size:12px;
	color:#333;
	font-weight:normal;
	text-decoration:none;
}

#projectscontentarea a:hover{
	font-family:"Times New Roman";
	font-size:12px;
	color:#999;
	font-weight:normal;
	text-decoration:none;
}

#projectscontentarea ul {
	margin:0px; 
}

#projectscontentarea li{
	font-family:"Times New Roman";
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:22px;
	border-left:0px solid #666;
}

#projectsleftbar {
	position:fixed;
	float:left;
	width:275px;
	padding-right:10px;
	/* border-right:1px solid #BCBDBC; */
}

#projectsmiddlebar {
	float:left;
	width:240px;
	padding-right:18px;
	padding-left:18px;
	/* border-right:1px solid #BCBDBC; */
}

#projectsrightbar {
	position: relative;
	float:left;
	width:620px;
	padding-left:10px;
	/* border-left:1px solid #BCBDBC; */
}

#clientsrightbar {
	position: relative;
	float:left;
	width:620px;
	padding-left:10px;
	/* border-left:1px solid #BCBDBC; */
}

#clientsrightbar h4{
	font-size:20px;
	color:#555;
	line-height:24px;
	font-weight:normal;
	text-decoration:none;
	padding:10px 0 20px 0;
}

#aboutrightbar {
	position: relative;
	float:left;
	width:620px;
	padding-left:10px;
	/* border-left:1px solid #BCBDBC; */
}

#aboutrightbar h4{
	font-size:20px;
	color:#555;
	line-height:24px;
	font-weight:normal;
	text-decoration:none;
	padding:10px 0 20px 0;
}

#samplesrightbar {
	position: relative;
	float:left;
	width:620px;
	padding-left:10px;
	/* border-left:1px solid #BCBDBC; */
}

#samplesrightbar h4{
	font-size:20px;
	color:#555;
	line-height:24px;
	font-weight:normal;
	text-decoration:none;
	padding:10px 0 40px 0;
}

#samplesrightbar h5{
	font-size:17px;
	color:#555;
	line-height:20px;
	font-weight:normal;
	text-decoration:none;
	padding-top:30px;
}

#samplesrightbar h6{
	font-size:15px;
	color:#777;
	line-height:20px;
	font-weight:normal;
	font-style:italic;
	width:525px;
	padding:20px 0 0 40px;
}

#samplesrightbar li{
	font-size:15px;
	color:#777;
	line-height:20px;
	font-weight:normal;
	font-style:italic;
	width:525px;
	padding:20px 0 0 40px;
}

#bottom {
	width:920px;
	/* background-color:#9BBE00; */
	margin: 0px auto;
	padding:40px 0 40px 0;
}

#email {
	float:left;
	width:600px;
	height:27px;
	padding-top:15px;
}

#email a{
	font-family:"Times New Roman";
	font-size:10px;
	color:#999;
	font-weight:normal;
	text-decoration:underline;
	padding:0px 40px;
}

#email a:hover{
	font-family:"Times New Roman";
	font-size:10px;
	color:#999;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
	
}

#validtext {
	float:right;
	width:300px;
	/* background-color:#9BBE00; */
	height:27px;
	padding-top:15px;
	padding-bottom:30px;
}

#validtext p{
	font-family:"Times New Roman";
	font-size:10px;
	color:#999;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}

#validtext a{
	font-family:"Times New Roman";
	font-size:10px;
	color:#999;
	font-weight:normal;
	text-decoration:underline;
}

#validtext a:hover{
	font-family:"Times New Roman";
	font-size:10px;
	color:#999;
	font-weight:normal;
	text-decoration:none;
}

