/*  
	Name: DAC Electric
	URL: http://www.dac-electric.com
	Description: The DAC Electric website.
	Version: 1.0
	Author: Frank Snijders
	Author URI: http://www.frontwerp.nl
*/

html {
	height: 100%;
}

body {
	margin: 0px;
	background: #D8DFE2 url("../img/backgrounds/background.png") repeat-x;
	font: 12px/170% Arial, Helvetica, sans-serif;
	color: #455560;
	padding-bottom: 50px;
}

a {
	text-decoration: none;
}

img {
	border: 0px;
}

h1, h2, p {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0081C6;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #0081C6;
	margin-top: 15px;
	margin-bottom: 2px;
}

h4 {
	color: #0081C6;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

a {
	color: #455560;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
 	color: #0081C6;
}

div#wrapper {
	width: 960px;
	overflow: auto;
	margin: auto;
}

div#header {
	width: 960px;
	height: 90px;
	margin: 20px 0px;
}

div#header h1 a {
	display: block;
	width: 103px;
	height: 90px;
	text-indent: -9999px;
	background-image: url("../img/logo.png");
	float: left;
	margin-right: 20px;
}

div#header div#bar {
    width: 837px; 
	height: 35px;
	margin-top: 55px;
	float: left;
	background: url(../img/backgrounds/navigation.png) no-repeat top left;
}

div#header select {
	float: right;
	margin: 8px 10px 0px 0px;
	font: 11px/170% Arial, Helvetica, sans-serif;
}

div#image {
	width: 938px;
	height: 173px;
	padding: 11px;
	background: #FFF url("../img/backgrounds/imagebackground.png") no-repeat bottom;
	overflow: hidden;
}

div#contentwrapper {
	width: 960px;
	margin-bottom: 30px;
	overflow: hidden;
}

div#breadcrumb {
	width: 960px;
	height: 24px;
	padding-top: 16px;
	border-bottom: 1px dotted #455560;
	font-size: 11px;
	margin-bottom: 30px;
}

div#breadcrumb a,
div#footer a {
	color: #455560;
	font-weight: normal;
}

div#breadcrumb a:hover,
div#footer a:hover {
	color: #0081C6;
}

div#content {
	width: 633px;
	padding-right: 10px;
	float: left;
	border-right: 1px dotted #455560;
}

div#content p,
div#content-large p {
	margin-bottom: 15px;
}

div#content ul,
div#sidebar ul {
	margin: 0 0 20px 5px;
	padding: 0px;
	list-style: inside;
}

div#sidebar ul li {
	float: left;
	margin-right: 15px;
}

div#content table,
div#content-large table {
	width: 631px;
	background-color: #FFF;
	margin-top: 20px;
	border-collapse: collapse;
}

div#content table tr.even,
div#content-large table tr.even {
	background-color: #EBEFF0;
}

div#content table tr td,
div#content-large table tr td,
div#content table tr th,
div#content-large table tr th {
	padding: 6px 10px;
	border: 1px solid #CCD5DB;
	vertical-align: top;
}

div#content table tr th,
div#content-large table tr th {
	text-align: left;
}

div#content table tr td.left,
div#content-large table tr td.left {
	font-weight: bold;
	color: #0081C6;
	width: 175px;
}

p.reference {
	font-size: 11px;
	font-style: italic;
}

div#sidebar {
	width: 306px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
}

div#sidebar img,
div#contact-right img {
	border: 1px solid #CCD5DB;
	margin-bottom: 5px;
}

div#sidebar a#download {
	display: block;
	width: 266px;
	height: 36px;
	background: #FFF url("../img/buttons/brochure-button.png") no-repeat;
	padding: 14px 0 0 40px;
	color: #5D5D5D;
	font-size: 11px;
	font-weight: normal;
}

div#sidebar a#download:hover {
	background-position: 0 -50px;
}

div#sidebar a#download span {
	font-weight: bold;
	color: #0081C6;
}

div#content-large {
	width: 960px;
}

div#content-large table {
	width: 960px;
}

div#content-large table tr td.left {
	width: 400px;
}


/* contact */

div#contactleft,
div#contactright {
	float: left;
}

div#contactleft {
	width: 306px;
	margin-right: 20px;
}

div#contactright {
	width: 306px;
}

address {
	font-style: normal;
	margin-bottom: 15px;
}

/* footer */

div#footer {
	width: 960px;
	clear: both;
	border-top: 1px dotted #455560;
	font-size: 10px;
}

div#footer ul {
	float: right;
	list-style-type: none;
	margin: 2px 0 0 0;
	padding: 0;
}

div#footer ul#left {
	float: left;
}

div#footer ul li {
	float: left;
	padding: 0 8px;
}


/* contact form */

label.indent {
	display: inline-block;
	width: 140px;
}

