/* ----------------------------------------------
	Template Name : Spyder IT Visions
	Last Date Modified : 3 maart 2009
 ------------------------------------------------ */
 
@font-face {
  font-family: "Myriad Pro Regular";
  src: url("fonts/MyriadPro-Regular.otf") format("opentype");
}
 
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { 
	margin:0; 
	padding:0; 
	outline:none;
}

img {
	border:none;
}

.clear {
	clear:both;
}

html,body {
	font: 15px/165% "Myriad Pro", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #5B5B5B; 	
	text-align: center;
	height: 100%;
	background: #FFF;
	font-weight: normal;
	background: #FFF url(images/background-new.png) no-repeat bottom left;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

#wrap {
	position: relative;
	width: 960px;	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	display: block;
	/*
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	*/
}

#header {
	position: relative;
	width: 940px;
	height: 150px;
	display: block;
	margin-left: 10px;
	background: #FFF url(images/header-new.png) no-repeat top right;
}

#content-wrapper {
	position: relative;
	width: 940px;
	height: 500px;
	display: block;
	margin-left: 10px;
	background: transparant;
}

#footer {
	position: relative;
	width: 940px;
	height: 150px;
	display: block;
	margin-left: 10px;
	background: #95C11F;
}

#header ul#navigation {
	position: absolute;
	list-style: none;
	top: 150px;
	left: 0px;
}

#header ul#navigation li {
	float: left;
	height: 20px;
	width: 156px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	background: #95C11F;
}

#header ul#navigation li a{
	text-decoration: none;
	text-align: center;
	color: #FFF;
}

#header ul#navigation li a:hover{
	background: #9ACD32;
	border: 1px solid #000;
	color: #FFF;
	height: 18px;
	width: 154px;
	display:block;
}

#header ul#navigation li.first {
	margin-left: 0px;
}

#header ul#navigation li.last {
	margin-right: 0px;
}

h1 {
	font-size: 160%;
	padding-bottom: 2px;
	border-bottom: 2px solid #95C11F;
}

h2 {
	font-size: 135%;
	padding-bottom: 2px;
	border-bottom: 1px solid #95C11F;
}

h3 {
	font-size: 120%;
}

p,h1,h2,h3{
	margin-bottom: 15px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

p#legal{
	font-size: 70%;
	line-height: 15px;
	float: right;
	text-align: right;
}

a {
	color: #9ACD32;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.colour1{
	color: #9ACD32;
}

.colour2{
	color: #C6C6C6;
}

.bold {
	font-weight: bold;
}
