/* Start of CMSMS style sheet 'Hosting Stylesheet' */
/*======== Universal ========*/
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(slices/header-bg.jpg) repeat-x 0 0;
	margin: 0; /* good css practice to zero the body element margin and padding. */
	padding: 0;
	text-align: center; /* centers the container in IE 5-6 browsers. */
	color: #3F3B3B;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; margin: 0; padding: 0; text-decoration: none;}

a:link, a:visited {color:#142ECD;}
a:hover, a:active {color:#fff; background-color:#142ECD;}

#wrapper a:link, #wrapper a:visited {color:#142ECD; text-decoration:none; border-bottom-color:#DBA83D; border-bottom-style:dashed; border-bottom-width:1px;}
#wrapper a:hover, #wrapper a:active {color:#fff; background-color:#142ECD; border-bottom:#fff dashed 1px;}

#page_1 h1 {font-size:155%; /*line-height:1.35em;*/ font-weight:normal; height:27px; background:url(slices/h1-lime.gif) no-repeat; color:#fff; /*border:#fff solid 1px*/; margin:0 0 15px 0; padding:0px 5px;} 
#home h1 {font-size:155%; /*line-height:1.35em;*/ font-weight:normal; height:27px; background:url(slices/h1-3col-blue.gif) no-repeat; color:#fff; /*border:#fff solid 1px*/; margin:0 0 25px 0; padding:0px 5px;}
h2 {font-size:140%;} 
h3 {font-size:120%;} 
h4 {font-size:115%;} 
h5 {font-size:110%;} 
h6 {font-size:105%;}

.mainContent h2 {}

p {margin: 10px 0 10px 0; padding:0;}

hr.hr {height:1px; background-color:#ccc; color:#ccc; width:90%; border:none;}

#container { 
	position: relative; 
	width: 980px;  /* 20px less than a full 1024px width allows for browser chrome */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

img {border:none; background-color: transparent;}

#wrapper a.imgfix, #wrapper a:hover.imgfix, #wrapper #craftysyntax a {
        text-decoration:none; 
        background-color:transparent; 
        border: 0 none;
}

/*======== Header ========*/
#top {
	position: absolute;
	left: 120px;
	margin: 5px 0 0 0;
	color: #fff;
	font-size: 105%;
	font-weight: bold;
}
#header { 
	height: 305px;
	background: #DDDDDD url(slices/header-bg.jpg) repeat-x 0 0; 
	padding: 0 10px 0 0;  /* matches the left alignment of the elements in the divs beneath it. */
} 
#header span img {
	border: none; /* removes image anchor border */
}
#header span a:hover {
        background-color: transparent; /* removes color on hover */
}
#header h1 {
	margin: 0; /* zeroing margin of the last #header div element will avoid margin collapse. */
	padding: 0;
}
#dyk {
	position: absolute;
	width: 505px;  /*502px*/
	height: 127px;  /*114px*/
	background: url(slices/dyi.jpg) no-repeat top left;
	top: 40px; /*44*/
	left: 475px; /*480*/
	color: #2B36AF;	/*border: 1px solid #ccc;*/
}
#dyk1, #dyk2 {
	width: 46.5%;
	float: left;
	padding: 10px 0px 0px 12px;
}
#dyk h4 {
	margin: 0 0 5px;
	/*padding: 5px 0;*/
	border-bottom: 1px solid #E6E6E6;
	font: bold 95% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .02em;
}
#dyk p {
	margin: 0;
	color: #31459F;
}
#dyk a:link, #dyk a:visited {
        font-weight:bold; 
        color:#FF6C14;
}
#dyk a:hover, #dyk a:active {
        color:#FFF;
}


/*======== Main Content ========*/

/*==== Pages ====*/
.mainContent p {line-height:1.40em;}

