/* Menu CSS styles */
#mainNav {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  text-decoration:none;
}
/* Nav 1 */
.nav1text {
  text-align:right;
  margin-right:80px;

  color:white;
  font-size:11px;
  cursor: pointer;

  text-decoration: none;
}
.nav1text:hover {
  color:#CCCCCC;
}

.nav1domaintext {
  margin-left:67px;

  color:white;
  font-size:11px;
  line-height:2.3em;
  cursor: pointer;
}
.nav1domaintext input {
  width:92px;

  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  text-decoration:none;
  font-size:11px;
}
#domainselect {
  text-align:left;

  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  text-decoration:none;
  font-size:9px;
}

input.go {
  color: #F0C000;
  font-size: 10px;
  font-weight: Bold;

  width: 30px;
  border:0px;
}
#quickquote {
  background-image: url(../site_images/nav1_quickquote.png);
  height:32px;
  width:242px;
  
  line-height:32px;
}
#service {
  background-image: url(../site_images/nav1_service.png);
  height:34px;
  width:242px;

  line-height:36px;
}
#followus {
  background-image: url(../site_images/nav1_followus.png);
  height:35px;
  width:242px;

  line-height:37px;
}
#domainsearch {
  background-image: url(../site_images/nav1_domainsearch.png);
  height:89px;
  width:242px;

}
/* Nav 2 */
.nav2text {
  text-align: right;
  margin-right: 45px;
  height: 28px;

  font-size: 13px;
  color:#578DA5;
  cursor: pointer;
  letter-spacing: 0.1em;

  text-decoration: none;
}
.nav2text:hover {
  color: #C9C9C9;
}
#home {
  background-image: url(../site_images/nav2_home.png);
  height:25px;
  width:242px;
  
  line-height:25px;
}
#about {
  background-image: url(../site_images/nav2_about.png);
  width:242px;
  
  line-height:28px;
}
#services {
  background-image: url(../site_images/nav2_services.png);
  width:242px;
  
  line-height:28px;
}
#portfolio {
  background-image: url(../site_images/nav2_portfolio.png);
  width:242px;
  
  line-height:28px;
}
#goodies {
  background-image: url(../site_images/nav2_goodies.png);
  width:242px;
  
  line-height:28px;
}
#contact {
  background-image: url(../site_images/nav2_contact_default.png);
  width:242px;
  
  line-height:28px;
  color:#82BE41;
}
#contact div {
  color:#82BE41;
}
#contact div:hover {
  color:#C9C9C9;
}
#nav2_bttm {
  background-image: url(../site_images/nav2_bttm_default.png);
  height:37px;
}