/* ----- BASIC STYLESHEET ELEMENTS ----- */

body {
	background-color: #EED67C;
	background-image: url(../images/page_elements/body_background.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#page_container {
	background-color: transparent;
	width: 950px;
	height: auto;
	margin: 0px;
	float: left;
	position: relative;
	top: 0px;
}

table {
	background-color: transparent;
	border: none;
}

td, th {
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 12px;
	padding: 3px;
	color: #666666;
}

a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #D90000;
	text-decoration: underline;
	font-weight: bold;
}

a.footer:link, a.footer:visited, a.footer:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.breadcrumbs:link, a.breadcrumbs:visited, a.breadcrumbs:active {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

a.breadcrumbs:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

p {
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 12px;
}

.invert {
	color: #FFFFFF;
}

.small {
	font-size: 10px;
	margin-bottom: 11px;
}

.large {
	font-size: 14px;
	margin-bottom: 14px;
}

.light_text {
	color: #CCCCCC;
}

.dark_text {
	color: #000000;
}

.highlight {
	color: #FF0000;
	font-weight: bold;
}

.glow {
	color: #D90000;
}

.bold_text {
	font-weight: bold;
}

.italic_text {
	font-style: italic;
}

.bold_italic_text {
	font-style: italic;
	font-weight: bold;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.caps {
	font-variant: small-caps;
}

.pointer {
	cursor: pointer;
}

h1 {
	font-family: Verdana, Arial, Helvetica sans-serif;
	/*text-transform: uppercase;*/
	font-size: 18px;
	color: #B37700;
	font-weight: bold;
	height: 30px;
	border-bottom: 1px dotted #141414;
}

h2 {
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	/*margin-bottom: -5px;*/
}

h3 {
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	/*margin-bottom: -5px;*/
}

hr {
	width: 100%;
	height: 1px;
	color: #666666;
	text-align: left;
	border: 1px #666666 dotted;
}

ul {
	margin-left: 23px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding: 0px;
}

li {
	list-style-image: url(../images/bullet.gif);
	line-height: 130%;
	margin-bottom: 12px;
}

input {
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	margin-bottom: 3px;
	width: 200px;
}

input.button {
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	margin-bottom: 3px;
	cursor: pointer;
	width: 120px;
}

input.radio {
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: transparent;
	border: none;
	margin-bottom: 3px;
	width: auto;
}

select {
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	width: 200px;
}

select.small {
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	width: 50px;
}


textarea {
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	overflow: auto;
	margin-bottom: 3px;
	width: 260px;
	height: 150px;
}

img {
	border: 0px;
}

img.border {
	border: 1px solid #000000;
}

img.no_margins {
	border: 0px;
}

img.no_margins_border {
	border: 1px solid #000000;
}

img.left_align {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	float: left;
}

img.right_align {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	float: right;
}

img.left_align_border {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	border: 1px solid #000000;
	float: left;
}

img.right_align_border {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	border: 1px solid #000000;
	float: right;
}

img.navbar {
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* ----- WEBSITE HEADER ----- */

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 44px;
	padding: 0px;
	background-color: #B37700;
	background-image: url(../images/page_elements/header_background.gif);
}

/* ----- WEBSITE MIDDLE ----- */

#logo {
	position: absolute;
	z-index: 2;
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 223px;
}

#products {
	position: absolute;
	top: 0px;
	left: 9px;
	width: 225px;
	height: 320px;
	background-color: #FFFFFF;
	background-image: url(../images/page_elements/products_background.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}

#productsflash {
	position: absolute;
	top: 40px;
	left: -9px;
}

#animation {
	position: absolute;
	top: 329px;
	left: 9px;
	width: 225px;
	height: 225px;
	background-color: transparent;
}

#animationflash {
	position: absolute;
	top: -325px;
	left: -9px;
	margin: 0;
	padding: 0;
	display: inline;
}

#content {
	position: relative;
	top: 37px;
	left: 242px;
	/*width: 430px;*/
	width: 450px;
	/*min-height: 330px;*/
	min-height: 450px;
	height: auto !important;
	/*height: 330px;*/
	height: 450px;
	background-color: #FFFFFF;
	/*background-image: url(../images/page_elements/content_background.jpg);*/
	background-repeat: no-repeat;
	border-left: 1px solid #141414;
	border-right: 1px solid #141414;
	/*padding-top: 120px;
	padding-left: 10px;
	padding-right: 10px;*/
	text-align: center;
}

