/*------------------------------------------------------------------
[Master Stylesheet]

Project:		vdc-trade.be
Version:		1.0
Last change:	2008/07/26
Primary use:	Website (screen)
-------------------------------------------------------------------*/

* {
	outline: none;
}

body, html {
	background: #e1e6fa url("/img/content-repeat.jpg") repeat-y center center;
	color: #183152;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#container {
	height:auto;
	margin: 0px auto;
	min-height:100%;
	position: relative;
	text-align: left;
	width: 860px;
}

#header {
	background: #42688b url("/img/header-repeat.jpg") repeat-x center top;
	height: 190px;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
}
	#header-content {
		background: #42688b url("/img/header.jpg") no-repeat center top;
		height: 190px;
		margin: 0 auto;
		width: 860px;
	}
	#navigation {
		height: 40px;
		margin-left: 175px;
	}
		
		#navigation a {
			display: block;
			float: left;
			height: 40px!important;
			position: relative;
			text-align: center;
		}
		#navigation a span {
			background-repeat: no-repeat;
			background-position: center center;
			cursor: pointer;
			display: block;
			height: 100%;
			width: 100%;
			position: absolute;
			left: 0px;
			top: 0px;
		}
		#navigation a.active,
		#navigation a:hover {
			background-color: #375d81;
			color: #375d81;
		}
		#navigation #home {width: 77px;}
		#navigation #home span {background-image: url("/img/buttons/home.gif");}
		#navigation #producten {width: 113px;}
		#navigation #producten span {background-image: url("/img/buttons/producten.gif");}
		#navigation #bestellen {width: 103px;}
		#navigation #bestellen span {background-image: url("/img/buttons/bestellen.gif");}
		#navigation #links {width: 72px;}
		#navigation #links span {background-image: url("/img/buttons/links.gif");}
		#navigation #contact {width: 95px;}
		#navigation #contact span {background-image: url("/img/buttons/contact.gif");}
		

#wrapper {
	padding: 190px 0 90px;
	position: relative;
}
	#content {
		margin-left: 115px;
		padding-right: 30px;
	}
		#content #leftcolumn {
			float: left;
			width: 475px;
		}
		#content #rightcolumn {
			float: left;
			width: 240px;
		}
			#rightcolumn .example {
				margin-bottom: 15px;
			}

#footer {
	background: #6687a6 url("/img/footer.jpg") no-repeat center top;
	height: 90px;
	margin: -90px auto 0;
	position: relative;
	text-align: center;
	width: 100%;
}
	#footer #footercontent {
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		height: 90px;
		margin: 0 auto;
		position: relative;
		text-align: center;
		width: 860px;
	}
		#footer #footercontent a {
			color: #ffffff;
		}
		#footer #footercontent .fl-left {
			color: #ffffff;
			line-height: 22px;
			margin: 25px 0 0 160px;
			text-align: left;
			width: 40%;
		}
		#footer #footercontent .fl-right {
			color: #ffffff;
			line-height: 22px;
			margin: 25px 20px 0 0;
			text-align: right;
			width: 30%;
		}


/* LINKS */
a, a:link, a:visited {
	color: #183152;
	text-decoration: none;
	text-decoration: underline;
}

a.arrowed {
	background: transparent url("/img/arrow.gif") no-repeat left center;
	padding-left: 10px;
}


/* HEADINGS */
h1, h2, h3 {
	color: #183152;
	font-family: "Trebuchet MS", Arial;
	font-size: 25px;
	line-height: 25px;
	margin: 0 0 15px 0;
	padding: 0;
}
h2 {
	font-size: 20px;
	line-height: 20px;
	margin: 25px 0 5px;
}
h3 {
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 10px;
}
h4 {
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 10px;
}

/* PARAGRAPHS & TEXT */
p, ul {
	margin: 0 0 15px;
	padding: 0;
}
ul {
	padding-left: 40px;
}
.small {
	font-size: 11px;
}
.smaller {
	font-size: 13px;
}

.normal, .normal * {
	line-height: normal;
}
.medium-lh, .medium-lh * {
	line-height: 1.6em;
}
.bold {
	font-weight: bold;
}
.indent10 {
	margin-left: 10px;
}
.indent20 {
	margin-left: 20px;
}

/* FORMS */
form {
	width: 715px;
}
.fullwidth {
	width: 98%;
}
select.fullwidth {
	width: 99%;
}

/* BOX */
.box {
	background: transparent url("/img/box-middle.gif") repeat-y left top;
	width: 460px;
}
	.box-content {
		padding: 0 8px;
		width: 460px;
	}
	.box-top, .box-bottom {
		background: transparent url("/img/box-top.gif") no-repeat center top;
		font-size: 6px;
		height: 6px;
		line-height: 6px;
	}
	.box-bottom {
		background: transparent url("/img/box-bottom.gif") no-repeat center bottom;
	}
	
#rightcolumn .box {
	background: transparent url("/img/rbox-middle.gif") repeat-y left top;
	width: 250px;
}
	#rightcolumn .box-content {
		padding: 0 8px;
		width: 250px;
	}
	#rightcolumn .box-top, #rightcolumn .box-bottom {
		background: transparent url("/img/rbox-top.gif") no-repeat center top;
		font-size: 6px;
		height: 6px;
		line-height: 6px;
	}
	#rightcolumn .box-bottom {
		background: transparent url("/img/rbox-bottom.gif") no-repeat center bottom;
	}

.box-full {
	background: transparent url("/img/box-middle-full.gif") repeat-y left top;
	width: 715px;
}
	.box-full .box-content {
		width: 715px;
	}
	.box-full .box-top {
		background: transparent url("/img/box-top-full.gif") no-repeat center top;
	}
	.box-full .box-bottom {
		background: transparent url("/img/box-bottom-full.gif") no-repeat center bottom;
	}

/* MISC */
.example {
	margin: 0 5px 15px;
}
.fl-left {
	float: left;
}
.fl-right {
	float: right;
}
.clear {
	clear: both;
	float: none;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
.note {
	color: #666666;
	font-size: 11px;
}
.no-margin, p.no-margin {
	margin: 0;
}
.small-margin {
	margin: 0 0 10px;
}
