@charset "utf-8";

/* ----- basic styling ----- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/body_background.jpg) no-repeat center;
	background-color: #000;
	text-align:left;
	font: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	}
	
#wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}
	
#clear {
	clear: both;
	}

	
/* ----- basic position elements ----- */

#header {
	background: url(images/header.jpg);
	position: relative;
	height: 150px;
	width: 950px;
	}
	
/* ----- main content styles ----- */

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #f7911e;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	}
.boldtext {
	font-weight: bold;
}
.cursief {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.bumpbox {
	margin: 0px;
	padding: 0px;
}

	
/* ----- main navigation elements ----- */

#header ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	position: absolute;
	bottom: 4px;
	width: 930px;
	left: 20px;
	}
	
#header li {
	float: left;
	}
	
#header ul li a:link, #header ul li a:visited {
	display: block;
	padding: .4em .7em;
	font: bold 1em/1.2 Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	margin-left: 1em;
	}

	
#header ul li a:hover, #header ul li a:active {
	color: #FFF;
	background-color: #333;
	font-weight: bold;
	}
	
#header ul li a.current, #header ul li a.current:hover, #header ul li a.current:active {
	color: #F7911E;
	cursor: default;
	background-color: #000;
	font-weight: bold;
	}
	
#content {
	width: 910px;
	height: 580px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #000;
	color: #FFF;
	}
#content_webdesign {
	width: 950px;
	text-align: center;
	height: auto;
}

#imageholder_video {
	float: left;
	height: 113px;
	width: 200px;
	margin-left: 20px;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#content_index {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	float: none;
	height: 580px;
	width: 870px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}

	
/* ----- footer elements ----- */

#footer {
	background: url(images/footer.jpg);
	height: 40px;
	color: #FFFFFF;
	}
#demoreel {
	height: 338px;
	width: 600px;
	vertical-align: middle;
	margin-left: 135px;
	margin-top: 50px;
}
#contact {
	clear: right;
	float: left;
	height: 500px;
	width: 300px;
	text-align: left;
}
#route {
	float: right;
	height: 500px;
	width: 500px;
}
