/*General styles*/
body,html {
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size: 12px;
	border: 0px ;
	margin: 0px;
	padding:0px;
	background-color: #A48F7C;
	}
.clearboth {
	clear: both;
}
.whois {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #ECEDF4;
}
h1,h2,h3,h4{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #8F8165;
}
h2{
font-size:2em;
font-style:normal;
}
h3{
font-size:1.4em;
}
#wrapper {
	margin: auto;
	padding: 0px;
	border: 0px;
	width: 798px;
	background-image:   url(../styles/pebbles/background.gif);
	background-position:  top center;
	background-repeat: repeat-y;
	border-bottom: 0px;
	margin-bottom:0px;
}
#content {
	width: 530px;
	color: #000000;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E6F2;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#content a {
	color: #143252;
	text-decoration: none;
	border-bottom:1px dashed #98a6c3 ;
}
#content a:hover {
	border-bottom:1px solid #184F87;
	color: #143252;
}
#container {
	width:780px;
	margin: auto;
}
#pageheader {
	
	height: 160px;
	background:   url("/styles/pebbles/header.jpg");
	background-repeat: no-repeat;
	background-color: #9ba5c0;
	width: 780px;
	margin:0 0 0 0px;
	padding: 0px;
	border:0px;
	}
	
#footer {
	font-variant: normal;
	list-style: none;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	padding:0px;
	font-size: 10px;
	border-top-color: #E0E6F2;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: center;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
	width: 50em;
}
#footer a {
	color: #143252;
	float: left;
	padding: 1px 7px;
	text-decoration: none;
	margin: 0;
	color: #143252;
}
#footer a:hover {
	color: #000000;
	background-color: #F8E6C7;
}
#footer li {
	display: inline;
	text-align: center;
}
#footer ul {
	padding: 0px;
	border: 0px;
	text-align: center;
}
abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
 }
/*-------------------Hosting page styles---------------------*/
#hosting_content {
	width: 740px;
	color: #000000;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}
#hosting_content a {
	color:#AD6E11;
	font-weight: bold;
	text-decoration: none;	
}
#hosting_content a:hover {
	
	text-decoration: underline;	
}
.hostad {
	width:231px;
	float:left;
	clear: none;
}
.hostad a {
	font-family:Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 14px;
}
/*-------------------Navigation and menu styles---------------------*/
#navcontainer {
	width:100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 25px;
}
#menu {
	font-variant: small-caps;
	list-style: none;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	padding:0px;
	margin-bottom: 0px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}
#menu a {
	border-top:5px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	float: left;
	padding: 1px 7px;
	text-decoration: none;
	margin: 0;
	color: #000000;
	border-bottom-color: #A09278;
	border-right-color: #A09278;
	border-top-color: #fff;
}
#menu a:hover {
	border-top:5px solid;
	color: #000000;
	background-color: #F9FAED;
	border-top-color: #A18F77;
}
#menu li {
	display: inline;
	text-align: center;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/*-------------------Right panel  styles---------------------*/
#rightpane {
	width: 180px;
	float: right;
	clear: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#rightpane input,select {
	border: 1px solid #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;}
.submitbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F1EFEB;
}
#rightpane h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
/*-------------------form styles---------------------*/
  
fieldset {
	width:500px;
	background-color: #FFFFFF;
	padding-left:5px;
	padding-bottom:5px;
	border-left-style: solid;
	border-style: solid;
	border-color: #A09278;
	border-width: 1px;
}
.legend {
	color:#A09278;
	font-size:1.4em;
	font-style:normal;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	border-color: #A09278;
	background-color: #FFFFFF;
}
.label {
	text-align:right;
	width:180px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em;
	clear: left;
}
.textfield {
	margin:3px;
	height:20px;
	width:250px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:1em;
	border: solid 1px;
	border-color: #A09278;
}
.addressarea {
	margin:3px;
	height:65px;
	width:280px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:1em;
	border: solid 1px;
	border-color: #A09278;
}



.domtextfield {
	margin:3px;
	height:20px;
	width:100px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:1em;
	border: solid 1px;
	border-color: #A09278;
}
.select {
	margin:3px;
	height:20px;
	width:230px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:1em;
	border: solid 1px #A09278;
}
.domselect {
	margin:3px;
	height:20px;
	width:80px; 
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:1em;
	border: solid 1px #A09278;
}
.textarea {
	margin:3px;
	height:165px;
	width:480px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:1em;
	border: solid 1px;
	border-color: #A09278;
}
.shaded {
	border-color: #FF0000;
}
#pricetable {
	padding: 1px;
	
}

th {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:1.3em;
	border-right: 1px solid #A09278;
	border-bottom: 1px solid #A09278;
	border-top: 1px solid;
	text-align: left;
	padding: 0px;
	background-color: #E9E6E0;
	color: #A09278;
	border-color: #A09278;
}
td {
	border-right: 1px solid;
	border-bottom: 1px solid;
	background: #fff;
	padding: 0px;
	
}
#domainpanel {
	background-image: url(../styles/pebbles/domains.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	width: 231px;
	height: 134px;
	margin-left: auto;
	margin-right: auto;
}
#intropanel {
	background-image: url(/styles/pebbles/intropanel.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	width: 175px;
	height: 191px;
	margin-left: auto;
	margin-right: auto;
}
#intropropanel {
	background-image: url(/styles/pebbles/intropropanel.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	width: 175px;
	height: 191px;
	margin-left: auto;
	margin-right: auto;
}
#intropluspanel {
	background-image: url(/styles/pebbles/intropluspanel.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	width: 175px;
	height: 191px;
	margin-left: auto;
	margin-right: auto;
}
#businesspanel {
	background-image: url(/styles/pebbles/businesspanel.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	width: 231px;
	height: 191px;
	margin-left: auto;
	margin-right: auto;
}
#businesspluspanel {
	background-image: url(/styles/pebbles/businesspluspanel.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	width: 231px;
	height: 191px;
	margin-left: auto;
	margin-right: auto;
}
#businesspropanel {
	background-image: url(/styles/pebbles/businesspropanel.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	width: 231px;
	height: 191px;
	margin-left: auto;
	margin-right: auto;
}
.panelbuttons {
width: 140px;
	margin-right: auto;
	margin-left: auto;
	clear: none;

}
.panelbuttons a {
	color:#2D5E95;
	height: 25px;	
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#themepanel {
	margin: auto;
	width: 180px;
	margin-bottom: 10px;
}
#themepanel a {
	color: #A09278;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
#themepanel a:hover {
	text-decoration:underline;
}
/*-------------------table styles---------------------*/


#domaintable {
	width: 500px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

.domaintablecaption {
	padding: 0 0 5px 0;
	width: 500px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#domaintable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6D634E;
	border-right: 1px solid #6D634E;
	border-bottom: 1px solid #6D634E;
	border-top: 1px solid #6D634E;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-repeat: no-repeat;
	background-color: #E8E4DD;
}

#domaintable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #6D634E;
	background: none;
}

#domaintable td {
	border-right: 1px solid #6D634E;
	border-bottom: 1px solid #6D634E;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


#domaintable td.alt {
	color: #797268;
	background-color: #F1EFEB;
	font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#domaintable th.spec {
	border-left: 1px solid #6D634E;
	border-top: 0;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #F1EFEB;
}

#domaintable th.specalt {
	border-left: 1px solid #6D634E;
	border-top: 0;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	background-color: #E8E4DD;
}
.ukwda {border:0px}
