/*
-------------------------------------------------+
Client: DOS Creations
Date: 11/01/2008
Copyright: DOS Creations
Author: Johan Deketelaere
-------------------------------------------------+
*/
#ufoDemo { 

	float: left;
	width: 277px;
	height: 119px;
	background-color: #FFFFFF;
}

#preload { display: none; z-index:-10; }


* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	color: #5F5F5F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
	background-image:url(../images/header_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

.pijlomlaag {
margin-top:10px;
}


	
#container {
	margin: 0 auto;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}

h2 {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size:13px;
color:#9EA879;
font-weight:lighter;
}


/*--[ header ]----------------------------------------------------------------*/
#header {
background-image:url(../images/header.jpg) top left no-repeat;
	height: 243px;
	z-index: 2;
	position: relative;
}

/*--[ navigation ]----------------------------------------------------------------*/
#nav {
background-color:#FFFFFF;
	left: 200px;
	top: 27px;
	height: 24px;
	width: 720px;
	padding-left: 20px;
	margin: 0px;
	position:relative;
		}
#nav li {
	float: left;
	display: inline;
	width: auto; /* width needed or else Opera goes nuts */
	margin: 0;
	padding: 0px;
	position: relative;
	}

#nav li a {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	z-index:100;
}

#nav li a span { position: absolute; left: -999em; }



/* home knop */

#nav .home a {
background-image: url(/images/home.jpg);
	background-repeat: no-repeat;
	width:63px;
	}

#nav .home a:hover {
background-image: url(/images/home_over.jpg);
	background-repeat: no-repeat;
	width:63px;
	}

#nav .home_active a, #nav .active a:hover {
background-image: url(/images/home_over.jpg);
	background-repeat: no-repeat;
	width:63px;
	}


/* portfolio knop */

#nav .portfolio a {
background-image: url(/images/portfolio.jpg);
	background-repeat: no-repeat;
	width:86px;
	}

#nav .portfolio a:hover {
background-image: url(/images/portfolio_over.jpg);
	background-repeat: no-repeat;
	width:86px;
	}
	
#nav .portfolio_active a, #nav .portfolio_active a:hover {
background-image: url(/images/portfolio_over.jpg);
	background-repeat: no-repeat;
	width:86px;
	}

/* diensten knop */

#nav .diensten a {
background-image: url(/images/diensten.jpg);
	background-repeat: no-repeat;
	width:85px;
	}

#nav .diensten a:hover {
background-image: url(/images/diensten_over.jpg);
	background-repeat: no-repeat;
	width:85px;
	}

#nav .diensten_active a, #nav .diensten_active a:hover {
background-image: url(/images/diensten_over.jpg);
	background-repeat: no-repeat;
	width:85px;
	}	

/* overons knop */	
	

#nav .overons a {
background-image: url(/images/klanten.jpg);
	background-repeat: no-repeat;
	width:78px;
	}

#nav .overons a:hover {
background-image: url(/images/klanten_over.jpg);
	background-repeat: no-repeat;
	width:78px;
	}
#nav .overons_active a, #nav .overons_active a:hover {
background-image: url(/images/klanten_over.jpg);
	background-repeat: no-repeat;
	width:78px;
	}	

/* contact knop */

#nav .contact a {
background-image: url(/images/contact.jpg);
	background-repeat: no-repeat;
	width:77px;
	}

#nav .contact a:hover {
background-image: url(/images/contact_over.jpg);
	background-repeat: no-repeat;
	width:77px;
	}	

#nav .contact_active a, #nav .contact_active a:hover {
background-image: url(/images/contact_over.jpg);
	background-repeat: no-repeat;
	width:77px;
	}	



#nav li li {
	background: #524d45;
	text-transform: none;
	width: 15em;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: #f7f7f7;
	border-bottom: 1px solid #6a645c;
}
#nav li li a, #nav .active li a, #nav li:hover li a, #nav li.sfhover li a {
	background: #524d45;
	display: block;
	height: 2em;
	line-height: 2em;	
	padding: 0 0 0 1em;
	width: 14em;
	float: none;
	color: #fff;
}
#nav li li a:hover, #nav .active li a:hover {
	background: #524d45;
	color: #f9b971;
}

