/* CSS Document */
	
body {
	background-color:#666666;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

#table {
	background-color:#FFFFFF;
	height:auto;
	width:900px;
	border-left:#333333 solid 5px;
	border-right:#333333 solid 5px;
	margin:0 auto 0 auto;
}
	
#head {
   background-image:url(images/bg-header.jpg);
   background-repeat:no-repeat;
   display:block;
   height:60px;
   width:900px;  
   padding:230px 0 0 0;
}

ul#nav {
	display: block;
    width:690px;
    height:60px;
    margin: 0 auto 0 auto;
    padding:0;
	list-style-type:none;
  
}


li.nav-link {
	padding:0; margin:0;
    float:left;
}

a.automate {
	display:block;
	height:60px;
	width:250px;
	background-image:url(images/nav-Automate.jpg);
	background-position:bottom;
}

a.automate:hover {
	background-position:top;
}

a.process {
	display:block;
	height:60px;
	width:250px;
	background-image:url(images/nav-StepProcess.jpg);
	background-position:bottom;
}

a.process:hover {
	background-position:top;
}

a.features {
	display:block;
	height:60px;
	width:190px;
	background-image:url(images/nav-Features.jpg);
	background-position:bottom;
}

a.features:hover {
	background-position:top;
}



#content {
	background:#2e5280 url(images/bg-content.jpg) top no-repeat;
	height:auto;
	width:900px;
	padding:60px 0 0 0;
}


img.welcome-img{
	margin:0 0 0px 60px;
}

h1 {
	color:#FFFFFF;
	margin:20px 0 0 60px;
	font-size:23px;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	color:#FFFFFF;
	margin:5px 60px 0 60px;
	padding: 0;
	font-size:14px;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
}

.item{
	clear: both;
	min-height: 150px;
	width:900px;
	margin:0px 0 20px 0;
}

.thumb{
	width:250px;
	height:135px;
	margin: 0 40px 0 20px;
	float:right;
	display:block;
	}
	
p.contact{
	line-height:15px;
	text-align:center;
	font-size:10px;
	 font-style:italic;
	 margin: 0;
	 padding:0;
	 }
	 
	 a img{
	 	border:0;
	 }