@charset "utf-8";
/* CSS Document */

*{
	
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align:left;
	
}

html, body{
	margin:0;
	padding:0px;
	width:99.9%;
	text-align:center;
	overflow-x:hidden;

}

.imgmiddle
{
vertical-align:middle;
}


a	
{
font-size:12px;
font-weight:600;
color:#03688f;
text-decoration:none;
}



a:hover	
{
font-size:12px;
font-weight:600;
color:#ce732c;
text-decoration:none;
}


.thrColHybHdr #container { 
	width: 100%;
	
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#main {width:auto}


#outer_wrapper {min-width:975px;width:100%;background:#fff}


  
.thrColHybHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColHybHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColHybHdr #sidebar1 {
	float: left; 
	width: 230px; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	padding-top: 0px;
}
.thrColHybHdr #sidebar2 {
	float: right; 
	border-left:solid 1px;

border-color:#bebebe;
	width: 274px; /* since this element is floated, a width must be given */
	background: #e6eaed; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.RightBGSmall
{
	float: right;
		height: 100%;
			min-height: 500px;
				height: auto; 
					width: 264px; /* since this element is floated, a width must be given */
						background: #e6eaed; /* the background color will be displayed for the length of the content in the column, but no further */
							background-repeat:repeat;
}

.RightBGXSmall
{
	float: right;
			min-height:250px;
					width: 264px; /* since this element is floated, a width must be given */
						background: #e6eaed; /* the background color will be displayed for the length of the content in the column, but no further */
							background-repeat:repeat;
}



.RightBG {
	float: right;
		height: 100%;
			min-height: 1200px;
				height: auto; 
					width: 264px; /* since this element is floated, a width must be given */
						background: #e6eaed; /* the background color will be displayed for the length of the content in the column, but no further */
							background-repeat:repeat;
}

.RightMedBG {
	float: right;
		height: 100%;
			min-height: 700px;
				height: auto; 
					width: 264px; /* since this element is floated, a width must be given */
						background: #e6eaed; /* the background color will be displayed for the length of the content in the column, but no further */
							background-repeat:repeat;
}


.RightPricingBG
{
	float: right;
		height: 100%;
			min-height: 6600px;
				height: auto; 
					width: 264px; /* since this element is floated, a width must be given */
						background: #e6eaed; /* the background color will be displayed for the length of the content in the column, but no further */
							background-repeat:repeat;
}

.RightNumbersBG
{
	float: right;
		height: 100%;
			min-height: 9900px;
				height: auto; 
					width: 264px; /* since this element is floated, a width must be given */
						background: #e6eaed; /* the background color will be displayed for the length of the content in the column, but no further */
							background-repeat:repeat;
}

.RightInternationalPhoneNumbersBG
{
	float: right;
		height: 100%;
			min-height: 5200px;
				height: auto; 
					width: 264px; /* since this element is floated, a width must be given */
						background: #e6eaed; /* the background color will be displayed for the length of the content in the column, but no further */
							background-repeat:repeat;
}


h2

{
margin-left: 15px;
color:#ffffff;
}

h3

{
padding-left:15px;
margin-left: 5px;
color:#196292;
}


.thrColHybHdr #mainContent {
 	margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
} 
.thrColHybHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColHybHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}






#LeftNavContainer
{
float:left;

width:225px;
background:#FFFFFF;

}

.LeftNav
{
padding-top:10px;
display:block;
float:left;
position:relative;
width:203px;
padding-left:25px;
background-color:#d1dde5;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;
border-bottom-width:2px;;
height:25px;
}

.LeftNav:hover
{
padding-top:10px;
display:block;
float:left;
position:relative;
width:203px;
padding-left:25px;
background-color:#fad2b2;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;
border-bottom-width:2px;;
height:25px;
}
.LeftNavH
{
padding-top:10px;
display:block;
float:left;
position:relative;
width:203px;
padding-left:25px;
background-color:#d1dde5;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;
border-bottom-width:2px;;
height:38px;
}

.LeftNavH:hover
{
padding-top:10px;
display:block;
float:left;
position:relative;
width:203px;
padding-left:25px;
background-color:#fad2b2;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;
border-bottom-width:2px;;
height:38px;
}

.LeftNavSub
{
padding-top:10px;
display:block;
float:left;
position:relative;
width:188px;
padding-left:40px;
background-color:#ffffff;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;
border-bottom-width:2px;;
height:25px;
}

.LeftNavSubSelected
{
padding-top:10px;
display:block;
float:left;
position:relative;
background-image:url(../images/bg/orange-nav-bg.gif);
width:188px;
height:25px;
padding-left:40px;
background-color:#FFFFFF;
border-bottom-color:#FFFFFF;
border-bottom-5style:solid;
border-bottom-width:2px;;
}

.LeftNavSubH
{
padding-top:10px;
display:block;
float:left;
position:relative;
width:188px;
padding-left:40px;
background-color:#ffffff;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;
border-bottom-width:2px;;
height:38px;
}

.LeftNavSubH:hover
{
padding-top:10px;
display:block;
float:left;
position:relative;
width:188px;
padding-left:40px;
background-color:#ffffff;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;
border-bottom-width:2px;;
height:38px;
}

.LeftNavSubHSelected
{
padding-top:10px;
display:block;
float:left;
position:relative;
background-image:url(../images/bg/orange-nav-bg.gif);
width:188px;
height:38px;
padding-left:40px;
background-color:#FFFFFF;
border-bottom-color:#FFFFFF;
border-bottom-5style:solid;
border-bottom-width:2px;;
}

.LeftNavGreySelected
{
padding-top:10px;
display:block;
float:left;
position:relative;
background-image:url(../images/bg/grey-nav-bg.gif);
width:203px;
height:25px;
padding-left:25px;
background-color:#FFFFFF;
border-bottom-color:#FFFFFF;
border-bottom-5style:solid;
border-bottom-width:2px;;
}


.HeadingBar
{
float:left;
padding-left:10px;
padding-top:25px;
display:block;
position:relative;

min-width:460px;
width:auto;
overflow-x:hidden;

height:37px;
background-color:#989ca0;
}

#Headingmain {width:auto}

#HeadingOuterWrapper {min-width:470px;width:100%}

