/**
 * Stylesheet for <Punch Telematix>
 *
 * @media	screen
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <johan@netlash.com>
 */

/**
 * = Global reset
 * ----------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/**
 * = Structure
 * ----------------------------------------------------------
 */

body {
	background: #f5f5f6;
	font: 300 12px Arial, sans-serif;
	line-height: 1.5;
}

#container {
	width: 964px;
	margin: 0 auto;
}

#main, #navigationwrapper {
	background: url('../images/pagemiddle.png') repeat-y;
	padding: 0 15px;
}

#main #sidebar {
	float: left;
	width: 171px;
}

#sidebar ul {
	background: #f8fcff;
	border-bottom: 1px solid #e5e5e5;
	width: 137px;
	padding: 17px 10px 24px 24px;
	font-weight: 700;
	line-height: 1.8;
}

#sidebar ul li {
	background: none;
	padding: 7px 0 0;
	line-height: 1.1;
}

#sidebar ul li.selected a {
	color: #000;
	text-decoration: none;
}

#sidebar ul ul {
	border: none;
	padding: 0 0 0 1px;
}

#sidebar ul ul li {
	background: url(../images/bluebullet.png) no-repeat 0 11px;
	font-size: 11px;
	padding: 7px 0 0 7px;
	font-weight: 300;
}

#sidebar ul li.selected ul li a {
	color: #004990;
	text-decoration: underline;
}

#sidebar ul ul li.selected {
	background: url(../images/blackbullet.png) no-repeat 0 11px;
}

#sidebar ul li.selected ul li.selected a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}

#content {
	padding: 24px;
	float: left;
	width: 416px;
}

#content-fullwidth {
	padding: 24px;
}
#home #content {
	padding: 0;
	width: auto;
}

#rightsidebar {
	width: 274px;
	padding: 24px 0 0 24px;
	float: left;
	overflow: hidden;
}

#rightsidebar img.slideshowimage {
	padding: 0 0 40px;
}

#contentwrapper {
	float: left;
	width: 762px;
	border-left: 1px solid #E5E5E5;
	min-height: 400px;
	height: auto !important;
	height: 400px; /* Min-height hack */
}

#flash {
	font-size: 0;
	line-height: 0;
}

#flash img {
	float: left;
}

div.reference {
	clear: both;
	padding-bottom: 15px;
}

div.reference div.referencephotoandquote {
	float: left;
	width: 210px;
	padding-right: 24px;
}

div.reference div.referencedescription {
	float: left;
	width: 480px;
}

/**
 * = Tables
 * ----------------------------------------------------------
 */

table td {
	vertical-align: top;
}

/**
 * = Header
 * ----------------------------------------------------------
 */

#header {
	background: url('../images/pagetop.png') no-repeat 0 0;
	height: 94px;
	overflow: hidden;
	padding: 15px 15px 0;
}

#logo {
	float: left;
	margin: 16px 0 0 20px;
}

	#logo h1 {
		background: url('../images/trimblelogo.gif') no-repeat top left;
		text-indent: -9000px;
	}

	#logo h1, #logo h1 a {
		width: 143px;
		height: 67px;
		display: block;
	}

	#logo h1 a {
		overflow: hidden;
	}

#topnavigation {
	float: right;
	background: url('../images/topnavigationbg.png') no-repeat top right;
	height: 19px;
	margin-top: 20px;
	padding: 0 25px 0 0;
}
	
	#topnavigation ul {
		padding: 0;
	}
	
	#topnavigation li {
		float: left;
		font-size: 11px;
		margin: 0 9px 0 0;
		padding: 0;
		background: none;
	}
	
	#topnavigation li a {
		color: #4E4E4E;
	}
	
	#topnavigation li.selected a {
		color: black;
		text-decoration: none;
		font-weight: 700;
	}

	#topnavigation li.secured {
		margin: 0;
		background: url('../images/lock.gif') no-repeat scroll right 3px;
		padding: 0 11px 0 0;
	}
	#topnavigation li.secured a:link,
	#topnavigation li.secured a:visited {
		color: #004990;
	}
	
/**
 * = Links 
 * ----------------------------------------------------------
 */

a:link {
	color: #004990;
}

