/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
			
/* <!-- */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* background:#fff; This removes the border around the viewport in old versions of IE */
		width:100%;
		background-color:#fff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		/* font-size:90%; */
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#990000;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding: 0;
	}
	
	
	h1 { 
		font-family: Verdana;
	   	font-size: 18px;
		padding: 0 0 .3cm 0;
	}
	
	h2 { 
		font-family: Verdana;
	   	font-size: 16px;
		padding: 0 0 .3cm 0;
		color: #009999; 
		
		/* #CE664F  */
	}
	
	
	h3 { 
		font-family: Verdana;
	   	font-size: 13px;
		color: #CE664F;
		padding: 0 0 .3cm 0;
	}
	
	
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#990000;    /*  369;    from validator*/
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	
	
	
	
	
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colleft,			/* this was colright */
	.colmid,			
	.colright {			/* this was colleft */
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	
	
	
	/* 3 Column settings */
	.threecol {
		background:#FAFDE6;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#f4f4f4;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

	
	
	
	
	
	/*---Begining of the Stack Style -----*/
	
	
	
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#f4f4f4;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	
	
	
		/* Full page settings */
	.fullpage {
		background:#fff;		/* page background colour */
	}
	.fullpage .col1 {
		width:92%;			/* page width minus left and right padding */
		left:4%;			/* page left padding */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/* --> */

	
	/* -----  Endof the the stacked style -----*/
	
	
	
			
			/*-----------FROM ORG EASYAS-------menus----------------------*/
		
		.topmenu {
					font-size:9px;
					color:#3F4A57;
					text-decoration:none;
					}
					
		.topmenu:hover {
					text-decoration:underline;
					}
		
		.menu {
			font-size:13px;
			color: #369;  /*#B4BECD;*/
			text-decoration:none;
			font-weight:normal;
			font-style: normal;
			font-family: Verdana, Arial, Helvetica, sans-serif;
					}
					
		.menu:hover {
					color: #FFFFCC;   /*#FFFFFF;    changed af*/
					}
					
		/*------------------------------add area----------------------*/
		
		.addarea {
					background-color:#CFD3A4;
					border-bottom:#FAFDE6 1px solid;
					background-image:url(images/addbg.gif);
					background-repeat:repeat-x;
					background-position:top;
					}
					
		/*------------------------------updates---------------------*/
		
		.updatedbg {
					background-color:#E1E3BC;
					padding:4px;
					}
					
		.newsbg {
					padding:18px;
					background-color:#ECEECC;
					}
					
		/*------------------------------easy accounts----------------------*/
		
		.clickhere {
					font-size:11px;
					color: #FFFF99;   /*#ECEECC;*/
					text-decoration:none;
					font-weight:bold;
					}
					
		.clickhere:hover {
					color: #FFFF99;
					}
					
		.easyaccounting {
					font-size:24px;
					color:#C7CB98;
					}
					
		.easytext {
					font-size:11px;
					color:#C3CCD9;
					font-weight:normal;
					padding-right:25px;
					}
					
		.comments {
					font-size:20px;
					color: #FFFF99;
					}
					
		/*------------------------------footer----------------------*/
					
		.footer {
					padding-left:2px;
					padding-right:2px;
					text-decoration:none;
					color: #C3CCb9;
					font-weight:bold;
					font-size:11px;
					}
					
		.footer:hover {
					color: #99CC99;
					}
					
		.copyright {
					font-size:10px;
					color:#C3CCD9;
					line-height:20px;
					}
					
		/*------------------------------innerpage----------------------*/
		
		.moreservices {
					background-color:#38404A;
					border-bottom:#FAFDE6 1px solid;
					border-top:#FAFDE6 1px solid;
					padding-left:25px;
					}
					
		.productbg {
					color:#5D6878;
					}
					
		/*------------------------fonts---------------------*/
		.style1 {
			color: #7c8898;
			font-size: 24px;
		}
		.style2 {color: #3F4A57}
		.style3 {
			color: #CE664F;
			font-weight: bold;
		}
		.style6 {
			color: #669999;
			font-size: 12px;
			font-family: Tahoma;
		}
		.style7 {color: #0033FF; font-size: 12px; }
		.style15 {
			font-family: Tahoma;
			font-size: 10px;
		}
		.style16 {font-size: 18px}
		.style17 {font-size: 9px}

		.style18 {font-family: Tahoma; font-size: 12px; }		
		
		.style26 {
			font-size: 12px;
			font-family: Arial;
		}
		.style28 {color: #7c8898}
		.style29 {font-size: 14px}
		.style30 {font-size: 10px}
		.style81 {	font-size: 14px;
			color: #669999;
		}
		.style82 {	font-size: 12px;
			color: #669999;
		}
		
		.style86 {font-family: Arial}
		.style87 {	font-size: 16px;
			font-weight: bold;
			color: #FF0000;
		}
		
		.style88 {	font-size: 12px;
			font-family: Arial;
			color: #FF0000;
		}
		.style89 {	font-size: 12px;
			font-family: Arial;
			color: #FF0000;
		}
		.style91 {color: #FF0000}	
		
			
		.style92 {font-size: 12px}
		
		.style97 {font-size: 12px; font-family: Arial; color: #990033; }
		.style98 {	font-family: Verdana;
			font-size: 12px;
		}
		
				.style102 {font-family: Verdana}
				
		.style104 {font-size: 12px; font-family: Verdana; color: #000099; font-weight: bold; }
		.style106 {font-size: 16px; color: #000099; font-family: Verdana;}				
				
				
		.style121 {font-weight: bold}
		.style103 {font-family: Arial}
		.style125 {
			color: #FF0000;
			font-weight: bold;
			font-size: 16px;
		}
			
				
				
		.style126 {	color: #CE664F;
			font-weight: bold;
			font-family: Verdana;
			font-size: 14px;
		}



			
		.style127 {
			font-size: 14px;
			font-family: Verdana;
		}
		.style128 {font-family: Verdana; font-size: 12px; font-weight: bold; }
		.style129 {font-family: Verdana; font-size: 12px; }
		.style130 {color: #0066FF}
		.style132 {
			color: #669999;
			font-size: 12px;
			font-family: Verdana;
		}
		
		.style134 {color: #CCCCCC}
.style135 {
	font-size: 13px;
	font-family: Verdana;
	color: #CCCCCC;
}
.style136 {color: #369}
.style138 {font-size: 20px}

.style139 {font-size: 14px;}
.style140 {color: #9900CC;}
.style142 {font-family: Verdana; font-size: 14px; color: #0033CC; font-weight: bold; }

		<!--


-->	
			/*----------------END ORIGINAL EASYAS-----------------*/
	
	/* --> */