.TextPadding
{
padding-left:10px;
padding-right:10px;
float:left;
text-align:justify;
}

.LeftPadding
{
padding-left:10px;
}


#GreyBG
{
background-color:#989ca0;
position:absolute;
margin-top:193px;
float:left;
min-width:685px;
width:100%;
height:62px;
overflow:hidden;
visibility:inherit;
}




.RightBlueBoxBar
{
width:275px;
	
	display:block;
	float:right;
	direction:ltr;
	background-color:#e6eaed;
	height:auto;
	text-align:justify;
	}

.WhiteMedFonts	
{
padding-left:10px;
font-size:16px;
font-weight:700;
color:#FFFFFF;
}


.RightBlueBar
{
width:275px;
padding-top:5px;

	display:block;
	float:right;
	direction:ltr;
	background-color:#09578a;
	height:25px;
	text-align:justify;
	}

.RightTextBoxContainer
{
border:thin;
border-left:solid 1px;
border-bottom:solid 1px;
border-color:#bebebe;
width:254px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottem:10px;
	display:block;
	float:right;
	direction:ltr;
	background-color:#e6eaed;
	height:auto;
	text-align:justify;
	}


.BlackSmallFonts
{
color:#000000;
font-size:11px;
font-weight:600;

}
#HeadingBG
{
background-color:#989ca0;
width:100%;
height:30px;
}

.WhiteHeadingFonts
{

font-size:22px;
color:#FFFFFF;
font-weight:700;


}

.LeftNavSelected
{
padding-top:10px;
display:block;
float:left;
position:relative;
background-image:url(../images/bg/orange-nav-bg.gif);
width:203px;
height:25px;
padding-left:25px;
background-color:#FFFFFF;
border-bottom-color:#FFFFFF;
border-bottom-5style:solid;
border-bottom-width:2px;;
}

.LeftNavHSelected
{
padding-top:10px;
display:block;
float:left;
position:relative;
background-image:url(../images/bg/orange-nav-bg.gif);
background-repeat:repeat-y;
width:203px;
height:38px;
padding-left:25px;
background-color:#FFFFFF;
border-bottom-color:#FFFFFF;
border-bottom-5style:solid;
border-bottom-width:2px;;
}





a.LeftNavFonts
{

float:left;
position:relative;
font-size:12px;
font-weight:700;

color:#023c62;
text-decoration:none;
}

a.LeftNavFonts:hover
{
float:left;
position:relative;
width:225px;
font-size:12px;
font-weight:700;
color:#cc712b;
}


a.LeftNavSelectedFonts
{
float:left;
position:relative;
font-size:12px;
font-weight:700;

color:#cc712b;
text-decoration:none;
}

a.LeftNavSelectedFonts:hover
{
float:left;
position:relative;
width:225px;
font-size:12px;
font-weight:700;

color:#028fb2;
}


a.LeftNavGreySelectedFonts
{
float:left;
position:relative;
font-size:12px;
font-weight:700;

color:#999999;
text-decoration:none;
}

a.LeftNavGreySelectedFonts:hover
{
float:left;
position:relative;
width:225px;
font-size:12px;
font-weight:700;

color:#cc712b;
}


a{
	color:#09578a;
	text-decoration:none;
	}
	a:hover{
    color:#ce732c;							
	text-decoration:none;
										
	}
	
	.BlueBG
	{
	height:30px;
	min-width:470px;	
	background-color:#09578a;
	}
	
	.OrangeBG
	{
	background-color:#ce732c;
	}
	
	.PastelOrangeBG
	{
	background-color:#feeee2;
	}
	
	.PastelWhiteBG
	{
	background-color:#ffffff;
	}
	
	.PastelBlueBG
	{
	background-color:#d1f5fe;
	}
	.PastelGreyBG
	{
	background-color:#E6EAED;
	}

	
	.LGreyBG
	{
	background-color:#E6EAED;
	}
	
	.BCBlueFonts{
	color:#09578a;
	font-size:11px;
	font-weight:600;
	text-decoration:none;
	}
	.BCBlueFonts:hover{
    color:#028fb2;	
	font-size:11px;
	font-weight:600;						
	text-decoration:none;
										
	}

.LGreyFonts{
font-size:11px;
	font-weight:600;
	color:#999999;
	text-decoration:none;
	}




.UlFonts
	{
	margin-top:-20px;
    font-size: 13px; /* .9*/
	text-decoration:none;
	color:#000000;
	text-align:justify;
	}

ul li
{
display: block;
margin-left:10px;
list-style-image:url('http://www.callagenix.com/images/arrows/orange-li.gif');
}

ol li
{
list-style:decimal;
padding-top:5px;
}




.BlueFonts {color: #09578A}

.HSpace
{
display:block;
width:600px;
	padding-top:10px;
}


.BlueFreeTrialContainer
{
float:left;
width:200px;
padding-left:20px;
padding-right:20px;
vertical-align:middle;
}

.BlueEnquiryContainer
{
float:right;
width:200px;
padding-right:15px;
vertical-align:middle;

}


.FreeTrialContainer
{
float:left;
width:530px;
padding-left:20px;
padding-right:20px;
}

.EnquiryContainer
{
float:right;
width:200px;
padding-right:15px;
}

.MakeContainer
{
float:left;
width:425px;
padding-top:5px;
padding-left:15px;
}

.FreeContainer
{
float:right;
padding-right:15px;
padding-top:5px;
}


.FreePhoneNumbersTextContainer
	{
	display:block;
	overflow:visible;
	background:inherit;
	visibility:visible;
	float:left;
	padding-left:10px;
	width:655px;
	
	background-color:#ce732c;
	text-align:justify;
	}
	
	
.FreePhoneNumbersContainer
	{
	display:block;
	background-color:#ce732c;
	height:30px;
	padding-top:10px;
	}


.FreePhoneNumbersFonts	
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:21px;
font-weight:500;
color:#FFFFFF;
text-decoration:none;
text-indent:20px;
}

.IndentText
{
text-indent:250px;
float:right;
direction:rtl;
}

a.FreePhoneNumbersFonts	
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:21px;
font-weight:600;
color:#FFFFFF;
text-decoration:none;
text-indent:20px;
}

