@charset "utf-8";
/**
 *	Website:	www2.huyghe.biz
 *	Author:		Vincent Verbruggen <vincent@strass.be>
 *	Media:		screen
*/



/*------------------------------------------------------------------------------
FIXES FOR CSS-BUGS AND BROWSER SHORTCOMINGS
------------------------------------------------------------------------------*/
/* Set the dotted outline when focussing on elements to none */
* {outline: none;}

/* Hoverstuck-bug: http://www.satzansatz.de/cssd/pseudocss.html#hoverstuck */
a, a:visited, a:link,
a:focus, a:hover, a:active {
	color: #222222;
	font-style: italic;
	text-decoration: underline;
}
/*a:hover,a:focus {background: 0 0;}*/



/*------------------------------------------------------------------------------
SIMPLE AND MINIMAL RESET
------------------------------------------------------------------------------*/
body, html {
	color: white;
	margin: 0;
	padding: 0;
}
body, input, textarea {
	font-family:Arial,sans-serif;
	font-size: 0.75em;
}
p, ul, ol,
h1, h2, h3 {
	 margin: 0;
	 padding: 0 0 0.8em;
}
p {padding: 0 0 1.8em;}
a:hover, a:active, a:focus {color: black;}


/*------------------------------------------------------------------------------
GENERAL PAGE LAYOUT AND DIMENSIONS

	Layout: fixed width - sticky footer - dynamic height with min-height

	body
		wrapper
			container
				content
				navigation
		footer
			content
		header
			content
------------------------------------------------------------------------------*/

/* WIDTH */
div#wrapper,
div#container,
div#footer div.content,
div#header div.content,
div#navigation div.content {
	margin: 0 auto;
	padding: 0 10px;
	width: 940px;
}
/* FOOTER HEIGHT */
div#container {padding: 0 0 95px;}
div#footer,
div#footer div.content {
	height: 95px;
	line-height: 80px;
	position: relative;
}
div#footer {margin:-95px auto 0;}
/* NAVIGATION HEIGHT */
div#navigation {height: auto; /* Could be a fixed height too, if that would be necessary */}
/* HEADER HEIGHT */
div#header,
div#header div.content {
	height: 360px;
	padding: 0;
	position: relative;
}
	div#header div#logo {height: 95px;}
	div#header div#header_images {height: 240px;}
div#navigation {top: 35px;}
/* HEADER + NAVIGATION */
div#container div.content {padding: 390px 0 0;}

body, html {height: 100%;}
div#wrapper {
	height: auto;
	min-height: 100%;
	margin: 0 auto;
}
	div#container {position: relative;}
		div#container div.content {position: relative;}
div#footer {
	position: relative;
	width: 100%;
}
div#header {
	position: absolute;
	top: 0;
	width: 100%;
}
div#navigation {
	position: absolute;
	width: 100%;
}



/*------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------*/
div#header div#logo {
	background: transparent url('../images/logo-huyghe.gif') no-repeat left center;
	border-bottom: 4px solid #d61f1f;
	margin-bottom: 21px;
	overflow: hidden;
	position: relative;
}
div#header #header_images {
	height: 240px;
	overflow: hidden;
	position: relative;
	width: 940px;
}
	div#header #header_images img {
		display: block;
		height: 240px;
		left: 0;
		position: absolute;
		top: 0;
	}
	div#header #header_images .overlay {
		background: transparent url('../images/image-overlay.png') no-repeat left top;
		height: 240px;
		left: 0;
		position: absolute;
		top: 0;
		width: 940px;
	}
	div#header .header-slide-previous,
	div#header .header-slide-next {
		background: transparent url('../images/arrows.png') no-repeat left center;
		display: block;
		height: 240px;
		left: 0;
		position: absolute;
		top: 0;
		width: 470px;
		z-index: 700;
	}
	div#header .header-slide-next {
		background-position: right center;
		left: auto;
		right: 0;
	}


/*------------------------------------------------------------------------------
RIGHT COLUMNS
------------------------------------------------------------------------------*/
div.right-column {
	background: transparent url('../images/right-column.jpg') no-repeat right top;
	float: right;
	min-height: 390px;
	margin: -18px -8px 0 0;
	padding: 18px 28px 20px 28px;
	width: 186px;
}




/*------------------------------------------------------------------------------
BACKGROUNDS
------------------------------------------------------------------------------*/
body,
#wrapper {background:#6c6d65 url('../images/background.jpg') no-repeat center top;}
#footer, #footer .content {background: #d7d8d2 url('../images/footer-repeat.gif') repeat-x center top;}


