/*	
	Harvest Template
	File: stylesheet.css
	Stefano Giliberti - kompulsive@gmail.com clickswitch.net		
*/

/* Main */
body {
	background:#ebebeb;
	color: #6c6c6c;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.spacer {
	height:30px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}

hr {
	background:#c1c2c3;
	border: 0;
	color: #c1c2c3;
	height: 1px;
	margin:30px 0 35px 0;
}
blockquote {
	margin:10px 0;
	background:#f3f3f3;
	border:1px solid #dfdfdf;
	padding:15px;
	font-size:0.9em;
}
/* Lists */
ul.ul {
	list-style:url(../images/li.gif);
	padding:10px 0 10px 40px;
}
	ul.ul li {
		padding:3px 0 3px 5px;
	}
ol.ol {
	list-style:decimal;
	padding:10px 0 10px 20px;
}

/* Forms */
label {
	display:block;
	margin:10px 0 10px 0;
}
select.contact,
input.contact,
textarea {
	border:1px solid #dfe0e1;
	padding:5px;
	margin:0 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
}
select.contact, input.contact {
	width:250px;
}
	input.smaller {
		width:100px;
	}
	input.larger {
		width:400px;
	}
textarea {
	width:320px;
	height:100px;
	overflow:auto;
}
.submit {
    border:none;
	width:100px;
	height:30px;
	margin:16px 0 0 0;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#a0be30;
}
	.submit:hover {
		background-position: 0% -30px;
		cursor:pointer;
	}

/* Headings */
h1, h2, h3 {
	color:#565656;
	font-weight:normal;
	font-size:1.4em;
	padding:5px 0 10px 0;
}
h2 {
	font-size:1.2em;
}
h3,h4,h5,h6 {
	font-size:1.1em;
	font-weight:bold;
}
h4 {
	font-size:1em;
}

/* Links */
a, a:active {
	color:#414141;
	text-decoration:none;
}
a:hover {
	color:#000;
}

/* Header */
#header {
	height:160px;
	position:relative;
	margin:0 auto;
	width:810px;
}
	/* Logo Container */
	#header div#logo {
		position:absolute;
		top:26px;
		left:0;
		height:125px;
		width:300px;
	}
		
	/* Rapid info */
	#header div#info {
		position:absolute;
		right:0;
		top:65px;
		text-align:right;
		font-size:11px;
		line-height:14px;
	}
		/* Call us */
		#info img {
			display:block;
			float:right;
			margin:0 0 15px 0;
		}
		/* Sitemap - Client login - Contact */
		#info p {
			clear:both;
		}
		#info a {
			color:#7ba21d;
		}
			
	
	/* Navigation */
	#navigation {
		position:absolute;
		bottom:0;
		width:810px;
		background:url(../images/nav-bar.gif) no-repeat;
	}
		#navigation ul li {
			float:left;
			line-height:42px;
			width:106px;
			text-align:center;
			background:url(../images/menu-li-break.gif) no-repeat right;
		}
			#navigation ul li a {
				color:#d5e1a6;
				font-size:12px;
				display:block;
			}
				#navigation ul li a:hover,
				#navigation ul li a.current {
					text-decoration:none;
					color:#FFFFFF;
				}
					#navigation ul li a.current {
				background:url(../images/menu-li-highlight.gif) no-repeat top;

}
			
		/* Search */		
		#navigation form {
			float:right;
		}
			#navigation input {
				background:url(../images/nav-search-input.gif);
				border:none;
				width:90px;
				margin:9px 10px 0 0;
				padding:6px 9px 6px 9px;
				font-size:10px;
				color:#666;
			}

/* Wrapper */
#container {
	margin:0 auto;
	width:810px;
	position:relative;
	font-size:12px;
	line-height:1.5em;
	background:white;
	padding:0;
}

#container h1 {
	color:#ffffff;
	background-color:#a0be30;
	font-weight:normal;
	font-size:18px;
	padding:30px 40px 30px 40px;
	margin-bottom:20px;
	display:block;
	border-bottom:solid 2px #ebebeb;

}

#intro {
	border-top:solid 2px #ebebeb;
}


#container h2 {
	color:#b1cb36;
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
	display:block;
	text-transform:uppercase;
}


#container #content {
	padding:20px 240px 40px 40px;
	text-align:justify;
	font-size:12px;
}
	/* Sections promo picture */
	#promo-pic {
		border-bottom:5px solid #dad8d9;
	}
	
	/* Left column */
	.med-col {
		width:300px;
		margin:30px 10px 30px 0px;
		padding-left:40px;
		background:white;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:justify;
	}
	
	.med-col2 {
		width:350px;
		margin:30px 40px 30px 0px;
		padding-left:40px;
		background:white;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:justify;
		padding-bottom:10px;
	}
	.med-col3 {
		width:460px;
		margin:30px 10px 30px 0px;
		padding-left:40px;
		padding-right:70px;
		background:white;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:justify;
		min-height:520px;
	}
		/* Right column */
	.small-col {
		width:204px;
		margin:0 25px 0 0px;
		margin:30px 0 0px 0;
	}
	
	/* Pro Services */
	.pros li {
		line-height:37px;
		border-bottom:1px solid #f0f0f0;
		padding:0 0 0 30px;
		font-size:1.1em;
	}
	
	/* Mini-box info */
	.mini-box {
		width:277px;
		float:left;
		color:#919191;
		font-weight:bold;
		font-size:0.9em;
		line-height:1.4em;
		margin:0 15px 20px 15px;
	}
		.mini-box img {
			float:left;
		}
		.mini-box .desc {
			width:210px;
			float:right;
		}
		.mini-box h3 {
			padding:0;
		}
	
	/* About us */
	.member {
		float:left;
		margin:7px 0 10px 0;
	}	
		.member span {
			color:#565656;
			line-height:35px;
		}	
		.member img {
			padding:0 25px 0 0;
		}
	
		/* Left-right rounded corners */
		#container #bl,
		#container #br {
			width:9px;
			height:9px;
			position:absolute;
			bottom:0;
		}
		#container #bl {
			background:url(../images/bottom-bl.gif) no-repeat;
			left:0;
		}
		#container #br {
			background:url(../images/bottom-br.gif) no-repeat;
			right:0;
		}
	
	/* Footer */
	#footer {
	margin:0 auto;
	position:relative;
	border-top:solid 2px #ebebeb;
	padding:0;
	width:810px;
	background:#a0be30;
	text-align:right;
	height:14px;
	margin-bottom:20px;
	}
.questionlink a {
	color:#66CC00;
	display:block;
	}	
#vragenlinks {
	margin-top:30px;
	margin-bottom:30px;
}
#vragenlinks a {
	display:block;
	color:#a0be30;
	text-decoration:underline;
	line-height:18px;
}
h3 {
	background-image:url(../images/h3.gif);
	width:120px;
	height:24px;
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-weight:bold;
	line-height:24px;
	text-align:center;
	margin-bottom:40px;
}
td { vertical-align:top; }