a.FreePhoneNumbersFonts:hover	
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:21px;
font-weight:600;
color:#e6eaed;
text-decoration:none;
text-indent:20px;
}




	a.OrangeLinks	
{

font-size:11px;
font-weight:600;
color:#ce732c;
text-decoration:none;

}



a.OrangeLinks:hover	
{

font-size:11px;
font-weight:600;
color:#03688f;
text-decoration:none;

}

	a.OrangeFonts	
{

font-size:12px;
font-weight:600;
color:#ce732c;
text-decoration:none;
float:right;
}



a.OrangeFonts:hover	
{

font-size:12px;
font-weight:600;
color:#03688f;
text-decoration:none;
float:right;
}

.LogoLeft
{
width:350px;
float:left;
}

.LoginLeft
{
width:150px;
float:left;
}
.LoginFonts{
	margin-top:35px;
	color:#333333;
	font-size:13px;
	font-weight:700;
	text-decoration:none;
	}
	
	.LoginFonts:hover{
	margin-top:35px;
    color:#cc712b;							
	text-decoration:none;
	font-size:13px;
	font-weight:700								
	}

#call-now-phone {
	background-image:url(../images/top/call-us-now.jpg);
	background-repeat:no-repeat;

	width:280px;
	height:71px;
	float:right;

}

.CallUsGreyFonts
{
color:#999999;
font-size:16px;
font-weight:700;
}

#GlidedContainer
{
float:left;
widows:975;
color:#003366;
height:auto;
}

.BlackFonts
{
color:#000000;
font-size:16px;
font-weight:bolder;

}

a.LoginTextFonts
{
vertical-align:middle;
padding-top:5px;
padding-bottom:5px;
font-size:12px;
color:#09578a;
font-weight:700;

}

a.LoginTextFonts:hover
{
vertical-align:middle;
padding-top:5px;
padding-bottom:5px;
font-size:12px;
color:#028fb2;
font-weight:700;

}

.LoginWTextFonts
{
vertical-align:middle;
padding-top:5px;
padding-bottom:5px;
font-size:12px;
color:#ffffff;
font-weight:700;

}

.TextForm
{
font:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
margin-top:5px;
margin-bottom:5px;
border-style:solid;
border-color:#CCCCCC;
border-width:1px;
width:100px;
height:15px;}

.SalesFonts
{
color:#03688f;
font-size:16px;
font-weight:bolder;
text-decoration:none;
}

a.SalesFonts
{
color:#03688f;
font-size:16px;
font-weight:bolder;
text-decoration:none;
}

a.SalesFonts:hover
{
color:#ce732c;
font-size:16px;
font-weight:bolder;
text-decoration:none;

}





#content {
  width:975px ;
  height:40px;
  margin-left: auto ;
  margin-right: auto ;
  background-image:url(../images/bg/bg-glide.gif);
}

#contentprice {
  width:945px ;
  text-align:justify;
  margin-left:auto;
  margin-right::auto;
  padding-left:30px;
  padding-right:30px;
  background-color:#09588b;
}



.technology{ /*header of 2nd demo*/
cursor: hand;
float:left;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #FAAA6F;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color:#FFFFFF;
}

#middlecolumn{

float: left;
width: 315px; /*Width of left column*/
}

#leftcolumn{
float: left;

width: 305px; /*Width of left column*/
}

#rightcolumn{
float: left;
width: 355px; /*Width of right column*/
}

.glidebg{
background-color:09588b;
}
#glide
{
display:block;
float:left;
width:975px;
height:40px;
background-image:url(../images/bg/bg-glide.gif);
}






#callnow {
	font-weight: bold;
	width: 220px;
	float: right;
	line-height: 20px;
	padding-bottom:15px;
}


#call-now span {
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

	#LeftContainer
	{
	width:300px;

	float:left;
	}
	
	.LeftTabContainer
	{
	width:250px;
	background-color:#ce732c;
	padding-right:25px;
	padding-top:10px;
	border-color:#000;
	border-width:thin;
	border:thin;
	}
	
	.TabOrangeBar
	{
	display:block;
	width:275px;
	height:15px;
	background-color:#ce732c;
	}
	
	.LeftTestimonialContainer
	{
	width:250px;
	background-color:#999999;
	padding-right:25px;
	padding-top:20px;
	border-color:#666;
	border-width:thin;
	border:thin;
	}
	
	.LeftTestimonials
	{
	display:block;
	width:260px;
	background-color:#028fb2;
	height:30px;
	padding-left:15px;
	padding-top:10px;
	}
	
	.TestTextContainer
	{
	display:block;
	width:260px;
	background-color:#e6eaed;
	border:thin 1px #999999;
	height:auto;
	padding-left:15px;
	padding-top:10px;
	}
	
	
	
	.TestimonialsFonts	
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:700;
color:#FFFFFF;
text-indent:10px;
}

	.WhiteEnqFonts	
{
font:Verdana, Arial, Helvetica, sans-serif;
padding-top:5px;
font-size:16px;
font-weight:700;
color:#FFFFFF;
text-indent:10px;
}

	a.WhiteEnqFonts	
{
font:Verdana, Arial, Helvetica, sans-serif;
padding-top:5px;
font-size:16px;
font-weight:700;
color:#FFFFFF;
text-indent:10px;
}

	.WhiteEnqFonts:hover
{
font:Verdana, Arial, Helvetica, sans-serif;
padding-top:5px;
font-size:16px;
font-weight:700;
color:#00CCFF;
text-indent:10px;
}


	.TestimonialsTextFonts	
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:500;
color:#000;
text-indent:10px;
padding-right:20px;
}



	.TestReadMoreFonts	
{

font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:500;
color:#03688f;
text-decoration:none;
position:absolute;
}

a.TestReadMoreFonts:hover
{

font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:500;
color:#ce732c;
text-decoration:none;
}

	
	.ReadAllFonts	
{

font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:700;
float:right;
padding-top:5px;
padding-left:70px;
color:#FFFFFF;
position:absolute;
}

