html,body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: verdana, helvetica, arial;
	font-size: 13px;
	color: #333333;
	background-color: white;
	line-height: 16px;
}

p {
	margin: 0px;
}

#content table {
	border-collapse: collapse;
}
form {
	font-family: verdana, helvetica, arial;
}

/* global layout */
html, body {
	background-color: white;
	background-image: url('http://webcamoplossing.nl/graphics/background.gradient.png');
	background-repeat: repeat-x;
}

#container {
	position: relative;
	width: 960px;
	margin: 0px auto;
}

#header {
	width: 960px;
	height: 222px;
}

#wrapper {
	width: 960px;
	position: relative;
}

#content {
	min-height: 300px;
	position: relative;
	width: 960px;
	padding-bottom: 15px;
	background-color: white;
}

.clear {
	clear: both;
}

#footer {
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #D8D8D8;
}

/* Logo */
#mainmenu ul.level1 {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 910px;
	padding-left: 25px;
	padding-right: 25px;
	height: 44px;
	background-image: url("http://webcamoplossing.nl/graphics/background.mainmenu.png");
	color: white;
	font-size: 13px;
}

#mainmenu li.level1 {
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
	background-image: url("http://webcamoplossing.nl/graphics/menuspacer.gradient.png");
	background-repeat: repeat-x;
	padding-left: 1px;
}
#mainmenu li.menu_last {
	padding-right: 1px;
}

#mainmenu li.level1 a {
	display: block;
	color: white;
	font-weight: bold;
	height: 44px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
	background-image: url("http://webcamoplossing.nl/graphics/menu.background.png");
	background-repeat: repeat-x;
}

#mainmenu li.level1 a:hover {
	background-image: url("http://webcamoplossing.nl/graphics/menu.mouseover.png");
	background-repeat: repeat-x;
}
#mainmenu li.menu_current a {
	background-image: url("http://webcamoplossing.nl/graphics/menu.active.png");
	background-repeat: repeat-x;
}	
#mainmenu li.menu_current li a {
	background-image: url("http://webcamoplossing.nl/graphics/menu.active.png");
	background-repeat: repeat-x;
}

#mainmenu li li.menu_selected a {
	background-image: url("http://webcamoplossing.nl/graphics/menu.active.png");
	background-repeat: repeat-x;
}
#mainmenu li.menu_selected li a {
	color: white;
}

/* Extramenu */
#extramenu {
	position: absolute;
	top: 10px;
	right: 0px;
}

#extramenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#extramenu li {
	display: block;
	float: left;
	margin-left: 20px;
}


/* Searchbar */
#header .searchbar {
	position: absolute;
	top: 20px;
	right: 20px;
}
#header .searchbar input {
	border: 1px solid #444444;
	width: 243px;
}

#headerlogo {
	padding-top: 20px;
	padding-left: 20px;
}

/* Searchpage */
#content .searchstring,
#content .searchbar .submit {
	border: 1px solid #BBBBBB;
}

#content .searchresults li {
	padding-left: 0px;
	background-image: none;
}
#content .searchhighlight {
	background-color: yellow;
	font-style: italic;
}

/* Crumbs */
#crumbs {
	font-size: 12px;
	color: #666666;
	height: 16px;
	padding-top: 10px;
	line-height: 16px;
	padding-left: 5px;
}
#crumbs ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#crumbs li {
	display: block;
	float: left;
}
#crumbs li a {
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
	text-decoration: none;
}
#crumbs li.crumbsHome a {
	padding-left: 0px;
}

#crumbs li.crumbsLast a {
	font-weight: bold;
}

/* Intro */
#intro {
	padding: 20px;
	width: 920px;
	height: 205px;
	overflow: hidden;
	background-image: url("http://webcamoplossing.nl/graphics/background.intro.png");
	background-repeat: no-repeat;
	line-height: 24px;
}

img.product {
	margin-right: 20px;
	width: 243px;
	height: 171px;
	background-image: url("http://webcamoplossing.nl/graphics/product.shadow.png");
	background-repeat: no-repeat;
	padding-right: 9px;
	padding-bottom: 9px;
	background-position: bottom right;
	float: left;
}

img.demo {
	margin-right: 20px;
	width: 180px;
	height: 140px;
	background-image: url("http://webcamoplossing.nl/graphics/demo.shadow.png");
	background-repeat: no-repeat;
	padding-right: 9px;
	padding-bottom: 9px;
	background-position: bottom right;
	float: left;
}

#intro h1 {
	font-size: 20px;
	font-family: tahoma, verdana;
	margin-bottom: 14px;
}

#boxes .boxheader {
	background-image: url("http://webcamoplossing.nl/graphics/box.top.png");
	background-repeat: no-repeat;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	padding: 10px;
}
#boxes h2 {
	margin: 0px;
}

#boxes .boxbody {
	border: 1px solid #D8D8D8;
	border-top: 0px;
	min-height: 200px;
	padding: 10px;
}

#boxes .box {
	width: 300px;
	min-height: 200px;
	margin-right: 30px;
	float: left;	
}

#boxes .last {
	margin-right: 0px;
}

#boxes {
	margin-bottom: 20px;
}

.largebox .header {
	background-image: url("http://webcamoplossing.nl/graphics/box.large.top.png");
	background-repeat: no-repeat;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 5px;
}

.largebox .body {
	border: 1px solid #d8d8d8;
	border-top: 0px;
	min-height: 200px;
	width: 607px;
	padding: 10px;
}

.mediumbox {
	width: 470px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.mediumbox.last {
	margin-right: 0px;
}

.mediumbox .header {
	background-image: url("http://webcamoplossing.nl/graphics/box.medium.top.png");
	background-repeat: no-repeat;
	height: 21px;
	line-height: 26px;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 5px;
}
.mediumbox h1,
.mediumbox h2 {
	padding: 0px;
	margin: 0px;
}

.mediumbox .body {
	border: 1px solid #d8d8d8;
	border-top: 0px;
	min-height: 200px;
	width: 448px;
	padding: 10px;
}

/* Form styling */
form {
	padding: 0px;
	margin: 0px;
	width: 460px;
}

form .text label,
form .radio .label {
	width: 170px;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
}
form .text input {
	width: 265px;
	float: left;
	display: block;
	border: 1px solid #d8d8d8;
	padding: 0px;
	margin: 0px;
}
form .radio .radio_option {
	margin-left: 170px;
}
form div.text,
form div.buttons {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 25px;
}

form div.buttons {
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: right;
}


/* Form styling */
form {
	padding: 0px;
	margin: 0px;
	width: 460px;
}

form .formText label,
form label.formRadio {
	width: 170px;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
}
form .formText input {
	width: 265px;
	float: left;
	display: block;
	border: 1px solid #d8d8d8;
	padding: 0px;
	margin: 0px;
}
form div.formRadioItem {
	margin-left: 170px;
}
form div.formText,
form div.formButtons {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 25px;
}

form div.formButtons {
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: right;
}
form div.formError {
	border: 1px solid #d8d8d8;
	background-color: #fffacd;
	width: 415px;
	padding: 10px;
	margin-bottom: 5px;
}

.pdir_webcam .mediumbox {
	float: right;
}