div#content form ul,
div#box form ul { 
	list-style-position: outside;
	list-style-type: none;
	line-height: 220%;
}

textarea {
	height: 80px;
	line-height: 150%;
	vertical-align: top;
	width: 350px;
}

input.large {
	width: 350px;
	color: #455560;
}

textarea, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select.large {
	width: 355px;
	color: #455560;
}

div#content form ul li img,
div#box form ul li img {
	vertical-align: middle;
}

input.text, textarea {
	background: #fff url(../img/input-bg.png) repeat-x;
	border: 1px solid #BBBBBB;
	color: #455560;
	padding: 2px;
}

div#content form ul li.indent {
	padding-left: 410px;
	padding-top: 10px;
}

input#send,
input#download {
	background: transparent url(../img/send-button.png) no-repeat center top;
	border: 0;
	cursor: pointer;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 89px;
	color: #0081C6;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
}


/* contact form validation */

#contact-form ul li .error-icon {
	display: none;
}

#contact-form ul li.val-error .error-icon {
	display: inline;
}


/* downloads and exhibitions tables */

table.downloads,
table.exhibitions {
	margin-bottom: 20px;	
}

table.downloads a,
table.exhibitions a {
	font-weight: normal;
	text-decoration: underline;		
}

table.downloads a:hover,
table.exhibitions a:hover {
	text-decoration: underline;	
}

table.downloads tr th.description, 
table.downloads tr td.description {
	width: 480px;
} 

table.downloads tr th,
table.exhibitions tr th {
	color: #0081C6;
}

table.downloads tr th.filename, 
table.downloads tr td.filename {
	width: 210px;
} 

table.exhibitions img {
	margin-right: 5px;
}

table.exhibitions span {
	font-weight: bold;
}


/* downloads box */

div#lightwindow_contents {
	line-height: 170%;
}

div#box {
	width: 480px;
	padding: 20px 0 0 20px;
}

body.boxwrap {
	background: #f0f0f0;
}

div#box p {
	color: #455560;
}

div#box ul {
	margin: 0;
	padding: 0;
}

div#box input.large {
	width: 300px;
}

div#box select.large {
	width: 305px;
}

div#box label.indent {
	width: 130px;
}

form#contact-form {
	padding-top: 20px;
}

a#boxclose {
	display: block;
	width: 45px;
	height: 30px;
	line-height: 30px;
	float: left;
}

input#download {
	background: transparent url(../img/download-button.png) no-repeat center top;
}

div#buttonbox {
	padding-top: 15px;
	float: right;
	width: 175px;
}


/* Reference button */

a.refnav {
	display: block;
	width: 189px;
	height: 30px;
	background: transparent url(../img/buttons/reference-button.png) no-repeat top left;
	margin-top: 20px;
	font-size: 11px;
	font-weight: normal;
	line-height: 30px;
	padding-left: 30px;	
	overflow: hidden;
}

a.refnav:hover {
	background-position: bottom left;
}

/* Customers page */

div#customerbox {
	width: 980px;
	overflow: hidden;
}

a.customer {
	width: 174px;
	height: 124px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	border: 1px solid #ccc;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

a#akzonobel { background: transparent url(../img/customers/akzonobel.png) center top; }
a#saudiaramco { background: transparent url(../img/customers/saudiaramco.png) center top; }
a#baumuller { background: transparent url(../img/customers/baumuller.png) center top; }
a#bosman { background: transparent url(../img/customers/bosman.png) center top; }
a#domo { background: transparent url(../img/customers/domo.png) center top; }
a#eltekhnics { background: transparent url(../img/customers/eltekhnics.png) center top; }
a#emotron { background: transparent url(../img/customers/emotron.png) center top; }
a#flowserve { background: transparent url(../img/customers/flowserve.png) center top; }
a#heerema { background: transparent url(../img/customers/heerema.png) center top; }
a#indocement { background: transparent url(../img/customers/indocement.png) center top; }
a#maersk { background: transparent url(../img/customers/maersk.png) center top; }
a#moserbaer { background: transparent url(../img/customers/moserbaer.png) center top; }
a#sbmoffshore { background: transparent url(../img/customers/sbmoffshore.png) center top; }
a#shell { background: transparent url(../img/customers/shell.png) center top; }
a#sibelco { background: transparent url(../img/customers/sibelco.png) center top; }
a#spppumps { background: transparent url(../img/customers/spppumps.png) center top; }
a#stork { background: transparent url(../img/customers/stork.png) center top; }
a#sulzer { background: transparent url(../img/customers/sulzer.png) center top; }
a#tronox { background: transparent url(../img/customers/tronox.png) center top; }
a#vostalmg { background: transparent url(../img/customers/vostalmg.png) center top; }

div#customerbox a:hover {
	background-position: bottom left;
}

