html {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #fff;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	height: 100%;
}

a {
	color: #d31145;
	font-weight: bold;
	text-decoration: none;
}

.serif {
	font-family: Georgia, serif;
}

.clear {
	clear: both;
}

#frame {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#frame a.pixel-logo {
	position: absolute;
	left: 40px;
	top: 30px;
	text-indent: -100px;
	overflow: hidden;
	width: 98px;
	height: 37px;
	display: block;
	background: url(../img/pxl_logo.png) no-repeat;
}

.alternate-font {
	
}

a, img {
	border: 0;
	outline: none;
}

form {
	margin: 0;
	padding: 0;
}

#header,
#menu,
#primary,
#primary-large,
#secondary,
#footer {
	padding: 0 40px;
}

#header,
#menu,
#primary,
#primary-large {
	border-bottom: 1px dotted #4d4d4d;
}
	
#header {
	height: 90px;
}

#languages {
	margin-top: 70px;
	float: right;
}

#languages a {
	display: block;
	float: right;
	height: 5px;
	background-image: url(../img/languages.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#languages a.dutch {
	width: 46px;
}

#languages a.dutch.active,
#languages a.dutch:hover {
	background-position: left bottom !important;
}

#languages a.english {
	width: 46px;
	background-position: -51px top;
}

#languages a.english.active,
#languages a.english:hover {
	background-position: -51px bottom !important;
}

#menu {
	padding-top: 8px;
	height: 26px;
}

#menu a {
	float: right;
	color: #fff;
	text-decoration: none;
	margin-left: 30px;
	font-size: 13px;
}

#menu a:hover {
	color: #dc2959;
}

#menu a.active {
	color: #d31145 !important;
}

#primary {
	position: relative;
	height: 350px;
	overflow: hidden;
	background: url(../img/background.png) no-repeat left bottom;
}
#primary.nominatie {
	background: url(../img/nominatie.png) no-repeat left bottom;
}

#primary-large {
	position: relative;
	background: url(../img/background.png) no-repeat left bottom;
}

#secondary {
	min-height: 200px;
	position: relative;
}

#footer {
	background: url(../img/footer.png) no-repeat 40px top;
	min-height: 27px;
}

#popup {
	overflow: hidden;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	background: url(../img/popup.png) no-repeat;
	color: #000;
	width: 256px;
	height: 189px;
	padding: 30px 35px;
	text-align: center;
}

#popup h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#popup img {
	margin: 10px 0;
	border: 1px solid #ccc;
	padding: 2px;
}

h1, h2, h3 {
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0px;
}

h2 {
	margin: 0 0 5px 0;
	font-size: 11px;
	font-weight: bold;
}

/* clients
*****************************************/
#secondary .client {
	width: 156px;
	height: 156px;
	margin: 0 15px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

#prev-client {
	cursor: pointer;
	position: absolute;
	top: 80px;
	left: -0px;
	width: 56px;
	height: 25px;
	background: url(../img/next-prev.gif) no-repeat top left;
}

#next-client {
	cursor: pointer;
	position: absolute;
	top: 80px;
	right: -0px;
	width: 56px;
	height: 25px;
	background: url(../img/next-prev.gif) no-repeat bottom left;
}

#client-slider-viewport {
	margin: 0 38px;
	height: 156px;
	width: 744px;
	overflow: hidden;
}

/* contact-form
********************************************/
#contact-form {
	margin-top: 30px;
	position: relative;
}

#contact-form label,
#job-contact-form label {
	display: block;
	margin: 20px 0 5px 0;
}

#contact-form input {
	display: block;
}

#contact-form input.nice,
#job-contact-form input.nice {
	width: 218px;
	height: 16px;
	padding: 4px 10px;
	border: 0;
	background: url(../img/input.png) no-repeat left top;
}

#contact-form input.submit {
	top: 82px;
	left: 330px;
	width: 236px;
	height: 103px;
	position: absolute;
	background: url(../img/send-info.png) no-repeat left top;
	border: 0;
	cursor: pointer;
}

#contact-form input.submit:hover {
	background: url(../img/send-info.png) no-repeat left bottom;
}


#job-contact-form {
	float: right;
	width: 240px;
}

#job-contact-form input.submit {
	margin-top: 30px;
	width: 236px;
	height: 73px;
	background: url(../img/send-info-small.png) no-repeat left top;
	border: 0;
	cursor: pointer;
}

#job-contact-form input.submit:hover {
	background: url(../img/send-info-small.png) no-repeat left bottom;
}

/* textual-content
***************************************/
#textual-content {
	margin-top: 30px;
}

/* our team
***************************************/
.teamlist .team {
	float: left;
	width: 420px;
	height: 120px;
}

.teamlist .team img {
	float: left;
	margin: 0 15px 15px 0;
	border: 2px solid #fff;
	width: 100px;
	height: 100px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.teamlist .team .name {
	font-size: 14px;
	font-weight: bold;
}

.teamlist .team .quote {
	margin-top: 10px;
}