/* general styles */

* {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

p {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	padding-bottom: 10px;
}

body {
	background: #ffffff url(siteBack.jpg) no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #646466;
	padding-bottom: 15px;
	
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #646466;
	padding-top: 5px;
	padding-bottom: 10px;
}

div.theme-default #slider {
    margin: 0 auto 20px auto;
    width: 530px; /* Make sure your images are the same size */
    height: 246px; /* Make sure your images are the same size */
}

div.nivo-caption p {
	color: #ffffff;
}

form input, textarea, select {
	padding: 5px;  
	border: solid 2px #ffffff;  
	outline: 0;  
	font-size: 12px;
	width: 100px;
	line-height: 14px;
	background: #f5f5f5;
	font-weight: bold;
	box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

form select {
	width: auto;
	margin: 10px 0;
}

form textarea {  
    width: 400px;  
    max-width: 400px;  
    height: 50px;  
    line-height: 150%;  
}
  
form input:hover, textarea:hover, input:focus, textarea:focus, select:hover, select:focus {  
	border-color: #c9c9c9;  
}

form input.submit {  
    width: auto;  
    padding: 5px 15px;  
    background: #009ee0;  
    border: 0;  
    font-size: 12px;
	line-height: 14px;	
    color: #ffffff;
}

form input.small {  
    width: 50px;
}

form input.supersmall {  
    width: 15px;
}

form label {
	font-size: 14px;
	margin-left: 20px;
}

/* lightboxes */
#underlayError, .underlayInfo {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
	z-index: 50;
}

#lightboxError, #lightboxInfo {
	display: block;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	height: auto;
	background-color: #fff;
	z-index: 51;
}

#lightboxError a.close, #lightboxInfo a.close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #000;
}

#lightboxError {
	border: solid 2px #a21916;
	background-color: #f0cbca;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#lightboxError p.lightboxError {
	margin: 15px 75px 15px 15px;
	padding-bottom: 0;
	color: #a21916;
	font-weight: bold;
}

#lightboxInfo p.lightboxInfo {
	margin: 15px 75px 15px 15px;
	padding-bottom: 0;
	color: #ffb400;
	font-weight: bold;
}

#lightboxInfo {
	border: solid 2px #ffb400;
	background-color: #fffabc;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* wrapper */

div#siteWrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
}

/* header */

div#header {
	position: relative;
	height: 131px;
	width: 100%;
	background: url(headerBa.jpg) no-repeat;
}

div#header h1 {
	padding-top: 5px;
	padding-left: 15px;
}

/* phark */
div#header h1 a {
	display: block;
	width: 556px;
	height: 117px;
	text-indent: -5000px;
	text-decoration: none;
	background: url(headerLo.png) no-repeat;
}

div#header ul#headerLogin {
	position: absolute;
	top: 15px;
	right: 15px;
}
	
div#header ul#headerLogin li {
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
}

div#header ul#headerLogin li.error {
	font-size: 14px;
	color: #a21916;
	line-height: 20px;
	
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 1);
}

div#header ul#headerLogin li a {
	padding-right: 5px;
	color: #000000;
	text-decoration: none;
	border-right: 2px solid #000000;
}

div#header ul#headerLogin li a:hover {
	padding-right: 2px;
	color: #009ee0;
	border-right: 2px solid #009ee0;
}

div#header ul#headerLogin li a.active {
	padding-right: 2px;
	color: #009ee0;
	border-right: 2px solid #009ee0;
}

/* top menu */

div#menu {
	position: relative;
	background: url(menuBack.jpg) repeat-x;
	height: 53px;
	width: 100%;
}

div#menu ul {
	display: inline;
	margin-left: 30px;
}

div#menu ul.right {
	position: absolute;
	right: 10px;
}

div#menu ul li {
	list-style: none;
	display: inline;
	font-size: 15px;
	line-height: 53px;
	padding-left: 10px;
	padding-right: 5px;
	border-left: 1px solid #009ee0;
}

div#menu ul li#first {
	border-left: 0px;
}

div#menu ul li a {
	font-weight: bold;
	color: #e5e6e6;
	text-decoration: none;
}

div#menu ul li a:hover {
	color: #ffffff;
}

div#menu ul li a.active {
	color: #ffffff;
}

div#contentWrapper {
	background: transparent url(faux0000.png) repeat-y;
}

/* left menu */

div#contentWrapper div#left {
	float: left;
	width: 235px;
	padding-top: 25px;
}