#nav li ul {
	background: #524d45;
	clear: both;
	position: absolute;
	height: auto;
	width: 15em;
	top: 30px;
	height: auto;
	left: -999em;
	z-index: 100;
	padding-bottom: 0.5em;
}
#nav li:hover ul, #nav li.sfhover ul {left: 0px;}

/*--[ content ]----------------------------------------------------------------*/

.klantengroen {
color: #9DA870;
line-height:20px;
font-size:11px;
}

.klantengrijs {
color: #5F5F5F;
line-height:20px;
font-size:11px;
}

a.witurl:link, a.witurl:active, a.witurl:visited {
color:#FFFFFF;
text-decoration:none;
	}

a.witurl:hover {
color:#5F5F5F;
text-decoration:none;
	}


a.linkgroen:link {
color:#ABB979;
text-decoration:none;
height:20px;
	}

a.linkgroen:visited {
color:#ABB979;
text-decoration:none;
height:20px;
	}

a.linkgroen:active {
color:#ABB979;
text-decoration:none;
height:20px;
	}

a.linkgroen:hover {
color:#5F5F5F;
text-decoration:none;
height:20px;
	}

a.linkgroen2:link {
color:#ABB979;
text-decoration:none;
height:20px;
	}

a.linkgroen2:visited {
color:#ABB979;
text-decoration:none;
height:20px;
	}

a.linkgroen2:active {
color:#ABB979;
text-decoration:none;
height:20px;
	}

a.linkgroen2:hover {
color:#5F5F5F;
text-decoration:none;
height:20px;
	}

#content {
	width: 980px;
	padding-top: 35px;
	z-index: 1;
	left:0px;
	}


	
#content_links {
	position: absolute;
	top 280px;
	width:628px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	float:left;
		}

#content_onder {
	position: absolute;
	top: 550px;
	width:628px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	float:left;
		}

#contact_links {
padding-left:60px;
}
		
#content_rechts {
	left: 680px;
	position: absolute;
	top: 274px;
	right: 0;
	padding-top: 40px;
	padding-right: 47px;
	padding-bottom: 20px;
	padding-left: 0px;
	width:225px;
	
	}
	
	
#contact_rechts {
	left: 680px;
	position: absolute;

	right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	width:225px;
	
	}
	
	
#content_rechts2 {
	left: 680px;
	position: absolute;
	top: 550px;
	right: 0;
	padding-top: 40px;
	padding-right: 47px;
	padding-bottom: 20px;
	padding-left: 0px;
	width:225px;
	
	}
	
/* portfolio */	

#left{
width: 160px;
float:left;
}

#klantenoverzicht{
width: 600px;
padding-left: 160px;
}

#klantenlijst{
float: right;
width: 200px;
}

#portfolio_content{
margin: 0 ;
}

#portfolio_content2{
margin-left:160px;
margin-right:230px;
}

* html #portfolio_content2{
left:160px;
right:230px;

}


#subnav {
background-color:#FFFFFF;
padding-left: 60px;
	margin: 0px;
	}
	
#subnav li {
	width: auto; /* width needed or else Opera goes nuts */
	margin: 0;
	padding: 0px;
	position: relative;
	list-style-type: none;
	}

#subnav li a {
	display: block;
	height: 23px;
	line-height: 23px;
	width:70px;
	padding: 0 5px 10px 0px;
	z-index:100;
}

#subnav li a span { position: absolute; left: -999em; }



/* huisstijl knop */

#subnav .huisstijl a {
background-image: url(/images/huisstijl.jpg);
	background-repeat: no-repeat;
	width: 70px;
	}

#subnav .huisstijl a:hover {
background-image: url(/images/huisstijl_over.jpg);
	background-repeat: no-repeat;
	width: 70px;
	}

#subnav .huisstijl_active a, #subnav .active a:hover {
background-image: url(/images/huisstijl_over.jpg);
	background-repeat: no-repeat;
	width: 70px;
	}


/* reclame knop */

#subnav .reclame a {
background-image: url(/images/reclame.jpg);
	background-repeat: no-repeat;
	width: 70px;
	}

#subnav .reclame a:hover {
background-image: url(/images/reclame_over.jpg);
	background-repeat: no-repeat;
	width: 70px;
	}
	
#subnav .reclame_active a, #subnav .reclame_active a:hover {
background-image: url(/images/reclame_over.jpg);
	background-repeat: no-repeat;
	width: 70px;
	}

/* online knop */

