/**
 * Title: Pro-LinQ Advies- & Ingenieursdiensten
 * Description: This stylesheet defines the layout of the website of Pro-LinQ Advies- & Ingenieursdiensten
 * Copyright: Pronamic Internet, Vormgeving en Software
 * Company: Pronamic Internet, Vormgeving en Software
 * Author: Remco Tolsma
 * Version: 1.0
 */

body {
	background: #777777;

	color: #292929;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;

	line-height: 160%;

	margin: 0;
}

a {
	color: #05347a;
}

a:hover {
	color: #a60006;
}

.clear {
	clear: both;
}

.decoration_image, 
.decoration_image_2 {
	float: left;

	margin: 0 25px 25px 0;
}

.decoration_image_2 {
	float: right;
}

/**
 * Header
 */
#header_wrapper {
	background: #FFF;
}

#header {
	background: url("header.jpg") no-repeat bottom right;

	margin: 0 auto;
	padding: 15px 0 120px 0;

	min-height: 80px;

	width: 795px;
}

/**
 * Company name
 */
#company_name {
	float: left;

	margin: 0 0 0 100px;
	padding: 0;
}

#company_name a {
	background: url("logo.gif") no-repeat;

	display: block;

	width: 280px;
	height: 88px;
}

#company_name a span {
	display: none;
}

/** 
 * Top navigation
 */
#top_navigation {
	float: right;

	padding: 10px;
}

#top_navigation ul {
	margin: 0;
	padding: 0;

	list-style: none;
}

#top_navigation li {
	border-left: 1px solid #8096b5;

	display: inline;

	padding: 0 5px 0 6px;
}

#top_navigation .first_item {
	border-left: none;
}

#top_navigation .active {
	color: #000;
}

/**
 * Core
 */
#core {
	margin: 0 auto;

	width: 795px;
}

/**
 * Main
 */
#main {
	background: #FFF;

	float: right;

	padding: 30px;

	width: 560px;
	min-height: 150px;
}

/**
 * Navigation
 */
#navigation {
	float: left;

	position: relative;
	top: -47px;

	margin-bottom: -20px;
}

#navigation ul {
	background: #20519e;

	border: 1px solid #033678;

	float: left;

	list-style: none;

	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
}

#navigation a {
	border-left: 1px solid #2e5ea6;

	color: #FFF;

	display: block;

	padding: 5px 15px;

	text-decoration: none;
}

#navigation a.active, 
#navigation a:hover {
	background: #1a427f;
}

#navigation .first_item a {
	border-left: none;
}

/**
 * Content
 */
#content {
	padding-top: 1px;
}

#content h1 {
	background: url("h1_back.gif") no-repeat left top;

	border-bottom: 1px solid #e0e0e0;

	clear: both;

	color: #0e4180;

	font-size: 130%;

	padding: 0 0 10px 25px;
	margin: 0;
}

#content h2 {
	color: #a90007;

	clear: both;

	font-size: 120%;
}

#content h3 {
	clear: both;

	font-size: 100%;
	
	margin-bottom: 5px;
}

#content ul {
	list-style: none;
}

#content img
{
	border: 8px solid #dde1e0;
}

#content li {
	background: url("list_item.gif") no-repeat left 5px;

	padding-left: 18px;
}


/** 
 * Projects
 */
#projects p {
	margin: 0;
	margin-bottom: 15px;
}

#projects h2 {
	margin-bottom: 5px;
}

#projects img {
	margin: 0 15px 15px 0;

	border: 4px solid #dde1e0;

	float: left;
}

/* Core 3 */
#core-3 {
	background: #e0e0e0;

	border-top: 3px solid #FFF;

	clear: both;

	padding: 15px 10px 5px 10px;
}

#core-3 h2 {
	font-size: 225%;
}

#core-3 li {
	background-image: none;
}

#core-3 img {
	border: 8px solid #FFF;	
	
	margin-bottom: 10px;
}

/**
 * Gallery
 */
.gallery {
	padding: 0 30px;

	position: relative;
}

.gallery .wrap {
	overflow-x: hidden;

	position: relative;

	width: 470px;
}

.gallery ul {
	list-style: none;

	margin: 0;
	padding: 0;

	width: 5000px;
}

.gallery li {
	background: #FFF;
	
	color: #2c2c2c;
	
	padding: 3px;	
	
	font-weight: bold;
	font-size: 90%;
	
	float: left;

	line-height: 120%;
	
	margin: 0 5px;

	width: 205px;
}

.gallery li a {
	color: #333;

	display: block;

	text-decoration: none;
}

.gallery span {
	color: #606060;
	
	font-weight: normal;
}
.gallery img {
	display: block;
}

/* Navigation */
.gallery .previous-link, 
.gallery .next-link {
	background-repeat: no-repeat;

	display: block;

	width: 28px;
	height: 56px;

	position: absolute;

	top: 60px;
}

.gallery .previous-link span, 
.gallery .next-link span {
	display: none;
}

.gallery .previous-link:focus, 
.gallery .next-link:focus {
	outline: none;
}

.gallery .previous-link.disabled, 
.gallery .next-link.disabled {
	visibility: hidden;
}

.gallery .previous-link {
	background-image: url("gallery/prev.gif");

	left: 0;
}

.gallery .next-link {
	background-image: url("gallery/next.gif");

	right: 0;
}




/**
 * Extra
 */
#extra {
	background: #BE3338 url("extra_back.gif") repeat-y right;

	color: #FFF;

	float: left;

	position: relative;
	top: -65px;

	width: 175px;
}

#extra h1 {
	background: #A90007 url("extra_h1_back.gif") repeat-y right;

	font-size: 130%;

	margin: 0;
	padding: 8px 15px;
}

#extra a {
	color: #FFF;
}

#extra address {
	background: url("bg_phone.gif") bottom left no-repeat;

	font-style: normal;

	padding: 12px;
}

/**
 * Copyright
 */
#copyright {
	color: #FFF;

	clear: both;

	font-size: 90%;

	margin: 0 auto;
	padding: 5px;

	text-align: right;

	width: 785px;
}

#copyright a {
	color: #FFF;

	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

/**
 * Forms
 */
form .textfield, 
form .textarea {
	float: left;
	clear: both;

	line-height: 100%;

	margin-bottom: 1em;

	width: 100%;
}

form .textfield label, 
form .textarea label {
	cursor: pointer;

	float: left;

	font-weight: bold;

	padding: 3px 10px 0 0;
	margin: 1px;

	text-align: right;

	width: 10em;
}

form .textfield input, 
form .textarea textarea {
	border: 1px solid #CCC;

	float: left;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;

	margin: 0;
	padding: 2px;

	width: 20em;
}

form .textfield input:focus, 
form .textarea textarea:focus {
	border-color: #002D6A;
}

form .error input, 
form .error textarea {
	border-color: #C00;
}

.form_actions {
	clear: both;

	display: inline;

	float: left;

	margin-left: 10em;
	padding-left: 10px;
}