body, div, h1, h2, h3, h4, h5, h6, p, ul, li, img, header, section, aside, footer, button, fieldset {
	margin: 0; padding: 0; border: 0;
}





body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background:  #fff ;

}



a {
text-decoration: none;
color: #000000;
}


ul {
list-style-type: none;
}



#all {
width: 100%;
height: 100%;
}

.header {
	width: 100%;
	height: 130px;
	border-bottom: 1px solid #e4e4e4;
}

.logocontent {
	width: 1024px;
	height: 130px;
	margin: auto;
	background: url(img2/logo.png) no-repeat 0px 60px;
	display:block;
}	

.nav {
	width: 1024px;
	height: 70px;
    margin: auto;
	/*margin: 0;*/

}

.menu {
	float: right;

}

.menu li {
	float: left;
	margin-top: 26px;
	margin-left: 50px;

}

.menu li a {
	color: #000000;
}

.image {
	width: 100%;
	height: 210px;
	background: #f2f2f2;
	text-align: center;	
}


.itimage {
/*	width: 1024px;
	height: 260px;
	background: url(img2/itimage.jpg) no-repeat 0px 0px;
	margin: auto; */
  max-width: 1024px;
  width: 100%;
  background: url(img2/itimage.jpg) no-repeat 0px 0px;
  margin: auto;
  height: 260px;
}

.foodimage {
	max-width: 1024px;
	width: 100%;
	background: url(img2/foodimage.jpg) no-repeat 0px 0px;
	margin: auto;
	height: 260px;
}

.itintro {
	margin-top: 100px;
}


.headline {
	font-size: 30px;
	font-weight: 300;
}

.whatwedolist {

}
.weofferlistt li {
  padding-left:20px;
}


.weofferlistt li:before {
  content: "";
  margin: 0 0 0 -20px;
  background: url(img2/marker.jpg) no-repeat;
  width: 20px;
  height: 1px;
  display: inline-block;
  vertical-align: super;
}

.keylist {
	margin-top: 10px;
	line-height: 3;
	color: #848383;
	font-weight: 600;
}

.keylist li {
  padding-left: 20px;
}

.keylist li:before {
/*	background: url(img2/marker.jpg) no-repeat 0px 20px;
	padding-left: 20px;
*/
  content: "";
  margin: 0 0 0 -20px;
  font-weight: 100;
  background: url(img2/marker.jpg) no-repeat;
  width: 20px;
  height: 1px;
  display: inline-block;
  vertical-align: super;
}


.line {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #e4e4e4;

}

.servicetext {
	margin-top: 60px;
}

.serviceintro {
	padding-top: 10px;
	padding-bottom: 10px;
}

.servicelist {
	font-size: 18px;
	line-height: 2;

}

.servicelist li {
  padding-left: 20px;	
}

.servicelist li:before {
/*	padding-left: 20px;
	background: url(img2/checkmark.png) no-repeat 0px 10px;*/

  content: "";
  margin: 0 0 0 -20px;
  font-weight: 100;
  background: url(img2/checkmark.png) no-repeat;
  width: 20px;
  height: 14px;
  display: inline-block;
  vertical-align: baseline;
  background-size: contain;

}

li.nomarker:before {
	display:none;
}

.servicelist li.nomarker {
	background-image: none;
}
.softwarelist li {
  padding-left: 20px;	
}

.softwarelist li:before {
	/*background: url(img2/marker.jpg) no-repeat 0px 14px;
	font-size: 14px;*/
  content: "";
  margin: 0 0 0 -20px;
  font-weight: 100;
  background: url(img2/marker.jpg) no-repeat;
  width: 20px;
  height: 1px;
  display: inline-block;
  vertical-align: super;


}


.serviceblock {
	background: url(img2/gearicon.png) no-repeat right;
	padding-bottom: 80px;
}


.techblock {
	width: 100%;
	background: #f2f2f2;
	padding-top: 40px;
	padding-bottom: 40px;
}

.techcontent {
	width: 1024px;
	margin: auto;
}

.techheadline {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
}