#home .mainContent { 
	margin: 0 0;
	padding: 0 20px;
	float: left;
        width:480px;
}
#page_1 .mainContent {
	width: 710px;
	margin: 0 0;
	padding: 0px 20px 5px;
        float: left;
}
#cont-top {
	background: url(slices/cont-top.gif) no-repeat top center;
	width: 980px;
	height: 2px;
	margin-top: -70px;
}
#cont-bg {
	background: url(slices/cont-btm.gif) no-repeat;
	height: 9px;
}
#wrapper {
	background:url(slices/cont-bg.jpg) repeat-x top left;
	min-height:400px;
	width: 978px;
        padding-top: 5px;
	border-left: 1px solid #BAB193;
	border-right: 1px solid #BAB193;
}
.mainContent h2, .mainContent h3, .mainContent h4, .mainContent h5, .mainContent h6{
        margin: 0px 0 0 0;
}

/*======== Sidebar 1 & 2 ========*/
.sb-top {
	background: transparent url(slices/sb-top.gif) no-repeat;
        line-height:27px;
	/*margin:0;*/
	padding: 0 10px;
}
.sb2-top {
	background: transparent url(slices/sb2-top.gif) no-repeat;
        line-height:27px;
	margin: 10px 0 0 0;
	padding: 0 10px;
}
.sb-top h3, .sb-top h2, .sb2-top {
	color: #fff;
        font-size:120%;
        /*margin:0;*/
        /*padding: 0;*/
}
#sidebar1 .sb-top.left h1 {
        font-size:120%;
        /*line-height:180%;*/
        font-weight:bold;
        background: transparent url(none) no-repeat;
        margin:0;  /* fixes h1 and sb-bg gap */
        padding:0;  /* resets h1 double padding */
}
.sb-bg {
	background-color: #F1EEE5;  /*url(slices/sb-bg.jpg) repeat-x 0 0*/
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	/*margin: 0;*/
	padding: 1px 8px 5px;
}
.sb-bg h3, .sb-bg h4, .sb-bg h5, .sb-bg h6 {
        color:#EFAE00;
        width:200px;
        background-color:#fff;
        border-bottom:#ccc solid 1px;
        padding-left:4px;
        margin-left:-2px;
}
.domains #sidebar1 h3, .domains #sidebar2 h3 {
       font-size:110%;
       font-weight:normal;
       color:#FFA81E;
}
.domains #sidebar2 h2 {
       font-size:120%;
       color:#FFF;
}
#sidebar1 {
	float: left;
	width: 218px; /* IE will include padding & border in addition to the width */
	/*margin: 0;*/
	padding: 0 5px 15px 5px; /* padding to give the text some space from the edges */
}
#sidebar2 {
	float: right;
	width: 218px; /* IE will include padding & border in addition to the width */
        /*margin:0;*/
	padding: 0 5px 15px 5px; /* padding keeps the content of the div away from the edges */
}
#craftysyntax {width:155px;}
#sidebar1 #craftysyntax {text-align:center;margin: 0 auto;}

/*======== Footer ========*/
#footer { 
	padding: 0 10px 0 10px; /* this matches the left alignment of the elements in the divs above it.*/
	background:#DDDDDD url(slices/footer-bg.jpg) repeat-x;
	height: 132px;
} 
#foot-inner {
	width:980px;
	margin: 0 auto;
	padding: 25px 0 15px;
}
#ft-left, #ft-center, #ft-right {
	float: left;
}
#ft-left {
	width: 200px;
	text-align: left;
}
#ft-right {
	width: 200px;
	text-align: right;
}
#ft-center {
	width: 580px;
}
#footer p {
	margin: 0; /* avoids the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* creates space, as the the margin would, without the margin collapse issue */
}

