/* ========================================================== */
/* This css file specifies the unique design style settings   */
/* for specific pages on the Datasphere-Systems.com website   */
/* ========================================================== */

/*---------------------------------------------------*/
/* Design Company      = DsS:VisionTECH              */
/* Design Director     = Rhys Faler                  */
/* Contact Information = designer@dss-visiontech.com */
/*---------------------------------------------------*/

::selection {
	background-color: #FFFFFF;
	color: #000000;
  }

h1 {
   font-size: 24px;
	 text-align: center;
	 margin-top: 20px;
	 margin-bottom: 20px;
   }
	 
h2 {
   font-size: 20px;
	 text-align: center;
	 margin-top: 0px;
	 margin-bottom: 10px;
   }

h3 {
   font-size: 18px;
	 text-align: center;
	 margin-top: 0px;
	 margin-bottom: 10px;
	 font-weight: 700;
	 font-style: italic;
   }
	 
p {
   margin-bottom: 10px;
	 }
	 
.black_on_black {
   color: #000000;
	 text-decoration: none;
	 }
	 
.bullet_checkmark {
   list-style-image: url('media/checkmark.png');
   }
	 
.bullet_plus {
   list-style-image: url('media/plus.png');
   }

.button_details {
   width: 65px;
	 height: 20px;
	 background: url('media/button_details.png');
	 background-repeat: no-repeat;
	 border-style: none;
	 text-decoration: none;
   }
	 
.button_order_now {
   width: 65px;
	 height: 20px;
	 background: url('media/button_order_now.png');
	 background-repeat: no-repeat;
	 border-style: none;
	 text-decoration: none;
   }

.center_text {
   text-align: center;
	 }
	
.clear_both {
   clear: both;
	 }
	 
.pixel {
   margin: 0;
	 padding: 0;
	 display: none;
   }
	 
.supra_script {
   position: relative;
	 bottom: 0.5em;
	 font-size: 0.6em;
   }
	 
.supra_script:hover {
   background-color: #FFFB2B;
	 color: #000000;
	 }

/* ======== gui_divider_x usage list ======== */
/* ------------------------------------------ */
/* gui_divider_1 on content2_client_login.php */
/* gui_divider_2 on content3_signup.php       */
/* ------------------------------------------ */


/* ======== spacer_xxx usage list ======== */
/* --------------------------------------- */
/* spacer_001                              */
/* spacer_002 on content2_client_login.php */
/* spacer_001                              */
/* spacer_004 on content2_client_login.php */
/* --------------------------------------- */

.spacer_001 {
   height: 15px;
	 width: 100%;
   }	 
	 
.spacer_003 {
   margin-top: 155px;
   }
 
 
/* ------------------------- */	 
/* content2_client_login.php */
/* ------------------------- */
	 
h1.with_subtext {
   margin-bottom: 0px;
   }
	 
h1.subheading {
   margin-top: 30px;
	 }
	 
p.subtext {
   font-size: 10px;
	 margin: 0px;
	 margin-bottom: 10px;
	 text-align: center;
   }
	 
#gui_divider_1 {
   background-color: #000000;
	 width: 99%;
	 height: 4px;
	 border-style: solid;
	 border-color: #FFFB2B;
	 border-width: 1px;
	 border-radius: 2px;
	 margin: 0 auto;
	 margin-top: 35px;
   }

#whmcs_login {
   width: 247px;
	 }

#cpanel_login {
   width: 375px;
	 margin-top: 35px;
	 }
	 
#cpanel_login .cpanel_logo {
   float: left;
	 }
	 
#cpanel_inputs {
   float: right;
	 margin-top: 38px;
	 }
	 
.client_login_area {
	 margin: 0 auto;
   }

.client_login_area #input_fields {
   float: left;
	 }
	 
.whmcs_fields {
   width: 200px;
   }
	 
.cpanel_fields {
   width: 130px;
   }
	 
.client_login_area #input_fields input {
	 float: right;
	 width: 120px;
	 margin: 0px;
   }
	 
.client_login_area label {
   float: left;
	 margin-top: 3px;
	 }

.client_login_area input[type='submit'] {
   color: #000000;
	 background: url('media/submit_arrow.png');
	 background-position: 3px 0px;
	 background-repeat: no-repeat;
	 height: 50px;
	 width: 45px;
	 border-style: none;
	 padding: 0px 0px 2px 0px;
	 margin: 0px;
   }

.client_login_area input[type='submit']:hover {
	 background-position: -44px 0px;
	 }
	 
.spacer_002 {
   height: 36px;
	 width: 100%;
   } 
 
