/*------------------------------------------------

NetHosting.com

Style Sheet

Version: 1.0

--------------------------------------------------*/

/*--- Body ----*/

html {
  background-color: #ffffff;
}


body {
  background-color: #ffffff;
  font-family: arial, verdana, sans-serif;
  font-size: 12pt;
  color: #000000;
  margin: 0;
  padding: 0;
}


* a, a:hover {
  outline: 0px;
  cursor: pointer;
}


body img {
  border: 0px;
}


.main {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}


/*--- Header----*/

.nethosting_logo {
  padding: 0px 0px 10px 10px;
  width: 241px;
  float: left;
}


/*--- Top Sub Nav ----*/

.top_sub_nav {
  width: 990px;
  text-align: right;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
  color: #969696;
}

.top_sub_nav a {
  color: #969696;
  text-decoration: none;
  padding-right: 20px;
  font-weight: bold;
  cursor: pointer;
}

.top_sub_nav a:hover {
  color: #969696;
  text-decoration: underline;
}

.top_sub_nav img {
  padding-right: 5px;
  vertical-align: text-top;
}


/*--- Top Nav Bar ----*/

.top_main_nav_links {
  height: 37px;
  line-height: 30px;
  margin-left: 20px;
  float: left;
  display: inline;
}

.top_main_nav_links a {
  color: #cbe1ff;
  text-transform: uppercase;
  padding: 0px 10px 0px 10px;
  text-decoration: none;
  font-size: 11pt;
  font-weight: normal;
}

.top_main_nav_links a:hover {
  color: #336699;
  background-color: #aaceff;
}

.top_main_nav_bg {
  background: url(/images/nav_bar_bg.gif) 100% 100% repeat-x;
  width: 100%;
  height: 37px;
}

.top_main_nav_l {
  background: url(/images/nav_bar_l.gif) 0 0 no-repeat;
  width: 100%;
  height: 37px;
}

.top_main_nav_r {
  background: url(/images/nav_bar_r.gif) 100% 0 no-repeat;
  width: 100%;
  height: 37px;
}

#menu-container {
  display: inline;
  margin: 0px;
  padding: 0px;
}


/* This here is the dynamic drop down menu */


#main-nav li a {
  display: inline;
  color: #cbe1ff;
  text-transform: uppercase;
  padding: 0px 10px 0px 10px;
  text-decoration: none;
  font-size: 11pt;
  font-weight: normal;
}

#main-nav {
  margin: 0px 0px;
  padding: 0px;
}

#main-nav li {
  display: inline;
  list-style-type: none;
  margin: 0px 5px 0px 0px;
}

#main-nav li:hover {
  position: relative;
}

#main-nav li a:hover {
  color: #336699;
  background-color: #aaceff;
}


/*#main-nav li:hover > a {
  color: #fff;
  text-decoration: none;
  background-image: url(/images/main_nav_hover.gif);
  background-repeat: repeat-x;
  background-color: #b1b2b3;
  background-position: top left;
  padding: 9px 5px 7px 5px;
  border-bottom: solid 1px #a2a2a2;
  border-top: solid 1px #b9b9b9;
}*/


#main-nav li ul {
  display: none;
  z-index: 1;
}

#main-nav li:hover > ul {
  display: block;
  position: absolute;
  top: 14px;
  left: -30px;
  width: 150px;
  padding: 10px 30px 30px 30px;
  /*padding: 0px;*/
  /*border: 1px solid red;*/
}

#main-nav li ul li {
  color: #fff;
  background-image: url(/images/sub-menu-bg.gif);
  background-repeat: repeat-x;
  background-position: top left;
  background-color: #939598;
  font-family: arial, sans-serif;
  font-size: 10pt;
  display: block;
  list-style-type: none;
  border: 1px solid #fff;
  margin: 0px;
  padding: 0px;
}

#main-nav li ul li a {
  color: #fff;
  background-image: url(/images/sub-menu-bg.gif);
  background-repeat: repeat-x;
  background-position: top left;
  background-color: #939598;
  border: 1px solid #939598;
  font-family: arial, sans-serif;
  font-size: 10pt;
  display: block;
  padding: 2px 2px 2px 5px;
  margin: 0px;
  text-transform: none;
}

#main-nav li ul li a:hover {
  color: #fff;
  background-image: url(/images/sub-menu-bg-hover.gif);
  background-repeat: repeat-x;
  background-color: #f47920;
  padding: 2px 2px 2px 5px;
  margin: 0px;
}


/*--- Search ----*/


.search_box {
  line-height: 1.75em;
  float: right;
  width: 110px;
  /*height: 20px;*/
  padding-right: 1.25em;
}

.search {
  float: left;
}

.search_field {
  float: right;
}

.search_field input {
  background: #aaceff;
  color: #336699;
  border: 1px solid #819cc9;
  width: 100px;
  height: 12px;
  font-size: 8pt;
}



/*--- Login ----*/



.login_main {
  height: 40px;
  float: right;
  color: #9dbdf4;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-right: 10px;
}

.login_main a {
  color: #9dbdf4;
  text-decoration: none;
}

.field input {
  color: #819cc9;
  background: #ffffff;
  border: 1px solid #819cc9;
  width: 100px;
  height: 12px;
  font-size: 8pt;
  margin-left: 10px;
  padding-left: 5px;
}

.login_submit input {
  padding: 0px;
  margin-left: 20px;
  color: #ffffff;
  background: #3e7cbb;
  border: 0px;
  font-weight: bold;
  font-size: 12px;
  border-style: none;
  cursor: pointer;
}

.login_page_submit input {
  margin-left: 7em;
  margin-top: 20px;
}

.login2 form {
  margin-top: 1em;
  position: relative;
}

.login2 form div {
  margin: 8px 0px;
}

.login2 form span.support_nav_first a {
  border-bottom:1px dotted #939598;
  left: 5em;
  margin-top: 4px;
  position: absolute;
}

.login2 form div.input input {
  left: 7em;
  position: absolute;
}

/*--- Chat ----*/



.chat_main {
  height: 40px;
  width: 198px;
  float: right;
  color: #969696;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
  line-height: 2;
}

.chat_main a {
  color: #3e7cbb;
  text-decoration: none;
  background-color: #ffffff;
}

.chat_main a:hover {
  color: #3e7cbb;
  text-decoration: underline;
}

/*----  Top Section of vps, virtual, dedicated hosting pages----*/

.content_wrapper_all {

        float: left;
        width: 610px;



}

/*----  Right section of top contains image, features and support software logos----*/

.right-section {

        float: right;
        clear: right;
        width: 315px;
        margin: 10px 0px 0px 0px;
        
        

}

.right-section p {
  
        padding: 3px 0px 5px 0px;
 
}



