/*
  Global Page Design
*/
body {margin: 0;background-color: #fff;}
img {border: 0px;}
.align_center {text-align: center;}
.align_right {text-align: right;}
/*
  Logo Styles
*/
#lgo {
  background-image: url(../images/titlebg.jpg);
  height: 119px;
  background-repeat: repeat-x;
  background-color: #000;
}
#lgo #search {
  position: absolute;
  top: 90px;
  right: 10px;
}
#lgo #search_text {
  font: 10px Arial, Verdana, "Luxi Sans";
  color: #000;
  width: 100px;
}
/*
  Main Content Styles
*/
#cnt_table {
  border-collapse: collapse;
  width: 990px;
}
#main_cnt {
  font: 12px Arial, Verdana, "Luxi Sans";
  color: #666;
  padding: 10px;
  vertical-align: top;
  width:690px;
}
.bump_left {
  padding-left: 30px;
}
.link  {
  font: 12px Arial, Verdana, "Luxi Sans";
  font-weight: bold;
  color: #7575D2;
}
b {
  color: #000;
}
p {
  margin: 0px;
}
.content ul, .content ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.content li {
  background: url(../images/arrows.gif) left center no-repeat;
  padding-left: 17px;
  margin-bottom: 5px;
}
form {
  margin: 0px;
}
.form_table {
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  margin: 0 auto 0 auto;
}
.form_table .text_col {
  text-align: right;
  padding-right: 5px;
  font-weight: bold;
  height: 25px; 
}
.non_required_item {
  color: #aaa;
}
.form_table .input_col {
  width: 250px;
}
.form_table .message_row {
  height: 30px;
  color: #f00;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
.form_input, .form_input_textarea {
  font: 12px Arial, Verdana, "Luxi Sans";
  width: 250px;
}
.form_input_textarea {
  height: 50px;
}
.form_input_select {
  font: 12px Arial, Verdana, "Luxi Sans";
  width: 254px;
  _width: 255px;
}
.form_submit_col {
  text-align: right;
  height: 40px;
  vertical-align: bottom;
}
.form_button {
  font: 12px Arial, Verdana, "Luxi Sans";
}
.td_heading {
  font: 12px Arial, Verdana, "Luxi Sans";
  font-weight: bold;
}
.td_0 {
  font: 12px Arial, Verdana, "Luxi Sans";
  color: #000;
}
.td_1 {
  font: 12px Arial, Verdana, "Luxi Sans";
  color: #000;
  background-color: #efefef;
}
.main_heading_1 {
	position: relative;
	font: 20px Arial, Verdana, "Luxi Sans";
	font-weight: bold;
	color: #000;
	padding: 5px 0px 5px 0px;
	z-index: 2;
}
.main_heading_2 {
  position:relative;
  top: -28px;
  left: 5px;
  font: 26px Arial, Verdana, "Luxi Sans";
  font-weight: bold;
  color: #eee;
  z-index: 1;
}
.heading {
  font: 20px Arial, Verdana, "Luxi Sans";
  font-weight: bold;
  color: #000;
  padding: 5px 0px 5px 0px;
}
.hover_text {
  cursor: pointer;
}
/*
  Hosting Table Styles
*/
.hosting_categories a {
  display: block;
  background-color: #fff;
  font: 12px/18px "MS Sans Serif", "Sans Serif", Tahoma, Verdana, "Luxi Sans";
  color: #000;
  text-decoration: none;
  padding: 1px 3px 1px 3px;
  _padding: 4px 3px 4px 3px;
  border: 1px solid #fff;
}
.hosting_categories a:hover {
  border: 1px solid #777;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-image: url(../images/menuback_2.jpg);
  background-position: bottom;
}
.category_div {
  padding-left: 5px;
}
.category_heading {
  font-weight: bold;
}
.category_row {
  border-bottom: 1px solid #dedede;
  padding: 1px;
}
.category_title {
  font: 12px Arial, Verdana, "Luxi Sans";
  width: 250px;
  float: left;
}
.category_title1 {
  font: 12px Arial, Verdana, "Luxi Sans";
  font-weight: bold;
  color: #7575D2;
  width: 100px;
  float: left;
}
.category_title2 {
  font: 12px Arial, Verdana, "Luxi Sans";
  font-weight: bold;
  color: #7575D2;
  width: 300px;
  float: left;
}
.category_info {
  float: right;
  padding-right: 5px;
}
/*
  Info Data Styles
*/
.info_data {
  display: none;
}
.info_data_over {
  position: absolute;
  display: block;
  width: 240px;
  text-decoration: none;
  color: #666;
  cursor: default;
  margin-left: 40px;
}
.info_data_over_2 {
  position: absolute;
  display: block;
  border: 1px solid #777;
  width: 140px;
  padding: 5px;
  text-decoration: none;
  background-color: #F6F5C1;
  color: #000;
  cursor: default;
  margin-left: 20px;
}
/*
  Side Content Styles
*/
#side_menu {
  padding: 10px;
  width: 300px;
  font: 12px Arial, Verdana, "Luxi Sans";
  color: #666;
  vertical-align: top;
}
.hor_splitter {
  border-top: 1px solid #dedede;
  margin: 20px 0px 10px 0px;
}
/*
  Footer Styles
*/
#ftr {
  border-top: 1px solid #dedede;
  font: 10px Arial, Verdana, "Luxi Sans";
  color: #666;
  text-align: center;
  padding: 10px;
}
#ftr a {
  font: 10px Arial, Verdana, "Luxi Sans";
  font-weight: bold;
  color: #7575D2;
}
/*
Search Styles
*/
.searchlink  {
  font: 16px Arial, Verdana, "Luxi Sans";
  font-weight: bold;
  color: #7575D2;
}