body {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0;
	margin:0;
	text-align: center;
	
	background: #333333;
	color: #C5C6C8;	
}

a {	cursor: pointer; }
:focus { outline: none; }
td { font-size: 11px; vertical-align: top; }
ul { margin-top: 5px; }
li { line-height: 1.3em; }
form { display: inline; }

img { 
	behavior: url('http://www.ninix.nl/css/pngbehavior.htc');
	border: 0;
}

/* GENERAL */

div.centered {
	position: relative;
	margin: 0 auto 0 auto;
	width: 900px;
	
	text-align: left;
}

#header {
	position: relative;
	width: 900px;
	height: 230px;
	background: url(../images/header.png);
}

#menu {
	position: absolute;
	top: 20px;
	left: 500px;
}

#menu .right {
	width: 200px;
	text-align: right;
}

#menu .right a {
	color: #72797F;
}

#menu ul, #menu li, #menu a {
	padding: 0px;
	margin: 0px;
	
	font-weight: bold;
	font-size: 11px;
	
	color: #D9DADB;
	list-style: none;
	text-decoration: none;
}

#menu li {
	padding-left: 30px;
	margin: 14px 0px 14px 0px;
}

#menu li.selected {
	background: url(../images/leaf.png) no-repeat;
}

#menu .right li {
	background-position: 82px 0px;
}

#top {
	position: relative;
	height: 180px;
}

#top div.content {
	padding: 30px 430px 0px 70px;
}

#top .header_img {
	width: 400px !important;
	height: 180px !important;
	float: right;
}

#image_rotator {
	position: absolute;
	right: 0px;
	
	width: 400px;
	height: 180px;
}

#top a.readmore {
	display: block;
	margin-bottom: 10px;
	color: #E1DD12;
	text-decoration: none;
}

div.category {
	position: relative;
	min-height: 40px;
	padding: 15px 0px 0px 0px;
	color: #72797F;
}

div.category span.title {
	color: #E1DD12;
}

div.products {
	position: relative;
	min-height: 190px;
	background: url(../images/products_bg.png) repeat-x;
	padding: 5px 0px 0px 0px;
}

div.category table.products td.column1, div.products table.products td.column1 {
	width: 160px;
	padding: 0px 0px 0px 50px;
}

div.category table.products td.column2, div.products table.products td.column2 {
	width: 220px;
	padding: 0px 10px 0px 0px;
}

div.category table.products td.column3, div.products table.products td.column3 {
	width: 220px;
	padding: 0px 0px 0px 0px;
}

div.products div.address {
	position: absolute;
	top: 20px;
	right: 20px;

	color: #72797F;
	text-align: right;
}

div.products div.address a {
	color: #72797F;
}

/* CONTENT */

#content {
	background: url(../images/content_bg.png) no-repeat #0B0B0B;
	min-height: 310px;
	padding: 40px 20px 30px 56px;
}

table.columns {
	height: 300px;
}

table.columns td {
	border-left: 1px solid #B1B3B4;
	padding: 0px 20px 0px 20px;
	color: #B1B3B4;
}

table.columns td.left { width: 215px; }
table.columns td.middle { width: 215px; }

h1 {
	display: block;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #E1DD12;
	margin: 0px 0px 10px 0px;
}

h2 {
	display: block;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #E1DD12;
	margin: 10px 0px 10px 0px;
}

#content strong {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	color: #E1DD12;
}

#content a {
	color: #E1DD12;
}

/* CONTACT */

#content input, #content textarea {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	width: 322px;
	margin: 3px 0px 5px 0px;
	padding: 0px;
}

#content textarea {
	height: 100px;
	overflow: auto;
}

#content input.submit {
	width: 75px;
	
	color: #B1B3B6;
	background: #1B1B1C;
	border: 1px solid #808182;
}

#content span.label {
	margin: 5px 0px 2px 0px;
}

#content span.error {
	color: red;
}

/* LANDINGSPAGES */

div.landingspages {
	font-size: 10px;
	color: grey;

	margin-top: 40px;
}

div.landingspages span.category {
	display: block;
	font-weight: bold;

	margin-top: 10px;
}

div.landingspages a {
	color: grey;
	text-decoration: none;
}

/* HOME */

td.news h1 img {
	margin-left: 20px;
}

td.news a.readmore {
	display: block;
	margin-bottom: 10px;
	color: #E1DD12;
	text-decoration: none;
}

/* NEWS */

span.news_item a, span.back a {
	color: #C5C6C8;	
	text-decoration: none;
}

span.tags {
	display: block;
	margin-top: 5px;
	color: #72797F;
	font-size: 10px;
}

span.back a {
	display: block;
	margin-top: 5px;
	color: #E1DD12;
}

span.news_item a:hover, span.back a:hover {
	text-decoration: underline;
}

/* PORTFOLIO */

div.categories {
	margin-top: 15px;
	text-align: right;
}

div.categories a {
	display: block;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #E1DD12;	
	text-decoration: none;
	margin-bottom: 10px;
	
	position: relative;
	right: -20px;
	padding-right: 20px;
}

div.categories a.active {
	background: url(../images/prev_.png) 100% 2px no-repeat;
}

#image_rotator_portfolio, #image_rotator_portfolio div {
	width: 545px;
	height: 330px;
	padding: 0px;
	margin: 0px;
}

table.portfolio_description {
}

table.portfolio_description td {
	padding: 10px 10px 0 10px;
	border: 0;
	width: 400px;
}

table.portfolio_description td.navigation {
	width: 100px;
	padding-right: 0px;
	text-align: right;
}

.navigation img.inactive { 
	filter: alpha(opacity=30);
	opacity: 0.30;
	cursor: default;
}

.navigation div.play, .navigation div.pause {
	height: 22px;
	width: 22px;
}

.navigation div.play { background: url(../images/play.png); }
.navigation div.pause { background: url(../images/pause.png); }

#portfolio_title {
	text-transform: uppercase;
}

#portfolio_description {
	padding-top: 5px;
	height: 50px;
	vertical-align: top;
}
