﻿body 
{
	font-family: Arial, helvetica, sans-serif;
    font-size: 13px;
    color: #000;        
}




/* ************************************************************************ */
/* Features */

.FeatureTitleBlue
 {
 	font-size: 13px;
 	color: #2b94c9;
 	font-weight: bold;
 	display: block;
 	margin-bottom: 5px;
}

.FeatureTitleWhite
 {
 	font-size: 13px;
 	color: #fff;
 	font-weight: bold;
 	display: block;
 	margin-bottom: 5px;
}

.FeatureGreyBox 
{
	
	background-color:#8b9aa1;
	padding:15px 5px;
	padding-left:15px;
	margin:0;
	color: #000;
	font-size: 11px;
	display: block;
	width: 150px;
}

.FeatureGreyBorder 
{
	
	background-color:#fff;
	padding:15px 5px;
	padding-left:10px;
	margin:0;
	color: #000;
	font-size: 11px;
	display: block;
	border:solid 3px #8b9aa1;
	width: 150px;
}

.FeatureLightGreyBox 
{
	
	background-color:#ececec;
	padding:15px 5px;
	padding-left:15px;
	margin:0;
	color: #000;
	font-size: 11px;
	display: block;
	width: 150px;
}



.FeatureQuoteTop
{
	display: block;
	font-weight: normal;
	color: #000;
	font-size: 12px;
	padding: 8px 8px 0px 8px;
	background: url(/App_Themes/Ilixo/images/features/bg_quote_top.gif) no-repeat 0% 0%;
	width: 160px;
}

.FeatureQuoteBottom
{
	display: block;
	font-weight: normal;
	color: #000;
	font-size: 13px;
	padding: 25px 8px 8px;
	background: url(/App_Themes/Ilixo/images/features/bg_quote_bottom.gif) no-repeat 0% 0%;
	width: 170px;
	margin-bottom: 15px;
}

.FeatureIconPDF 
{
	background: url(/App_Themes/Ilixo/images/features/ico_pdf.gif) no-repeat 0% 0%;
	padding:5px 0px 5px 20px;	
}

.FeatureIconStat
{
	display: block;
	font-size: 13px;
 	color: #2b94c9;
 	font-weight: bold;
	background: url(/App_Themes/Ilixo/images/features/ico_stat.gif) no-repeat 0% 0%;
	padding: 2px 0px 2px 20px;
}
.FeatureQuoteStart
{
	padding: 2px 8px;
	background: url(/App_Themes/Ilixo/images/features/icon_quote_start.gif) no-repeat 0% 0%;
}
.FeatureQuoteEnd
{
	padding: 2px 8px;
	background: url(/App_Themes/Ilixo/images/features/icon_quote_end.gif) no-repeat 0% 0%;
}

.FeatureGreyBox ul li
{
	color: #fff;
}

/* *************************************************************************** */
/* HomePage Right Feautes - Contatus Section */
/* *************************************************************************** */
ul 
{
	margin:0;
	padding:0;	
}
	
ul li
{
	list-style: none;
	margin: 0;
	background: url(/app_themes/ilixo/images/bulletarrow.gif) no-repeat 0px -2px;
	padding:3px 0px 0px 20px;	
}


.clsContactColumn
{
	padding: 5px 0px 15px 20px;	
	background:url(/App_Themes/Ilixo/images/features/ContactBackground.gif) no-repeat;	
	width:281px;
	height:188px;
	color:#FFFFFF;
	text-align:left;
	color: #fff;	
}

.WhiteTextTitle
{	
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding:6px 0;
	margin: 0px;
}

.ContactDetails 
{	
	color: #fff;
	font-size:13px;	
	font-weight:bold;
	
	line-height:2;
	margin:0px;
}


a.Arrow:active,
a.Arrow:visited,
a.Arrow
{		
	font-style:normal;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding-left: 20px;		
	background: url(/App_Themes/Ilixo/images/features/BulletArrow.gif) no-repeat 0px -4px;
	text-decoration:none;	
}

a.Arrow:hover
{	
	text-decoration:underline;
}


a.email:visited,
a.email:active,
a.email 
{
	color:#fff; 	
	text-decoration:underline;
}
a.email:hover 
{	
	text-decoration:none;
}


ul.HomeNews li a:visited,
ul.HomeNews li a:active,
ul.HomeNews li a
{
	color: #2b94c9;	
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;		
}

ul.HomeNews li a:hover
{		
	text-decoration:underline;
	cursor:pointer;			
}