.NewsReadAllFonts	
{

font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:700;
float:right;
padding-top:5px;
padding-left:95px;
color:#FFFFFF;
position:absolute;
}
	
		#TelecomsSupport
	{
	float:left;
	width:275px;
	border-style:solid 1px;
	border-color:#999999;
	top:20px;
	}
	
	
		#SocialNetworking
	{
	float:left;
	width:275px;
	
	top:20px;
	}
	
	
	.RightNewsContainer
	{
	display:block;
	float:left;
	width:300px;
	background-color:#028fb2;
	height:30px;
	padding-top:10px;
	
	}
	
	.NewsTextContainer
	{
	display:block;
	float:left;
	width:300px;
	background-color:#e6eaed;
	height:325px;
	text-align:justify;
	
	
	}
	
	.RightPremiumRateContainer
	{
	display:block;
	float:right;
	width:350px;
	background-color:#ce732c;
	height:30px;
	padding-top:10px;
	}
	
	
	.PremiumRateTextContainer
	{
	display:block;
	float:right;
	width:350px;
	background-color:#e6eaed;
	text-align:justify;
	
	}
	
	
	.PremiumRatePadding
	{
	display:block;
	float:left;
	width:330px;
	padding-left:10px;
	text-align:justify;
	
	}
	
	
	.ReadAllPRFonts	
{

font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:700;
float:right;
padding-top:5px;
padding-left:20px;
color:#FFFFFF;
position:absolute;
}
	
	
	.PremiumRatePhoneFonts
	{
	
	
	padding-left:50px;
	color:#000000;
	font-size:12px;
	
	}
	
	.OrangeMedFonts
	{
	font-size:14px;
	font-weight:700;
	color:#ce732c;
	}
	
	.BlueMFonts
	{
	font-size:14px;
	font-weight:700;
	color:#09578a;
	}
	
	
	
	.SkyBlueMedFonts
	{
	font-size:14px;
	font-weight:700;
	color:#028fb2;
	}
	
	.FontOrange
	{
	color:#ce732c;
	font-weight:bold;
	
	}
	
	.FontColWhite
	{
	color:#FFFFFF;
	}
	
	.FontOrange:hover
	{
	color:#09578a;
	text-decoration:none;
	}
	
	.FontBlue
	{
	color:#09578a;
	text-decoration:none;
	}

     .FontBlue:hover
	{
	color:#ce732c;
	text-decoration:none;
	}
	
	
	.FontSkyBlue
	{
	color:#028fb2;
	text-decoration:none;
	}
	
	.FontSkyBlue:hover
	{
	color:#09578a;
	text-decoration:none;
	}
	
	
	.SubFontSize 
	
	{font-size: 16px;
	font-weight:bold;
	}



	

	
	.OrangeHFonts
	{
	font-size:18px;
	font-weight:700;
	color:#ce732c;
	padding-left:15px;
	}
	
	a.OrangeHFonts
	{
	font-size:18px;
	font-weight:700;
	color:#ce732c;
	padding-left:15px;
	}
	
	a.OrangeHFonts:hover
	{
	font-size:18px;
	font-weight:700;
	color:#09578a;
	padding-left:15px;
	}
	
	
	a.OrangeH3Fonts
	{
	font-size:18px;
	font-weight:700;
	color:#ce732c;
	padding-left:0px;
	}
	
	a.OrangeH3Fonts:hover
	{
	font-size:18px;
	font-weight:700;
	color:#09578a;
	padding-left:0px;
	}
	
	
		.SBlueMedFonts
	{
	font-size:16px;
	font-weight:700;
	color:#028fb2;
	}
	
	#LogoContainer
	{
	min-width:935px;
	width:100%;
	height:65px;

	padding-left:20px;
	padding-right:20px;
	background-color:#FFF;
	float:left;
	padding-top:25px;
	padding-bottom:15px;

	}
	
	.WhiteBG
{
background-color:#ffffff;

}

#GreyBar
{
float:left;
background-color:#d1dde5;
border-width:1px;
border-style:10px;
padding-bottom:0px;
border-bottom:#ffffff;
border-top-color:#ffffff;
min-width:975px;
border-style:solid;
border-left:hidden;
border-right:hidden;
height:10px;
width:100%;
}


#DarkBlueBar
{
float:left;
background-color:#09578a;
border-width:1px;
border-style:10px;
border-bottom:#FFFFFF;
border-top-color:#FFFFFF;
padding-top:0px;
border-style:solid;
border-left:hidden;
border-right:hidden;
height:5px;
min-width:975px;
width:100%;
}


	
		#BreadCrumbsContainer
	{
	width:100%;
	min-width:975px;
	height:30px;
	background-color:#FFF;
	float:left;
	}
	
	.BreadCrumbsFont{
	    float:left;
		font-weight:bold;
		padding-top:5px;
		padding-left:30px;
	    color:#09578a;
		font-size: .8em; /* .7*/
		text-decoration:none;
		
	}
	
	a.BreadCrumbsFont:hover
	{
	color:#989ca0;
	text-decoration:none;
	}	
	
	
	
	.BreadCrumbsFonts{
	    float:left;
		padding-top:5px;
		padding-left:30px;
	    color:#09578a;
		font-size: .8em; /* .7*/
		text-decoration:none;
		
	}
	
	a.BreadCrumbsFonts:hover
	{
	color:#000;
	text-decoration:none;
	}	
	
	
	#TitleHeadingContainer
	{
	width:100%;
	min-width:975px;
	height:62px;
	background-image:url(../images/bg/heading.gif);
	background-repeat:repeat-x;
	float:left;
	}
	
	.HeadingFont{
	    float:left;
		font-weight:bold;
		padding-top:5px;
		padding-left:30px;
	    color:#09578a;
		font-size: 12px; /* .7*/
		text-decoration:none;
		
	}
	
	
	#TitleHeading
	{
	width:70%;
	min-width:400px;
	height:32px;
	padding-top:5px;
	padding-left:20px;
	float:left;
	}
	
	
	.TitleHeadingFont{
	padding-left:0px;
		font-weight:bold;
	    color:#ffffff;
	font-size: 22px; /* 22*/
		
	}
	
	
	
	
	
	#BlueBar
{
background-color:#09578a;
float:left;
border-width:1px;
border-style:10px;

border-bottom:#FFFFFF;
border-top-color:#FFFFFF;
border-width:thin;
border-style: solid;
border-left:hidden;
border-right:hidden;
height:10px;
width:975px;

}
	
	#LeftImage
	{
	display:block;
	float:left;
	min-width:230px;
	
	display:block;
	overflow-x:hidden;

	}
	
	
	