.spacer_004 {
   height: 5px;
	 width: 100%;
	 clear: both;
	 }


/* ------------------- */	 
/* content3_signup.php */
/* ------------------- */

#signup_left {
   width: 210px;
   float: left;
	 margin-left: 15px;
   }
	 
#signup_right {
   width: 250px;
   float: right;
	 margin-right: 20px;
   }
	 
#signup_right select {
   width: 140px;
	 float: right;
	 margin-top: -2px;
   }
	 
#create_password {
   width: 279px;
	 float: left;
	 margin-left: 70px;
   }
	 
#create_password img {
   vertical-align: middle;
	 }	

#verifcation_image {
   margin-left: 1px;
	 float: none;
	 display: inline;
	 }	 

#image_verification_field {
   width: 67px;
	 display: inline;
	 margin-right: 2px;
	 float: right;
   }

.client_signup_area {
   margin-top: 1px;
   }
	 
.client_signup_area p {
   display: block;
	 margin-bottom: 10px;
	 text-align: left;
   }
	 
.signup_input {
	 float: right;
	 margin-top: -2px;
   }
 
#gui_divider_2 {
   background-color: #000000;
	 width: 99%;
	 height: 4px;
	 border-style: solid;
	 border-color: #FFFB2B;
	 border-width: 1px;
	 border-radius: 2px;
	 margin-top: 4px;
	 margin-bottom: 12px;
   }

#sign_up_submit {
   width: 80px;
	 height: 80px;
   float: right;
	 margin-top: -3px;
	 margin-right: 82px;
	 }
	 
/* ----------------------------- */	 
/* content4_feature_services.php */
/* ----------------------------- */	 

#description_container {
   position: relative;
	 left: 140px;
	 top: 40px;
	 z-index: 1;
	 background-color: #F2F2F2;
	 color: #000000;
	 width: 350px;
	 border-style: solid;
	 border-width: 2px;
	 border-color: #606060;
	 border-radius: 10px;
   }
	 
#frame_top {
   height: 55px;
	 width: 100%;
	 background-image: url('media/frame_top.png');
	 background-position: center center;
	 background-repeat: no-repeat;
	 margin: 0;
   }
	 
#frame_top img {
	 display: block;
	 margin: 0 auto;
	 }

#frame_content {
   width: 100%;
	 background-image: url('media/frame_center.png');
	 background-position: center center;
	 background-repeat: repeat-y;
	 margin: 0;
   }
	 
#frame_content p {
   width: 98%;
	 margin: 0 auto;
	 padding-top: 3px;
	 padding-bottom: 3px;
	 color: #000000;
	 }

#frame_bottom {
   height: 15px;
	 width: 100%;
	 background-image: url('media/frame_bottom.png');
	 background-position: center center;
	 background-repeat: no-repeat;
	 margin: 0;
   }
	 
.list_of_services {
   position: absolute;
	 top: -130px;
	 z-index: 2;
	 float: left;
   list-style-type: none;
	 width: 142px;
	 }
	 
.list_of_services li {
	 line-height: 32px;
	 padding-left: 10px;
	 border-style: none;
	 border-width: 2px;
	 border-color: #606060;
	 border-top-left-radius: 10px;
	 border-bottom-left-radius: 10px;
	 font-weight: 400;
	 }
	 
.list_of_services li:hover {
	 color: #FFFFFF;
	 font-weight: 900;
   }

/* ------------------------------------------------------ */	 
/* content4_feature_services.php -> feature1_overview.php */
/* ------------------------------------------------------ */		 
	 
#frame_top img.feature_services {
   padding-top: 13px;
	 width: 131px;
	 height: 24px;
   }
	 	 
	 
/* ------------------------------------------------------------ */	 
/* content4_feature_services.php -> feature2_website_design.php */
/* ------------------------------------------------------------ */		 

#frame_top img.feature_design {
   padding-top: 9px;
	 width: 164px;
	 height: 32px;
   }

/* --------------------------------------------------------- */	 
/* content4_feature_services.php -> feature3_google_apps.php */
/* --------------------------------------------------------- */	

#frame_top img.feature_apps {
   padding-top: 9px;
	 width: 132px;
	 height: 30px;

   }

/* ------------------------------------------------------------ */	 
/* content4_feature_services.php -> feature4_statistics.php */
/* ------------------------------------------------------------ */		 

#frame_top img.feature_statistics {
   padding-top: 9px;
   width: 178px;
	 height: 31px;
   }

/* --------------------------------------------------------- */	 
/* content4_feature_services.php -> feature5_advertising.php */
/* --------------------------------------------------------- */		 
	 