.right-section a {

        color: #F47920;

}



.right-section a:hover {

        color: #F47920;
        text-decoration: none;

}


.right-section img {

        padding: 0px 0px 0px 5px;

}




.right-section h6 {

        color: #336699;
        font-size: 13pt;
        font-weight: bold;
        border-bottom: solid 1px #336699;
        text-transform: uppercase;
        margin: 10px 0px 10px 5px;
        clear: both;

}




.which_hosting_plan {

        margin: 0px 0px 25px 5px;
        overflow: hidden;
        clear: both;

}


.hosting-plan-img {

        float: left;
        width: 100px;
        height: 86px;
}


.hosting-plan-img img{

        padding: 0px;
        margin: 0px;
}


.hosting-plan-content {

        float: right;
        overflow: hidden;
        width: 200px;
        font-family: arial, sans-serif;
        font-size: 11pt;
        margin: 0px 0px 15px 0px;
}

/*----  end of this section----*/


.content-box {

        width: 700px;
        overflow: hidden;
        margin: 25px 0px 45px 0px;
}

.content-img {

        float: left;
        clear: left;
        margin: 10px 0px 0px 0px;
}

.content-img img {

        float: left;
        clear: left;
        margin: 0px;
}

.content-txt {
  
        padding: 5px 0px 0px 0px;
        clear: right;
        float: right;
        width: 530px;
}
  
.content-txt p {
 
        padding: 2px 0px 0px 0px;
}

.content-txt h3 a {

        font-family: arial, sans-serif;
        font-size: 1.1em;
        color: #336699;
        text-decoration: none;
        text-transform: uppercase;
}

.content-img a.link-button_2  {

        font-size: 9pt;
        text-transform: uppercase;
        background-image: url(/images/link-bk.gif);
        background-repeat: repeat-x;
        background-position: bottom left;
        background-color: #fff;
        padding: 2px 5px 2px 5px;
        text-decoration: none;
        cursor: pointer;
        border: solid 1px #c6c7c7;
        color: #0072bc;
        clear: both;
        float: left;
        margin: 15px 0px 0px 30px;

}

.content-img a:hover.link-button_2  {

        background-image: url(/images/link-bk-hover.gif);
        background-repeat: repeat-x;
        background-position: bottom left;
        background-color: #a8d0ef;
        padding: 2px 5px 2px 5px;
        text-decoration: none;
        cursor: pointer;
        border: solid 1px #4c93c9;
        color: #fff;
}

.content_wrapper_text2{

        float: left;

}

i.italic_style {

        font-size: 1em;
        color: #666666;
        font-weight: bold;

}
/*--- Content ----*/


.content_wrapper {
  width: 980px;
  margin: 30px auto 0px auto;
  overflow: hidden;
  color: #484848;
}

.checkout_breadcrumbs {
  margin: 0px 0px 10px 0px;
}

.content_wrapper_text form p {
  padding: 10px 0px 0px 0px;
}

.content_wrapper_text {
  width: 555px;
  float: right;
  padding-left: 75px;
  font-family: arial, sans-serif;
  font-size: 11pt;
}

.content_wrapper_text a {
  color: #3e7cbb;
}

.content_wrapper_text a:hover {
  color: #3e7cbb;
  text-decoration: none;
}

.content_wrapper_text2 {
  float: left;
}

.content_wrapper_text3 {
  width: 770px;
  float: right;
  margin: 0px 0px 20px 0px;
}

.content_wrapper_text3 p {
  margin: 0px 0px 20px 0px;
}

.content_wrapper_text3 a {
  color: #3e7cbb;
}

.content_wrapper_text3 a:hover {
  color: #939598;
  text-decoration: none;
}

.content_wrapper_text3 li {
  margin: 10px 0px 0px 0px;
}


.content_wrapper_text3 h6{
	font-family: arial, verdana, sans-serif;
	font-size: 16pt;
	color: #f87f11;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	padding: 25px 0px 10px 0px;
}

.content_wrapper_text3 h5 {
  font-family: arial, verdana, sans-serif;
  font-size: 12pt;
  color: #336699;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
  padding: 15px 0px 10px 25px;
}

.content_wrapper_text4 {
  width: 380px;
  float: left;
}

.content_wrapper_text5 {
  width: 620px;
  float: right;
  padding-left: 85px;
}

.content_wrapper_text5 h3 {
  font-size: 10pt;
}

.content_wrapper_text5 p {
  font-family: arial;
  font-size: 10pt;
}

.content_wrapper_text5 a {
  font-family: arial;
  font-size: 10pt;
  text-decoration: none;
  text-transform: uppercase;
}

.content_wrapper_text5 a:hover {
  text-decoration: underline;
}

.content_wrapper_text5 h3 a {
  font-size: 10pt;
  color: #7f7f7f;
  text-decoration: none;
}

.content_wrapper_text5 h3 a:hover {
  text-decoration: underline;
}

.content_wrapper_text4 ul {
  line-height: 20px;
  padding: 0px 0px 0px 25px;
}

.content_wrapper_text4 li {
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: disc;
}

.content_wrapper_text4 a {
  text-decoration: none;
  color: #f98d1b;
  font-weight: bold;
}

.content_wrapper_text4 a:hover {
  text-decoration: underline;
  color: #f98d1b;
  font-weight: bold;
}

#notComplete {
  float: right;
  color: #f87f11;
  border: 0px solid red;
  margin: 0px 28px 0px 0px;
}

#small {
  font-weight: normal;
  font-size: 10pt;
  color: #336699;
  margin: 0px 0px 0px 5px;
}

.content_wrapper h1 {
  font-family: arial, verdana, sans-serif;
  font-size: 22pt;
  color: #f87f11;
  font-weight: normal;
  text-transform: uppercase;
}

.content_wrapper h2 {
  font-family: arial, verdana, sans-serif;
  font-size: 14pt;
  color: #336699;
  font-weight: bold;
  text-transform: uppercase;
}

.content_wrapper h2 a {
  font-size: 10pt;
  color: #336699;
  font-weight: normal;
  text-transform: none;
  padding-left: 10px;
  text-decoration: none;
}

.content_wrapper h2 a:hover {
  text-decoration: underline;
}

