/* CSS Document */
html, body { 
    background: #000000;
	text-align: center; 
    margin: auto; 
	font-family: arial, helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
    color: #CCCCCC;
    line-height: 22px;
}
A:link { TEXT-DECORATION: none; color: #FFFF00; }
A:active { TEXT-DECORATION: none; color: #FFFF00; }
A:visited { TEXT-DECORATION: none; color: #FFFF00; }
A:hover { TEXT-DECORATION: underline; COLOR: #FFFF00; }

#wrapper-main {
	width: 800px;
	border-style:solid; 
	border-color: #333333; 
	border-width: 10px;
	margin: auto;
	margin-top: 20px;
	background: #000 url('/images/bg-main.gif') no-repeat;
	text-align: left;
}
#child {
	width: 800px;
	border-style:solid; 
	border-color: #333333; 
	border-width: 10px;
	margin: auto;
	margin-top: 20px;
	text-align: left;
}
#child #wrapper-engines { background: #000 url('/images/bg-engines.gif') no-repeat; }
#child #wrapper-services { background: #000 url('/images/bg-services.gif') no-repeat; }
#child #wrapper-results { background: #000 url('/images/bg-results.gif') no-repeat; }
#child #wrapper-materials { background: #000 url('/images/bg-materials.gif') no-repeat; }
#child #wrapper-contact { background: #000 url('/images/bg-contact.gif') no-repeat; }

#home-link {
	margin: 40px 0px 0px 0px;
}

#nav {
	margin: 0px 10px 10px 253px;
}
#content-main-wrapper{
	width: 780px;
	border-style:solid; 
	border-color: #333333; 
	border-width: 5px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}
#content-child-wrapper{
	width: 780px;
	padding: 40px 20px 20px 20px;
	text-align: justify;
}
#content-main-copy{
	padding: 35px 8px 0px 490px;
	line-height: 20px;
	text-align: justify;
}

.body-text {
	font-family: arial, helvetica, sans-serif;
    text-align: justify; 
    font-size: 12px;
	font-weight: bold;
    color: #CCCCCC;
    line-height: 22px;
	margin: 0;
}	
.body-text A:link { TEXT-DECORATION: none; color: #FFFF00; }
.body-text A:active { TEXT-DECORATION: none; color: #FFFF00; }
.body-text A:visited { TEXT-DECORATION: none; color: #FFFF00; }
.body-text A:hover { TEXT-DECORATION: underline; COLOR: #FFFF00; }

.page-title {
	color: #0033FF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 30px 0px 0px 0px;
}

.photo-border-child {
	border-style:solid; 
	border-color: #000000; 
	border-width: 1px;
	margin: 0px 0px 15px 20px;
}

.footer {
	color: #0033FF;
	font-size: 10px;
	padding: 0px 20px 0px 0px;
}
.footer A:link { TEXT-DECORATION: none; color: #FFFF00; }
.footer A:active { TEXT-DECORATION: none; color: #FFFF00; }
.footer A:visited { TEXT-DECORATION: none; color: #FFFF00; }
.footer A:hover { TEXT-DECORATION: underline; COLOR: #FFFF00; }

.body-text-home {
	font-family: arial, helvetica, sans-serif;
    text-align: justify; 
    font-size: 10px;
	font-weight: bold;
    color: #CCCCCC;
    line-height: 22px;
	margin: 0;
}	
.body-text-home A:link { TEXT-DECORATION: none; color: #FFFF00; }
.body-text-home A:active { TEXT-DECORATION: none; color: #FFFF00; }
.body-text-home A:visited { TEXT-DECORATION: none; color: #FFFF00; }
.body-text-home A:hover { TEXT-DECORATION: underline; COLOR: #FFFF00; }

#footer{
  position:relative;
  width: 800px;
  margin: 0 auto;
  color:#FFF;
  padding:15px 65px 10px 65px;
}

#footer p a{
  color:#FFF;
  font-weight:bold;
}
#footer p a:hover{
	color:#0033FF;
	text-decoration:none;
}

#footer p{
  float:left;
  font:10px Arial;
  padding:20px 0 0 0;
}
#footer p.right{ 
  float:right;
  text-align:right;
}

a.dm{
  position: absolute;
  margin-top:15px;
  left:480px;
  width: 52px;
  height:49px;
  display:block;
  text-indent:-999px;
  overflow: hidden;
  background:url('../images/DigMo_logo.png') no-repeat top left;
}

a.dm:hover{
  background-position:0 -49px;
}