div#contentWrapper .button {
	background-color: #d9dadb;
	width: 174px;
	height: 25px;
	margin-left: 25px;
	margin-right: 25px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	text-align: center;
	
	/* fallback */
	background-color: #d9dadb;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9dadb), to(#ffffff));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ffffff, #d9dadb);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ffffff, #d9dadb);
	/* IE < 10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9dadb');
	/* IE 10 */
	background: -ms-linear-gradient(top, #ffffff, #d9dadb);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ffffff, #d9dadb);
	
	text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2);
}

div#contentWrapper div#left h2.button {
	color: #ffffff;
	font-size: 17px;
	padding-bottom: 0px;
	
	border: 1px solid #f5379c;
	
	/* fallback */
	background-color: #f5379c;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5379c), to(#ffffff));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ffffff, #f5379c);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ffffff, #f5379c);
	/* IE < 10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5379c');
	/* IE 10 */
	background: -ms-linear-gradient(top, #ffffff, #f5379c);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ffffff, #f5379c);
}

div#contentWrapper div#left h2.button.blue {
	border: 1px solid #11a5e2;

	/* fallback */
	background-color: #11a5e2;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#11a5e2), to(#ffffff));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ffffff, #11a5e2);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ffffff, #11a5e2);
	/* IE < 10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#11a5e2');
	/* IE 10 */
	background: -ms-linear-gradient(top, #ffffff, #11a5e2);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ffffff, #11a5e2);
}

div#contentWrapper div#left h2 span {
	font-size: 11px;
}

div#contentWrapper div#left ul {
	margin-bottom: 10px;
}

div#contentWrapper div#left ul li {
	padding-top: 2px;
}

div#contentWrapper div#left ul li a.button {
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: #535353;
}

div#contentWrapper div#left ul li a.button:hover {
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

div#contentWrapper div#left ul li a.active {
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

/* middle (content) */

div#contentWrapper div#middle {
	float: left;
	padding-top: 25px;
	width: 570px;
}

div#contentWrapper div#middle p, h2, h3 {
	padding-left: 20px;
	padding-right: 20px;
}

div#contentWrapper div#middle h2, h3 {
	padding-left: 20px;
	padding-right: 20px;
	color: #005395;
}

div#contentWrapper div#middle h3 a {
	color: #005395;
}

/* phark */
div#contentWrapper div#middle h2 {
	display: block;
	width: 560px;
	height: 114px;
	text-indent: -5000px;
	text-decoration: none;
	background: url(banner.png) no-repeat;
}

div#contentWrapper div#middle p.error {
	display: block;
	margin: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 2px #a21916;
	background-color: #f0cbca;
	color: #a21916;
	font-weight: bold;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div#contentWrapper div#middle p.info {
	display: block;
	margin: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 2px #ffb400;
	background-color: #fffabc;
	color: #ffb400;
	font-weight: bold;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div#contentWrapper div#middle p.ok {
	display: block;
	margin: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 2px #159e38;
	background-color: #9acd88;
	color: #159e38;
	font-weight: bold;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div#contentWrapper div#middle p.gray {
	color: #9c9d9f;
}

div#contentWrapper div#middle p.breadcrumb {
	color: #9c9d9f;
	font-size: 12px;
}

div#contentWrapper div#middle p.breadcrumb a {
	color: #9c9d9f;
}

div#contentWrapper div#middle p.breadcrumb a:hover {
	color: #000000;
}

div#contentWrapper div#middle p.breadcrumb strong {
	color: #777777;
}

div#contentWrapper div#middle p a {
	color: #000000;
}

div#contentWrapper div#middle img.left {
	padding-left: 20px;
	padding-right: 15px;
	float: left;
}

div#contentWrapper div#middle h3.action {
	clear: both;
	font-size: 25px;
	font-weight: normal;
}

div#contentWrapper div#middle table.subs, table.cart {
	width: 530px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
}

div#contentWrapper div#middle table.subs tr {
	background-color: #dae2e9;
	height: 30px;
	border-bottom: 20px solid #ffffff;	
}

div#contentWrapper div#middle table.types tr {
	border-bottom: 5px solid #ffffff;	
}

div#contentWrapper div#middle table.subs tr:hover {
	background-color: #c3cad0;
}

div#contentWrapper div#middle table.subs tr td a {
	display: block;
    width: 100%;
	line-height: 30px;
	font-size: 16px;
	padding-left: 5px;
	text-decoration: none;
	color: #1a171b;
}

div#contentWrapper div#middle table.subs tr th {
	line-height: 30px;
	font-size: 14px;
	text-align: left;
}

div#contentWrapper div#middle table.subs tr th span {
	font-size: 10px;
}

div#contentWrapper div#middle table.subs tr th.first {
	padding-left: 5px;
}