.content_wrapper h3 {
  font-family: arial, verdana, sans-serif;
  font-size: 11pt;
  color: #666666;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}

.content_wrapper h4 {
  font-family: arial, verdana, sans-serif;
  font-size: 12pt;
  color: #7f7f7f;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  font-style: italic;
}

.content_wrapper li img {
  margin: 0px 0px 0px 10px;
  vertical-align: middle;
}

.content_wrapper h4 a {
  color: #336699;
  text-decoration: none;
}

.content_wrapper h4 a:hover {
  text-decoration: underline;
}

.content_wrapper_text4 p {
  margin: 20px 0px 0px 0px;
}

.content_wrapper_home {
  width: 520px;
  height: 295px;
  float: right;
  margin: 0px 50px 0px 0px;
  display: inline;
}

.content_wrapper_home h1 {
  color: #336699;
  font-size: 24pt;
  font-weight: bold;
  padding: 20px 0px 0px 0px;
}

.content_wrapper_home_list {
  width: 275px;
  float: left;
  margin: 20px 0px 0px 0px;
}

.content_wrapper_home_list ul {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.content_wrapper_home_list li {
  background-image: url(/images/offer_checkbox.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  color: #515151;
  font-size: 16pt;
  list-style-type: none;
  padding: 0px 0px 0px 40px;
  margin: 0px 0px 10px 0px;
  line-height: 25px;
}

.content_wrapper_home_price {
  width: 210px;
  float: right;
  margin: 70px 0px 0px 0px;
}

.content_wrapper_home_price img {
  float: right;
}

.home_price {
  color: #f87f11;
  font-size: 40pt;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.content_wrapper_home_price h3 {
  color: #515151;
  font-size: 10pt;
  font-weight: bold;
  text-align: right;
  float: right;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.content_wrapper_home_price h3 a {
  color: #515151;
  text-decoration: none;
}

.content_wrapper_home_price h3 a:hover {
  color: #515151;
  text-decoration: underline;
}


/*Customer Area for editing client account*/


.user_data {
  font-family: arial, sans-serif;
  color: #666;
  font-size: 10pt;
  margin: 10px 0px 15px 0px;
}



/*Header for areas on customer edit area*/


.header_style {
  font-family: arial, sans-serif;
  color: #777777;
  font-size: 10pt;
  font-weight: bold;
}


/*Input Info on Edit Contact of Website*/


.view_contact {
  clear: left;
  color: #000;
  font-family: arial;
  font-size: 10pt;
  margin: 15px 0px 8px 30px;
  border: 0px solid green;
}

.view_contact input {
  margin: 0px 0px 10px 0px;
  clear: right;
  float: left;
}

.view_contact select {
  margin: 0px 0px 10px 0px;
  clear: right;
  float: left;
}

.view_contact label {
  width: 115px;
  float: left;
  text-align: left;
  margin: 0px 15px 5px 0px;
  clear: both;
}

.submit {
  padding: 10px 0px 0px 0px;
  margin: 20px 0px 20px 20px;
  clear: both;
}


/*Radio Buttons on Edit Contact of Website*/


.view_contact2 {
  color: #000;
  font-family: arial;
  font-size: 10pt;
  margin: 20px 0px 60px 30px;
}

.view_contact2 input {
  margin: 0px 0px 10px 0px;
  clear: right;
  float: left;
}

.view_contact2 label {
  width: 300px;
  float: left;
  text-align: left;
  margin: 10px 15px 10px 0px;
  clear: both;
}
/*
.yes_radio {
  float: left;
  clear: left;
  margin: 5px 0px 5px 0px;
}

.no_radio {
  float: left;
  clear: left;
}
*/
a.add-link {
  font-size: 9pt;
  float: right;
  font-weight: bold;
}

.focus_window {
  background-image: url(/images/focus_window_fade.gif);
  background-repeat: repeat-x;
  background-position: top;
  border: 1px solid #d7d9d9;
  background-color: #e4e4e4;
  padding: 20px 20px 20px 20px;
  margin-top: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}


/*focus_window*/


#main {
  width: 935px;
  float: left;
}


/*focus_window*/



/*promotional window*/

.promotional {
  clear: both;
  overflow: hidden;
  margin: 0px 15px;

}


.promo_box {
  background-image: url(/images/promo_bg_01.gif);
  background-repeat: no-repeat;
  font-size: .8em;	
  width: 92px;
  height: 94px;
  float: left;
  margin-left: 5px;
  text-align: center;
}


.promo_box h1 {
  color: #2a699b;
  font-size: .9em;
  font-weight: bold;

}



.promo_box h1 a {
  color: #2a699b;
  text-decoration: none;
}



.promo_box h1 a:hover {
  text-decoration: underline;

}



.promo_box a {
  text-decoration: none;
  padding: 0 2px;
}


.promo_box a:hover {
  color: #2a699b;  
  text-decoration: underline;
}




.promo_box img {
  margin: 10px 0px 5px 0px;


}



.more-promo {
  float: right;
  margin-top: 70px;
  margin-right: 10px;
}



/*promotional window*/


/*promotional window 2*/

.promotional_2 {

    margin-bottom: 10px;
}


.promo_box2 {

  	background-image: url(/images/promo_bg_02.gif);
  	background-repeat: no-repeat;
 	width: 172px;
  	height: 58px;
  	margin-top: 10px;

}

.promo_box2 img {

	padding: 8px 0px 0px 10px;
}



.promo_box2 p {

	padding: 3px 10px;
	line-height: 1em;
}


.promo_box2  a {

	text-decoration: none;
}


.promo_box2  a:hover {

	text-decoration: underline;
}



a.more_promo2 {

	padding-top: 10px;
	float: right;
	text-decoration: none;

}

a:hover.more_promo2 {

	text-decoration: underline;

}



/*promotional window 2*/








#home {
  background-image: url(/images/nethosting_offer.jpg);
  background-repeat: no-repeat;
  background-position: top;
  width: 956px;
  height: 297px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 10px;
  float: left;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.home_bottom {
  width: 290px;
  padding: 5px;
  margin: 40px 10px 20px 10px;
  float: left;
  font-size: 12pt;
  display: inline;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.home_bottom a {
  color: #f87f11;
  text-decoration: underline;
}

.home_bottom a:hover {
  color: #f87f11;
  text-decoration: none;
}

.home_bottom h2 {
  margin: 5px 0px 10px 5px;
  font-size: 12pt;
}

.home_bottom img {
  padding: 2px 15px 10px 5px;
  float: left;
}

.window {
  background-color: #ffffff;
  padding: 20px 20px 50px 20px;
  overflow: hidden;
}

.content_left {
  overflow: hidden;
  width: 600px;
  float: left;
  padding: 0px 0px 0px 2px;
}

.content_right {
  overflow: hidden;
  width: 310px;
  float: right;
}

.content_right h1 {
  font-family: arial, verdana, sans-serif;
  font-size: 18pt;
  color: #336699;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0px 0px 0px;
}

.content_right p {
  font-family: arial, verdana, sans-serif;
  font-size: 12pt;
  color: #484848;
}

.content_right a {
  font-family: arial, verdana, sans-serif;
  font-size: 12pt;
  color: #f87f11;
  font-weight: bold;
  text-decoration: none;
}

.content_right a:hover {
  text-decoration: underline;
}

.content_right ul {
  margin: 0px 0px 0px 17px;
  padding: 0px 0px 0px 0px;
}


/*focus_window*/

#promo_nav {
  border: 1px solid #d7d9d9;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #484848;
  float: left;
  margin: 0px 0px 20px 0px;
  padding: 10px 10px 10px 10px;
  text-align: center;
  width: 150px;
}

#promo_nav a {
  color: #F87F11;
  clear: both;
  display: block;
  float: none;
  font-weight: bold;
  text-align: center;
}
#promo_nav a:hover {
  color: #939598;
}

#promo_nav a img {
  float: none;
}


#side_nav {
  width: 150px;
  float: left;
  margin: 0px 0px 20px 0px;
  padding: 10px 10px 20px 10px;
  clear: left;
}