/*------------------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------------------*/
div#navigation ul ul {
	display:none;
	z-index:1000;
}
div#navigation div.content ul li:hover > ul {display:block}
div#navigation div.content ul ul {
	background: #82837c url('../images/subnav-background.png') no-repeat top center;
	box-shadow: 0 5px 10px #5e5e5a;
	-moz-box-shadow: 0 5px 10px #5e5e5a;
	-webkit-box-shadow: 0 5px 10px #5e5e5a;
	left:-1px;
	position: absolute;
	top:98%;
}
div#navigation div.content ul ul ul {
	left:98%;
	position: absolute;
	top:-2px;
}
div#navigation div.content ul,
div#navigation div.content ul ul {
	list-style:none;
	display: none;
	margin: 0px;
	padding: 0px 1px 1px 0px;
}
div#navigation div.content ul table {border-collapse:collapse}
div#navigation div.content ul {
	display:block;
	float: right;
	zoom:1;
}
div#navigation div.content ul ul {width:200px;}
div#navigation div.content ul li {
	border-left: 1px solid #a9aaa3;
	font-size:0px;
	display:block;
	margin:1px 0px 0px 1px;
}
div#navigation div.content ul li:first {border-left: none;}
div#navigation div.content ul ul li {border: none;}
div#navigation div.content ul a:active,
div#navigation div.content ul a:focus {outline-style:none;}

div#navigation div.content ul a {
	display:block;
	color: #ffffff;
	cursor:pointer;
	font: bold 12px Arial;
	height: 28px;
	line-height: 27px;
	padding:5px 8px;
	text-align:left;
	text-decoration:none;
	text-transform: uppercase;
	vertical-align:middle;
}
div#navigation div.content ul span {overflow:hidden;}
div#navigation div.content ul li {float:left;}
div#navigation div.content ul ul li {float:none;}
div#navigation div.content ul ul a {
	font: bold 11px Arial;
	height: auto;
	line-height: normal;
	text-align:left;
	white-space:nowrap;
}
div#navigation div.content ul li:hover {position:relative;}
div#navigation div.content ul li:hover > a,
div#navigation div.content ul li > a.active {
	color: #d61f1f;
	text-decoration:none;
}
div#navigation div.content ul li a:hover,
div#navigation div.content ul li a.active {
	position: relative;
	color: #d61f1f;
	text-decoration:none;
}
div#navigation div.content ul a:hover ul {display:block}
div#navigation div.content ul span {display:block;}

/*------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------*/
div#footer .content {
	color:#6c6d65;
	font-size: 0.9em;
}
div#footer .content a {
	color:#6c6d65;
	text-decoration: none;
}
div#footer .content a:hover {color: #d61f1f;}



/*------------------------------------------------------------------------------
TEXT STYLES
------------------------------------------------------------------------------*/
span.separator {padding: 0 0.4em;}
h1 {
	background: transparent url('../images/h1-stripes.png') no-repeat left 0.25em;
	border-bottom: 4px solid #d61f1f;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.7em;
	margin: 0 0 0.8em 0;
	padding: 0 0 0.5em 30px;
}
	h1 span {
		background: transparent url('../images/h1-stripes.png') no-repeat center center;
		display: inline-block;
		height: 22px;
		margin-top: 5px;
		width: 22px;
	}
	h1 a, h1 a:visited, h1 a:link,
	h1 a:hover, h1 a:active, h1 a:focus {
		color: white;
		text-decoration: none;
	}
div.content h2 {
	background: transparent url('../images/h1-stripes.png') no-repeat left 0.25em;
	border-bottom: 4px solid #d61f1f;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.7em;
	margin: 0 0 0.8em 0;
	padding: 0 0 0.5em 30px;
}
div.content .right-column h2 {
	background: none;
	border: none;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 0 0 1em 0;
}
h3 {
	font-size: 1.7em;
	font-weight: normal;
	margin: 0;
	padding: 0.7em 0 0.9em;
}
h3 span {
	border-left: 1px solid white;
	color: white;
	font-size: 0.6em;
	margin-left: 10px;
	padding-left: 10px;
}
hr {
	background: #d61f1f;
	border: none;
	color: #d61f1f;
	height: 4px;
	margin: 1em 0;
	padding: 0;
}
hr.h3 {height: 3px;}
a.read-more, a.read-more:hover,
a.back, a.back:hover {
	background: transparent url('../images/arrow-right.png') no-repeat left center;
	color: white;
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 1em 0 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	text-transform: uppercase;
	width: 70px;
}
a.back, a.back:hover {
	background-image: url('../images/arrow-left.png');
	float: right;
	margin-top: 0px;
	padding: 0 4px 0 0;
	text-align: right;
	width: 50px;
}
a.read-more:active,
a.read-more:hover,
a.read-more:focus {
	color: #d61f1f;
}

