/* 

	ReliantHosting.com
	Copyright (c) 2007. All rights reserved.

*/


/* MAIN CSS */

body { 
margin: 0px 0px 0px 0px; 
font-family: Arial, Helvetica, sans-serif; 

font-size: 12px;

/* background-image: url("images/background1.jpg"); */
/* background-repeat:repeat-x; */

}

body a:link {color: #5ac21b; text-decoration: underline} 
body a:visited {color: #5ac21b; text-decoration: underline} 
body a:hover {color: #5ac21b; text-decoration: none} 
body a:active {color: #5ac21b; text-decoration: none}


.main_text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/* HEADER TEXT */
.header_text1{
	color: #999999 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
.header_text1 a:link {color: #999999; text-decoration: none} 
.header_text1 a:visited {color: #999999; text-decoration: none} 
.header_text1 a:hover {color: #999999; text-decoration: underline} 
.header_text1 a:active {color: #999999; text-decoration: underline}



.header_text2{
	color: #000000 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
.header_text2 a:link {color: #000000; text-decoration: none} 
.header_text2 a:visited {color: #000000; text-decoration: none} 
.header_text2 a:hover {color: #000000; text-decoration: underline} 
.header_text2 a:active {color: #000000; text-decoration: underline}



/* RIGHT COLUMN */


.right_column_main_bk {
	border-left: 1px #cccccc solid;
	/* background-image: url("images/right_column_background1.gif"); */
	/* background-repeat:repeat-x; */
}





/* FOOTER TEXT */

.footer_text1 {
	color: #999999 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
.footer_text1 a:link {color: #999999; text-decoration: underline} 
.footer_text1 a:visited {color: #999999; text-decoration: underline} 
.footer_text1 a:hover {color: #999999; text-decoration: none} 
.footer_text1 a:active {color: #999999; text-decoration: none}





/*NAVIGATION MENU NEW*/

ul.headermenu {
	background-image: url(images/nav_bar_bk2.gif);
	/* background-color: #000099; */
	height: 36px;
	padding: 0px;
    float: left;
	clear: left;
	width: 945px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.headermenu li {
	list-style-type: none;
	display: inline;
	background-color: #0A1F62;
}

ul.headermenu a {
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 36px;
	height: 36px;
	width: 135px;
	float: left;
	text-align: center;	
}

ul.headermenu a:link {	
	text-decoration:none;
	color:#FFFFFF
}

ul.headermenu a:visited {	
	text-decoration:none;
	color:#FFFFFF
}

ul.headermenu a:hover {
	background-image: url(images/nav_bar_bk2_on.gif);
	/*background-color: #00FF33;*/
	color:#313131;
}






/* PACKAGE TABLE */


.package_table1 {
	border-right: 1px #000000 solid;
	border-bottom: 1px #00000 solid
}



/* FEATURES COMPARE TABLE */


table.features_table1 {
   /* width: 75%; */
   width: 100%;
   border-collapse: collapse;
   margin-bottom: 10px;
   margin-top: 10px;
}

.features_table1 .top {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}


.features_table1 .column1 {
   padding: 7px;
   background: #ffffff;
   
   /* border: 1px; orig */
   /* border: 2px; added */
   border: 0px;
   border-bottom: 1px solid #cccccc;
}
.features_table1 .column1 a:link {color: #666666; text-decoration: none} 
.features_table1 .column1 a:visited {color: #666666; text-decoration: none} 
.features_table1 .column1 a:hover {color: #666666; text-decoration: none} 
.features_table1 .column1 a:active {color: #666666; text-decoration: none}


.features_table1 td {
   color: #666666;
   text-align: center;
   border: 1px solid #cccccc;
   
   /*border-top: 0px;*/
   /*border-bottom: 0px;*/
   
   
}



/* MISC CSS */

.blank_outline_table1 {
	border: 1px solid #cccccc;
}

.grey_outline_table1 {
	background-color: #f5f5f5; 
	border: 1px solid #cccccc;

}

.grey_outline_table_home1 {
	/*background-color: #f5f5f5; */
	border: 1px solid #e8e8e8;

}


.home_rightbox_link {
	font-size: 14px;

}

.home_price_big1 {
	font-size: 14px;
	color: #333333;
}