/*focus_window*/

#contact_nav {
  width: 150px;
  float: left;
  margin: 0px 0px 20px 0px;
  padding: 10px 10px 20px 10px;
  font-size: 10pt;
  line-height: 25px;
  color: #484848;
}


/*focus_window*/

#login_nav {
  width: 150px;
  float: left;
  margin: 0px 0px 20px 0px;
  padding: 15px 10px 0px 10px;
  font-size: 10pt;
  line-height: 16px;
  color: #484848;
}

#login_nav p {
  line-height: 18px;
margin-top:10px;

}

#login_nav b {
  color: #336699;

}

.logged_in{
  color: #a2a2a2;
  font-size: 8pt;
}


.focus_edit_link {
  float: right;
}

.focus_edit_link a {
  font-size: 8pt;
  color: #336699;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 0px 5px;
}

.focus_edit_link a:hover {
  text-decoration: underline;
}

.contact_phone {
  color: #336699;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 0px 0px 8px;
}

.clear {
  width: 100%;
  clear: both;
}

.tour_wrapper{
    height: 500px;
    overflow: hidden;
}

.tour_buttons{
    width: 100%;
    text-align: left;
    margin: 0px 0px 0px 0px;   
    float: left;

}

.tour_img_wrapper {
  float: right;
  width: 520px;
}

.tour_select_images {
  text-transform: uppercase;
  font-size: 10pt;
  text-align: right;
  font-weight: bold;
  color: #aaa8a8;
  margin: 20px 10px 0px 0px;
}

.tour_select_images img {
  vertical-align: bottom;
}

.tour_image {
  margin: 20px 0px 20px 0px;
  height: 332px;
  text-align: right;
}

.tour_select_section {
  text-align: right;
}

.tour_select_section img {
  margin: 0px 20px 0px 20px;
}

.support_left {
  width: 320px;
  float: left;
  font-size: 10pt;
  margin: 10px 0px 10px 20px;
  display: inline;
}

.support_left img {
  clear: left;
  float: left;
  margin: 0px 5px 0px 0px;
}


.support_left p {
  margin: 0px 5px 0px 0px;
width: 240px;
float: right;
}



.support_left h2 {
  font-size: 12pt;
  margin: 5px 0px 0px 0px;
}

.support_right {
  width: 320px;
  float: right;
  font-size: 10pt;
  margin: 10px 30px 10px 0px;
  display: inline;
}

.support_right img {
  float: left;
  margin: 0px 5px 0px 0px;
}


.support_right p {
  margin: 0px 5px 0px 0px;
width: 240px;
float: right;
}


.support_right h2 {
  font-size: 12pt;
  margin: 5px 0px 0px 0px;
}

.login {
  width: 720px;
  float: left;
  padding: 10px 20px 5px 5px;
}

#login_focus_current_services {
  background-image: url(/images/account_info_icon.gif);
  background-repeat: no-repeat;
  float: left;
}

#login_focus_ip_request {
  	background-image: url(/images/request_support_icon.gif);
    	background-repeat: no-repeat;
      	float: left;
}     

#login_focus_ticket_summary {
  background-image: url(/images/request_support_icon.gif);
  background-repeat: no-repeat;
  float: left;
}

#login_focus_billing_summary {
  background-image: url(/images/billing_support_icon.gif);
  background-repeat: no-repeat;
  float: left;
}

.dashboard_table {
  margin: 20px 0px 20px 0px;
  border-collapse: collapse;
  width: 100%;
}

.dashboard_table td {
  font-size: 9pt;
  padding: 5px;
  vertical-align: middle;
}

.dashboard_table tr:hover {
  background-color: #ffffff;
}

.dashboard_table td a {
  color: #336699;
  text-decoration: none;
  text-transform: uppercase;
}

.dashboard_table td a:hover {
  text-decoration: underline;
}

.dashboard_table td img {
  margin: 0px 10px 0px 0px;
  vertical-align: middle;
}

.dashboard_table_header {
  background-color: #e4e4e4;
  text-transform: uppercase;
}


.header_small {

	font-size: .9em;
	text-transform: none;
	float: left;
	font-weight: normal;
	font-style: italic;
	letter-spacing: .03em;
}


/*--- Store ----*/


.billing_retry a {
  text-decoration: none;
  padding: 0px 20px 0px 5px;
  cursor: pointer;
}

.billing_retry a:hover {
  text-decoration: underline;
}

.checkout_breadcrumbs a {
  background-image: url(/images/breadcrumb_incomplete.gif);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  text-decoration: none;
  font-style: italic;
  color: #c2c1c1;
  padding: 0px 20px 0px 5px;
  cursor: pointer;
}

.checkout_breadcrumbs a:hover {
  text-decoration: underline;
}

.store_buttons {
  float: left;
  width: 220px;
  margin: 20px 0px 20px 450px;
  clear: left;
}

.store_buttons a {
  float: left;
}

.store_buttons a img {
  float: right;
  width: 107px;
}

#submitButton {
  overflow: hidden;
  width: 107px;
  float: right;
  margin: 0px 0px 0px 0px;
}

#submitButton a img {
  overflow: hidden;
  width: 107px;
  float: right;
}

#cart_image_select_server {
  background-image: url(/images/select_server.gif);
  background-repeat: no-repeat;
}

#cart_image_domain_options {
  background-image: url(/images/domain_options.gif);
  background-repeat: no-repeat;
}

#cart_image_server_options {
  background-image: url(/images/server_options.gif);
  background-repeat: no-repeat;
}

#cart_image_customer_info {
  background-image: url(/images/customer_info.gif);
  background-repeat: no-repeat;
}

#cart_image_payment_options {
  background-image: url(/images/payment_options.gif);
  background-repeat: no-repeat;
}

#cart_image_policy_checkout {
  background-image: url(/images/policy_checkout.gif);
  background-repeat: no-repeat;
}

a.focus {
  background-image: url(/images/breadcrumb_focus.gif);
  background-repeat: no-repeat;
  font-weight: bold;
  color: #666666;
}

