html{
  height: 100%;
}

body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/background.jpg);
  background-repeat: repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  text-align: center;
}

img{border: 0;}

h1, .h1,  .largeTitle{
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13.5pt;
  font-style:oblique;
  border-bottom: 2px solid #0B1417;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 15px;
}

h2, .h2{
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12pt;
  font-style: oblique;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 15px;
}

div{
  border: 0;
  margin: 0;
  padding: 0;
}

form{
  margin: 0;
  border: 0;
  padding: 0;
}

input, textarea, select{
  border: 2px solid #0B1417;
  vertical-align: middle;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  color: #635730;
  font-weight: bold;
  margin-bottom: 1px;
}

.alert{
  color: #680000;
  font-weight: bold;
}

.success{
	color: green;
	font-weight: bold;
}

.title{
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
}

.divider{
  border-color: #0B1417;
  color: #0B1417;
  border-bottom-width: 3px;
  border-left-width: 0pt;
  border-right-width: 0pt;
  border-top: 0pt;
  border-style: solid;
  margin-top: 8px;
  margin-bottom: 8px;
}

.next{
  width: 150px;
  border: none;
  height: 45px;
  padding-right: 10px;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  display: block; 
  clear: both;
  text-align: right;
  font-weight: bold;
  font-size: 14pt;
  font-style:oblique;
  color: #660000;
  background-color: transparent;
  cursor: hand; cursor: pointer;
}

.goButton{
  cursor: pointer;
  cursor: hand;
  border: none;
  height: 39px;
  width: 59px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(/images/go-button.jpg);
  padding-left: 5px;
}

a:link{
  color: #0B1417
}

a:active{
  color: #0B1417
}

a:visited{
  color: #0B1417
}

a:hover{
  color: #680000
}

#da_username{
  background-color: white;
  background-Image: url(/images/input-username.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

#da_password{
  background-color: white;
  background-image: url(/images/input-password.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

#header{
  width: 785px;
  margin: 0 auto;
  text-align: left;
}

#header #callUs a:link,
#header #callUs a:hover,
#header #callUs a:visited,
#header #callUs a:active{
  letter-spacing: 1px;
  font-size: 10pt; 
  font-weight: bold; 
  font-family: Verdana, Palatino, serif; 
  color: white; 
  margin-right: 10px; 
  margin-top: 10px;
}

#header #logo{
  position: absolute;
  top: 9px;
}

#header .logoBox{
  display: block;
  position: absolute;
  width: 785px;
  top: 42px;
  height: 125px;
  border-bottom: none;
  text-align: right;
  
}

#headContent{
  position: absolute;
  width: 781px;
  border-right: 2px solid white;
  border-left: 2px solid white;
  top: 167px;
  z-index: 1;
  background-color: #707A7D;
}

#headContent table td{
  padding: 2px 0;
  text-align: center;
}

#headContent .searchBarText{
  display: inline;
  padding-right: 5px;
  font-family: Arial Black,Gadget,sans-serif;
  font-size: 11pt;
}

#headContent #memberLogin{
  border-left: 1px solid white;
  padding-left: 5px;
}

#backgroundBar{
  position: absolute;
  left: 0;
  top: 330px;
  width: 100%;
  height: 145px;
  background-image: url(/images/bar-background.jpg);
  background-repeat: repeat;
  border-top: 1px solid #868C7B;
  border-bottom: 1px solid #868C7B;
  z-index: 0;
}

#pageWrapper{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 230px;
  z-index: 1;
}

#page{
  display: block;
  position: relative;
  width: 785px;
  margin: 0 auto;
  background-color: white;
  background-image: url(/images/classic-web-design-background.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 0;
	margin-top: 200px;
	padding-top: 70px;
  text-align: left;
  margin-bottom: 80px;
	
}


#page #contentWrapperWrapper{
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

#page #contentWrapper{
  display: table-row;
}

/* for ie-mac */
#page #content{
  margin: 0px 15px;
}

/* Hide from IE-Mac \*/
#page #content{
  margin: 0;
  padding: 10px 30px;
  display: table-cell;
  min-height: 550px;
}
/* End hide */

#menu{
  width: 781px;
  height: 49px;
  background-image: url(/images/menu-bar.jpg);
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  white-space: no-wrap;
}

#menu a, #menu img{
  display: inline;
  float: left;
}

#menu img{
  margin: 10px 12px 3px 12px;
}

#menu img.bullet{
  margin: 0;
  margin-top: 7px;
}

#menu a:link {color: white; text-decoration: none;}
#menu a:active {color: white; text-decoration: none;}
#menu a:visited {color: white; text-decoration: none;}
#menu a:hover {color: #80919B; text-decoration: none;}

#footerWrapper{
  display: table-row;
}

#footer{
  text-align: center;
  display: table-cell;
  padding-bottom: 20px;
}

#footer #footerLine{
  width: 90%;
  color: #0B1417;
  background-color: #0B1417;
  height: 1px;
}

#footer #footerLinks{
  font-size: 11pt;
}

#footer #copyright{
  font-size: 8pt;
}

/* domain name search */
#selectDomain, #clientData{
  border: 4px solid #0B1417;
}

#selectDomain #select, #clientData #title, .formTitle{
  background-color: #0B1417;
  font-weight: bold;
  color: white;
  padding: 5px;
}

#selectDomain #available{
  background: #707A7D;
  padding: 3px;
  margin: 3px;
  color: white;
  line-height: 18pt;
}

#selectDomain #available input{
  border: none;
}

#selectDomain #available div{
  padding: 5px;
}

#selectDomain #transferrable{ 
  background: #707A7D; 
  padding: 3px; 
  margin: 3px; 
  color: white;
  line-height: 18pt;
}

#selectDomain #transferrable input{
  border: none;
}

#selectDomain #transferrable div{
  padding: 5px;
}

#selectDomain #hosting{
  background: #660000; 
  clear: both; 
  padding: 3px; 
  margin: 3px; 
  color: white;
  line-height: 18pt;
}

#selectDomain #hosting input{
  border: none;
}

#selectDomain #hosting div{
  padding: 5px;
}

#selectDomain #continue{
  clear: both; 
  padding: 0 0 5px 5px;
}

#selectDomain #available div{
  background: white; color: black;
}

#selectDomain #transferrable div{
  background: white; 
  color: black;
}

#selectDomain #hosting div{
  background: white; 
  color: black;
}

#clientData #clientContent{
  background-color: white;
  padding: 5px;
  font-size: 10pt;
}

.label
{
	text-align: right;
	font-weight: bold;
	padding-right: .5em;
}

#clientData #clientContent Table .label{
  text-align: right;
}

#clientData #clientContent Table input{
  border: 2px solid #0B1417;
}
