/**
 * CSS-file for eco2box.com
 *
 * author: Verkoyen Tys
 * company: CR Solutions (http://www.crsolutions.be)
 */

/* testing
div {
  border: 1px solid #FF0000;
}
*/

/* some general stuff */
a img {
	border: 0px solid #FFFFFF;
}

a:hover {
	text-decoration: none;
}

h1 {
	padding: 0;
	margin: 0 0 3px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #E9E9E9;
}

h2 {
	padding: 0;
	margin: 6px 0 6px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	padding: 0;
	margin: 0 0 3px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

p {
	margin: 0 6px 6px 0;
	padding: 0;
}

dl {
	padding: 0;
	margin: 0 0 3px 0;
}

dl dt {
	clear: both;
	float: left;
	display: block;
	width: 45px;
}

dl dd {
	margin: 0 0 0 45px;
}

img.left {
	float: left;
	margin: 3px;
}

img.right {
	float: right;
	margin: 3px;
}
/* depending on the selected items, some colors should change */
body.info h1, body.info h2, body.info h3, body.info a, body.info #footer a:hover, body.info #content ul a:hover {
	color: #B1EC00;
}

body.producten h1, body.producten h2, body.producten h3, body.producten a, body.producten #footer a:hover, body.producten #content ul a:hover {
	color: #6CE875;
}

body.pers h1, body.pers h2, body.pers h3, body.pers a, body.pers #footer a:hover, body.pers #content ul a:hover {
	color: #36CA87;
}

body.contact h1, body.contact h2, body.contact h3, body.contact a, body.contact #footer a:hover, body.contact #content ul a:hover {
	color: #00AC99;
}

/* basic styles */
body, html {
  margin: 0;
  padding: 0;
  height: 101%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

#container {
  margin: 10px auto;
  width: 770px;
  min-height: 101%;
}

#header {
  position: relative;
  margin: 0;
  padding: 0;
  height: 83px;
}

#header #logo {
  float: left;
  position: relative;
  margin: 0 0 0 10px;
  padding: 0;
  width: 186px;
  height: 83px;
  background-image: url(../images/header_logo.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

#header #menu {
  float: right;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
}

#header #menu ul {
	margin: 0;
	padding: 0;
}

#header #menu ul li {
	float: left;
	width: 83px;
	height: 83px;
	list-style: none inside none;
	margin: 0 0 0 1px;
}

#header #menu a {
	display: block;
	width: 83px;
	height: 83px;
	background-position: top left;
	font-size: 0px;
	text-decoration: none;
}

#header #menu a:hover {
	background-position: 0 -90px;
}

#header #menu #menu_info {
	background-image: url(../images/menu_info.gif); 
	background-repeat: no-repeat;
}

#header #menu #menu_producten {
	background-image: url(../images/menu_producten.gif); 
	background-repeat: no-repeat;
}

#header #menu #menu_pers {
	background-image: url(../images/menu_pers.gif); 
	background-repeat: no-repeat;
}

#header #menu #menu_contact {
	background-image: url(../images/menu_contact.gif); 
	background-repeat: no-repeat;
}

#content {
  float: left;
  position: relative;
  margin: 10px 0 0 10px;
  width: 582px;
  min-height: 450px;
  border-right: 1px solid #E9E9E9;
}

#content table {
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

#content table thead th {
	text-align: left;
	vertical-align: top;
	padding: 0 3px 0 3px;
	border-bottom: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
}

#content table thead th.name {
	border-left: 0px solid #E9E9E9;
	width: 120px;
}

#content table thead th.dim {
	width: 180px;
}

#content table thead th.pack {
	width: 220px;
}

#content table tbody td {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	border-left: 1px solid #E9E9E9;
}

#content table tbody td.name {
	border-left: 0px solid #E9E9E9;
}

#content ul {
	margin: 0 0 0 6px;
	padding: 0;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: circle;
}

#content ul a {
	color: #000000;
	text-decoration: none;
}

#content ul a:hover {
	text-decoration: underline;
}

#content dl dt {
	clear: both;
	float: left;
	display: block;
	width: 55px;
}

#content dl dd {
	margin: 0 0 0 55px;
}

#sidebar {
  float: right;
  position: relative;
  margin: 10px 10px 0 0;
  width: 160px;
  min-height: 450px;
}

#sidebar address {
	font-style: normal;
}

#footer {
  clear: both;
  position: relative;
  margin: 0 10px 0 10px;
  border-top: 1px solid #E9E9E9;
  font-size: 9px;
  color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

/* form */
#content fieldset {
	margin: 0 0 10px 0;
	padding: 0;
	border: 0px solid #E9E9E9;
}

#content label {
	display: block;
	float: left;
	width: 90px;
	height: 12px;
	margin: 0 0 3px 0;
	clear: left;
}

#content input {
	margin: 0 0 3px 0;
	width: 275px;
	height: 12px;
	font-size: 11px;
	border: 1px solid #E9E9E9;
}

#content input.button {
	margin: 0 0 3px 0;
	width: 277px;
	height: 17px;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #E9E9E9;
}

#content textarea {
	margin: 0 0 3px 0;
	width: 275px;
	height: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #E9E9E9;
}

#content input:hover, #content input.button:hover, #content textarea:hover {
	border: 1px solid #00AC99;
}

#content sup {
	font-size: 7px;
}

/* stupid IE hacks */
* html #container {
  height: 101%;
}

* html #content {
	width: 555px;
  height: 450px;
}

* html #sidebar {
  height: 450px;
}