a.complete {
  background-image: url(/images/breadcrumb_complete.gif);
  background-repeat: no-repeat;
  color: #666666;
}

a.focus_complete {
  background-image: url(/images/breadcrumb_complete.gif);
  font-weight: bold;
  background-repeat: no-repeat;
  color: #666666;
}

.form_headers {
  margin: 20px 0px 0px 0px;
  width: 120px;
  text-align: right;
  padding-right: 10px;
  float: left;
}

.input-text {
  margin: 20px 0px 0px 0px;
}

.input {
  margin: 20px 0px 0px 0px;
}

.required {
  font-size: 8pt;
  text-align: left;
  color: #f87f11;
  width: 150px;
  margin-left: 133px;
}


/*focus_window*/
#checkout_complete {
  width: 930px;
  float: left;
}

#checkout {
  width: 630px;
  float: left;
}


/*focus_window*/
#checkout_summary {
  width: 240px;
  float: right;
}

.checkout_summary_table {
  width: 100%;
}

.checkout_summary_table td {
  padding: 4px 0px 4px 0px;
  color: #484848;
  font-size: 10pt;
}

td.main_title {
  font-family: arial, verdana, sans-serif;
  font-size: 14pt;
  color: #f87f11;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
}

td.sub_title {
  font-family: arial, verdana, sans-serif;
  font-size: 12pt;
  color: #336699;
  font-weight: bold;
}