#NestedContainer{
float:left;
min-width:975px;
width:100%;
height:auto;
overflow-x:hidden;
}	
	
	
	.Limage
	{
	width:230px;
	float:left;
	height:auto;
	display:block;
	position:relative;
	}
	
	.LimageRight
	{
	height:inherit;
	position:absolute;
	float:left;
	min-width:745px;
	background-color:#09578a;
	width:auto;
	min-height:25px;
	padding-top:5px;
	position:relative;
	
	}
	
#MakeAnEnquiry
{
float:left;
position:absolute;
display:block;
min-height:30px;
min-width:745px;
width:inherit;
overflow:hidden;
background-color:#09578a;
}


		#FreeTrialBar
{
background-color:#028fb2;
float:left;
border-width:1px;
border-style:10px;
border-bottom:#09578a;
border-top-color:#FFFFFF;
border-bottom-width:2px;
padding-top:10px;

border-style: solid;
border-left:hidden;
border-right:hidden;
height:30px;
width:975px;

}



.WhiteFonts
{
font-size:11px;
color:#FFFFFF;
}

a.WhiteFonts
{
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}

a.WhiteFonts:hover
{
font-size:11px;
color:#FFFFFF;
text-decoration:underline;
}	
	
	#RghtContainer
	{
	width:665px;
	background-color:#FFFFFF;
	float:left;
	}
	
	#ImageContainer
	{

	padding-left:20px;
	width:955px;
	background-image:url(../images/bg/callagenix-image-bg.gif);
	float:right;
	background-color:#FFF;
	height:255px;
	}
	
	.GlobeContainer
	{
	background-image:url(../images/home/phone-globe.jpg);
	background-position:right;
	background-repeat:no-repeat;
	float:right;
	background-color:#FFF;
	width:650px;
	height:255px;
	}
	
	
	.BGPhoneNumbersSearchContainer
	{
	background-image:url(../images/bg/callagenix-image-bg.gif);
	background-repeat:repeat;
	width:268px;
	height:255px;
	}
	
	.PhoneNumbersSearchContainerInner
	{
	margin-top:-31px;
	background-image:url(../images/bg/phone-numbers-search-inner.gif);
	background-position:left;
	background-repeat:no-repeat;
	float:none;
	direction:ltr;
	background-color:#FFFFFF;
	width:274px;
	height:225px;
	
	}
	.PhoneNumbersSearchContainer
	{
	
	background-image:url(../images/bg/phone-numbers-search.gif);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
	background-color:#FFF;
	width:268px;
	height:255px;
	
	}
	.bgrightGrey
	{
	background-image:url(../images/bg/bg-right-grey.gif);

	background-repeat:repeat-y;
	
	}
	
	.SkyBlueFonts
	{
	float:left;
	color:#028fb2;
	font-size:18px;
	padding-top:30px;
	padding-left:45px;
	font-weight:700;
	text-transform:capitalize;
	}
	
	.MedSkyBlueFonts
	{
	color:#028fb2;
	font-size:18px;
	padding-left:20px;
	font-weight:700;
	}
	
	
	.BlueMedFonts
	{
	color:#196292;
	font-size:18px;
	padding-left:15px;
	font-weight:600;

	}
	
	
	
	.GetSkyBlueFonts
	{
	float:left;
	color:#028fb2;
	font-size:18px;
	padding-top:10px;
	padding-left:45px;
	font-weight:700;
	text-transform:capitalize;
	}
	

	
	.SmallGreyFonts
	{
	float:left;
	color:#ffffff;
	font-size:11px;
	font-weight:600;
	padding-top:30px;
	padding-left:20px;
	}
	
	.GetNumberFormPad
	{
	float:left;
	color:#ffffff;
	font-size:11px;
	font-weight:600;
	padding-top:10px;
	padding-left:20px;
	}
	
	
	.VOIPFonts {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.WhiteTHFonts {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
	
	.TextPad
	{
	padding-right:10px;
	}
	
	.LeftTextPad
	{
	padding-left:5px;
	}
	.HomeTextFonts
	{
	font-size: 12px; /* .9*/

	text-decoration:none;
	color:#000000;
	text-align:justify;
	}
	
	.HomeBlueTextFonts
	{
	font-size: 12px; /* .9*/
	font-weight:700;
    color:#09578a;
    text-align:justify;
	}
	
	.TextFonts
	{
    font-size: 12px; /* .9*/
	
	text-decoration:none;
	color:#000000;
	text-align:justify;	 
	}
	
	.RightTextFonts
	{
    font-size: 12px; /* .9*/
	float:right;
	direction:rtl;
	position:relative;	
	text-decoration:none;
	color:#000000;
	text-align:right;
	}
	
	.RedTextFonts
	{
    font-size: 12px; /* .9*/
	font-weight:700;
	text-decoration:none;
	color:#FF0000;
	text-align:justify;	 
	}
	
	
	.HeadingFonts
	{
	font-size: 32px; /* .9*/
	font-weight:700;
    color:#ce732c;
	}

p
{
padding-left:20px;
margin-right:70px;
}	

.toppad
{
padding-top:10px;
margin-top:10px;
}
	
#HeaderLinkContainer
{
min-width:975px;
width:100%;
height:30px;
background-color:#f5f5f5;
text-align:center;

}

.HeaderLinks
{
height:20px;

}

.HeaderLinksFonts

{
float:left;
text-align:center;
width:12%;

		font-size: .8em; /* .7*/


	
		padding-top:5px;
		
	}
	
	
	.TechHeaderLinksFonts

{
float:left;
text-align:center;
width:13%;
		font-size: .8em; /* .7*/

	
		padding-top:5px;
		
	}
	


	

.HLinksFonts{
	 
		font-size: .9em; /* .9*/
		font-weight:700;
		text-decoration:none;
		 color:#09578a;
		 vertical-align:middle;
	}
	
	a.HLinksFonts:hover
	{
	vertical-align:middle;
	color:#028fb2;
	text-decoration:none;
	}

#FooterContainer
{
min-width:975px;
width:100%;
height:250px;
background-color:#c2c3c4;
}

#FooterHeader

{
min-width:975px;
padding-top:10px;
width:100%;
height:25px;
background-color:#989ca0;
}

#FooterMain
{
min-width:975px;
width:100%;
background-color:#c2c3c4;
}


.FHFonts{
	    color:#333435;
		font-size: 13px; /* .7*/
		text-decoration:none;

	}
	
	a.FHFonts:hover
	{
	color:#000;
	text-decoration:none;
	}	
	
	
	.Space
{
padding-left:20px;
}

.SpaceRight
{
padding-right:20px;
}


.BCFonts{
	    color:#666;
		font-size: .7em; /* .7*/
		text-decoration:none;
		
	}
	
	a.BCFonts:hover
	{
	color:#000;
	text-decoration:none;
	}

  /*-----------------------------*/		
  /*     Footer     */	
 /*---------------------------*/	
 

	.FooterFonts{

	color:#333333;
	float:left;
		font-size:12px;
		margin-left:20px;
		font-weight:600;
	}
	
	.WhiteFooterFonts{
	
	color:#FFFFFF;
	float:right;
	font-size:12px;
		margin-left:20px;
		padding-right:25px;
		font-weight:600;
		text-decoration:none;
	}
	
	a.WhiteFooterLinkFonts{
	
	color:#FFFFFF;

			font-size:12px;
	
		font-weight:600;
		text-decoration:none;
	}
	
	
	a.WhiteFooterLinkFonts:hover
	
	{
	color:#333333;
	
			font-size:12px;
		
		font-weight:600;
		text-decoration:none;
	}
	
	
  a.FooterLink{
	color:#666; /*666*/
	font-size:.7em;
	text-decoration:none;
									
	}												
	a.FooterLink:hover
	{
	color:#999;
	text-decoration:none;
	}	
	
	#FooterLinks{
	float:left;
	width:100px;
	margin:48px 5px 0px 12px;
	line-height:25px;
	}
	
	#MiddleFooterLinks{
	float:left;
	width:165px;
	margin:48px 5px 0px 12px;
	line-height:25px;
	}
	
	.TopRightFloat
	{
	vertical-align:middle;
	padding-top:5px;
	padding-right:20px;
	padding-bottom:5px;
	float:right;
	}
	
	.RightFloat{
	
	float:right;
	}
	
		.CallUsRightFloat{
	
	float:right;
	padding-right:25px;
	}
	
	#LinksMenu{
	min-width:975px;
	width:100%;
	float:right;
	}
	.FormButton{
	
	float:right;
	padding-right:20px;
	padding-top:5px;
	}
	

	
	#FooterLogo{
				float:left;
				width:240px;
				color:#666666;
				margin-top:10px;
				padding:35px 5px 0px 0px;
				}
				