#slideshowflash {
	margin: 0;
	padding: 0;
	display: inline;
}

#navbar {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 374px;
	height: 27px;
	background-color: transparent;
}

#breadcrumbs {
	position: absolute;
	/*top: 143px;
	left: 255px;
	width: 320px;
	height: 26px;*/
	top: 441px;
	left: 710px;
	width: 217px;
	height: 100px;
	padding: 0px;
	background-color: transparent;
	font-size: 9px;
	color: #666666;
	z-index: 999;
}

#news {
	position: absolute;
	top: 37px;
	right: 10px;
	width: 217px;
	height: 384px;
	background-color: #800000;
	background-image: url(../images/page_elements/news_background.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 140px;
}

/* ----- WEBSITE FOOTER ----- */

#footer {
	position: absolute;
	top: 790px;
	left: 10px;
	width: 600px;
	height: 15px;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#development {
	position: absolute;
	top: 560px;
	left: 9px;
	width: 204px;
	height: 15px;
	background-color: transparent;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

/* ----- WEBSITE CONTENT ----- */

div.content_container {
	position: relative;
	width: 95%;
	height: auto;
	clear: both;
	text-align: left;
	margin: 1em auto 1em auto;
}

table.products {
	width: 428px;
	height: auto;
	border-collapse: collapse;
	border: 1px dotted #000000;
	margin: 0 auto 0 auto;
}

table.products tr {
	vertical-align: top;
}

table.products td.image {
	width: 110px;
	text-align: left;
}

table.products td.description {
	width: 316px;
	text-align: left;
}

table.productdetails {
	width: 428px;
	height: auto;
	border-collapse: collapse;
	text-align: left;
	margin: 0 auto 0 auto;
}

table.productdetails tr {
	vertical-align: top;
}

table.productdetails td.description {
	width: 214px;
	text-align: left;
}

table.productdetails td.image {
	width: 214px;
	text-align: right;
}

table.productdetails td.details {
	width: 428px;
	text-align: left;
}

table.productdetails td.title {
	width: 428px;
	text-align: left;
	border-bottom: 1px dotted #000000;
}

table.productspecs {
	width: 428px;
	text-align: left;
	border: 1px solid #666666;
	border-collapse: collapse;
	font-size: 10px;
	margin: 0 auto 0 auto;
}

table.productspecs tr {
	vertical-align: top;
}

table.productspecs tr.header {
	vertical-align: top;
	background-color: #CCCCCC;
}

table.productspecs td.producttitle {
	border: 1px solid #666666;
	background-color: #EEEEEE;
}

table.productspecs td.code {
	text-align: left;
	font-size: 10px;
	border: 1px solid #666666;
}

table.productspecs td.product {
	text-align: left;
	font-size: 10px;
	border: 1px solid #666666;
}

table.productspecs td.pcs {
	text-align: center;
	font-size: 10px;
	border: 1px solid #666666;
}

table.productspecs td.length {
	text-align: center;
	font-size: 10px;
	border: 1px solid #666666;
}

table.productspecs td.width {
	text-align: center;
	font-size: 10px;
	border: 1px solid #666666;
}

table.productspecs td.height {
	text-align: center;
	font-size: 10px;
	border: 1px solid #666666;
}

table.productspecs td.nett {
	text-align: center;
	font-size: 10px;
	border: 1px solid #666666;
}

table.productspecs td.gross {
	text-align: center;
	font-size: 10px;
	border: 1px solid #666666;
}

table.form {
	width: 428px;
	height: auto;
	border-collapse: collapse;
	text-align: left;
	margin: 0 auto 0 auto;	
}

table.form tr {
	vertical-align: middle;
}

table.form tr.message {
	vertical-align: top;
}

table.form td.formtitle {
	width: 160px;
}

table.form td.formfields {
	width: 268px;
}

/* ----- WEBSITE NAVIGATIE ----- */

#nav ul {
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	list-style: none;
}

#nav li {
	float: left;
	position: static;
	width: auto;
	list-style: none;
	margin-bottom: 0px;
	margin-right: 0px;
}


/* ----- END STYLESHEET ----- */

