/* ----------------------------------------------
  Creawood Stylesheet
  All rights reserved (c)2009
  Authored by CryptoNet
  www.cryptonet.be
---------------------------------------------- */

/* ### RESET ################################# */

* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-size: 1em;
}

/* ### BODY ################################## */

html {
  font-size: 62.5%;
}

body {
  color: #555555;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.8em;
}

#wrapper {
  width: 908px;
  margin: 0 auto;
  clear: both;
}

h2 {
  font-size: 1.3em;
  color: #88b23e;	
  margin-bottom: 10px;
}

a, a:visited {
	color: #555555;
}

a:hover {
  text-decoration: underline;	
}

/* ### LAYOUT ############################### */

#header {
  width: 880px;
  height: 191px;
  margin-top: 25px;
  background: url('/images/page/header.png') no-repeat;
}

#header a {
	width: 880px;
	height: 191px;
}

#navigation {
	height: 65px;	
	width: 880px;
	background: url('/images/page/buttons_bg.png') no-repeat;
}

#navigation ul {
  position: relative;
  float: right;
  display: inline;
  margin: 0;
  margin-right: 75px;
}

#navigation ul li {
  position: relative;
  display: inline;
  list-style: none;
  float: left;
}

#navigation ul li a {
  height: 53px;
  width: 99px;
  display: block;
  color: #000;
  line-height: 60px;
  font-size: 1.2em;
  text-decoration: none;
}

#navigation ul li a:hover {
  color: #224E62;
  font-weight: bold;
}

#content-wrapper {
  min-height: 324px;
  width: 880px;	
}

#content {	
	padding: 20px 30px 15px 30px;
}

#footer {
  width: 880px;
  height: 88px;
  background: url('/images/page/footer.png') no-repeat;
  text-align: center;
  padding-top: 30px;
  color: #fff;
}

#footer a, #footer a:visited {
  color: #fff;
  text-decoration: none; 
}

#footer a:hover {
  text-decoration: underline;
}

.left { 
  float: left;
}

.right {
  float: right;
}

img#mascotte {
	float: left;
	margin-top: 5px;
}

div#home-content {
	float: left;
	margin-top: 15px;
  width: 300px;	
}

div#history-content {
	float: left;
	width: 450px;
	padding-left: 20px;
}

img#historiek {
	float: left;
  margin: 10px 0 0 25px;	
}

div#history-content ul li {
  margin-left: 25px;
  list-style-type: circle;	
}

div#garanties {
  background: url('/images/promobox.png') no-repeat;
  float: right;
  height: 240px;
  margin-right: 25px;
  padding-top: 10px;
  text-align: center;
  width: 175px; 
}

div#garanties-content {
  height: 240px;	
}

div#garanties p {
  margin: 5px 3px 5px 3px;  
}

div.contentbox {
  background: url('/images/page/contentbox.png') no-repeat;
  float: left;
  height: 280px;
  margin-left: 50px;
  padding: 15px 10px 15px 13px;
  width: 180px;
}

div.contentbox-content {
  height: 180px;	
}

div.contentbox .comment {
	margin-top: 18px;
  font-style: italic;	
  font-size: 0.8em;
}

div#projects {
	float: right;
	margin: 25px 25px 15px 15px;
  width: 275px;
}

div#video {
  text-align: center;
  margin: 0 auto;
  width: 640px;	
}

div#contact {
  background: url('/images/contactbox.png') no-repeat;
  float: left;
  height: 300px;
  margin: 5px 15px 0 50px;
  width: 300px;
}

div#contact p {
  margin: 35px 15px 15px 25px;	
}

div#map {
  float: right;
  margin-right: 25px;
}

span#btw {
  color: #6b6868;
}

div#projects {
  float: right;
  height: 240px;
  margin-right: 50px;
  padding-top: 10px;
  width: 175px; 
}

div#sf_admin_container {
	padding: 10px 30px 10px;
}

#sf_admin_container input {
	border: 1px solid #ccc;
}

#login {
	background-color: #fff;
	border: 1px solid #000;
	margin-top: 15px;
}

#mycarousel img {
  border: 3px solid #224E62;
}