@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color: #000000;
	background-image: url(images/content-bk.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 970px;
	left:50%;
	margin-left:-485px;
	position:relative;
}

#page {
	background: url(images/footer.jpg) center bottom no-repeat;
}

#logo {
	position: relative;
	display: block;
	left: 50%;
	margin-left: -83px;
	padding-top: 56px;
}

#page ul {
	margin: 9px 0 0 303px;
	padding: 0;
	list-style: none;
}

#page ul li {
	margin: 0;
	padding: 0;
	float: left;
	height: 26px;
	width:90px;
}

#page ul li a {
	display: block;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;	
	text-transform: uppercase;
	line-height: 26px;
}

#page ul li a:hover,
#homepage #page ul #homemenu a,
#systemspage #page ul #systemsmenu a,
#processpage #page ul #processmenu a,
#contactpage #page ul #contactmenu a {
	background-image:url(images/button-on.png);
	background-repeat: no-repeat;
	color:#411402;
}

#pagesplash {
	clear:both;
	display:block;
	left:50%;
	margin: 65px 0 0 -300px;
	position:relative;
	width: 598px;
	height: 386px;
}

#homepage #pagesplash {
	background: url(images/splash-home.jpg) no-repeat;
}

#systemspage #pagesplash {
	background: url(images/splash-systems.jpg) no-repeat;
}

#processpage #pagesplash {
	background: url(images/splash-process.jpg) no-repeat;
}

#contactpage #pagesplash {
	background: url(images/splash-contact.jpg) no-repeat;
}

#pagesplash h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#FFFFFF;
	padding: 260px 0 10px 50px;
	font-weight:bolder;
	margin: 0;
}

#pagesplash p {
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ff9e2f;
	font-weight:bold;
	margin:0;
	padding:0 20px 0 50px;
}

#content {
	color:#A78C61;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	width:670px;
	padding:0 150px;
}

#content ul {
	margin: 0 0 0 40px;
	list-style: disc;
}

#content ul li {
	clear: both;
	width: 600px;
	height: auto;
	padding-bottom:10px;
}

#content p {
	clear: both;
	padding: 10px 0;
	text-align: justify;
}

#homepage #subnav img,
#processpage #subnav img,
#contactpage #subnav img {
	padding: 50px 0 0 24px;
}

#bottomCap {
	height:25px;
	width:670px;
	background-image:url(images/menu-bottom-bk.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#c97724;
	font-size:13px;
	text-align:center;
	padding-top:6px;
	padding-right:150px;
	font-weight:500;	
	clear: both;
}

#bottomMenu	{
	height:20px;
	padding-bottom:50px;
	color:#c36a04;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#copyright {
	padding-top:35px;
	width:150px;
	height:10px;
	text-align:left;
	float:left;
}
#bottomLinks {
	width:520px;
	height:10px;
	padding-top:35px;
	text-align:right;
	float:right;
}

.links {
	text-decoration:none;
	color:#c36a04;
}

#testimonial {
	padding-top: 30px;
	text-align: justify;
}

#contactnow {
	color: #F8A521;
	font-weight: bold;
	top:2px;
	height:24px;
	z-index:1;
	text-align: center;
	width: 970px;
	left:50%;
	margin-left:-485px;
	position:absolute;
}