td.sub_text {
  background-image: url(/images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 4% 50%;
  padding: 0px 0px 0px 15px;
}

td.total {
  font-weight: bold;
  padding: 4px 0px 0px 0px;
}

td.gtotal {
  font-weight: bold;
  padding: 20px 0px 0px 0px;
  font-size: 11pt;
  color: #336699;
}

td.certs {
  padding: 30px 0px 0px 0px;
}

div.cert1 {
  float: left;
  padding: 30px 0px 0px 0px;
  margin: 0px;
}

div.cert1 img{
  padding: 0px;
  margin: 0px;
}

div.cert2 {
  float: right;
  padding: 30px 0px 0px 0px;
  margin: 0px;
}

div.cert2 img{
  padding: 0px;
  margin: 0px;
}

td.footer_text {
  color: #336699;
  font-size: 8pt;
  padding: 0px 0px 4px 0px;
}

td.spacer {
  height: 20px;
}



/*--- main table ----*/


.main_table {
  margin: 20px 0px 0px 0px;
  width: 100%;
  border-collapse: collapse;
  float: left;
  border: 1px solid #c5c5c5;
}

.main_table td {
  padding: 4px 4px 4px 4px;
  color: #545454;
  font-size: 11pt;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
  text-transform: uppercase;
}


/*--- Services Manager Table ----*/


td.tools {
  font-weight: bold;
  text-align: left;
  background-image: url(/images/buy_bg.gif);
  background-repeat: repeat-x;
  padding-top: 8px;
}

.tools_links {
  float: right;
  width: 600px;
  text-align: right;
  margin: 7px 0px 0px 0px;
}

.tools_links a {
  color: #7f7f7f;
  text-decoration: none;
  padding: 0px 5px 0px 5px;
  margin: 0px 5px 0px 5px;
  font-size: 9pt;
}

.tools_links a:hover {
  color: #ffffff;
  background-color: #336699;
}

td.tools img {
  margin: 10px 0px 0px 0px;
  vertical-align: baseline;
}

td.tools h2 {
  float: left;
  background-image: url(/images/management_images/manage_tool_icon.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 2px 0px 5px 30px;
  margin: 5px 0px 0px 0px;
}

td.manage_td {
  padding: 20px;
  text-transform: none;
}

.manage_wide {
  float: left;
  width: 600px;
  line-height: 30px;
  height: 250px;
}

.manage_wide h2 {
  margin: 0px 0px 0px 10px;
}

.manage_subnav {
  float: left;
  border-right: 1px dashed #7f7f7f;
  width: 115px;
  line-height: 30px;
  height: 250px;
}

.manage_subnav a {
  font-size: 9pt;
  text-decoration: none;
  color: #7f7f7f;
  background-image: url(/images/management_images/manage_nav_grey.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0px 0px 0px 17px;
}

.manage_subnav a:hover {
  color: #336699;
  background-image: url(/images/management_images/manage_nav_blue.gif);
}

.manage_status {
  float: left;
  border-right: 1px dashed #7f7f7f;
  width: 160px;
  line-height: 30px;
  font-size: 8pt;
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 0px 15px;
  height: 250px;
}

.manage_status_red h2 {
  color: #c00000;
}

.manage_status_red {
  background-image: url(/images/management_images/high_level_icon.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #a00000;
}

.manage_status_yellow h2 {
  color: #e2af00;
}

.manage_status_yellow {
  background-image: url(/images/management_images/md_level_icon.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #ac8500;
}

.manage_status_green h2 {
  color: #16be00;
}

.manage_status_green {
  background-image: url(/images/management_images/low_level_icon.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #129900;
}

.manage_status b {
  color: #7f7f7f;
}

.manage_status h2 {
  font-size: 12pt;
  margin: 5px 0px 0px 40px;
}

.manage_status ul {
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.manage_status li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}

.manage_services {
  background-image: url(/images/management_images/upscale_icon.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  float: left;
  border-right: 1px dashed #7f7f7f;
  width: 160px;
  line-height: 30px;
  font-size: 8pt;
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 0px 15px;
  height: 250px;
}

.manage_services a {
  font-size: 9pt;
  text-decoration: none;
  color: #336699;
  background-position: 0 0;
  padding: 0px 0px 0px 0px;
}

.manage_services a:hover {
  text-decoration: underline;
}

.manage_services h2 {
  font-size: 12pt;
  margin: 5px 0px 10px 40px;
}

.manage_stats {
  background-image: url(/images/management_images/stats_icon.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  float: left;
  width: 220px;
  line-height: 30px;
  font-size: 8pt;
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 0px 15px;
  height: 250px;
}

.manage_stats h2 {
  font-size: 12pt;
  margin: 5px 0px 10px 40px;
  color: #f47920;
}


/*--- Checkout Table Section in Shopping Cart----*/

.checkout_table {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  float: left;
}

.checkout_table h3 {
  color: #666666;
}

.checkout_table tr {
  color: #000;
}

.checkout_table td {
  padding: 10px 0px 10px 0px;
  text-align: left;
}

.checkout_table .form_headers {
  padding: 0px 20px 0px 0px;
  margin: 0px;
}

.checkout_table .form_headers h3 {
  padding: 0px;
  margin: 0px;
  color: #666666;
}

.checkout_table input {
  margin: 0px;
}

.checkout_table .required {
  margin: 2px 0px 0px 140px;
}


/*--- Checkout for Payment Options in Shopping Cart----*/


.checkout {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  float: left;
}

.checkout h3 {
  color: #666666;
}

.checkout tr {
  color: #000;
}

.checkout td {
  padding: 10px 0px 10px 0px;
  text-align: left;
}

.checkout .form_headers {
  padding: 0px 20px 0px 0px;
  margin: 0px;
  width: 160px;
}

.checkout .form_headers h3 {
  padding: 0px;
  margin: 0px;
  color: #666666;
}

.checkout input.input-text {
  margin: 0px;
}

.checkout .required {
  margin: 2px 0px 0px 180px;
}


/*--- hosting comparison table ----*/


.hosting_comparison_table {
  margin: 20px 0px 0px 0px;
  width: 590px;
  border-collapse: collapse;
  float: left;
}

.hosting_comparison_table td {
  padding: 4px 4px 4px 4px;
  color: #545454;
  font-size: 11pt;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
}

td img {
  margin: 0px 0px 0px 20px;
}

td.alt_img {
  margin: 0px 0px 0px 0px;
  text-align: center;
}

td.alt_img img {
  margin: 0px 0px 0px 0px;
}

td.table_header {
  background-image: url(/images/table_bar_bg.gif);
  background-repeat: repeat-x;
  background-color: #4284b7;
  color: #ffffff;
  font-weight: bold;
  font-size: 11pt;
  height: 40px;
  border: 0px solid #c5c5c5;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
}

td.table_header a {
  float: left;
  color: #ffffff;
  text-decoration: none;
}

td.table_header a:hover {
  color: #ffffff;
  text-decoration: underline;
}

td.alt_row {
  background-color: #e8e8e8;
}

td.alt_col {
  background-color: #d4e6ff;
}

td.alt_col_buy {
  background-color: #d4e6ff;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  text-transform: uppercase;
}

td.alt_row a {
  cursor: pointer;
}

td.alt_row a:hover {
  cursor: pointer;
}

td.row a {
  cursor: pointer;
}

td.row a:hover {
  cursor: pointer;
}

td.buy {
  font-weight: bold;
  text-align: center;
  background-image: url(/images/buy_bg.gif);
  background-repeat: repeat-x;
  padding-top: 8px;
  text-transform: uppercase;
}

td.main_column_alt {
  background-color: #e8e8e8;
  text-transform: uppercase;
}

td.main_column img {
  margin: 0px 0px 0px 0px;
  float: left;
}

td.main_column_alt {
  text-transform: uppercase;
}

td.main_column img {
  margin: 0px 0px 0px 0px;
  float: left;
}

td.table_spacer {
  border: none;
  height: 20px;
  background-color: transparent;
}


td.table_spacer2 {
  border: none;
  background-color: transparent;
}


td.table_spacer2 a {

  color: #f87f11;
font-size: .9em;
text-decoration: none;

}


td.table_spacer img {

padding: 0px;
margin: 0px;
}



td.buy img {
  margin: 0px 0px 0px 0px;
}


td.buy2{
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  text-transform: uppercase;
}

td.buy2_alt{
  background-color: #e8e8e8;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  text-transform: uppercase;
}




del {

	color: #9d9fa1;
	font-size: .9em;

}


.specials_features {

float: left;
border-right: solid 1px #e1e1e1;
padding-right: 45px;
}

.specials_price {

float: right;
clear: right;
text-align: right;
margin-right: 15px;
}

.specials_ul {

margin: 10px 0px;

}


.specials_ul li {

list-style-type: square;
margin: 10px 0px;

}


td.buy2_alt {

	background-color: #e8e8e8;
}



/*----Special projects----*/

.ad-wrapper2 {


}


.ad-wrapper2 h1 {

font-size: 1.2em;
font-weight: bold;
padding: 5px 10px;

}



.ad-wrapper2 h2 {
font-weight: bolder;
font-size: 1.8em;
float: left;
padding: 10px;

}


.ad-wrapper2 p {

padding-left: 10px;
}



.ad-wrapper2 p.sales-content {

margin: 0px 5px 20px 0px ;
padding-bottom: 15px;
border-bottom: 1px dashed #a0a0a0;
}


/*----Domain register----*/


.domain-register p {

font-family: arial, sans-serif;
padding: 0px 15px 25px 0px;


}



/*----Testimonial Stuff----*/



.testimonials {

	background-image: url(/images/testimonials_bg.gif);
	background-repeat: no-repeat;
	margin: 25px 0px;

}



.testimonials h1 {


	padding: 0px 0px 10px 55px;
	margin: 0px;

}


.testimonials p {

	padding:  0px 0px 10px 55px;

}

.testimonials b {

	color: #77787b;

}


.title_test {

color: #77787b;

}



.domain-top {

	background-image: url(/images/domain-top.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 458px;
	display: block;
	margin: 0px;
	
}




.domain-top h1 {

	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
	padding: 9px 0px 0px 15px;
}


.domain-mdl {

	background-image: url(/images/domain-mdl.jpg);
	background-position: bottom;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	border-left: solid 1px #d7d9d9;
	border-right: solid 1px #d7d9d9;
	width: 452px;
	display: block;
	overflow: hidden;

}


.domain-mdl p {

	margin: 5px 0px 0px 25px;

}



.domain-mdl a {
	
	color: #555;
	text-decoration: none;
	font-size: .9em;
	padding: 0px 5px;
}


.domain-mdl a:hover {
	
	color: #f87f11;
	text-decoration: underline;
}



.domain_register_form {

	font-family: arial, verdana, sans-serif;
	font-size: 1.1em;
	letter-spacing: .05em;
	margin: 15px 30px;
}




.domain-btm {
	background-image: url(/images/domain-btm.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 458px;
	display: block;
}



div.best_value {
  width: 100%;
  background-image: url(/images/bestvalue_bg_l.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

div.best_value_gray {
  background-image: url(/images/bestvalue_bg_l_gray.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}

div.best_value img {
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

span.best_value_text {
  float: left;
  margin-left: 10px;
  font-size: 8pt;
  text-transform: uppercase;
  color: #002d57;
  font-weight: bold;
  margin: 5px 0px 0px 12px;
}

td.best_value_spacer {
  border-collapse: collapse;
  border: 0px;
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}


/*---The Navigation section found on left side of the support pages----*/


.support_nav_first {
  width: 145px;
  border-bottom: dotted 1px #939598;
  margin: 0px 10px 0px 0px;
  padding-top: 10px;
  text-decoration: none;
}

.support_nav_first a {
  text-decoration: none;
  font-variant: small-caps;
  cursor: pointer;
  color: #f87f11;
}

.support_nav_first a:hover {
  color: #939598;
}

.support_nav_second {
  width: 145px;
  margin: 0px 0px 0px 3px;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
}

.support_nav_second a {
  text-decoration: none;
  color: #3e7cbb;
  margin-left: 0px;
  background-image: url(/images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 4% 50%;
  padding: 0px 0px 0px 10px;
}

.support_nav_second a:hover {
  color: #939598;
  text-decoration: none;
}

.support_nav_third {
  margin: 0px 0px 0px 10px;
}

.support_nav_third a {
  text-decoration: none;
  font-size: .8em;
  color: #939598;
}

.support_nav_third a:hover {
  color: #f87f11;
  text-decoration: none;
  cursor: pointer;
}

.support_nav_fourth {
  margin: 0px 0px 0px 10px;
}

.support_nav_fourth a {
  text-decoration: none;
  font-size: .8em;
  color: #939598;
}

.support_nav_fourth a:hover {
  color: #f87f11;
  text-decoration: none;
  cursor: pointer;
}

a.support_nav_second {
  cursor: pointer;
}


/*--- Footer Sticky----*/


* {
  margin: 0;
}

html, body {
  height: 100%;
}

.wrapper {
  background-image: url(/images/background_fade.gif);
  background-repeat: repeat-x;
  min-height: 100%;
  height: auto;
  margin: 0 auto -8em;
}

.footer {
  height: 8em;
}

.push {
  clear: both;
  height: 8em;
}


/*--- Footer ----*/

.footer {
  background-image: url(/images/background_fade.gif);
  background-repeat: repeat-x;
}

.footer_two {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  color: #888888;
}

.footer_two a {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  color: #888888;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 10px 0px 0px;
}

.footer_two a:hover {
  text-decoration: underline;
}

.bot_nav {
  float: left;
}

.copyright {
  float: right;
}


.logos {
  padding: 30px 0px 0px 0px;
  width: 800px;
float: left;

}

.logos img {
  padding-right: 3%;
  padding-left: 2%;
}

#right_image {
  padding-right: 50px;
  padding-left: 2.5%;

}

#left_image {
  padding-right: 2.5%;
  padding-left: 0px;

}


.social-network {
    
	background-image: url(/images/social-network-holder.gif);
	background-repeat: no-repeat;
	width: 94px;
	height: 33px;
	float: right;
	clear: right;
	margin: 25px 40px 0px 0px;
	padding: 0px 0px 0px 9px;
}


.social-network a {

	margin: 0px;
	padding: 0px;

}


.social-network a img {

	margin: 6px 0px 0px 0px;

}


.bbb {

   	 float: right;
	clear: right;
	margin: 20px 45px 0px 0px;

}


.linked-in {

	float: left;
margin: 5.5px 3px 0px 1px;


}




a.linked-link {

	background-image: url(/images/linkd-in-logo.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 22px;
	display: block;

}


a:hover.linked-link {

	background-image: url(/images/linkd-in-logo-hover.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 22px;
	display: block;

}


.facebook {


	float: left;
margin: 5.5px 3px 0px 0px;
}



a.facebook-link {

	background-image: url(/images/facebook-logo.gif);
	background-repeat: no-repeat;
	width: 23px;
	height: 22px;
	display: block;

}


a:hover.facebook-link {

	background-image: url(/images/facebook-logo-hover.gif);
	background-repeat: no-repeat;
	width: 23px;
	height: 22px;
	display: block;

}


.twitter {


	float: left;
margin: 5.5px 2px 0px 0px;
}



a.twitter-link {

	background-image: url(/images/twitter-logo.gif);
	background-repeat: no-repeat;
	width: 23px;
	height: 22px;
	display: block;

}


a:hover.twitter-link {

	background-image: url(/images/twitter-logo-hover.gif);
	background-repeat: no-repeat;
	width: 23px;
	height: 22px;
	display: block;

}




/*---Search Page---*/

.content_search {
  font-family: arial, verdana, sans-serif;
  margin: 10px 26px 0px 10px;
}

.content_search font {
  color: #000;
  font-size: .8em;
}

.content_search strong {
  color: #000;
  font-weight: normal;
}

.content_search img {
  margin: 0px 2px 0px 2px;
}

.content_search hr {
  border: solid 1px white;
}

.content_search dl {
  margin: 30px 0px 30px 0px;
}

.content_search dt {
  margin: 15px 0px 0px 0px;
}

.content_search dt strong a {
  font-size: 1em;
  color: #336699;
  text-decoration: none;
  padding: 0px 10px 0px 0px;
}

.content_search dt a:hover {
  color: #F47920;
  text-decoration: underline;
}

.content_search dd {
  font-size: .9em;
  letter-spacing: .15pt;
  margin: 5px 0px 0px 0px;
}

.content_search dd a {
  font-size: .9em;
  color: #7f7f7f;
  padding: 0px 10px 0px 0px;
  font-style: normal;
}



/*---Pop Up Information Window---*/

/*focus_window*/
.popup {
  position: absolute;
  background-color: #ffffff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 2px 3px 0px 0px;
  text-transform: none;
  min-width: 200px;
}

.popup p {
  width: 162px;
  margin: 5px 10px 10px 0px;
  font-size: 10pt;
  float: right;
}

.popup b {
  color: #336699;
}

.popup img {
  margin: 0px 0px 3px 2px;
  float: left;
}

.popup a {
  color: #336699;
  font-size: 8pt;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.popup a:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*focus_window*/
.badge_code {
  position: absolute;
  background-color: #e4e4e4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 25px 20px;
  text-transform: none;
  min-width: 200px;
	width: 340px;
}

.badge_code p {
 
 
margin: 15px 10px 10px 0px;
  font-size: 10pt;
  float: left;
}

.badge_code b {
  color: #336699;
}

.badge_code img {
  margin: 0px 0px 3px 2px;
  float: left;
}

.badge_code a {
 color: #336699;
 font-size: 8pt;
 cursor: pointer;
 font-weight: bold;
 text-decoration: none;
 text-transform: uppercase;
}

.badge_code a:hover {
  cursor: pointer;
  text-decoration: underline;
}		  


.badge_code textarea {


width: auto;
margin: 0px 0px 10px 0px;
}



.question {
  margin: 0px 0px 1px 10px;
  vertical-align: bottom;
}

.terms {
  margin: 0px 0px 30px 0px;
}


/*
 * Auto Logout
 *
 */


/*--- Blog Styles ---*/

.narrowcolumn {
  width: 690px;
  float: right;
  padding: 0px 20px 0px 0px;
}

.post {
  margin: 20px 0px 40px 0px;
  text-align: justify;
}

.post h2 a {
  font-family: arial, verdana, sans-serif;
  font-size: 14pt;
  color: #336699;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.post small {
  font-family: arial, verdana, sans-serif;
  font-size: 12pt;
  color: #7f7f7f;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  font-style: italic;
}

.post p {
  margin: 10px 0px 10px 0px;
}

.postmetadata {
  font-family: arial, verdana, sans-serif;
  font-size: 12pt;
  color: #7f7f7f;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  font-style: italic;
}

.postmetadata a {
  font-family: arial, verdana, sans-serif;
  font-size: 12pt;
  color: #336699;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  font-style: italic;
  text-decoration: none;
}

.postmetadata a:hover {
  text-decoration: underline;
}

#sidebar {
  width: 230px;
  float: left;
}

#sidebar ul {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 10px;
}

#sidebar li {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 10px;
  list-style-type: none;
}

#sidebar h2 {
  font-size: 12pt;
  margin: 20px 0px 0px 10px;
}

#sidebar a {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  color: #336699;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  font-style: italic;
  text-decoration: none;
}

#sidebar a:hover {
  text-decoration: underline;
}

.cat-item {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  color: #7f7f7f;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  font-style: italic;
}

#searchform {
  display: none;
  margin: 10px auto;
  padding: 5px 3px;
  text-align: center;
}

.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
  font-weight: bold;
}

.commentlist li .avatar {
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
}

.alt {
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 20px 0px 20px 0px;
  padding: 20px 0px 20px 0px;
}

.widecolumn {
  padding: 10px 0 20px 0;
  margin: 5px 0 0 20px;
  width: 800px;
}

.post hr {
  display: block;
}

.widecolumn .post {
  margin: 0;
}

.narrowcolumn .postmetadata {
  padding-top: 5px;
}

.widecolumn .postmetadata {
  margin: 30px 0;
}

.widecolumn .smallattachment {
  text-align: center;
  float: left;
  width: 128px;
  margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
  text-align: center;
  margin: 5px 0px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}

.navigation a {
  font-family: arial, verdana, sans-serif;
  font-size: 12pt;
  color: #7f7f7f;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  font-style: italic;
  text-decoration: none;
}

.navigation a:hover {
  text-decoration: underline;
}

#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
}

#commentform textarea {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#commentform #submit {
  float: right;
}

#respond {
  margin: 50px 0px 0px 0px;
}

.entry p a {
  color: #336699;
  text-decoration: underline;
}

.entry p a:hover {
  color: #336699;
  text-decoration: none;
}

.commentmetadata a {
  color: #336699;
  text-decoration: none;
}

.commentmetadata a:hover {
  text-decoration: underline;
}

#blog_nav {
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
}

div.explanation_hdr {
  border: 0px solid #000;
  background-color: #7594C5;
  text-align: right;
  margin-bottom: 3px;
  padding: 3px;
}

span.explanation_title {
  color: #ffffff;
  font-weight: bold;
  float: left;
}

span.explanation_close {
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 3px;
}

div.explanation_txt {
  border: 0px solid #000;
  background-color: #EFEFEF;
  overflow: auto;
  height: 146px;
  font-size: 12px;
}

a:hover.explanation {
  background-image: url(/images/explan_link_hover.gif);
}

div.bestvalue_pic {
  float: left;
  margin-left: 10px;
  margin-top: 8px;
}

#autoLogout-disable {
  position: absolute;
  background-color: #E5e5e5;
  color: #000000;
  height: 1px;
  width: 1px;
  z-index: 998;
}

#autoLogout {
  position: fixed;
  top: 25%;
  left: 49%;
  z-index: 999;
  text-align: center !important;
  width: 400px;
  margin-left: -200px;
}

#autoLogout-message h2 {
  color: #336699;
}

#autoLogout-message p span {
  font-size: xx-large;
  font-weight: bold;
  color: red;
}

