/* 

	Everyone.Ca
	Copyright (c) 2008. All rights reserved.

*/


/* MAIN CSS */

body { 
margin: 0px 0px 0px 0px; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
/* background-image: url("images/bk_main1.jpg"); */
/* background-image: url("images/bk_main2.jpg"); */
/* background-repeat:repeat-x; */

}

body a:link {color: #3e75ae; text-decoration: underline} 
body a:visited {color: #3e75ae; text-decoration: underline} 
body a:hover {color: #3e75ae; text-decoration: none} 
body a:active {color: #3e75ae; 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_main_bk {
	border-left: 1px #cccccc solid;
	background-image: url("images/right_column_nav_bk1.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}




/* TOP NAVIGATION */
.top_nav1 {
	background-image: url("images/nav_bar_bk2.gif");
	font-weight:bold;
}
.top_nav1 a:link {color: #FFFFFF; text-decoration: underline} 
.top_nav1 a:visited {color: #FFFFFF; text-decoration: underline} 
.top_nav1 a:hover {color: #FFFFFF; text-decoration: none} 
.top_nav1 a:active {color: #3e75ae; text-decoration: none}





/* PACKAGE TABLE */


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



/* 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;

}





