html body {
	text-align: center;
	font: 12px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	background: #353436 url(../img/bg.jpg) repeat;
	color: #ffffff;
	margin: 20px 0px;
	padding: 0;
}

/* Wrapper */

.wrapper {
	width: 900px;
	margin: 0 auto;
	background: #353436 url(../img/left_bg.jpg) repeat-y top left;
	text-align: left;
}

/* Left Column */

.left {
	width: 230px;
	/*height: 715px;*/
	float: left;
}

.left .logo {
	width: 230px;
	height: 194px;
	background: url(../img/logo.jpg) no-repeat left top #f3ce00;
}

.left .tagline {
	text-align: right;
	margin: -30px 15px 0px 20px;
	padding: 0;
	height: 260px;
	width: 195px;
	color: #444444;
	font: italic normal 14px/20px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	/*background-color: #FF8000;*/
}

.left .recentProjectsHeading {
	font-size: 13px;
	margin: 0 0 5px 10px;
	padding: 0;
	color: #444444;
	text-transform: uppercase;
}

.left .recentProjectsThumbs {
	margin: 0 0 0 9px;
	padding: 0;
}

.left .recentProjectsThumbs table a img.links {
	padding: 0;
	margin-right: 7px;
}

.left .recentProjectsThumbs table a img {
	padding: 0;
	margin-bottom: 5px;
	border: none;
}

.left .recentProjectsThumbs table a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	cursor: pointer;
}

/* Gallery */

.left #galleryItemsListContainer {
	width: 230px;
	height: 330px;
	margin-top: -50px;
	margin-bottom: 50px;
	overflow: auto;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.left #galleryItemsListContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.left #galleryItemsListContainer ul li a {
	display: block;
	padding: 4px 15px 4px 0px;
	margin: 0 0 1px 0;
	color: #444444;
	text-decoration: none;
	text-align: right;
}

.left #galleryItemsListContainer ul li a:hover {
	color: #ffffff;
}

/* thumbBar */

.left .thumbBarProducts {
	height: 176px;
	padding: 0;
	margin: 0 0 0 4px;
}

.left .thumbBarProjects {
	height: 176px;
	padding: 0;
	margin: 0 0 0 9px;
}

.left .thumbBar table,
.left .thumbBar table img {
	margin: 0;
	padding: 0;
	border: none;
}

.left .thumbBarProducts table img.links,
.left .thumbBarProjects table img.links {
	padding: 0 4px 6px 0;
}

.left .thumbBarProducts table img.rechts,
.left .thumbBarProjects table img.rechts {
	padding: 0 0 6px;
}

.left .thumbBarProducts table img:hover,
.left .thumbBarProjects table img:hover {
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	cursor: pointer;
}

/* Right Column */

.right {
	width: 670px;
	/*height: 715px;*/
	background-color: #353436;
	float: right;
}

/* Main Menu */

.right .menu {
	height: 24px;
	background: #757476;
}

.right .menu ul {
	margin: 0;
	padding: 5px 0 5px 0;
	list-style: none;
	text-align: center;
}

.right .menu ul ul {
	display: none;
}

.right .menu ul li {
	margin: 0;
	padding: 0 15px 0 13px;
	background: url(../img/menuitem_top_spacer.jpg) no-repeat right 0px;
	display: inline;
	text-transform: capitalize;
}

.right .menu ul li.first-child
{
	padding-left: 0;
}

.right .menu ul li.last-child
{
	padding-right: 0;
	background: none;
}

.right .menu ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.right .menu ul li a:hover, .right .menu ul li#current a {
	color: #edcf1b;
}

/* Header */

.right #header {
	height: 350px;
}

.right #homeHeader {
	height: 400px;
}

.right #galleryFlashImage {
	height: 500px;
	background: #353436 url(../img/bg.jpg) repeat;
}

.right #galleryContent {
	height: 146px;
	padding: 0 15px 0px 15px;
	margin: 15px 0px 15px 0px;
	overflow: auto;
	background: #353436 url(../img/bg.jpg) repeat;
	font-size: 11px;
	letter-spacing: 1px;
}

/* Content */

.right #content {
	height: 164px;
	padding: 0 15px 0 15px;
	margin: 15px 0 12px 0;
	overflow: auto;
	background: #353436 url(../img/bg.jpg) repeat;
	font-size: 11px;
	letter-spacing: 1px;
}

.right #content h1,
.right #content h2,
.right #content h3 {
	font-weight: normal;
	font-variant: normal;
	font-size: 20px;
	margin: 0 0 5px 0x;
	padding: 0;
}

.right #content a {
	color: #edcf1b;
	text-decoration: none;
}

.right #content a:hover {
	background-color: #222222;
	text-decoration: underline;
}

.right #content p {
	padding: 5px 0px 10px 0px;
}

/* Forms */

.right #content form fieldset {
	display: none;
}

/* begin AANPASSINGEN KEVIN */
.formElementColumn input {
 width: 350px;
}

.formElementColumn textarea {
width: 350px;
height: 100px;
}
.thumbBarProducts {
overflow-y:auto;
}

/* eind AANPASSINGEN KEVIN */


/* Clear: both */

.clear{
	clear: both;
	height: 3px;
	background: #353436 url(../img/bg.jpg) repeat;
}

.break {
	clear: both;
}

/* Footer */

.footer {
	background: #353436 url(../img/footer_bg.jpg) no-repeat left top;
	height: 40px;
	padding: 45px 0 0 230px;
}

/* Footer Menu */

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0 0 5px;
}

.footer ul li {
	display: inline;
	background: url(../img/menuitem_bottom_spacer.jpg) no-repeat right 1px;
	margin: 0;
	padding-left: 4px;
	font-size: 9px;
	padding-right: 7px;
	text-transform: uppercase;
	font-weight: bold;
}

.footer ul li.first-child {
	margin: 0;
	padding-left: 0;
}

.footer ul li.last-child {
	padding-right: 0;
	background: none;
}

.footer ul li a {
	color: #ffffff;
	text-decoration: none;
}

.footer ul li a:hover {
	color: #757476;
}

/* Footer Copyright Notice */

.footer .copyright {
	color: #aeaeb0;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.footer .copyright a {
	color:  #aeaeb0;
	text-decoration: none;
}

.footer .copyright a:hover {
	color:  #ffffff;
	text-decoration: underline;
}
