﻿div, img, ul, p, ol, li, table, tr, th, td, form, body {
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
}
div, table, img {
	width: 100%;
	border: none;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
}
a {
	color: #000000;
	text-decoration: none;
	border: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.05vw;
	color: #000000;
	background: url(../images/development-1.jpg);
	background-color: #333333;
     background-size: cover;
    background-repeat: no-repeat; 
	background-position:right top;
}
#outer {
/*	background-color: #ffffff;   */
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	min-width: 350px;
}
#header {
	text-align: center;
	padding: 5px 0;
/*	background-image: url('../images/logo-background.jpg'); */
	background-size: 100%;
	background-repeat: no-repeat;
/*	background-color: #ffffff;  */
}
#header img {
	width: 30%;
	margin: auto;
}
#content_cnt {
/*	background-color: #ffffff;  */
	padding: 20px 1%;
	width: 98%;
	min-height:20em;
	min-height: 50vh;

}
#content_cnt p {
	margin: 8px 0;
}
/* home */
.home-services .service-item {
	width: 48%;
	margin: 10px 0 10px 1%;	
	background-color: #ffffff;
}
.home-services table table:last-child table {
	margin-top:1em;
}

.service-item div {
	border: 1px #cccccc solid;
	padding: 3px 1%;
	width: 98%;
	min-height:35em;
}
.service-item a {
	cursor: pointer;
}
.service-item a div:hover {
	-ms-transform: scale(1.02,1.02);
	-webkit-transform: scale(1.02,1.02);
	transform: scale(1.02,1.02);
	box-shadow: 2px 2px 5px #bbbbbb;
}
.home-service-title {
	text-align: center;
	font-size: 130%;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background-color: #777777;
	background: -webkit-linear-gradient(bottom left, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
	background: -moz-linear-gradient(bottom left, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
	background: -o-linear-gradient(bottom left, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
	background: linear-gradient(to top right, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
	color: #ffffff;
	padding: 10px 0;
}
.service-item  img {
	width:80%;
	margin-left: 10%;
}
.service-item div table img {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 10px;
}
.home-services ul li {
	list-style: disc;
	width: 95%;
	margin-left: 5%;
}
.service-item table td {
padding:0.25em 0;

}

.service-item div table td:first-child {
	width: 10%;
	vertical-align: top;
	min-width: 20px;
}
.service-item div table td:first-child img {
	width: 60%;
}

/* error page */
.error-page-cnt {
			color: #ffffff;
}
.error-page-cnt p:first-child {
	font-size:200%;
	font-weight:bold;
	margin:10px 0;
}
.error-page-cnt p:nth-child(2) {
	font-size:120%;
	margin:10px 0;
}
.error-page-cnt span {
   color:#bbbbbb;
}
.error-page-cnt a input {
	padding: 5px 0.75em;
	text-align: center;
	border: none;
	color: #ffffff;
	background-color: #b7b505;
	background: -webkit-radial-gradient(#d6d404 10%, #b7b505);
	background: -o-radial-gradient(#d6d404 10%, #b7b505);
	background: -moz-radial-gradient(#d6d404 10%, #b7b505);
	background: radial-gradient(#d6d404 10%, #b7b505);
	border-radius: 25px;
	box-shadow: 0px 0px 15px rgba(210,131,8,0.5) inset;
	border: 1px solid #b7b505;
	cursor: pointer;
	font-size: 120%;
}
.error-page-cnt a {
	color: #ffffff;
}
.error-page-cnt a input:hover {
	background-color: #dcd904;
	background: -webkit-linear-gradient(#dcd904,#dcd904,#dcd904);
	background: -o-linear-gradient(#dcd904,#dcd904,#dcd904);
	background: -moz-linear-gradient(#dcd904,#dcd904,#dcd904);
	background: linear-gradient(#dcd904,#dcd904,#dcd904);
}


/* footer */
#footer {
	background-color: #ffffff;
	padding: 20px 0;
	color: #000000;
	margin-bottom:1em;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.footer-menu {
	width: 60%;
	margin-bottom:10px;

}
.footer-contact {
	width: 40%;
}
.footer-menu div {
	background-color: #ffffff;
		  border:1px #bbbbbb solid;
	  box-shadow: 1px 1px 10px -1px #cccccc; 
	padding: 10px 2%;
	width: 90%;
	margin: auto;
}
.footer-menu div table {
	width: 80%;
	margin: auto;
}
.footer-menu div td {
	width: 50%;
	vertical-align: top;
}
.footer-menu ul {
	list-style: none;
}
.footer-menu li {
  padding:0.25em 0;
}
#footer_email {
	font-size: 130%;
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	padding-bottom: 10px;
}
#footer_cpyrt {
	text-align: center;
	margin: 20px 0 10px 0;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
#footer_cpyrt a {
	text-decoration: underline;
}
#footer_cpyrt p {
	border-top: 1px #9ea3aa solid;
	padding-top: 10px;
	width: 80%;
	margin: auto;
}
@media only screen and (max-width: 1400px) {
body {
	font-size: 16px;
}
#outer {
	width: 85%;
}
#header {
	padding: 4px 0;
}
#header img {
	width: 45%;
}
.service-item div {
	min-height:38em;
}
}
@media only screen and (max-width: 1000px) {
#outer {
	width: 100%;
}
#content_cnt {
	padding: 10px 2%;
	width: 96%;
}
#header {
	padding: 3px 0;
}
#header img {
	width: 50%;
}
.service-item div {
	min-height:33em;
}
}
@media only screen and (max-width: 800px), (max-width: 900px) and (min-resolution: 115dpi), (max-width: 1025px) and (min-resolution: 128dpi), (max-width: 1150px) and (min-resolution: 146dpi), (max-width: 1300px) and (min-resolution: 165dpi), (max-width: 1500px) and (min-resolution: 185dpi), (min-resolution: 215dpi) {
body {
	font-size: 16px;
}
#outer {
	width: 100%;
}
#header {
	padding: 2px 0;
}
#header img {
	width: 60%;
}
.home-services .service-item {
	width: 96%;
	margin: 10px 0 10px 2%;
}
.footer-menu, .footer-contact {
	width: 90%;
   margin-left:5%;
}
.footer-contact {
 text-align: center;
}
#footer {
	padding: 10px 0;
}
.footer-menu li{
  padding:0.5em 0;
}
#footer_cpyrt {
	margin: 10px 0 5px 0;
}
}
@media (max-width: 500px), (max-width: 600px) and (min-resolution: 100dpi), (max-width: 700px) and (min-resolution: 120dpi), (max-width: 850px) and (min-resolution: 140dpi),(max-width: 1000px) and (min-resolution: 170dpi), (max-width: 1200px) and (min-resolution: 200dpi) {
body {
	font-size: 16px;
}
#outer {
	width: 100%;
}
#header {
	padding: 0;
}
#header img {
	width: 80%;
}
.home-services .service-item {
	width: 98%;
	margin: 10px 0 10px 1%;	
}
.footer-menu li {
  padding:0.5em 0;
}
}