a:visited {
	color: #004990;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

/**
 * = Image classes
 * ----------------------------------------------------------
 */

img.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignright {
	float: right;
	padding: 0 0 10px 10px;
}

/**
 * = Typography
 * ----------------------------------------------------------
 */

p {
	padding: 0 0 15px;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

ul, ol {
	padding: 0 0 15px 15px;
}

ul ol, ul ul, ol ol, ol ul {
	padding-bottom: 0;
}

ul li {
	background: url(../images/blackbullet.png) no-repeat 0 7px;
	padding: 0 0 0 10px;
}

ol li {
	background: none;
	list-style: decimal;
	margin: 0 0 0 14px;
	padding: 0;
}

h2 {
	font-family: "Myriad Pro", Arial;
	font-size: 24px;
	color: #004990;
	line-height: 1.1;
	padding: 0 0 12px;
}

.leftcolumn h2, .rightcolumn h2 {
	font-size: 18px;
}

div.twocolumnwrapper h2 {
	padding: 0;
}

h3 {
	font-family: Arial;
	font-size: 14px;
	color: #004990;
	line-height: 1.1;
	padding: 0 0 8px;
}

h4 {
	font-family: Arial;
	font-size: 12px;
	font-weight: 700;
	color: #004990;
	line-height: 1.1;
	padding: 0 0 5px;
}

div.newsarticle {
	padding: 15px 0 5px;
	border-bottom: 1px solid #EEE;
}

#newsdetail div.newsarticle {
	padding-top: 0;
}
#newsdetail div.newsarticle h2,
#eventdetail h2 {
	padding: 0;
	font-size: 20px;
}

#home div.newsarticle {
	padding: 0 0 10px;
	border: none;
}

div.newsarticle h3 {
	font-weight: 700;
	padding: 0;
	font-size: 13px;
}

div.twocolumnwrapper h3 {
	padding: 0 0 10px;
}

p.date {
	color: #525252;
	font-size: 11px;
	padding: 0 0 5px;
}

p.readmore {
	position: relative;
	bottom: 12px;
	text-align: right;
}

p.backlink {
	text-align: right;
}

/**
 * = Tables
 * ----------------------------------------------------------
 */

table {
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	clear: both;
	margin: 0 0 20px 0;
}

table td {
	padding: 2px 4px;
	vertical-align: top;
}

table td {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

table th {
	font-weight: 700;
	padding: 2px 4px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

table.noborder {
	border: none;
	margin: 0;
}
table.noborder td, table.noborder th {
	padding: 0;
	border: none;
}

/**
 * = Pagination
 * ----------------------------------------------------------
 */

div.pagination {
	padding: 10px 0 30px;
}

div.pagination ul {
	float: right;
	padding: 0;
}

div.pagination ul li {
	float: left;
	background: none;
	padding: 0;
	margin: 0 0 0 5px;
	font-weight: 700;
	line-height: 12px;
}

div.pagination ul li span {
	border: 1px solid #CCC;
	padding: 3px 5px;
	display: block;
	float: left;
}

div.pagination ul li span a {
	font-weight: 300;
}

li.pagination-next, li.pagination-previous {
	font-size: 11px;
	line-height: 12px;
}

/**
 * = Column structure on homepage
 * ----------------------------------------------------------
 */

div.twocolumnwrapper {
	border: 1px solid #E5E5E5;
	border-left: none; border-right: none;
	padding: 24px 24px 9px;
}

.leftcolumn {
	width: 369px;
	float: left;
	padding: 24px;
	border-right: 1px solid #E5E5E5;
}

.rightcolumn {
	width: 296px;
	float: left;
	padding: 24px;
}

/**
 * = Navigation
 * ----------------------------------------------------------
 */

#navigationwrapper div.clearfix {
	border: 1px solid #E5E5E5;
	border-left: none;
	border-right: none;
	height: 29px;
}

#navigation {
	float: left;
	margin: 1px 0;
	padding: 0 0 0 197px;
}

#navigation ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#navigation ul {
	padding: 0;
}

#navigation li {
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 27px;
	background: none;
}

#navigation li a {
	text-decoration: none;
	color: #004990;
	display: block;
}

#navigation li.selected a {
	background: #195b9b;
	color: #FFF;
	padding: 0 10px;
}

/**
 * = Language select
 * ----------------------------------------------------------
 */

#language {
	float: right;
	margin: 1px 0;
	padding: 0 26px 0 0;
}

#language ul {
	padding: 0;
}

#language li {
	float: left;
	font-size: 11px;
	margin: 0 0 0 8px;
	line-height: 27px;
	padding: 0;
	background: none;
}

#language li a {
	color: #004990;
}

#language li.selected a {
	font-weight: 700;
	text-decoration: none;
}

/**
 * = Calendar on events module
 * ----------------------------------------------------------
 */

div.date {
	background: url('../images/date.png') no-repeat scroll top left;
	width: 35px;
	position: relative;
	right: 8px;
	padding: 8px 12px 12px 10px;
	height: 44px;
	color: #004990;
	font-family: Arial;
	text-align: center;
}

