@charset "UTF-8";
/* CSS Document */


body {
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: Calibri, "Trebuchet MS", Arial;
	background: #666;
}

#header_wrap {
	width: 100%;
	height: 100px;
	background: #333;
}

#header {
	width: 900px;
	height: 100px;
	margin: auto;
	background: url(http://www.boxedmedia.nl/img/logo_top.jpg) left no-repeat;
	position: relative;
}
#header .services {
	position: absolute;
	top: 15px;
	right: 0;
	background: url(http://www.boxedmedia.nl/img/services_2.jpg) no-repeat;
	width: 189px;
	height: 67px;
}
#white_wrap {
	width: 100%;
	background: url(http://www.boxedmedia.nl/img/white_shadow.jpg) repeat-x bottom #FFF;
}

#white {
	width: 910px;
	margin: auto;
	padding: 10px 0 15px 0;
	position: relative;
}
div#white {
overflow:auto;
}
* html div#white {
overflow:visible;
}

#white img {
	border: none;
}
#white a.more {
	line-height: 30px;
	color: #999;
	font-style: italic;
	font-size: 15px;
	text-decoration: none;
	padding: 0 30px 0 0;
	position: absolute;
	top: 3px;
	right: 5px;
}
#white a.more:hover {
	color: #666;
	text-decoration: underline;
}
#white h1 {
	padding: 0;
	margin: 0 0 10px 5px;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #6FCAFB;
}
.p_item {
	width: 271px;
	margin: 0 5px 10px 5px;
	float: left;
	padding: 10px;
	height: 115px;
	position: relative;
	border: 1px solid #EAEAEA;
	background: url(http://www.boxedmedia.nl/img/portfolio_back.jpg) no-repeat;
}
.p_item:hover {
	border: 1px solid #EAEAEA;
	background: url(http://www.boxedmedia.nl/img/portfolio_backover.jpg) no-repeat;
	cursor:;
}
.p_item a {
	color: #6FCAFB;
	font-style: italic;
}
.p_title {
	position: absolute;
	top: 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: #666;
}
.p_img {
	position: absolute;
	bottom: 8px;
}
.p_desc {
	position: absolute;
	top: 50px;
	left: 110px;
	font-size: 12px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.p_opl {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	color: #CCC;
	text-transform: uppercase;
}
.p_dev {
	width: 74px;
	height: 74px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(http://www.boxedmedia.nl/img/dev.png) no-repeat;
}
.p_url {
	position: absolute;
	top: 25px;
	left: 10px;
	font-size: 11px;
	text-transform: uppercase;
}
.p_url a {
	color: #6FCAFB;
	text-decoration: none;
	font-style: normal;
}

.p_item a.p_img {
	width: 80px;
	height: 60px;
	display: block;
	background: #FFF;
	padding: 3px;
	border: 1px solid #CCC;
}
a.p_img:hover {
	border-color: #6FCAFB;
	background: #6FCAFB;
}


#uc_wrap {
	width: 100%;
	height: 160px;
	background: url(http://www.boxedmedia.nl/img/shadow_uc.jpg) no-repeat center top #6FCAFB;
}

#uc {
	width: 900px;
	margin: auto;
	height: 160px;
	background: url(http://www.boxedmedia.nl/img/uc_icon.jpg) right center no-repeat;
	position: relative;
}

#uc h1 {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-weight: normal;
	font-size: 25px;
	font-style: italic;
	position: absolute;
	left: 0px;
	top: 20px;
}
#uc p {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-style: italic;
	position: absolute;
	top: 60px;
	right: 150px;
	left: 10px;
}

#footer_wrap {
	width: 100%;
	background: #666 url(http://www.boxedmedia.nl/img/footer_bg.jpg) repeat-x;
	height: 160px;
	margin: auto;
}
#footer {
	width: 900px;
	margin: auto;
	height: 200px;
}

#footer_wrap .column {
	width: 300px;
	height: 160px;
	float: left;
	background: url(http://www.boxedmedia.nl/img/shadow_grey.jpg) no-repeat top right;
}

#footer_wrap p {
	font-size: 12px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 20px 0 0 30px;
	margin: 0;
	line-height: 20px;
}

#footer_wrap a {
	color: #FFF;
	text-decoration: none;
}
#footer_wrap a:hover {
	text-decoration: underline;
}

.grey {
	color: #CCC;
	padding: 0 4px 0 0;
}

