body {
	margin: 5px auto auto auto;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 17px;
}

a {
	text-decoration: underline;
	color: #1AA4D2;
}

a:hover {
	text-decoration: none;
	color: #71CAE8;
}

img {
	border: 0;
}

input, textarea {
	border: 1px solid #999999;
	color: #666666;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input:focus, textarea:focus {
	border: 1px solid #3F3F3F;
	color: #3F3F3F;
}

.emptyform {
	background-color: #ffeae7;
	border: 1px solid #f14c51;
}

.message {
	color: #653c0c;
	border: 1px solid #F7941E;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #F1E6C3;
}

textarea {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.backbutton {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	right: 20px;
	padding: 3px 5px;
	position: absolute;
	top: 7px;
	display: inline-block;
	background-color: #f7cc8a;
	text-decoration: none;
}

.backbutton:hover {
	background-color: #F7941E;
	color: #FFFFFF;
}

.button {
	display: block;
	border: 0;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	float: left;
	color: #FFFFFF;
	background-position: -688px -231px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-repeat: no-repeat;
	padding: 0px 10px;
	text-decoration: none;
	line-height: normal;
}

.button:hover {
	background-position: -5px -176px;
}

.button .button_text {
	float: left;
	width: 700px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.button .button_text .contact_l {
	margin-right: 20px;
}

.button .button_text .contact_r {
	margin-left: 20px;
}

.button .contact_arrow {
	float: right;
	font-size: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 30px;
	margin-right: 10px;
}

/*.reg-button {
    background: none no-repeat scroll right -231px transparent;
    color: #FFF;
    display: block;
    float: left;
    font: normal 12px Georgia, serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 30px; /* sliding doors padding *
    text-decoration: none;
}

.reg-button span {
	background-position: -688px -231px;
    display: block;
    line-height: 14px;
    padding: 3px 0 3px 7px;
}*/

.reg-button {
	background-position: right -311px;
	background-color: #3DCCEB;
	-moz-border-radius: 5px;
	padding: 2px 20px 2px 4px;
	text-decoration: none;
	color: #FFFFFF;
	border: 0;
	font-size: 12px;
	font-family:  Georgia, "Times New Roman", Times, serif;
}

.reg-button span {
	background-image: none !important;
}

.reg-button:focus {
	border: 0;
	color: #FFFFFF;
}

.reg-button:hover {
	background-position: right -351px;
	background-color: #00A4D6;
	cursor: pointer;
}

a.reg-button {
	color: #FFFFFF;
}

.clear {
	clear: both;
}

.sprite {
	background-image: url("http://img.mitchy.nl/sprites/sprite.png");
	background-repeat: no-repeat;
}

.container {
	width: 950px;
	margin-left: -475px;
	position: absolute;
	left: 50%;
	padding-top: 20px;
}

.container .preheader {
	margin: 20px auto auto auto;
	padding-bottom: 20px; 
	border-bottom: 2px solid #F2F2F2;
}

.container .preheader .logo {
	margin-left: 20px;
	background-image: url("http://img.mitchy.nl/logo.png");
	background-position: 0 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 0;
	padding-top: 40px;
	width: 145px;
	float: left;
	display: block;
}

.container .preheader .logo.mitchydigital {
	background-position: 0 0px;
	width: 245px;
}

.container .preheader .menu {
	width: 550px;
	margin-right: 10px;
	float: right;
}

.container .preheader .menu .menu_l {
	background-position: -242px -341px;
	background-repeat: no-repeat;
	float: left;
	height: 48px;
	width: 5px;
}

.container .preheader .menu .menu_c {
	background-image: url("http://img.mitchy.nl/menu_bg_center.png");
	background-repeat: repeat-x;
	float: left;
	padding: 15px 5px;
	width: 520px;
}

.container .preheader .menu .menu_c ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.container .preheader .menu .menu_c ul li {
	display: inline-block;
}

.container .preheader .menu .menu_c ul li a {
	color: #a6a6a6;
	font-size: 14px;
	padding: 0 15px;
	text-decoration: none;
}

.container .preheader .menu .menu_c ul li a.active, .container .preheader .menu .menu_c ul li a:hover {
	color: #F7941E;
}

.container .preheader .menu .menu_c ul li a.first {
	padding: 0 10px;
}

.container .preheader .menu .menu_c ul li a.last {
}

.container .preheader .menu .menu_r {
	background-position: -268px -341px;
	background-repeat: no-repeat;
	float: left;
	height: 48px;
	width: 5px;
}

.container .header {
	border-bottom: 2px solid #F2F2F2;
}

.container .header img {
	margin: 15px auto;
	width: 910px;
	display: block;
}

.container .breadcrumbs {
	width: 910px;
	margin: 15px auto;
	font-weight: bold;
}

.container .breadcrumbs .breadcrumb {
	background-color: #F1E6C3;
	font-size: 11px;
	color: #F7941E;
	float: left;
	display: block;
	padding-left: 10px;
}

.container .breadcrumbs .breadcrumb a {
	padding: 3px 25px 3px 0;
	background-image: url("http://img.mitchy.nl/sprites/breadcrumbs.png");
	background-repeat: no-repeat;	
	background-position: right -26px;
	display: block;
	text-decoration: none;
	color: #F78E1E;
}

.container .breadcrumbs .breadcrumb a:hover {
	text-decoration: underline;
}

.container .breadcrumbs .breadcrumb.first {
	background-image: url("http://img.mitchy.nl/sprites/breadcrumbs.png");
	background-repeat: no-repeat;
	padding-left: 10px;
}

.container .breadcrumbs .breadcrumb.first.end a {
	background-position: right top;
	padding-right: 10px;
}

.container .breadcrumbs .breadcrumb.parent a {
	background-position: right bottom;
	padding-right: 20px;
}

.container .breadcrumbs .last {
	margin: 2px 0 0 5px;
	float: left;
	font-size: 11px;
}

.container .contactbutton {
	display: block;
	width: 870px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	margin: 20px auto;
	background-position: -5px -126px;
	background-repeat: no-repeat;
	padding: 0px 20px;
	text-decoration: none;
	line-height: normal;
}

.container .contactbutton:hover {
	background-position: -5px -176px;
}

.container .contactbutton .contact_text {
	float: left;
	width: 700px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.container .contactbutton .contact_text .contact_l {
	margin-right: 20px;
}

.container .contactbutton .contact_text .contact_r {
	margin-left: 20px;
}

.container .contactbutton .contact_arrow {
	float: right;
	font-size: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 30px;
	margin-right: 10px;
}

.container .division {
	width: 910px;
	margin: auto;
	line-height: normal;
}

.container .division .div {
	width: 195px;
	background-position: -235px -226px;
	display: block;
	float: left;
	padding: 10px;
	margin-left: 16px;
	text-decoration: none;
}

.container .division .div.first {
	margin: 0;
}

.container .division .div h3 {
	margin: 0;
	padding: 0;
	font-size: 21px;
	color: #F7941E;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.container .division .div:hover h3 {
	color: #C87819;
}

.container .division .div .sum {
	font-size: 11px;
	color: #666666;
	line-height: 17px;
	float: left;
	width: 165px;
}

.container .division .div .arrow {
	float: right;
	color: #F7941E;
	font-size: 38px;
	line-height: 30px;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.container .division .div:hover .arrow {
	color: #C87819;
}

.container .content {
	border-top: 2px solid #F2F2F2;
	padding-top: 20px;
}

.container .content .widecol {
	width: 910px;
	margin-left: 20px;
}

.container .content .widecol .productsbox {
	margin-top: 10px;
}

.container .content .widecol ul {
	padding-left: 10px;
	margin: 0 0 20px 0;
}

.container .content ul li {
	list-style-position: inside;
	list-style-image: url("http://img.mitchy.nl/listicon.png");
	padding: 2px 0 0 0;
}

.container .content .widecol .policy ul li {
	list-style-position: inside;
	list-style-type: upper-latin;
	padding: 2px 0 0 0;
}

.container .content .widecol .productsbox .products-1 {
	float: left;
	width: 300px;
}

.container .content .widecol .productsbox .products-2 {
	float: left;
	width: 300px;
}

.container .content .widecol .productsbox .products-3 {
	float: right;
	width: 300px;
}

.container .content .col {
	float: left;
	width: 460px;
	margin-left: 20px;
	color: #4C4C4C;
}

.container .content .col.first {
	width: 430px;
}

.container .content .col p {
	color: #4C4C4C;
}

.container .content h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #F7941E;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 5px;
}

.container .content .team {
	margin-top: 35px;
}

.container .content .person {
	width: 210px;
	height: 162px;
	padding: 5px;
	background-position: -5px -226px;
	display: block;
	margin: 0 0 10px 10px;
	float: left;
	position: relative;
	text-decoration: none;
}

.container .content .person.first {
	margin: 0;
}

.container .content .person .peopleDescrBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 210px;
	margin: 5px;
}

/*
.container .content .person:hover .peopleDescrBox .peopleDescrBg {
	height: 162px;
	top: 0;
	bottom: auto;
}
*/

.container .content .person .peopleDescrBox .peopleDescrBg {
	background: #014257;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.container .content .person .peopleDescrBox .peopleDescrBg .peopleDescr {
	padding: 7px 10px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}

.container .content .person .peopleDescrBox .peopleDescrBg .peopleDescr .peopleTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

.container .content .person .peopleDescrBox .peopleDescrBg .peopleDescr .peopleText {
	font-size: 11px;
}

.container .homecontent {
	width: 910px;
	margin: auto;
}

.container .homecontent .col {
	float: left;
	width: 400px;
	margin-left: 40px;
}

.container .homecontent .col.first {
	margin-left: 5px;
}

.container .homecontent .col h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #F7941E;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 5px;
}

.container .homecontent .item {
	margin-top: 20px;
}

.container .homecontent .item.first {
	margin-top: 0px;
}

.container .homecontent .item .itemleft {
	float: left;
	width: 325px;
}

.container .homecontent .item .bluetag {
	font-weight: bold;
	font-size: 13px;
	color: #71CAE8;
}

.container .homecontent .item .title, .container .homecontent .item .title a {
	font-weight: bold;
	color: #4C4C4C;
	font-size: 13px;
	margin-left: 10px;
	text-decoration: none;
}

.container .homecontent .item .title a:hover {
	text-decoration: underline;
}

.container .homecontent .item .item_txt {
	line-height: 17px;
	margin-top: 5px;
}

.container .homecontent .item .buttonright {
	float: right;
	width: 60px;
	margin-top: 55px;
}

.container .homecontent .item .button {
    background-position: -853px -231px;
    color: #FFFFFF;
    display: block;
    float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

.container .homecontent .item .button span {
    background-position: -688px -231px;
    display: block;
    line-height: 14px;
    padding: 2px 5px 5px 10px;
}

.container .homecontent .item .button:hover {
	background-position: -853px -260px;
}

.container .homecontent .item .button:hover span {
	background-position: -688px -260px;
}

.container .reference {
	width: 910px;
	margin: auto;
	background-position: -5px -10px;
	margin: 20px auto 0 auto;
	background-repeat: no-repeat;
	line-height: normal;
}

.container .reference .description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #404040;
	float: left;
	width: 650px;
	padding: 19px 0 14px 20px;
}

.container .reference .name {
	float: right;
	width: 300px;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
	margin-top: 5px;
}

.container .reference .image {
	float: right;
	width: 136px;
	margin: 10px 60px 0 0;
}

.container .products {
	width: 910px;
	margin: 20px auto 0 auto;
}

.container .products .product {
	width: 210px;
	height: 120px;
	padding: 5px;
	background-position: -460px -226px;
	display: block;
	margin: 0 0 0 10px;
	float: left;
	position: relative;
	text-decoration: none;
}

.container .products .product.first {
	margin: 0;
}

.container .products .product .productDescrBox {
	display: none;
}

.container .products .product:hover .productDescrBox {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 210px;
	height: 120px;
	margin: 5px;
}

.container .products .product:hover .productDescrBox .productDescrBg {
	background: #014257;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.container .products .product:hover .productDescrBox .productDescrBg .productDescr {
	padding: 20px 10px 10px 10px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	height: 90px;
}

.container .products .product:hover .productDescrBox .productDescrBg .productDescr .productTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin-bottom: 5px;
}

.container .products .product:hover .productDescrBox .productDescrBg .productDescr .productText {
	font-size: 11px;
}

.container .footer {
	border-top: 2px solid #F2F2F2;
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: normal;
}

.comingsoon {
	font-size: 10px;
	color: #f7c079;
	font-style: italic;
}

.container .footer .foot {
	width: 210px;
	float: left;
	margin: 20px 0 0 20px;
	
}

.container .footer .foot.first {
	margin-left: 25px;
}

.container .footer .foot ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.container .footer .foot ul li {
	margin-bottom: 3px;
}

.container .footer .foot ul li.first {
	color: #F7941E;
	margin-bottom: 5px;
}

.container .footer .foot ul li a, .container .footer .foot ul li {
	color: #808080;
	text-decoration: none;
}

.container .footer .foot ul li a:hover {
	text-decoration: underline;
}
