﻿body 
{
	font-family: Arial, helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    line-height:1.5;                
}


td,
input,
select,
textarea,
{
    font-family: Arial, helvetica, sans-serif;
    font-size: 13px;
    color: #000;    
}


a:active,
a:visited,
a
{
	color:#2b94c9;
	text-decoration:none;	
}

a:hover
{
	color:#2b94c9;
	text-decoration:underline;	
}

/* ************************************************************************ */
/* Standard Tags */

h1 
{
	color: #000;
	font-size: 24px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h2 
{
	color: #8b9aa1;
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h3 
{
	color: #8b9aa1;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/* ************************************************************************ */
/* Button Class */

a.Button:active,
a.Button:visited,
a.Button 
{
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background: url(/App_Themes/Ilixo/images/features/bg_button.gif) repeat;
	padding: 4px 10px;
	line-height: 25px;
	text-decoration:none;
	cursor:pointer;
}

a.Button:hover
{
	color: #fff;
	text-decoration:underline;
}



/* ************************************************************************ */
/* Home Content */

.HomePageTitleHeader
{	
	color:#000;
 	font-size:24px;
 	font-weight:normal;
 	padding:0;
 	margin:0;
}


.GreyText
{	
	color:#8b9aa1; 	
}

.BlueText
{
	color:#2b94c9;	
}

.WhiteText
{
	color:#fff;	
}




/* ************************************************************************ */
/* COMMON */

body, p 
{
	font-size:13px;
	color:#000;	
}

hr
{
	 border:#8b9aa1 solid 1px;	
}

.GrayBar
{				
	border-top:#8b9aa1 solid 1px;
	display:block;
	padding-top:15px;
	padding-bottom:10px;
}

.DashedBar
{				
	background:url(/App_Themes/Ilixo/images/HorizantalBorderLine.gif) repeat-x top;
	display:block;
	padding-top:15px;
	padding-bottom:10px;
}


.FeatureIconPDF 
{
	background: url(/App_Themes/Ilixo/images/features/ico_pdf.gif) no-repeat 0% 0%;
	padding:0px 0px 10px 25px;
}

/* *************************************************************************** */
/* BulletList Items 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:0px 0px 10px 25px;
}



/* *************************************************************************** */
/* Home Page Content Section */
/* *************************************************************************** */

.HomeContentLeftColumn
{	
	padding: 0px;
	width: 625px;
	padding-right:20px;	
}
	
.HomeContentRightColumn
{	
	font-size:13px;
	font-style:normal;
	width: 325px;
	background:url(/App_Themes/Ilixo/images/VerticalBorderLine.gif) repeat-y left;
	padding-left:20px;			
}


.HomeContentRightColumn ul li
{	
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	line-height:2;
	background: url(/App_Themes/Ilixo/images/BulletArrow.gif) no-repeat 0px -1px;		
}




/* *************************************************************************** */
/* Sub Pages Content Section */
/* *************************************************************************** */


.ImageOrangeBar 
{
	background: url(/App_Themes/Ilixo/images/bar_orange.gif) repeat-x 0% 0%;
	padding: 0px 0px 10px;  
	display: block;	
}



td.SubPageProductBoxGraphic
{	
  	width: 225px;  	
  	height: 250px;  	
  	padding-left:20px;    	
}

.ProductCategory 
{
	padding: 8px 8px 0px 8px;
	background-color: #fff;
}
.ProductCategoryTitle
{
	font-size:24px;
}

a.BlueText:active,
a.BlueText:visited,
a.BlueText
{
	color:#2b94c9;
	text-decoration:none;	
}

a.BlueText:hover
{
	color:#2b94c9;
	text-decoration:underline;	
}


.EditorGreyBox 
{	
	background-color:#8b9aa1;
	padding: 15px;
	color: #fff;
	display: block;
}


.EditorOrangeBox 
{
	
	background-color:#ff7200;
	padding: 15px;
	color: #fff;
	font-size: 12px;
	display: block;
}


.EditorGreyBorder 
{
	
	background-color:#fff;
	padding: 15px;
	color: #000;
	font-size: 12px;
	display: block;
	border:solid 3px #8b9aa1;
}

.EditorOrangeBorder 
{
	
	background-color:#fff;
	padding: 15px;
	color: #000;
	font-size: 12px;
	display: block;
	border:solid 3px #ff7200;
}