a.GreyLinkBtm{
									color:#6d747a;
									font-size:12px;
									text-decoration:none;
									
								 }												
										a.GreyLinkBtm:hover
										{
										color:#fff;
										text-decoration:none;
										font-size:12px;
										}	



a.TabLinks{
									color:#6d747a;
									font-size:12px;
									text-decoration:none;
									float:left;
									
									
								 }												
										a.TabLinks:hover
										{
										color:#fff;
										text-decoration:none;
										
										}	



#Footer_wrapper {min-width:975px;width:100%;background:#666666}

	#Small_logo_btm{
				float:left;
				width:20%;
				width:230px;
				color:#666666;
				margin-top:10px;
				}
		#PhoneNumbersBtmLinks{
				float:left;
				width:140px;
				margin:35px 5px 0px 0px;
				line-height:28px;
				width:15%;
				}
				
				#FreePhoneBtmLinks{
				float:left;
				width:200px;
				margin:35px 5px 0px 0px;
				line-height:28px;
				width:20%;
				}
				#CallDiversionBtmLinks{
				float:left;
				width:160px;
				margin:35px 5px 0px 0px;
				line-height:28px;
				width:20%;
				}
				#TelecomSupportBtmLinks{
				float:left;
				width:185px;
				margin:35px 5px 0px 0px;
				line-height:28px;
				width:18%;
				}
				
		#BtmForm{
				float:right;
				width:220px;
				margin:10px 0px 0px 0px;
				
				}				
				
				.FLogoFonts{
		font-size:12px; /* .7*/
		color:#09578a;
		font-weight:500;

	}	
	

	
	.BtmLeftMargin
	{
	margin-left:10px;
	}
	
	
	
 #TelephoneSupportContainer
 {
 width:77%;
 float:left;
 padding-left:20px;
 position:relative;
 min-width:440px;
 }
 

 
 
 #EmailUsContainer
 {
 width:77%;
 float:left;
 padding-left:20px;

 min-width:440px;
 }
 
 #OnlineAssistantContainer
 {
 width:77%;
 float:left;
 padding-left:20px;
 position:relative;
 min-width:440px;
 }
 
 #OnlineHelpContainer
 {
 width:77%;
 float:left;
 padding-left:20px;
 position:relative;
 min-width:440px;
 }
 .ImageDiv
 {
 width:auto;
 float:left;
 position:relative;
 }
 .TextDiv
 {
 width:73%;
 float:left;
 position:relative;
 }
  .TextDivFlex
 {
 width:auto;
 float:left;
 position:relative;
 }

.HeightPad
{
width:50%;
height:20px;
float:left;
position:relative;
}

  /*-----------------------------*/		
  /*     Tableless DIV     */	
 /*---------------------------*/	

#TBHolder
 {
 width:87%;
 height:auto;
 margin-left:15px;
 margin-right:15px;
 }
 
 
 .TBContainer
 {
 display:block;
 width:98%;
 height:auto;
 margin-left:10px;
 }

 .TRContainer
 {
 display:block;
 width:98%;
 height:auto;
 background-color:#ce732c;
 }

 .DivLeft
 {
 width:75%;
 float:left;
 text-align:left;
 position:relative;
 }
 .DivRight
 {
 width:25%;
 float:right;
 text-align:right;
 direction:ltr;
 position:relative;

 }

	.THFontsBlue
	{
	padding-top:10px;
	padding-left:10px;
	float:left;
	color:#028fb2;
	font-size:18px;
	font-weight:700;
	vertical-align:middle;
	}
	
	.BGTR
	{
	margin-top:2px;
	margin-bottom:2px;
	float:left;

	}
	
	.BgTH
	{
	width:98%;
	background-image:url(../images/bg/bg-th.jpg);
	background-repeat:repeat-x;
	min-height:30px;
	height:auto;
	
	}

