body {
	margin: 0px;
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
}

img{
border: 0px;
}

a:link {
	color: #666666;
text-decoration:none;
}

a:visited {
	color: #666666;
text-decoration:none;
}

a:active {
	color: #666666;
text-decoration:none;
}

a:hover {
	color: #666666;
text-decoration:none;
}

h2 {
	color: #E7366C;
}

hr {
	border: 0;
	height: 1px;
	background-color: #666666;
}

#container {
	margin-top: 0px;
	width: 960px;
	position: relative;
	left: 50%;
	margin-left: -480px;
	background-image: url("images/frontsecuritydeleeuw3.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	
}

#header {
	height: 84px;
	cursor: pointer;
}


#tabs {
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#tabs .tab {
	color: #666666;
	padding-top: 13px;
	float: left;
	background-image: url("images/tab.jpg");
	background-repeat: no-repeat;
	height: 35px;
	width: 115px;
}

#tabs .tab_selected {
	color: #FFFFFF;
	padding-top: 13px;
	float: left;
	background-image: url("images/tab_selected.jpg");
	background-repeat: no-repeat;
	height: 35px;
	width: 115px;
}

#tabs .tab_selected a:link {
	color: #FFFFFF;
text-decoration:none;
}

#tabs .tab_selected a:visited {
	color: #FFFFFF;
text-decoration:none;
}

#tabs .tab_selected a:active {
	color: #FFFFFF;
text-decoration:none;
}

#tabs .tab_selected a:hover {
	color: #FFFFFF;
text-decoration:none;
}

#wrapper {
	margin-top: 15px;
	width: 100%;
	display: table;
}

#menu {
	margin-left: 5px;
	width: 175px;
	float: left;

	border-right: 1px solid #D8D9DD;
}

#content {
	font-family: "Trebuchet MS";
	margin-left: 16px;
	width: 760px;
	float: right;
	font-size: 11px;
}

#content a:link {
	color: #3F6A95;
text-decoration:none;
}

#content a:visited {
	color: #3F6A95;
text-decoration:none;
}

#content a {
	color: #FFFFFF;
text-decoration:none;
}

#content a:hover {
	color: #3F6A95;
text-decoration:none;
}

.menu_item {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	padding-left: 5px;
	background-color: #D7EEFC;
}

.sub_menu_item {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	padding-left: 10px;
}

#footer {
	border-top: 3px solid #5C93CB;
	background-color: #3F6A95;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 750px;
	height: 150px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 750px;
	height: 150px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 200px;
	height: 150px;
}