#subnav .online a {
background-image: url(/images/online.jpg);
	background-repeat: no-repeat;
	width: 70px;
	}

#subnav .online a:hover {
background-image: url(/images/online_over.jpg);
	background-repeat: no-repeat;
	width: 70px;
	}

#subnav .online_active a, #subnav .online_active a:hover {
background-image: url(/images/online_over.jpg);
	background-repeat: no-repeat;
	width: 70px;
	}	

/* werving knop */	
	

#subnav .werving a {
background-image: url(/images/werving.jpg);
	background-repeat: no-repeat;
	width: 70px;
	}

#subnav .werving a:hover {
background-image: url(/images/werving_over.jpg);
	background-repeat: no-repeat;
	width: 70px;
	}
#subnav .werving_active a, #subnav .werving_active a:hover {
background-image: url(/images/werving_over.jpg);
	background-repeat: no-repeat;
	width: 70px;
	}	
		
#klantenlijst h2 {
background-image:url(../images/klanten.jpg);
background-repeat:no-repeat;
padding-bottom:15px;
margin-left:40px;
display:block;
height:13px;
width:54px;
}

.tabel_klanten {
margin-left:40px;
}

a.tekst_klanten:link, a.tekst_klanten:visited {
font-size:11px;
font-family:Arial, Verdana,  Helvetica, sans-serif;
text-decoration:none;
color:#5F5F5F;
	}

a.tekst_klanten:hover {
color:#9DA870;
font-size:11px;
font-family:Arial, Verdana,  Helvetica, sans-serif;
text-decoration:none;	}

a.tekst_klanten:active {
color:#9DA870;
font-size:11px;
font-family:Arial, Verdana,  Helvetica, sans-serif;
text-decoration:none;	}

#klantenlijst h2 span {
position: absolute; left: -999em;
}
.groenveertien {
color:#9DA870;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* tekst in portfolio */

.titel_port{
color:#5F5F5F;
font-size:14px;
margin-right:10px;
}

.bedrijf_port{
color:#ABB979;
font-size:14px;
}

.tekst_port{
color:#5F5F5F;
font-size:11px;
}

/* tekst in diensten */

#huisstijl_titel h1{
background-image:url(../images/huisstijl_titel.jpg);
background-repeat:no-repeat;
padding-bottom:15px;
display:block;
height:22px;
width:60px;
}

#dienstentitel h1{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size:16px;
color:#9DA870;
font-weight:lighter;
background:url(../images/titelstreep.jpg) no-repeat;
height:24px;
width: 211px;
display:block;
}

.interessetitel {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size:16px;
color:#9EA879;
font-weight:lighter;
background:url(../images/titelstreep.jpg) no-repeat;
height:24px;
width: 211px;
display:block;
}

.interessetitel_zwart {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size:16px;
color:#5F5F5F;
font-weight:lighter;

}

.tussentitel {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size:13px;
color:#9EA879;
font-weight:lighter;
}

#huisstijl_titel h1 span {
position: absolute; left: -999em;
}

/* tekst in homepage */

p { 
	margin-top: 0; 
	text-align: left;
	}

#recente_realisaties h1 {
background-image:url(../images/recenterealisaties.gif);
background-repeat:no-repeat;
padding-bottom:15px;
display:block;
height:24px;
width:130px;
}

#recente_realisaties h1 span {
position: absolute; left: -999em;
}



#lijst_realisaties{
display:block;
width:135px;
float:left;
padding-right:20px;
display:inline;
max-width: 135px;
}

.titel_realisatie{
clear:left;
background:url(../images/pijltje.gif) left no-repeat;
padding-left:15px;
margin-left:5px;
font-size:10px;
line-height:16px;
overflow:hidden;
max-width:135px;
width:135px;

}

.tekst_realisatie{
margin-left:20px;
color:#788454;
font-size:10px;
line-height:12px;
overflow:hidden;

}

#meer_realisaties{

background:url(../images/balk_bg.jpg) left no-repeat;
padding-left:15px;
margin-top:25px;
height:17px;
width:550px;
font-size:10px;
color:#FFFFFF;
overflow:hidden;
max-width:550px;
display:block;

}
	



#main {
	width: 550px;
	float: left;
}
#sidebar ul {
	background: url(../i/layout/bg-sidebar-ul.gif) 0 0 repeat-y;
	padding-top: 10px;
	margin: 0px;
}