.TBGSBlue
{
width:98%;
background-color:#028fb2;
background-repeat:repeat;
}

.SBlueTbg
{
background-color:#8ddee4;

}



.LOrangeBg
{
background-color:#fbd0af;

}



.TRBGOrange
{
	width:99%;
background-color:#ce732c;
	background-repeat:repeat-x;
}


.phone-image {
	float: left;
	margin-right: 30px;
	}
	
	.PhoneNumbersimage {
	float: left;
	margin-right: 15px;
	}


/* phone downloads table1 class */

.table1 {
	background: window; /* window */
	border-bottom: buttonshadow 0px solid;
	border-left: buttonshadow 1px solid;
	border-right: buttonshadow 1px solid;
	border-top: buttonshadow 0px solid;
	color: windowtext;
	font: Icon;
}

.table1 tr {
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
    border: 1px;
}

.table1 td {
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: px;
    border: 10px;
}

.table1 thead {
	background: #DCDDDE; /* buttonface */
	height: 14px;
}



.WhiteBorder {
	border: 1px solid #c9c9c9;
}


.dltable {
	color: #666666; /*line-height : 100%;*/
	font: 8pt Verdana,Arial,Helvetica,Geneva,sans-serif;
}

.sort-table {
	border: 0px; 
	border-right: #BBCCDD 1px solid;
}

.WBo {
	border: 0px;
border-bottom: #FFFFFF 1px solid;

}



.GrBo {
	border: 1px; 
border-left: #cccccc 1px solid;
}


.sort-table td {
	border-bottom: #AABBCC 1px dotted;
	border-left: #DDEEFF 1px solid;
	border-right: #BBCCDD 0px solid;
	border-top: #BBCCDD 0px solid;
	padding-bottom: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 2px;
	padding-top: 1px;
	vertical-align: middle;
}

.sort-table thead {
	height: 22px;
}

.sort-table thead td {
	border-bottom: buttonshadow 1px solid;
	border-left: buttonhighlight 1px solid;
	border-right: buttonshadow 1px solid;
	border-top: buttonhighlight 1px solid;
	padding-left: 6px;
	padding-right: 2px;
	cursor: default;
}
#pricing-table {
	border-bottom: 1px solid #C3C4C4;
	border-left: 1px solid #C3C4C4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#pricing-table th {
	color: #0099FF;
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 14px;
	border-right: 1px solid #C3C4C4;
	border-bottom: 1px solid #C3C4C4;
	border-top: 1px solid #C3C4C4;
	background: url(../images/pricing/gradiant_tr_bg.gif) repeat-x left top;
}
#pricing-table td {
	border-right: 1px solid #C3C4C4;
	border-bottom: 1px solid #C3C4C4;
}

#inner-table td {
	border-right: 0px solid #C3C4C4;
}
#inner-table th {
	border-top: 1px solid #C3C4C4;
	border-right: 0px solid #C3C4C4;
	border-bottom: 1px solid #c6c6c6;
	border-left: 0px solid #C3C4C4;
	color: #000000;
	text-align: left;
	font-weight: normal;
	
}


#cgxlogin label {
	margin: 0px;
	padding: 0px;
}
.CustomerComment
{
width:220px;
float:right;
font-size:12px;
background-color:#ffffff;
height:auto;
padding-left:15px;
text-align:justify;
	margin-right: 15px;
	margin-bottom: 10px;
	}


#casestudy-info-box {
     width: 77%;
	 margin-left:20px;
	background-color:#E6EAED;;
	border: 1px solid #c9c9c9;
	padding:15px;
	font-size:12px;
	font-weight:700;
	line-height:25px;


}
#casestudy-quote {
	background: url(../images/quote-bg.gif) no-repeat left top;
	height: 140px;
	width: 528px;
	margin-left: 0px;
	margin-top: 20px;
	line-height: 12px;
}
#casestudy-quote h3 {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 2px 0px 0px 85px;
}
#casestudy-quote p {
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #196292;
	font-weight:normal;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	margin: 15px 0px 0px;
	
}