/*------------------------------------------------------------------------------
PAGE: category
------------------------------------------------------------------------------*/
div.subnavigation {
	background: #abaca5 url('../images/sub-subnav-background.png') no-repeat center bottom;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 10px #5e5e5a;
	-moz-box-shadow: 0 0 10px #5e5e5a;
	-webkit-box-shadow: 0 0 10px #5e5e5a;
	margin: 5px 0 15px;
	padding: 15px 20px;
	width: 260px;
}
div.subnavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.subnavigation ul li a,
div.subnavigation ul li a:link,
div.subnavigation ul li a:visited {
	font-size: 0.95em;
	line-height: 22px;
	text-transform: uppercase;
}


/*------------------------------------------------------------------------------
PAGE: references
------------------------------------------------------------------------------*/
.realization-container {
	margin: 10px 0 40px;
}
.realization {
	float: left;
	margin-left: 20px;
	width: 300px;
}
.realization-container .realization:first-child {margin-left: 0;}
.realization strong {color:#222222;}


/*------------------------------------------------------------------------------
PAGE: product
------------------------------------------------------------------------------*/
div.images {margin: 0 0 15px 25px;}
div.images.float-left {margin:0 25px 15px 0;}
.hidden {display: none;}
div.images a {text-decoration: none;}
div.images img {border: none;}
.thumbnails {
	background: transparent url('../images/slideshow-background.gif') no-repeat center center;
	box-shadow: 0 0 10px #5e5e5e;
	-moz-box-shadow: 0 0 10px #5e5e5e;
	-webkit-box-shadow: 0 0 10px #5e5e5e;
	height: 80px;
	margin: 10px 0;
	position: relative;
	width: 300px;
}
.slideshow-next,
.slideshow-previous {
	background: transparent url('../images/slideshow-nav.gif') no-repeat left top;
	display: block;
	height: 30px;
	left: 0;
	position: absolute;
	top: 25px;
	width: 15px;
}
.slideshow-next {
	background-position: right top;
	left: auto;
	right: 0;
}
.slideshow-next:hover {background-position:right -30px;}
.slideshow-previous:hover {background-position:left -30px;}
.slideshow .thumbnail-images {
	height: 62px;
	left: 16px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	width: 270px;
}
.slideshow .thumbnail-container {
	height: 62px;
	left: 0;
	position: absolute;
	top: 0;
	width: 9999px;
}
.slideshow .thumbnail-images a {
	border: 1px solid transparent;
	display: block;
	float: left;
	margin: 0 0 0 9px;
	position: relative;
	width: 82px;
}
.slideshow .thumbnail-images a:first-child {margin: 0;}
.slideshow .thumbnail-images a.active {border: 1px solid #d61f1f;}
.slideshow .thumbnail-images a img {display: block;}
.slideshow .slideshow-images {
	display: block;
	height: 205px;
	position: relative;
	width: 300px;
}


/*------------------------------------------------------------------------------
Form
------------------------------------------------------------------------------*/
form {
	background: transparent url('../images/form-background.jpg') no-repeat center bottom;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 25px 20px 10px;
	position: relative;
	width: 560px;
}
fieldset {border:none;}
label {
	display: block;
	line-height: 1.6em;
}
.placeholder label {
	clear: left;
	display: block;
	float: left;
	margin: 0 0 10px 0;
	width: 29%;
}
textarea,
.placeholder input {
	background: #d7d8d2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	color: #5e5e5e;
	float: right;
	font-size: 12px;
	margin: 0;
	padding: 0.2em;
	width: 70%;
}
select {
	float: right;
	width:70%;
}
textarea {
	display: block;
	float: none;
	margin: 10px 0;
	width: 100%;
}


/*------------------------------------------------------------------------------
GENERAL CSS
------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	float: none;
}
.float-right {float: right;}
img.float-right {margin:0 0 15px 25px;}
.float-left {float: left;}
.strass {
	bottom: 10px;
	height: 20px;
	left: 10px;
	position: absolute;
	width: 20px;
}
.strass img {border: none;display:block;}

a.pdf, a.pdf:link, a.pdf:visited {
	background: transparent url('../images/pdf.jpg') no-repeat center center;
	color: white;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 75px;
	line-height: 78px;
	margin: 40px 0 25px 0;
	padding: 0 0 0 80px;
	text-decoration: none;
	text-transform: uppercase;
	width: 233px;
}