#lijst ul {
	list-style-image:url(../images/pijltje.gif);
	margin:17px;	
	}
	
#lijst li {

font-size:11;
line-height:19px;
text-decoration:none;
margin-bottom:2px;

}




#sidebar li a {
	display: block;
	padding: 6px 10px 6px 20px;
	color: #4c808e;
}
#sidebar li a:hover {
	color: #d17e21;
	text-decoration: none;
}
#sidebar li.active a {
	background: url(../i/layout/bg-sidebar-active.gif) 0 0 repeat-y;
	font-weight: bold;
}
/*--[ home ]----------------------------------------------------------------*/

#intro {
	background: #EBE4C8 url(../i/layout/bg-intro.jpg) bottom left no-repeat;
	width: 720px;
	float: left;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
	z-index: 1;
}

.tekstgroen {
color:#ABB979;
}
#inner-intro {
	background: #EBE4C8 url(../i/layout/bg-intro.jpg) 0 0 no-repeat;
	width: 320px;
	min-height: 210px;
	height:auto !important;
	height: 210px;
	float: left;
	padding: 20px 380px 0 20px;
	color: #8d6e4b;
	z-index: 1;
}

#intro h2 {
	font-size: 1.1em;
	margin-top: -1.2em;
}
#intro em {
	color: #d17e21;
	font-style: normal;
}
#slider img {
	position: absolute;
	right: 10px;
	top: 10px;
	float: left;
	width: 350px;
	height: 230px;
}
#intro #slider {
	z-index: 10
}
#choose {
	float: left;
	display: inline;
	width: 720px;
	margin: 0 0 2em 0;
}
#choose li {
	background: transparent;
	padding: 0px;
	float: left;
	display: inline;
	width: 216px;
	margin: 0px;
}
#choose #c2 {
	margin: 0 36px;
}
#choose img {display: block;}
#choose h2 {
	margin: 0px;
	font-size: 1.2em;
	line-height: 2em;
}
#choose h2 a {color: #4c808e;}
#choose h2 a:hover {
	color: #d17e21;
	text-decoration: none;
}
#choose li a {
	display: inline;
	float: left;
}
#choose span {
	background: #fff url(../i/layout/bg-choose.gif) 0% 50% no-repeat;
	display: block;
	width: 196px;
	padding-left: 20px;
	clear: both;
	line-height: 2em;
	height: 2em;
	border-top: 1px solid #ece5c9;	
}

#newsbox {
	clear: both;
	margin-bottom: 20px;
	float: left;
	width: 680px;
	padding: 20px;
	background: #5F5951;
	color: #d8d8d8;
}

#newsbox p img {
	float: left;
	display: inline;
	margin: 3px 10px 5px 0;
	background: #fff;
}

#newsbox p span {color: #b8b4ad;}
#newsbox dl {clear: both;margin: 0px;border-bottom: 1px solid #817C75;}
#newsbox dt {
	color: #b8b4ad;
	position: absolute;
	z-index: 2;
	margin-top: 0.3em;
	width: 80px;
}
#newsbox dd {
	border-top: 1px solid #817C75;
	position: relative;
	text-align: left;
	padding-left: 85px;
	padding: 0.3em 0 0.3em 85px;
	margin: 0px;
	line-height: 1.2em;
	z-index: 1;
}
#newsbox dd a {
	color: #d8d8d8;
	z-index: 3;
	position: relative;
	text-decoration: none;
}
#newsbox a:hover {
	color: #fff;
	text-decoration: underline;
}

#openinghours {
	background: url(../i/layout/bg-sidebar.gif) bottom left no-repeat;
	border-top: 8px solid #5F5951;
	height: 360px;
	float: right;
	width: 216px;
}
#openinghours h3, #openinghours ul {
	background: url(../i/layout/bg-sidebar-ul.gif) 0 0 repeat-y;
	margin: 0px;
}

#openinghours li {
	background: url(../i/layout/bg-sidebar-li.gif) bottom left no-repeat;
}
#openinghours h3, #openinghours li {padding: 6px 10px 6px 20px;}
#openinghours h3 {padding-top: 20px;color: #4c808e;}

/*--[ portfolio ]----------------------------------------------------------------*/

.bedrijf_portfolio{
color:#ABB979;
overflow:hidden;
margin-left:9px;
}