#autoLogout-controls {
  margin-left: 125px;
}

#autoLogout-controls a {
  cursor: pointer;
}

.managed-contact-box {
  clear: both;
  margin: 10px 0px 10px 10px;
  overflow: hidden;
}

.managed-contact-box a {
  font-size: 12px;
}

.managed-contact-box ul {
  font-family: arial,verdana,sans-serif;
  font-size: 12px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.managed-contact-box ul li {
  line-height: 23px;
}

.managed-contact-left {
  float: left;
  width: 150px;
}

.managed-contact-right {
  float: left;
  white-space: nowrap;
  margin: 0px 0px 0px 5px;
  width: 450px;
}

.managed-contact-box-full {
  font-family: arial,verdana,sans-serif;
  font-size: 12px;
  margin: 10px 0px 0px 5px;
  padding: 0px;
}

.managed-contact-box-full h6 {
  color: #336699;
  font-size: 10pt;
  padding: 0px 0px 5px;
  text-transform: uppercase;
}

.spacer-dotted {
  border-top: 1px dotted #000000;
  padding: 0px 0px 10px;
}



.view_contact_input {

	margin-right: 15px;
	clear: right;
	float: left;

}




.yes_radio {

	float: right;
	clear: right;

}

.no_radio {

	float: right;
	clear: right;

}



/*---- Web Badges Styles ----*/


.textlinks {

	overflow: hidden;
	margin: 15px 0px 0px 5px;

}


.text_link {
	font-family: arial, verdana, sans-serif;	
	font-size: 1em;
	width: 200px;
	float: left;
	margin-right: 75px;

}


.text_link b {
	font-size: .8em;
	color: #555;

}


.text_link h1 {

	color: #f87f11;
	font-size: .8em;
	padding: 0;
	margin-bottom: 10px;
	font-weight: bold;
}



.text_link p {

	padding: 0;
	margin: 0;
}



.text_link a {

	color: #0078c1;
	font-size: .9em;
	text-decoration: underline;
	line-height: 3;

}


.gray_link {
	color: #555;
	font-size: .8em;
}   


.gray_link2 {
	color: #888;
	font-size: .7em;
	float: left;
	padding: 1px 5px;
	margin: 0;
	text-transform: uppercase;
	clear: left;
}


.blue_badges {

	clear: both;
	width: 300px;
	float: left;
	margin: 10px 25px 0px 0px;

}



.blue_badges p {

	margin: 0;
	padding: 0;
	clear: both;
}


.blue_badges a {
    	font-size: .9em;
	text-decoration: underline;

}


.blue_badges img {

	margin: 5px 0px 0px 0px;
	float: left;

}


.white_badges {

	width: 300px;
	float: left;
	margin: 10px 50px 0px 35px;

}


.white_badges p {

	margin: 0;
	padding: 0;
	clear: both;
}

.white_badges a {
    	font-size: .9em;
	text-decoration: underline;
	margin-top: 25px;
}


.white_badges img {

	margin: 5px 0px 0px 0px;
float: left;
}


.brake {

	clear: both;
	height: 30px
}



.domain-options {

	font-size: .9em;
}