/*======== Generic Styles =======*/
.fltrt {
    float: right;
    margin-left: 8px;
}
.fltlft {
    float: left;
    margin-right: 8px;
}
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sb-feature {
    background-color: #fbfbfb;
    border: #f1f1f1 solid 1px;
    padding: 5px;
    width: 188px;
    margin: 7px 0;
}
.sb-whois-feature {
    background-color: #fbfbfb;
    border: #f1f1f1 solid 1px;
    padding: 1px;
    width: 200px;
    margin: 0px 0 0px -3px;
}
.account-col.first {
    width:230px;
    margin:0 0 0 2px;
}
.account-col {
    width:230px;
    height:1%;
    float:left;
    margin:0 0 10px 9px;
    background-color:#D8E3D5;
}
.account-col p {
    padding:0;
    margin:2px 3px 2px 3px;
}
#wrapper .nostyle a, #wrapper .nostyle a:hover {
    text-decoration:none;
    background-color:transparent;
    color:#333;
    border:0 none;
}
#wrapper .nostyle a:hover {
    color:#142ECD;
}
.nostyle{}

#whois-cont {
    color:#fff;
    background-color:#A9BFD4;
    border:#ccc 2px solid;
    padding:10px 10px;
    margin:2px 0 0 0;
    -moz-border-radius:6px;
    text-align:center;
}
.whois-sb #sld {
    width:118px;
}
.whois-sb #ext {
    width:71px;
}
.whois-sb #domainCheck #btn {
    width:200px;
    margin-top:2px;
}
.sslh2 {border-bottom:#999 solid 1px;}

/*========== Lists ==========*/
.floatleft1, .floatleft2, .floatleft3 {
    background-color: #fbfbfb;
    border: #f1f1f1 solid 1px;
    padding: 5px;
    width: 30%;
}
.floatleft1 {
    float: left;
    margin: 15px 0;
}
.floatleft2, .floatleft3 {
    float: left;
    margin: 15px 0px 15px 2.4%;
}
.floatleft1 h2, .floatleft2 h2, .floatleft3 h2 {
    border-bottom: #666 dashed 1px;
}
ul, ul.checkbox{
    margin-left: 20px;
    padding-left: 0;
}
.checkbox li {
    list-style-image: url(slices/checkbox.gif);
    padding: 2px 0;
}
.checkbox-gr li {
    list-style-image: url(slices/checkbox-gr.gif);
    padding: 2px 0;
}
.checkbox-red li {
    list-style-image: url(slices/checkbox-red.gif);
    padding: 2px 0;
}
.no-list-img.list li {
    list-style-image: none;
}

.captcha img {
    width: 170px;
    height: 39px;
}

/* ========= FB Forms =========*/ 
.contactform fieldset {padding: 1em; background-color: #eee;} 
.contactform fieldset legend {font-weight: bold;} 
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;} 
.contactform div label {display: block; width: 10em; } 
.contactform div.required {color: #E18B00;}
#m3fbrp__16 {width:100%;}

/*========== Tables ==========*/
.share-cp {
	width: 99.5%;
	border: #003399 1px solid;
        text-align: center;
        margin: 20px 0px;
}
.plans { 
	font:bold .83em Verdana, Arial, Helvetica, sans-serif; 
	color:#666666; 
	border-top:#003399 1px solid; 
	background-color:#f9f9f9;
}
.plans caption {
	display: none;
}
.share-cp h2 { 
	/*background-color: #f1f1f1; */
	text-align: center; 
        font-weight: bold;
	width: 100%; 
	margin: 0; 
	padding: .2em 0; 
	border-top:#6F96FF solid 1px; border-bottom:#6F96FF solid 1px;
}
.plans td {
	border-left: #fff 1px solid;
	border-top: #fff 2px solid;
	padding: .6em .5em;
}
.plans th {
	color:#FFFFFF;
}
.share-cp .odd td {background-color:#e7e7e7;}
.share-cp .even td {background-color:#FBFBFB;}
.share-cp .buy td {background-color:#FBEFCD;}
.specs {
	background-color: #91AD38;
        font-size: 1.2em;
}
.colth {
	background-color: #386BA0;
	border-left: #79A5D0 1px solid;
	width: 15%;
        margin: 0;
        padding: .75em 0em;
	text-align:center; 
        font-size: 1.2em;
}
.rowth {
	width: 22%;
	background-color: #A5C44A;
	border-top: #C4D885 2px solid;
        text-align: left;
        padding-left: 5px;
}

/* End of 'Hosting Stylesheet' */