.titel_portfolio{
color:#5F5F5F;
font-size:10px;
overflow:hidden;
}

#titel_port_rechts h1{
color:#9DA870;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}



/*--[ slideshow ]----------------------------------------------------------------*/
#slideshow {
	position: relative;
	width: 720px;
	padding: 10px 0;
	padding-right: 0px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #5F5951;
}
#slide {
	background: #6A645D url(../i/layout/slide-loading.gif) 180px 140px no-repeat;
	position: relative;
	width: 400px;
	height: 300px;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
}
#slide img {
	margin: 0 auto;
}
#slide p {
	background-image: url(../i/layout/bg-slide.png);
	position: absolute;
	bottom: 0px;
	left: 0px;
	float: left;
	display: inline;
	height: 2em;
	line-height: 2em;
	padding: 0 1em;
	font-weight: bold;
	margin: 0;
	color: #4b463f;
}
#slidethumbs ul {
	margin: 0px;
	padding: 0px;
	background: green;
}
#slidethumbs li {
	background: #6A645D;
	padding: 0px;
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
#slidethumbs img {
	float: left;
	z-index: 1;
}
#slidethumbs li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	outline: none;
	border-bottom: 1px solid #6A645D;
}
#slidethumbs li a:hover {border-color: #4c808e;}
#slidethumbs li a.active {border-color: #d17e21;}

#slide_prev, #slide_next {
	background: transparent url(../i/layout/blank.gif);
	position: absolute;
	top: 0px;
	display: block;
	height: 100%;
	width: 48%;
	text-indent: -9000px;
	z-index: 10;
	outline: none;
}
#slide_prev {left: 0; float: left; cursor: w-resize;}
#slide_next {right: 0; float: right; cursor: e-resize;}
.nl #slide_prev:hover, .nl #slide_prev:visited:hover {background: url(../i/layout/prevlabel-nl.gif) 0% 50% no-repeat;}
.nl #slide_next:hover, .nl #slide_next:visited:hover {background: url(../i/layout/nextlabel-nl.gif) 100% 50% no-repeat;}

.fr #slide_prev:hover, .fr #slide_prev:visited:hover {background: url(../i/layout/prevlabel-fr.gif) 0% 50% no-repeat;}
.fr #slide_next:hover, .fr #slide_next:visited:hover {background: url(../i/layout/nextlabel-fr.gif) 100% 50% no-repeat;}

#thumbs-prev, #thumbs-next {
	position: absolute;
	bottom: 0px;
	text-decoration: none;
	font-size: 2em;
}
 #thumbs-prev {left: 0px;}
 #thumbs-next {right: 10px;}

/*--[ news ]----------------------------------------------------------------*/
.newsitem h2 {margin: 0px;}
.date-cat {
	color: #9b9b9b;
	font-size: 0.9em;
	}
.date-cat a {color: #666;}	
.newsitem {
	background: #fff;
	float: left;
	width: 550px;
	border-bottom: 3px solid #f2f2f2;
	margin-bottom: 10px;
}
.last {border-bottom-width: 0px;}


#gallery {
	clear: both;
}
#gallery ul {
	float: left;
	width: 550px;
	margin-top: 0.5em;
}
#gallery li {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	padding: 0px;
	background: #fff;
	width: 100px;
	height: 100px;
	text-align: center;
}
#gallery a {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}
#gallery img {
	margin: 0 auto;
}
.more {
	float: right;
	text-align: right;
}
img.news-img, .news-img img {
	float: right;
	display: inline;
	margin: 0 0 5px 15px;
}
#downloads {
	clear: both;
}
#downloads span {
	color:#999;
}
#downloads li {padding: 0 0 0 20px;line-height: 16px;}
.pdf{background:url(../i/layout/pdf.gif) 0 0 no-repeat;} 
.xls{background:url(../i/layout/xls.gif) 0 0 no-repeat;} 
.doc{background:url(../i/layout/doc.gif) 0 0 no-repeat;} 
.zip{background:url(../i/layout/zip.gif) 0 0 no-repeat;} 
.jpg, .epg{background:url(../i/layout/jpg.gif) 0 0 no-repeat;}
.rar{background:url(../i/layout/rar.gif) 0 0 no-repeat;} 
.gif{background:url(../i/layout/gif.gif) 0 0 no-repeat;} 
.iff{background:url(../i/layout/gif.gif) 0 0 no-repeat;}