div.date div.day {
	font-size: 22px;
	line-height: 1;
	padding: 4px 0 0;
	font-weight: 700;
	letter-spacing: -1px
}

div.date div.month {
	font-size: 10px;
	text-transform: uppercase;
}

div.event div.date {
	float: left;
}

div.event {
	padding: 0 0 15px;
}

#home div.event {
	padding: 0 0 8px;
}

div.event div.eventdescription {
	float: left;
	width: 359px;
	padding: 9px 0 0;
	position: relative;
	right: 4px;
}
#home div.event div.eventdescription {
	width: 239px;
}

div.event div.eventdescription h3 {
	font-weight: 700;
	font-size: 13px;
}
#home div.event div.eventdescription h3 {
	padding: 0;
}

div.event div.eventdescription p {
	padding: 0;
}

#home div.event div.eventdescription p {
	font-size: 11px;
}

/**
 * = Quotes
 * ----------------------------------------------------------
 */

div.quote {
	background: url('../images/quotebg.png') no-repeat 0 0;
	padding: 3px 0;
	margin-bottom: 12px;
}

div.quote blockquote {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 14px;
	color: #004990;
	line-height: 1.2;
	padding-right: 24px;
}

div.quote blockquote p {
	padding: 0 0 5px;
}

div.quote cite {
	color: #9e9e9e;
	font-size: 11px;
	font-style: italic;
	text-align: right;
	display: block;
	padding-right: 24px;
}

/**
 * = Newsletter subscription form on homepage
 * ----------------------------------------------------------
 */

input, textarea {
	font-size: 12px;
	font-family: Arial, sans-serif;
	vertical-align: middle;
	border: none;
	margin: 0;
}

input.input-text {
	background: url('../images/inputshadow.png') repeat-x;
	border: 1px solid #AEAEAE;
	color: #000;
	width: 177px;
	padding: 3px 2px;
}

input.input-text {
	
}

p.success {
	padding: 10px;
	border: 1px solid #DDD;
	color: #004990;
	background: #F8FCFF;
	margin: 0 0 15px;
}

#contactform fieldset, #inschrijfform fieldset {
	padding: 10px 20px;
	margin: 0 0 15px;
	border-top: 1px solid #DDD;
	background: url('../images/fieldsetbg.png') repeat-x;
}

span.small {
	font-size: 11px;
}

label {
	color: #222;
}

input.input-text-small {
	width: 60px;
}

input.input-text-error {
	border: 1px solid red;
}

#contactform input.input-checkbox, #inschrijfform input.input-checkbox {
	margin: 0 2px 0 5px;
}

#contactform dl dd, #inschrijfform dl dd {
	padding: 0 0 4px;
}

span.form-error {
	display: block;
	color: red;
	font-size: 11px;
	padding: 0 0 8px;
}

input.input-submit {
	border: 1px solid #C4C4C4;
	background: #E4E4E4;
	padding: 2px 5px;
	height: 23px;
}

textarea.textarea {
	background: url('../images/inputshadow.png') repeat-x;
	border: 1px solid #AEAEAE;
	width: 297px;
	min-height: 6em;
	height: auto !important;
	height: 6em;
	padding: 3px 2px;
}
#contactform textarea.textarea, #inschrijfform textarea.textarea {
	min-height: 8em;
	height: auto !important;
	height: 8em;
}

textarea.textarea-error {
	border: 1px solid red;
}

#spotlight, #events {
	padding: 0 0 15px;
}

/**
 * = Breadcrumbs
 * ----------------------------------------------------------
 */

p.breadcrumb {
	font-size: 11px;
	color: #BBB;
}

p.breadcrumb a:link {
	color: #999;
}

p.breadcrumb a:visited {
	color: #BBB;
}

p.breadcrumb a:hover {
	color: #000;
}

p.breadcrumb a:active {
	color: #000;
}


/**
 * = Footer
 * ----------------------------------------------------------
 */

#footer {
	background: url('../images/footerbg.png') no-repeat scroll top left;
	width: 934px;
	padding: 0 15px;
	height: 75px;
}

#footer ul {
	float: right;
	padding-right: 21px;
	padding-top: 3px;
	margin-top: 1px;
	font-size: 11px;
}
#footer ul li {
	float: left;
	margin: 0 14px 0 0;
	padding: 0;
	background: none;
}

#footer ul li a:link {
	color: #A1A1A2;
	font-size: 11px;
}

#footer ul li a:visited {
	color: #BBB;
}

#footer ul li a:hover,
#footer ul li a:active {
	color: #000;
}

/**
 * = Clearfix
 * ----------------------------------------------------------
 * @see http://www.positioniseverything.net/easyclearing.html
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
