/**
 * Hutten Group corporate websites master stylesheet
 * Author: Reclame Henk de Lange
 *
 * Print media: see '@media print' rule
 *
 * Colors
 *            | red       | gray
 * ------------------------------------
 * Pantone    | Red 032   | 420
 * RGB 8-bits | 244 41 65 | 204 204 204 
 * RGB hex    | F42941    | CCCCCC
 */

/* Generics */

body {
	color: #A0A0A0;
	background: black url(../img/bg_x.gif) repeat-x left top;
	font: 80%/180% "lucida sans", "trebuchet ms", arial, helvetica, sans-serif;
	margin: 0;
}
 
.special_ours td {
	color: black;
}

html, body {
	height: 100%;
}

h1, h2, h3 {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	margin-bottom: .5em;
}
h1 {
	color: white;
	font-size: 215%;
	margin-top: 35px;
	margin-bottom: .4em;
	border-bottom: 1px solid #333333;
	padding-bottom: .5em;
}
h2 {
	color: #F42941;
	font-size: 150%;
}
h3 {
	font-size: 115%;
	font-weight: bold;
}

p {
	margin-top: 0;
}

a {
	color: #A0A0A0;
}
a:hover {
	color: white;
}

abbr, acronym {
	border-bottom: .1em dashed;
}

img {
	border: none;
}

hr {
	border: .1em solid #333333;
	color: #333333;
	background-color: #333333;
	height: .1em;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}
caption {
	text-align: left;
	font-weight: bold;
}
th, td {
	border-bottom: .1em solid #262626;
	padding: .3em .5em;
}
th {
	background-color: #333333;
	font-weight: normal;
}

ul, ol {
	margin-top: 0;
	margin-left: 0;
	padding-left: 1em; /* gecko */
}
ol {
	margin-left: .5em;
}
ul {
	list-style-type: square;
	list-style-image: url(../img/bullet.gif);
	margin-top: 0;
}
li {
	padding-top: .3em;
	padding-bottom: .3em;
	border-bottom: 1px solid #262626;
}
li.first {
	padding-top: 0;
}

dl {
	margin-top: 0;
}
dt {
	font-style: italic;
}

input.button {
	color: white;
	background-color: #F42941;
	border-width: 2px;
	border-color: #EF9DA7 #700B16 #700B16 #EF9DA7;
	font-weight: bold;
}
input.textfield, select, textarea {
	color: #A0A0A0;
	background-color: #333333;
	border: 1px solid #333333;
	font: 100% "lucida sans", "trebuchet ms", arial, helvetica, sans-serif;
}
form label.name {
	font-weight: bold;
	display: block;
}
form .row {
	margin-bottom: .3em;
}
form .buttons {
	text-align: right;
}

/* Layout */

#layout {
	width: 850px;
	height: 100%;
	margin: 0 auto;
	background: url(../img/bg_logo.jpg) no-repeat center top;
	position: relative;
}
#columns {
	height: 100%;
}
#columns.with-subnav {
	background: transparent url(../img/bg_subnav.jpg) no-repeat left top;
}
.column {
	float: left;
	margin-right: 36px;
}
.column.span1 {
	width: 170px
}
.column.span2 {
	width: 406px;
}
.column.span3 {
	width: 628px;
}
.column.last {
	margin-right: 0;
}

/* Specifics */

h2.top {
	color: #F42941;	
	margin-top: 0;
	padding-top: .5em;
	margin-bottom: 1em;
}
h3.top {
	color: #909090;
	margin-top: 42px;
	border-bottom: 1px solid #333333;
	padding-bottom: .5em;
	margin-bottom: 1em;
}

img.top {
	margin-bottom: .5em;
}
.column img {
	border: 0;
}

#nav {
	height: 150px;
	position: relative;
	background: url(../img/bg_x.gif) repeat-x left top;
}
#nav #group-logo {
	position: absolute;
	top: 25px;
}
#nav #company-logotype {
	position: absolute;
	left: 128px;
	top: 31px;
}
#nav ul {
	list-style-type: none;
	list-style-image: none;
	position: absolute;
	padding-left: 0;
}
#nav ul li {
	float: left;
	padding: 0;
}
#nav #sections {
	left: 128px;
	top: 100px;
	margin: 0;
}
#nav #sections li {
	margin-right: 2em;
	height: 49px;
}
#nav #sections li.selected {
	background: url(../img/nav_section_accent.gif) no-repeat center bottom;
}
#nav #sections a {
	/*top menu*/
	color: white;
	text-decoration: none;
	font-size: 100%;
	letter-spacing: .10em;
}
#nav #locales {
	right: 0px;
	top: 52px;
}
#nav #locales li {
	margin-left: 26px;
}
#nav #locales a {
	color: #5C5C5C;
}
#nav #group-member {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 85%;
}
#nav #group-member, #nav #group-member a {
	color: white;
}
#nav #group-member img {
	vertical-align: middle;
}

#subnav {
	padding-top: 35px;
	min-height: 640px;
}
#subnav ul {
	font-size: 110%;
	list-style-type: none;
	list-style-image: none;
	letter-spacing: .1em;
	padding-left: 0;
}
#subnav li {
	padding: .4em .4em .6em 1.8em;
}
#subnav li.selected {
	background: url(../img/bg_subnav_selected_y.gif) repeat-y left top;
}
#subnav a {
	text-decoration: none;
}

#lead-in {
	/*
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	*/
}

/* Section specifics */

.home h1 {
	margin-bottom: 0;
}

@media print {

	body {
		background-color: white;
	}
	body, a, a:visited {
		color: black;
	}
	
	th, td {
		border-bottom: .1em solid #DDD;
	}
	th {
		background-color: #CCC;
	}
	
	ul {
		list-style-image: none;
	}

	hr {
		border-color: #CCC;
		color: #CCC;
		background-color: #CCC;
	}
	
	input {
		color: black;
	}
	input.button {
		background-color: #DDD;
		border-color: #CCC #999 #999 #CCC;
	}
	input.textfield, select {
		color: black;
		border-color: #AAA;
	}
	
	#nav {
		display: none;
	}

}