#frame_top img.feature_advertising {
   padding-top: 9px;
   width: 179px;
	 height: 31px;
   }
 
/* ------------------------------------------------------------- */	 
/* content4_feature_services.php -> feature6_website_hosting.php */
/* ------------------------------------------------------------- */		 

#frame_top img.feature_hosting {
   padding-top: 9px;
   width: 240px;
	 height: 31px;
   }

.frame_bottom_adjust {
   position: relative;
   top: -10px;
	 }
	 
#plans {
	 background-image: url('media/plans.png');
	 background-position: top center;
	 background-repeat: no-repeat;   
	 }
	 
#hosting_order {
   width: 310px;
	 margin: 0 auto;
	 padding-top: 45px;
	 }
	 
#hosting_info {
   width: 310px;
	 margin: 0 auto;
	 padding-top: 25px;
	 }
	 
#order_starter {
	 background-position: 0px 0px;
	 float: left;
	 margin-left: 25px;
   }
	 
#order_deluxe {
	 background-position: 0px 0px;
	 float: left;
	 margin-left: 30px;
   }
	 
#order_unlimited {
	 background-position: 0px 0px;
	 float: left;
	 margin-left: 31px;
   }
	 
#details_plan1 {
	 background-position: 0px 0px;
	 float: left;
	 margin-left: 25px;
   }
	 
#details_plan2 {
	 background-position: 0px 0px;
	 float: left;
	 margin-left: 30px;
   }
	 
#details_plan3 {
	 background-position: 0px 0px;
	 float: left;
	 margin-left: 31px;
   }
	 
#website_hosting_spacer {
   width: 290px;
   clear: both;
	 margin: 0 auto;
	 margin-top: 5px;
   background-color: #F9FFCC;
	 height: 5px;
   }	 
	 
#hosting_details {
	 height: 80px;
	 width: 310px;
	 padding: 5px; 
   margin: 0 auto;
	 margin-top: 10px;
	 clear: both;
	 border-top-style: solid;
	 border-color: #000000;
	 border-width: 1px;
	 
/*
   background-color: #D8DFFF;
	 border-style: solid;
	 border-bottom-left-radius: 8px;
	 border-bottom-right-radius: 8px;
*/
   }
	 
#hosting_details ul {
	 font-size: 12px;
	 margin-left: 30px;
	 }

	 
/* ------------------------------------------------- */	 
/* content4_feature_services.php -> feature7_dnr.php */
/* ------------------------------------------------- */	
	 
#frame_top img.feature_domains {
   padding-top: 11px;
   width: 288px;
	 height: 29px;
   }
	 
#button_order_domain {
	 background-position: 0px 0px;
	 float: right;
	 margin-top: 11px;
	 margin-right: 30px;
   }

	 
/* ----------------- */	 
/* content6_home.php */
/* ----------------- */	 	 

#home_content {
   height: 305px;
   }

.welcome_image {
   display: block;
	 width: 150px;
	 margin: 0 auto;
	 margin-top: 20px;
	 margin-bottom: 10px;
   }
	 
.home_menu {
   width: 375px;
   margin: 0 auto;
	 margin-top: 5px;
   }
	 
.home_menu li:hover {
   text-decoration: underline;
   }
	 
.home_menu_item_first {
	 border-right-style: solid;
	 border-color: #FFFB2B;
	 border-width: 1px;
	 display: inline;
	 padding-right: 10px;
	 }
	 
.home_menu_items_middle {
	 border-right-style: solid;
	 border-color: #FFFB2B;
	 border-width: 1px;
	 display: inline;
	 padding-right: 10px;
	 padding-left: 5px;
	 }
	 
.home_menu_items_middle a {
   color: #FFFB2B;
	 text-decoration: none;
	 }
	 
.home_menu_item_last {
	 display: inline;
	 padding-left: 5px;
	 }

#welcome_content {
   width: 422px;
	 margin: 0 auto;
	 margin-top: 25px;
	 }

#welcome_content p {
   text-align: center;
	 }
	 
#welcome_content img {
   display: block; 
   width: 80px;
	 margin: 0 auto;
	 margin-top: -5px;
	 margin-bottom: 2px;
   }
	 
.text_box {
   height: 175px;
	 width: 114px;
	 border-style: solid;
	 border-color: #FFFB2B;
	 border-width: 2px;
	 border-radius: 5px;
	 background-color: #FFFFFF;
	 color: #000000;
   padding: 5px;
	 float: left;
	 }
	 
.text_box_header {
   font-size: 18px;
	 font-weight: 900;
	 font-style: italic;
   }
	 
.text_box_spacer {
	 margin-left: 19px;
	 }