.keytextblock {
	width: 300px;
	height: 140px;
	float: left;
	margin-top: 40px;
	margin-left: 20px;
}

.last {
	float: none;
	margin: auto;
	clear: both;
}

.keyheadline {
	font-size: 18px;
	font-weight: 600;
}


.keydescript {
	margin-top: 20px;
}

.clear {
	clear: both;
}


.weofferlistt {
	margin-top: 15px;
	line-height: 2;
}



.foodpic1 {
	float: left;
	width: 280px;
	height: 260px;
	background: url(img2/foodpic1.jpg) no-repeat ;
}

.foodphotos {
	margin-top: 40px;
}

.foodpic2 {
	float: left;
	width: 280px;
	height: 260px;
	background: url(img2/foodpic2.jpg) no-repeat ;
	margin-left: 30px;
}

.foodtextblock {
	clear: both;
}

.transitlink {
	text-decoration: underline;
	color: #eb9806;
}


.contactblock {
	width: 300px;
	float: left;
	margin-left: 40px;
}


.labelgrey {
	width: 100px;
	color: #818285;
}

.label300 {
	width: 250px;
}


.contactform label {
	display: block;
	color: #a5a6a6;
}

.contactform input {
	width: 300px;
	border: 1px solid #c3c3c5;
	height: 20px;
	margin-bottom: 10px;
	
}

.contactform textarea {
	width: 300px;
	height: 90px;
	border: 1px solid #c3c3c5;

}

.contactform input.submitbutton {
	width: 75px;
	height: 30px;
	background: #f39c12;
	color: #fff;
	border: none;
	
	margin-left: 100px; 
}


.contactcontent {
	margin-top: 40px;
	padding-bottom: 200px;
}

.imagetext {
padding-top: 60px;
}




.boldtitle {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;

}

.secondtitle {
	font-size: 22px;
	color: #a5a5a5;
	text-transform: uppercase;
	font-weight: 300;
}

.content {
	width: 1024px;
	margin: auto;
}

.contentleft {
	width: 640px;
	margin-top: 100px;
	float: left;
	line-height: 2;
}

.contentright {
	width: 350px;
	float: right;
	margin-top: 100px;
	margin-bottom: 100px;

}

.button {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}

.it {
	width: 220px;
	height: 80px;
	padding-top: 40px;
	padding-left: 120px;
	background: #f2f2f2 url(img2/iticon.png) no-repeat 35px 30px;
}

.ff {
	width: 220px;
	height: 90px;
	padding-top: 30px;
	padding-left: 120px;
	background: #f2f2f2 url(img2/foodicon.png) no-repeat 30px 30px;
}





.bold {
	font-weight: 600;
	color: #000000;
}

.footer {
	padding-top: 45px;
	text-align: center;
	clear: both;
	height: 155px;
	background: #818286;
	font-size: 12px;
}

.copyright {
	color: #ffffff;
}

.email a {
	color: #f2a90f;
}

.menu li a.menuselected {
	color: #d29c2e;
}


.contactspacer {
	height: 110px;
}


@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

.contactspacer {
	height: 150px;
}


.logocontent {
	width: 80%;
}

.menu {
	float: none;
}


.content {
	width: 80%;
}

.contentleft {
	width: 100%;
	margin-top: 100px;
	float: none;
	line-height: 2;
}


.contentright {
	width: 100%;
	float: none;
	margin-top: 100px;
	margin-bottom: 100px;

}


.nav {
	width: 100%;
	height: 70px;
/*	margin: auto;*/
	margin: 0;

}

.foodpic2 {
	float: left;
	width: 280px;
	height: 260px;
	background: url(img2/foodpic2.jpg) no-repeat ;
	margin-top: 0px;
	margin-left: 20px;
}

table {
	margin-top: 40px;
}

.contactblock {
	margin-top: 40px;
}

.serviceblock {
	background-image: none;
}

.techcontent {
	width: 100%;
}

.keytextblock {
	float: none;
	margin: auto;
}

.techheadline {
	margin-bottom: 40px;
}

}