.stampRight {
	float: right;
	margin-right:20px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.stamp {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.diagram-border {
	border: 1px solid #C9C9C9;
}

td.pricetitleservice { /* style for services price title  */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6DADE;
	color: #2F2FAB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6DADE;
	border-bottom-color: #D6DADE;
	background-color: #EAFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/pricing/2_title_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
td.pricetitleinbound { /* style for inbound price title  */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6DADE;
	color: #2F2FAB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6DADE;
	border-bottom-color: #D6DADE;
	background-color: #FFDA8D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/pricing/number1.gif);
	background-position: left;
	background-image: url(../images/pricing/right-inbound.gif); 
	background-position: right center;
	background-repeat: no-repeat;
	background-position: left center;
}
td.pricetitleoutbound { /* style for outbound price title  */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6DADE;
	color: #2F2FAB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6DADE;
	border-bottom-color: #D6DADE;
	background-color: #C4ECC0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/pricing/3_title_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
td.pricetitlestandard { /* default title style for price and other table */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6DADE;
	color: #2F2FAB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6DADE;
	border-bottom-color: #D6DADE;
	background-color: #C9DAFE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
td.titledefault { /* default title style for table */
border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6DADE;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6DADE;
	border-bottom-color: #D6DADE;
	background-color: #399AEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.inboundcall
{
background-image:url(../images/bg/outbound-call-bg.jpg);
background-repeat:repeat;
}

.outboundcall
{
background-image:url(../images/bg/inbound-call-bg.jpg);
background-repeat:repeat;
}

.phoneservices
{
background-image:url(../images/bg/phone-services-bg.jpg);
background-repeat:repeat;
}

.optional
{
background-image:url(../images/bg/optional-bg.jpg);
background-repeat:repeat;
}

.BlogsDateContainer
{
float:left;
margin-right:20px;
margin-top:10px;
padding-left:10px;
padding-right:10px;
width:40px;
height:55px;
}
.DateFont{
float:left;
width:55px;
vertical-align:middle;
text-align:center;
padding-top:5px;
padding-bottom:5px;
height:25px;
font-size:24px;
background-color:#ce732c;
color:#FFFFFF;
}
.MonthFont{
float:left;
text-align:center;
vertical-align:middle;
width:55px;
padding-top:5px;
padding-bottom:5px;
height:15px;
font-size:11px;
background-color:#01b7d6;
color:#FFFFFF;
}

.YearFont{
float:left;
padding-left:0px;
text-align:center;
width:40px;
height:25px;
font-size:11px;
background-color:#ffffff;
color:#FFFFFF;
}



.NewsTitle
{
margin-top:10px;
text-align:left;
font-size:15px;
font-weight:bold;
color:#03688f;
}

a.NewsTitle
{
margin-top:10px;
text-align:left;
font-size:15px;
font-weight:bold;
color:#03688f;
}
a.NewsTitle:hover
{
margin-top:10px;
text-align:left;
font-size:15px;
font-weight:bold;
color:#ce732c;
}

.BlogsTextFonts
{
color:#999999;
font-size:11px;
}

.BackLinks
{
text-align:center;
margin:auto;
padding-top:10px;
width:75%;
height:30px;
}

.LinkSeparator
{
color:#000000;
font-size:12px;
padding-left:20px;
padding-right:20px;
}

.ShareGoogle
{
padding-top:20px;
padding-bottom:20px;
display:block;
float:left;
position:relative;
width:195px;
padding-left:25px;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;
border-bottom-width:2px;;
height:25px;
}


#menu {width:755px; min-height:30px; text-align:center; float:right;}
#menu ul {display:inline-block; float:right;} 
#menu ul.top-level {margin-left:0; float:right;}
#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left;} 
#menu li {margin:0; padding:0;}
#menu a {display:block; font:normal 12px verdana,arial,sans-serif;color:#fff; line-height:30px; text-decoration:none; padding:0 20px; font-weight:bold;} 
* html #menu ul.top-level {margin-left:0; font:normal 12px verdana,arial,sans-serif;color:#028fb2; line-height:30px; text-decoration:none; padding:0 20px; font-weight:bold;} /* I don't know why, but this centers IE5.5 ?? */#menu li:hover > ul {visibility:visible;}
#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {visibility:visible;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {visibility:hidden;}#menu ul.top-level {margin:0 auto;} 
#menu li.top-level-li {float:left; position:relative; margin-right:1px;}#menu a.top-level-a {float:left; padding:0 0 0 20px; background:url(http://www.callagenix.com/navigation/taba.png) no-repeat left top;} 
#menu a.top-level-a b {float:left; padding:0 20px 0 0; background:url(http://www.callagenix.com/navigation/tabb.png) no-repeat right top; cursor:pointer; cursor:hand;}
#menu a.down b {float:left; padding:0 20px 0 0; background:url(http://www.callagenix.com/navigation/tabc.png) no-repeat right top; cursor:pointer;}#menu a.top-level-a:hover {color:#028fb2; white-space:nowrap; background:url(http://www.callagenix.com/navigation/taba.png) no-repeat left -30px;}
#menu a.top-level-a:hover b, 
#menu a.top-level-a:focus b, 
#menu a.top-level-a:active b {color:#028fb2; background:url(http://www.callagenix.com/navigation/tabb.png) no-repeat right -30px; cursor:pointer;}
#menu a.down:hover b, 
#menu a.down:focus b, 
#menu a.down:active b {color:#028fb2; background:url(http://www.callagenix.com/navigation/tabc.png) no-repeat right -30px; cursor:pointer;}#menu li.top-level-li:hover > a {white-space:nowrap; background:url(http://www.callagenix.com/navigation/taba.png) no-repeat left -30px;}
#menu li.top-level-li:hover > a b {color:#028fb2;  background:url(http://www.callagenix.com/navigation/tabb.png) no-repeat right -30px;}
#menu li.top-level-li:hover > a.down b {color:#028fb2;  background:url(http://www.callagenix.com/navigation/tabc.png) no-repeat right -30px;}#menu li ul {display:block; position:absolute; visibility:hidden; background:#028fb2; padding:0px 0px 0px 0px; left:0; font:normal 11px verdana,arial,sans-serif; color:#028fb2; text-decoration:none; font-weight:700; line-height:30px; }
#menu li li {border-bottom:1px solid #ffffff;}
#menu li li a {background:#d1dde5; font:normal 11px verdana,arial,sans-serif; color:#028fb2; text-decoration:none; font-weight:700; line-height:30px; } 
#menu li li a:hover {background:#fad2b2; font:normal 11px verdana,arial,sans-serif; color:#db712b; text-decoration:none; font-weight:700; line-height:30px; } 
#menu li li:hover > a {background:#fad2b2;color:#db712b; }
#menu li li a.fly {background:#d1dde5 url(http://www.callagenix.com/navigation/fly.gif) no-repeat right top;}
#menu li li a.fly:hover {background:#fad2b2 url(http://www.callagenix.com/navigation/fly.gif) no-repeat right top;} 
#menu li li:hover > a.fly {background:#fad2b2 url(http://www.callagenix.com/navigation/fly.gif) no-repeat right top;}#menu ul.drop-down {top:25px;} 
#menu li li ul {left:100%; margin-top:-30px; margin-left:-5px;}#menu table {position:absolute;top:0;left:0;border-collapse:collapse;text-align:left;}
#menu table ul li a {padding-left:0; padding-left:20px;}
#menu table table {top:auto; left:100%; margin-left:-1px; padding:0; margin:0;}
#menu table table ul {margin-top:-1px; margin-top:-7px;}
#fixbug
{float:right; padding-right:0px; padding-top:0px; margin:0px; margin-right:0px; margin-bottom:0px; padding-bottom:0px; margin-left:0px; position:relative;}<!--[if lte IE 7]>
<style type="text/css">
#menu ul {display:inline;}
</style>
<![endif]-->