/* -------------------------------------- */	 
/* content6_home.php -> home3_contact.php */
/* -------------------------------------- */

#contact_form {}
	 
#contact_form_body {
   border-style: solid;
	 border-color: #FFFB2B;
	 border-width: 3px;
	 border-radius: 5px;
	 width: 375px;
	 height: 110px;
	 margin: 0 auto;
	 margin-bottom: -19px;
	 padding: 10px;
	 background-color: #FFFFFF;
	 color: #000000;
	 }

#contact_form_body textarea {
   height: 80px;
	 width: 370px;
	 margin-top: 5px;
   }
	 
#sender_info {}

#sender_info input {
   width: 180px;
	 }
	 
#sender_info #name {
   float: left;
	 }
	 
#sender_info #email {
   float: right;
	 }

#siteinfo_email a:link,
#siteinfo_email a:visited,
#siteinfo_email a:focus,
#siteinfo_email a:active {
   text-decoration: none;
	 color: #FFFB2B;
   }
	 
#siteinfo_email a:hover {
   text-decoration: underline;
   }

.contact_form_submit {
   position: relative;
	 top: -9px;
	 left: 429px;
	 }
	 
p.contact_info {
   text-align: center;
	 margin-bottom: 5px;
	 }
	 
#contact_form input[type='submit'] {
   color: #000000;
	 background: url('media/submit_circle.png');
	 background-position: 0px 0px;
	 background-repeat: no-repeat;
	 height: 40px;
	 width: 40px;
	 border-style: none;
	 padding: 0px;
	 margin: 0px;
   }

#contact_form input[type='submit']:hover {
	 background-position: -50px 0px;
	 }

/* ---------------- */	 
/* content7_faq.php */
/* ---------------- */	 

.faq_box {
   height: 245px;
   }
	 
#faq_left {
	 width: 220px;
	 color: #FFFB2B;
   float: left;
   }

#faq_right {
	 width: 268px;
	 background-color: #FFFFFF;
	 border-style: solid;
   border-color: #FFFB2B;
	 border-width: 2px;
	 border-radius: 5px;
   float: right;
	 padding: 7px;
	 color: #000000;
   }
	 
#search_parameter {
   width: 100px;
   }
	 
#topic_current {
   height: 100%;
	 width: 100%;
   }	 
	 
#topic_list {
   width: 100%;
	 height: 79%;
	 margin-top: 32px;
	 overflow-y: scroll;
   border-style: solid;
	 border-width: 1px;
	 border-color: #DDDDDD;
	 border-radius: 5px 0 0 5px;
	 }
	 
#topic_list p {
   border-style: solid;
	 border-width: 0 0 1px 0;
	 border-color: #DDDDDD;
	 margin: 0;
	 padding: 12px 5px 12px 5px;
   }
	 
#topic_list p:hover {
   color: #000000;
   background-color: #FFFB2B;
   }


/* ------------------- */	 
/* content8_status.php */
/* ------------------- */	 

.itr_image {
   width: 125px;
	 height: 89px;
	 display: block;
	 margin: 0 auto;
	 border-style: none;
	 border-width: 0;
	 text-decoration: none;
   }
	 
.itr_p {
   width: 270px;
	 display: block;
	 margin: 0 auto;
	 margin-top: 10px;
	 padding-left: 10px;
   }

#outer_popout {
   position: absolute;
	 }

#popout {
   position: relative;
	 top: -94px;
	 left: -204px;
	 width: 920px;
	 height: 555px;
	 background-color: #FFFFFF;
	 border-style: solid;
	 border-width: 3px;
	 border-color: #FFFB2B;
	 border-radius: 10px;
	 padding-top: 10px;
	 overflow: hidden;
   }
	 
#popout iframe {
   width: 900px;
	 height: 570px;
	 frameborder: 0;
	 margin-left: 13px;
   }
	 
#popout a {
   color: #000000;
	 text-decoration: none;
   }

#popout p {
   color: #000000;
	 margin: 0;
	 font: 11px sans-serif;
   }
	 
#popout .close_popout {
   float: right;
	 margin-top: -5px;
	 margin-right: 13px;
   }
	 
#popout .infomap_credits {
   float: left;
	 margin-left: 18px;
   }


/* ----------- */   /*------------------------------------------------------------------------------------ */
/* End of File */
/* ----------- */

/* !!!!!!!!!! */
/* Legacy CSS */
/* !!!!!!!!!! */

/*
.preloader {
   display: block;
	 width: 16px;
	 height: 11px;
	 padding-top: 0px;
	 margin: 0 auto;
   }
*/