p#more {
	padding-bottom: 1em;
	border-bottom: 5px solid #efefef;
	margin-bottom: 2em;
}

/*--[ contact ]----------------------------------------------------------------*/
#contactinfo {
	float: left;
	width: 220px;
}
#mapborder {
	width: 480px;
	height: 360px;
	border: 5px solid #eceeef;
	float: right;
}
#map {
	width: 480px;
	height: 360px;
}
#contactlist {clear: both;}


.formvelden {
	font-size: 1.0em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #ffffff;
	width: 179px;
	height:17px;
	background:url(../images/nieuwsbrief_invulbalk.jpg) no-repeat;
	vertical-align: middle;
}

.formvelden_rechts {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	border: 1px solid #E2E7D1;
	width: 160px;
	height:15px;
	background-color:#E2E7D1;
	vertical-align: middle;
}


.formvelden_contact {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	border: 1px solid #E2E7D1;
	width: 528px;
	height:15px;
	background-color:#E2E7D1;
	vertical-align: middle;
}


.sendknop { 
border: 1px solid #ffffff;
color:#9EA879;
font-size:11px;
background:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
float:right;
width:90px;


}

.sendknop2 { 
border: 1px solid #ffffff;

color:#9EA879;
font-size:11px;
background:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
width:90px;
float:right;
}


.sendknop3 { 
border: 1px solid #ffffff;
color:#9EA879;
font-size:11px;
background:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
float: right;
}

.labelveld {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#5F5F5F;
vertical-align: middle;
width:90px;
height: 17px;
}

.boxrechts {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #E2E7D1;
	width: 160px;
	height:17px;
	background-color:#E2E7D1;
	vertical-align: middle;
	height: 80px;
	overflow: auto;
}


.boxcontact {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #E2E7D1;
	width: 528px;
	height:17px;
	background-color:#E2E7D1;
	vertical-align: middle;
	height: 80px;
	overflow: auto;
}


select {width: 210px;}
textarea {
	width: 560px;
	height: 120px;
	overflow: auto;
}
div.error input,  div.error textarea { 
	border-color: #e23b00; 
	background: #fff3ef url(../i/layout/bg-error.gif) 0.4em 0.4em no-repeat;
	text-indent: 10px;
	}
div.error select {background: #fff3ef;}	
input:focus, input.error:focus, textarea:focus {border-color: #bbb; }
form .textarea {
	clear: both;
	width: 227px;
	float: left;
}
.button {
	clear: both;
}
.button input {
	margin: 0 0 0 130px;
	float: left;
	display: inline;
	width: 108px;
	height: 30px;
	padding: 0;
	border: 0px;
}
#interested, .info {
	clear: both;
	float: left;
	width: 720px;
	margin-bottom: 10px;
}


.button p {
	float: left;
	line-height: 36px;
	width: 440px;
	margin: 0px;
	color: #666;
}
.errors, #success {
	clear: both;
	padding: 20px;
	background: #e23b00;
	margin : 0 0 10px 130px;
}
#success {
	background: #7CB439;
	margin : 0;
}
.errors h3, #success h3 {
	clear: both;
	color: #fff;
	font-size: 1em;
	letter-spacing: 0px;
	margin: 0px;
}

/*--[ footer ]----------------------------------------------------------------*/
#footer {
	background-color:#CCCCCC;
	width: 820px;
	height: 19px;
	padding-left: 20px;
	clear: both;
	position: relative;
	
}
#footer ul {
	width: 190px;
	float: left;
	display: inline;
	margin: 0px;
}
#footer li {
	background: none;
	color: #b8b4ad;
	border-bottom: 1px solid #817c75;
	padding: 0px;
	float: left;
	display: inline;
	width: 170px;
	line-height: 2.0em;
	margin: 0 20px 0 0;
}
#footer a {color: #d8d8d8;}
#footer a:hover {color: #f1f1f1;}

#footer h4 {
	background: #5f5951 url(../i/layout/logo-footer.gif) 0 0 no-repeat;
	z-index: 10;
	float: right;
	padding-top: 75px;
	height: 0px !important;
	width: 150px;
	overflow: hidden;
}
#contactinfo li{
	background: none;
	list-style: none;
	padding: 0;
}
