/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	text-align:left;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
}
/* tables still need 'cellspacing="0"' in the markup */
table {
}
caption, th, td {
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/***** End *****/

/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font:12px/16px Tahoma, Arial, Helvetica, sans-serif;
	background:#2D383A url(../images/blank.gif) repeat-x top left;
	margin:0px 0px 30px 0px;
	color:#fff;
	border-top:4px solid #2d383a;
}
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	color:#fff;
	margin-bottom:4px;
}
h1 {
	color:#92c00c;
	font-size:24px;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	border-bottom:1px solid #fff;
	padding-bottom:8px;
	margin-bottom:12px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
}
.sIFR-hasFlash h3 {
	visibility: hidden;
}
.sIFR-hasFlash h4 {
	visibility: hidden;
}
.sIFR-hasFlash h5#pullquote {
	visibility: hidden;
}
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
#content ul, #content ol, #content p {
	line-height:18px;
}
ul, ol {
	padding:0 0 1.25em 2.5em;
}
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
small {
	font-size:10px;
	font-style:italic;
}
em {
	font-style:italic;
	font-weight:normal;
}
img {
	border:0;
	behavior: url(iepngfix.htc);
}
/*sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}*/
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/
 
a, a:link, a:visited {
	text-decoration:none;
	color:#92c00c;
}
a:hover, a:active {
	text-decoration:underline;
	color:#690;
}
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
input, select {
	line-height:20px;
}
textarea {
	width:100%;
	line-height:1.25;
}
label {
	display:block;
	line-height:20px;
}
label.error {display:inline;color:#FED700;font-style:italic; padding:0px 10px}
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 0 0;
	padding:0;
}
table tr td {
}
/***** Wrapper *****/
 
#wrap {
	width:960px;
	margin:0 auto;
}
/***** Global Classes *****/
 
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:960px;
	margin:0 auto;
}
.img-left {
	float:left;
	margin:0px 10px 4px 0;
}
.img-right {
	float:right;
	margin:0px 0 4px 10px;
}
.png-img {
	behavior: url(../iepngfix.htc);
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.margin {
	padding:12px;
}
.hspace {
	margin:0px 5px;
}
.vspace {
	margin:5px 0px;
}
img.bordered {
	padding:1px;
	border:1px solid #360;
	background-color:#fff;
}
.required {
	color:#FED700;
	font-weight:bold;
	font-size:12px;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
}
#header {
	width:780px;
	margin:0px auto;
	height:120px;
}
#domainCheck {
	margin:5px 8px;
	padding:5px;
	color:#92c00c;
	text-align:right;
	background:transparent url(../images/search-divider.gif) no-repeat top left;
}
.domainCheckTitle {
	font-size:13px;
	font-weight:bold;
}
#domainName {
	padding:2px;
	width:160px;
	border:1px solid #AAD8DF;
}
#domainType {
	padding:2px;
	width:60px;
	border:1px solid #AAD8DF;
}
#menuWrap {
	background:#4bb305 url(../images/menu-bg.jpg) repeat-x top left;
	line-height:37px;
}
#bannerWrap {
	background:#1069b1 url(../images/header-bg.jpg) repeat-x top center;
}
#banner {
	width:780px;
	margin:0px auto;
}
#contentWrap {
	background-color:#5c696a;
	border-top:2px ridge #697274;
}
#content {
	width:780px;
	margin:0px auto;
	background-color:#4B5658;
	border-left:2px ridge #4d5859;
	border-right:2px ridge #4d5859;
}
#menu {
	width:780px;
	margin:0px auto;
	line-height:37px;
}
#menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
}
#menu li {
	display:inline;
}
#menu li a:link, #menu li a:visited {
	display:block;
	float:left;
	line-height:37px;
	width:156px;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background:transparent url(../images/menu-link-bg.gif) no-repeat center right;
}
#menu li a:hover, #menu li a:active {
	background:transparent url(../images/menu-link-bg-over.gif) no-repeat center right;
}
.homePlan {
	margin:5px 0px;
}
.homePlan .type {
	color:#92c00c;
	font-size:26px;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
.homePlan .small {
	font-size:9px;
	color:#fff;
}
.homePlan ul {
	margin:5px 0px;
	padding:0px 0px 0px 16px;
	list-style-image:url(../images/green-arrow.gif);
	font-size:11px;
}
input.text {
	font-size:11px;
	font-weight:normal;
	width:155px;
	border:1px inset #ccc;
	padding:2px;
}
select.text {
	font-size:11px;
	font-weight:normal;
	width:160px;
	border:1px inset #ccc;
	padding:2px;
}
textarea.text {
	font-size:11px;
	font-weight:normal;
	width:250px;
	height:42px;
	border:1px inset #ccc;
	padding:2px;
}
input.submit {
	font-size:11px;
	font-weight:bold;
	width:100px;
	height:24px;
}
.heading {
	color:#92c00c;
	font-size:16px;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	padding:6px;
	line-height:24px;
	border-bottom:2px solid #333a3b;
	background-color:#333a3b;
}
#resellertable {
	border:2px solid #333a3b;
}
.grey {
	background-color:#4d585a;
	border-bottom:1px solid #333a3b;
}
.lightgrey {
	background-color:#556163;
	border-bottom:1px solid #333a3b;
}
.box {
	background-color:#4D585A;
	padding:4px;
	border:1px ridge #333a3b;
	margin-bottom:10px;

}
.box h2 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:4px;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #333a3b;
}
fieldset {
	border-bottom:1px dotted #777;
	margin-bottom:30px;
	padding-bottom:30px;
}
.bottom-bordered {
	border-bottom:1px solid #ccc;
}
legend {
	font-size:14px;
	font-weight:bold;
}
#newDomainInfo, #existingDomainInfo, #package, #who, #contactInfo, #payOptions {
	margin:20px 0px 0px 20px;
}
#orderDetails {
	margin: 20px 0px 0px 0p;
	padding:20px;
	background-color:#fff;
	color:#333;
	border:1px solid #333;
}
#details, #finalPackage, #payCycle, #packageTotal, #subtotal, #total {
	text-align:right;
}
#packageTotal, #subtotal, #total, #setupFee, #name, #extension {
	display:inline;
}
#footer-wrap {
}
#footer {
	width:760px;
	margin:0px auto;
	color:#fff;
	font-size:10px;
}
#footer a:link, #footer a:visited {
}