div#contentWrapper div#middle table.types tr td {
	line-height: 30px;
	font-size: 14px;
	color: #1a171b;
	vertical-align: middle;
}

div#contentWrapper div#middle table.types tr td.first {
	padding-left: 5px;
} 

div#contentWrapper div#middle table.types tr td.bold {
	font-weight: bold;
}

div#contentWrapper div#middle table.types tr td.small {
	font-size: 12px;
}

div#contentWrapper div#middle table.types tr td a {
	text-decoration: underline;
	font-size: 14px;
}

div#contentWrapper div#middle table.cart tr.title {
	background-color: #009ee0;
	border-top: 10px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}

div#contentWrapper div#middle table.cart tr.spacer {
	border-bottom: 2px solid #009ee0;
}

div#contentWrapper div#middle table.cart tr.spacer td {
	font-size: 12px;
	line-height: 20px;
}

div#contentWrapper div#middle table.cart tr.title th {
	line-height: 30px;
	font-size: 16px;
	padding: 0 5px;
	color: #ffffff;
	text-align: left;
}

div#contentWrapper div#middle table.cart tr:hover {
	background-color: #d9d9d9;
}

div#contentWrapper div#middle table.cart tr.title:hover {
	background-color: #009ee0;
}

div#contentWrapper div#middle table.cart tr td {
	line-height: 30px;
	font-size: 14px;
	padding: 0 5px;
}

div#contentWrapper div#middle table.cart tr.title th.alignRight, tr td.alignRight {
	text-align: right;
	white-space: nowrap;
}

div#contentWrapper div#middle table.cart tr td img {
	vertical-align: middle;
}

div#contentWrapper div#middle dl dd input, textarea {
	margin-left: 20px;
}

div#contentWrapper div#middle dl.form dd input, textarea {
	width: 200px;
	margin: 10px 0 10px 20px;
}

div#contentWrapper div#middle fieldset {
	margin-bottom: 20px;
}

div#contentWrapper div#middle div#box {
	position: relative;
	margin: 10px auto;
	background-color: #f9f9fa;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 530px;
}

div#contentWrapper div#middle div#box p.normal {
	margin-top: 15px;
	width: 300px;
	min-height: 140px;
	float: left;
}

div#contentWrapper div#middle div#box div#deadline {
	position: absolute;
	width: 235px;
	height: 188px;
	left: 310px;
	top: -35px;
	background: url(http://www.mijndrukkerij.be/core/img/deadlineBackground.png) no-repeat;
}

div#contentWrapper div#middle div#box div#deadline p.top {
	padding-top: 65px;
	padding-left: 10px;
	color: #c0c0c0;
	font-size: 12px;
	line-height: 16px;
	width: 150px;
}

div#contentWrapper div#middle div#box div#deadline p.middle {
	padding-left: 10px;
	color: #009ee0;
	font-size: 16px;
	font-weight: bold;
}

div#contentWrapper div#middle div#box div#deadline p.middle span {
	font-style: italic;
	text-decoration: underline;
}

div#contentWrapper div#middle div#box div#deadline p.bottom {
	padding-top: 0px;
	padding-left: 10px;
	color: #c0c0c0;
	font-size: 16px;
	padding-bottom: 0;
}

div#contentWrapper div#middle div#box div#deadline p.bottom span {
	color: #009ee0;
	font-weight: bold;
}
div#contentWrapper div#middle div#box div#deadline p.bottom2 {
	padding-top: 0;
	padding-left: 10px;
	color: #c0c0c0;
	font-size: 12px;
}

div#contentWrapper div#middle div#digitaal {
	position: relative;
	background-color: #eaf6fc;
	margin: 5px auto;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 530px;
	height: 62px;
}

div#contentWrapper div#middle div#digitaal p {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 22px;
	width: 375px;
	float: left;
	font-size: 18px;
	font-weight: bold;
}

div#contentWrapper div#middle div#digitaal input {
	height: 28px;
	line-height: 28px;
	margin-top: 10px;
	font-size: 18px;
}

div#contentWrapper div#middle div#digitaal input.submit {
	height: 42px;
}

/* right (sidebar) */

div#contentWrapper div#right {
	float: left;
	width: 190px;
	padding-top: 25px;
	padding-left: 5px;
}

/* footer */

div#footer {
	clear: both;
	height: 97px;
	width: 100%;
	margin-top: 15px;
	text-align: center;
	background: url(footerBa.jpg) repeat-x;
}

div#footer p {
	font-size: 12px;
	padding-top: 50px;
	color: #fdd998;
}

div#footer p a {
	color: #fdd998;
}