body {
	background-color: #cccccc;
	background-image: url('/images/bg.png');
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: Helvetica, Arial;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 18px;
	text-align: center;
}
#container {
	position: relative;
	text-align: left;
	width:810px;
	margin: auto;
	margin-top: 30px;
}

#header {
	height:20px;
	width:810px;
	background-image: url('/images/header_bg.png');
	*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/header_bg.png', sizingMethod='scale');
}

#menuwrapper {
	position: relative;
	height:60px;
	width:810px;
	background-image: url('/images/menu_bg.png');
}
#container2 {
	clear: both;
	position: relative;
	background-color: black;
	padding: 0px 10px 0px 10px;
	background-image: url('/images/content_bg.png');
}
#container3 {

}
#bottom {
	width:810px;
	padding-top: 20px;
	background-color: black;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url('/images/bottom_bg.png');
	padding-bottom: 10px;
}
#bottomcontainer {
	margin-left:20px;
}
#footer {
	clear: both;
	text-align: center;
	height:32px;
	width:810px;
	background-image: url('/images/footer_bg.png');
	*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/footer_bg.png', sizingMethod='scale');
	padding-top: 8px;
	color:#444444;
}
#main_content {
	margin-left: 10px;
	width:510px;
}
#sub_content {
	
	float:right;
	display: inline;
	margin-right: 10px;
	width:250px;
}
#actionmenu {
	padding: 10px 10px 0px 10px;
	font-weight: bold;
	color: white;
	background-color: #656565;
	background-repeat: no-repeat;
	background-image: url('/images/actionmenu_bg.png');
}
#actionmenu a{
	color:white;
	text-decoration: none;
	display: block;
	height: 16px;
	padding-left: 28px;
	padding-top: 1px;
	background-repeat: no-repeat;
		
}
#actionmenu a:hover{
	color:#ff9900;
	text-decoration: none;
}

#menu {
	position: absolute;
	right: 10px;
	bottom: 0px;
	height: 63px;
	float: right;
}
#menu a {
	color: #aaaaaa;
	text-decoration: none;
	font-weight: 100;
	font-size: 16px;
	height:50px;
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 13px;
}
#menu a:hover {
	color: #ff9900;
	text-decoration: none;
}
.menuspacer {
	overflow: hidden;
	width:2px;
	height:42px;
	bottom: 20px;
	float: left;
	background-image: url('/images/menu_spacer.png');
	*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu_spacer.png', sizingMethod='scale');
	
}
#submenu {
	position: relative;
	width: 450px;
	height: 30px;
	padding-left: 20px;
	background-image: url('/images/submenu.png');
	margin-bottom: 20px;
	color: white;
}
#submenu a{
	color: #aaaaaa;
	text-decoration: none;
	float: left;
	display: block;
	bottom: 0px;
	margin-top: 7px;
	padding-bottom: 0px;
	margin-right: 20px
}
#submenu a:hover {
	color:#ff9900;
}
#active_sub {
	color:white;
	float: left;
	margin-top: 7px;
	margin-right: 20px;
	height:23px;
	background-image: url('/images/sub_arrow.png');
	background-repeat: no-repeat;
	background-position: center bottom;

}
.actionmenuspacer {
	overflow: hidden;
	width:182px;
	height:2px;
	margin-top: 3px;
	margin-bottom:1px;
	background-image: url('/images/actionmenu_spacer.png');
	*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/actionmenu_spacer.png', sizingMethod='scale');
	
}
#active_item {
	color: #ffffff;
	font-weight: 100;
	font-size: 16px;
	height:50px;
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 13px;
	background-image: url('/images/menu_arrow.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.marginlessimg {
	margin: 0px;
	padding: 0px;
	display: block;
	border:0px;
	
}

.content {
	color:#333333;
	padding: 10px 20px 10px 20px;
	background-color: white;
}

#sub_content .content {
	padding: 10px 10px 10px 10px;
}
.content a {
	color:#999999;
	text-decoration: none;
}
.content a:hover {
	color:#ff9900;
	text-decoration: underline;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
}
h1 {
	color:#ff9900;
	margin: 0px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-transform:uppercase;
}
h2 {
	color:#ff9900;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;	
}


.newsblock {
	display: inline;
	color:#777777;
	font-size: 12px;
	float: left;
	width:250px;
	margin-right: 10px;
}
.newsblock a {
	color: white;
	text-decoration: none;
}
.newsblock a:hover {
	color: #ff9900;
}
.date {
	font-size: 14px;
}
.date strong {
	color: #ffffff;
	font-weight: 100;
}
#introimage {
	margin-bottom: 20px;
}
.intro {
	color:#000000;
}
.punch {
	font-style:italic;
	color:black;
}
#logo {
	position: absolute;
	width:181px;
	height:60px;
	top:10px;
	left:15px;
	background-image: url('/images/logo.png');
	*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='scale');
}
.label {
	display: block;
	float: left;
	width:150px;
	color:#666666;
}

.caption {
	font-size: 10px;
	line-height: 11px;
	color:#666666;
	padding-bottom: 5px;
}

.popupwindow {
	overflow: hidden;
	padding:10px;
	text-align:left; 
	line-height: normal;
}
.popupwindow input, .popupwindow label, .popupwindow textarea {
	font-size:20px;
	font-family: Helvetica;
	letter-spacing: -1px;
}
.popupwindow textarea {
	font-size: 16px;
}

.popupwindow p {
	width: 500px;
	margin-right: 0px;
	padding-right: 0px;
}
.popupwindow label {
	letter-spacing: -0.5px;
	color:#666666;
	margin-left: 0px;
	padding-top:5px;
}
.popupForm {
	margin: 0px;
	padding-bottom:0px;
	padding-left: 10px;
	display: block;
	background-color: #eeeeee;
	width:490px;
}


.succes {
	color:#336600;
	font-size: 16px;
	letter-spacing: -0.5px;
	text-align: center;
	font-weight: bold;
	width:500px;
	background-color: #ccff99;
}
.succes a {
	color:#339900;
	text-decoration: none;
}
.succes a:hover {
	color:#003300;
	text-decoration: none;
}
#portfolioList, #partnerList {
	background-color: #e4e4e4;
}
.portfolioItem, .partnerItem {
	width:320px;
	height:60px;
	padding-left: 180px;
	padding-top: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;

}
h4 {
	margin: 0px;
	text-transform:uppercase;
}
h5 {
	font-size: 11px;
	margin-bottom: 5px;
	color: #999999;
	font-weight: 100;
	margin-top: 0px;
}
.portfolioItem p, .partnerItem p {
	color:#666666;
	font-size: 11px;
	line-height: 10px;
}

.listitem {
	color: #666666;
	font-style:italic;
	padding-bottom: 10px;
	cursor: pointer;
	line-height: 18px;
	font-size: 12px;
	background-image: url('/images/arrowgreyhor.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: -2px 1px;
}
.itemname{
	font-size: 26px;
	font-style: normal;
	letter-spacing: -1px;
	color:#0099ff;
}

#bottomButtons {
	position: absolute;
	bottom:20px;
}