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

body {
	margin: 0 0;
	padding: 0;
	text-align: left;
	background: #757166 url(images/backGrad.jpg) top left repeat-x;
	font: 67.5% Helvetica, Arial, sans-serif;
}
	
p,h1,h2,h3,h4,h5,h5,ol,ul,img {
		margin: 0px;
		padding: 0px;
}

img {
	text-decoration: none;
	border: none;
}

a, a:hover, a:active, a:focus {
	text-decoration: none;
	color: #d4d4d4;
}

a:hover {
	color: #ebe4cc;
}

/* Header */

#hCont {
	width: 770px;
	height: 200px;
	margin: 0 auto;
	background: url(images/header.jpg) top left no-repeat;
	margin-bottom: 10px;
}

.hidden {
	visibility: hidden;
}

/* Main */

#mWrapper {
	width: 770px;
	margin: 0 auto;
	overflow: hidden;
}


/* Nav Box */

#navCont {
	width: 185px;
	height: 381px;
	float: left;
	background:  url(images/navBack.jpg) bottom left no-repeat;
	margin-right: 10px;
}

/* Content Box */

#designWrap {
	width: 575px;
	height: 381px;
	background: url(images/contentBacks/designBack.jpg) top left no-repeat;
	float: left;
	overflow: auto;
}

#serviceWrap {
	width: 575px;
	height: 381px;
	background: url(images/contentBacks/servicesBack.jpg) top left no-repeat;
	float: left;
	overflow: auto;
}

#securityWrap {
	width: 575px;
	height: 381px;
	background: url(images/contentBacks/securityBack.jpg) top left no-repeat;
	float: left;
	overflow: auto;
}

#systemsWrap {
	width: 575px;
	height: 381px;
	background: url(images/contentBacks/systemsBack.jpg) top left no-repeat;
	float: left;
	overflow: auto;
}

#contactWrap {
	width: 575px;
	height: 381px;
	background: url(images/contentBacks/contactBack.jpg) top left no-repeat;
	float: left;
	overflow: auto;
}

#infoBox {
	width: 353px;
	margin-top: 37px;
	margin-left: 190px;
}

h1 {
	color: #ebe4cc;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 2.2em;
	margin-bottom: 15px;
	border-bottom: #ebe4cc 1px solid;
}

ul#sites {
	list-style: none;
}

ul#sites li {
	display: block;
	width: 24.5em;
	padding: 0 0 5px 0;
	
}

ul#sites li p {
	font-size: 1.25em;
	color: #d4d4d4;
	line-height: 16px;
}

ul#sites li a {
	font-size: 1.25em;
	line-height: 16px;
}

#infoBox p {
	font-size: 1.25em;
	color: #d4d4d4;
	line-height: 18px;
}

/* footer */

#footer {
	float: right;
	margin: 10px 0 20px 0;
	width: 385px;
	height: 20px;
	background: url(images/footer.jpg) top left no-repeat;
}