/* CSS Document */
	
	body{
		font-size:12px;
		font-family: Arial, Helvetica, sans-serif;
		/*font-family:Georgia, "Times New Roman", Times, serif;*/
		margin:0px;
		padding:0px;
		background-image: url(images/bg.gif);
		background-repeat:repeat-y;
		background-position:center;
		/*margin-top:20px;*/
		/*background-image:url(images/shadow_border.gif); background-position:center; background-repeat:repeat-y;*/
	}
	
	.rightshadow{
	background-image:url(images/rgt_shadow_bdr.gif);
	/*background-image:url(../images/white.gif);*/
	/*background-repeat:no-repeat;*/
	background-repeat:repeat-y;
	background-position:top right; 
	width:45px;
	}
	
	.leftshadow{
	background-image:url(images/lft_shadow_bdr.gif);
	/*background-image:url(../images/white.gif);*/
	/*background-repeat:no-repeat; */
	background-repeat:repeat-y;
	background-position:top left; 
	width:45px;	
	}
	
	/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {
	position:relative; 
}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/

	
	
	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
		background-color:#ffffff;
		padding-left:10px;
		border-width:1px 0px 1px 0px;
		border-style:solid;
		border-color:#000000;
		margin:0px 10px 0px 10px;
		z-index:10 !important;
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#444444;
		background-color:transparent;
		text-decoration:none;
		padding:3px 20px 3px 8px;
		border-style:solid;
		border-color:#000000;
		border-width:0px 0px 0px 1px;
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		/*border-color:#333333;*/

		color:#000000;
		background-color:#EFF4FA;
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		
		color:#000000 !important;
		background-color:#EFF4FA !important;
		text-decoration:underline !important;
		background-image:url(images/template2_item_bg.gif) !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		/*background-image:url(images/bullet_white_down.gif);*/
		background-repeat:no-repeat;
		background-position:92%;
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		
		background-color:#ffffff;
		padding:5px 5px 5px 5px;
		border-style:solid;
		border-width:1px 1px 1px 1px;		
		border-color:#333333;
		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		color:#333333;
		border-width:0px 0px 0px 4px;
		border-color:#ffffff;
		border-style:solid;
		padding:3px 20px 3px 5px;
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{

		border-color:#75B1C2;
		text-decoration:none;
	}

	#qm0 div div
	{
		margin:0px 0px 0px 3px;
	}

	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		border-color:#75B1C2 !important;
		text-decoration:underline !important;
		background-image:url(images/template2_black_arrow_right.gif) !important;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{

		background-image:url(images/template2_black_arrow_right.gif);

	}



	/* Second Menu */
	
	/*"""""""" (MAIN) Container """"""""*/
	#qm1
	{ 
		background-color:#4c93bf;
		border-width:1px 1px 1px 1px;
		margin:0px px 0px 0px;
		padding:10px 10px 10px 10px;
		background-image:url(images/template3_bg.gif);
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm1 a
	{
		color:#ffffff;
		background-color:transparent;
		text-decoration:none;
		padding:3px 20px 3px 3px;
		border-style:solid;
		border-color:#ffffff;
		border-width:0px 0px 1px 0px;
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm1 a:hover
	{ 
		/*border-color:#333333;*/

		color:#ffffff;
		border-color:#FFCC33;
		
		/*text-decoration:underline;*/
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm1 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		
		color:#ffcc33 !important;
		border-color:#FFCC33 !important;
		background-image:url(images/template3_arrow_hl.gif) !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm1 .qmparent
	{
		background-image:url(images/template3_arrow2.gif);
		background-repeat:no-repeat;
		background-position:97%;
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm1 div
	{
		
		background-color:#ffffff;
		padding:5px 5px 5px 5px;
		border-style:solid;
		border-width:1px 1px 1px 1px;
		/*background-image:url(images/water_mark.gif);*/
		background-position:bottom right;
		background-repeat:no-repeat;
		border-color:#FFCC33;
		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm1 div a
	{		
		color:#f98125;
		border-width:0px 0px 0px 0px;
		border-color:#FFCC33;
		padding:3px 20px 3px 5px;
		
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm1 div a:hover
	{

		color:#4c93bf;
		text-decoration:none;
	}

	

	/*""""""""[SUB] Active State """"""""*/
	#qm1 div .qmactive
	{
		/* Note: Add '!important' after each style */
		color:#FFCC33 !important;
		text-decoration:underline !important;
		background-image:url(images/bullet_black_right.gif) !important;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm1 div .qmparent 
	{

		background-image:url(images/bullet_black_right.gif);

	}

/* ----------------------------------------------FOR SITE------------------------------------------------------------ */
.container {width:800px;}

.top_links {font-size:11px;color:#ffffff; vertical-align:middle; }

.top_links a {
	color: #ffffff; text-decoration: none; font-weight:normal; 
}
.top_links a:link {
	color: #ffffff; text-decoration: none; font-weight:normal;
}
.top_links a:hover{
	text-decoration: underline; color: #ffffff; font-weight:normal;
}
.white_text {color:#ffffff; vertical-align:middle; padding-left:10px;}

.left_panel {padding-bottom:5px; padding-left:0px; vertical-align:top; padding-right:5px; width:184px;}
.right_panel {padding-bottom:5px; padding-right:0px; padding-left:5px; vertical-align:top; width:291px;}

.footer {font-size:11px;color:#4c93bf; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:10px; text-align:left; background-image: url(images/blue.gif); background-repeat:repeat-x; background-position:top; height:20px; margin-top:10px; line-height:16px;}

.footer a {
	color: #4c93bf; text-decoration: none; font-weight:normal;
}
.footer a:link {
	color: #4c93bf; text-decoration: none; font-weight:normal;
}
.footer a:hover{
	text-decoration: underline; color: #636060; font-weight:normal;
}

.left_text {line-height:14px; color:#636060; text-align:justify; padding-bottom:5px; padding-left:5px; }

.orange_title { line-height:20px; font-weight: bold; color:#ffffff; text-align:left;padding-left:15px; text-align:left;background-image: url(images/org_header.gif); background-position:left; background-repeat:no-repeat;}

.blue_title { line-height:20px; font-weight: bold; color:#ffffff; text-align:left;padding-left:15px; text-align:left;background-image: url(images/blue_header.gif); background-position:left; background-repeat:no-repeat;}

.news {line-height:14px; color:#636060; background-image:url(images/grey.gif); text-align:justify; padding:5px; padding-left:10px; padding-right:10px; vertical-align:top;}

.news a {
	color: #4f0600; text-decoration: none; font-weight:normal;
}
.news a:link {
	color: #4f0600; text-decoration: none; font-weight:normal;
}
.news a:hover{
	text-decoration: underline; color: #4f0600; font-weight:normal;
}

.page_title {color:#ffffff; text-align:left; background-image: url(images/page_title_gr_bg.gif); background-repeat:no-repeat; background-position:top left; padding-left:10px; margin-bottom:5px;font-weight:bold; padding-bottom:4px; line-height:27px; text-transform:uppercase;}

.title_1 {color:#ff9527; text-align:left; background-image:url(images/border_1.gif); background-repeat:no-repeat; background-position:bottom right; margin-top:10px; font-weight:bold; padding-bottom:4px; text-transform:capitalize;}

.title_2 {color:#ffffff; text-align:left; background-image:url(images/box_tp_mid.gif); background-repeat:repeat-x; margin-top:10px; font-weight:bold; height:21px; line-height:20px;}

.title_3 {color:#4c93bf; font-size:12px; text-align:left; background-image:url(images/box_bullet.gif); background-position:left; background-repeat:no-repeat; font-weight:bold; line-height:20px; padding-left:20px; margin-left:5px;}
.title_3 a {
	color: #4c93bf; text-decoration: none; display:block;
}
.title_3 a:link {
	color: #4c93bf; text-decoration: none; display:block;
}
.title_3 a:hover{
	text-decoration: underline; color: #4c93bf; display:block;
}

.image_1{ margin:0px 5px 0px 5px; float:left; border:solid; border-width:1px; border-color:#eef1f1;}

.text {line-height:15px; color:#636060; text-align:justify;}
.testimonial {line-height:15px; margin-top:10px; color:#636060; text-align:justify; border-bottom-style:dashed; border-bottom-width:1px; border-bottom-color:#000000;}
.rfid {line-height:14px; padding:10px; margin-top:0px; color:#636060; text-align:justify; 
border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#4c93bf; 
border-left-style:solid; border-left-width:1px; border-left-color:#4c93bf; 
border-right-style:solid; border-right-width:1px; border-right-color:#4c93bf; 
background-image:url(images/orange_gradient.gif); background-position:bottom; background-repeat:repeat-x; display:block}
.rfid a {
	color: #636060; text-decoration: none; font-weight:normal; 
}
.rfid a:link {
	color: #636060; text-decoration: none; font-weight:normal;
}
.rfid a:hover{
	text-decoration: none; color: #3282b4; font-weight:normal;
}
.inter_div {line-height:15px; margin-top:10px; margin-bottom:10px; padding-bottom:5px; color:#636060; text-align:justify; border-bottom-style:dashed; border-bottom-width:1px; border-bottom-color:#000000;}
.inter_div a {
	color: #4c93bf; text-decoration: none; font-weight:normal;
}
.inter_div a:link {
	color: #4c93bf; text-decoration: none; font-weight:normal;
}
.inter_div a:hover{
	text-decoration: underline; color: #4c93bf; font-weight:normal;
}

.text_cs {line-height:16px; padding:5px; color:#636060; text-align:justify; background-color:#ffffff}
.text_cs a {
	color: #4c93bf; text-decoration: none; font-weight:normal;
}
.text_cs a:link {
	color: #4c93bf; text-decoration: none; font-weight:normal;
}
.text_cs a:hover{
	text-decoration: underline; color: #4c93bf; font-weight:normal;
}

.text_1 {line-height:16px; margin-top:10px; color:#636060; text-align:justify;}
.text_1 a {
	color: #4c93bf; text-decoration: none; font-weight:normal;
}
.text_1 a:link {
	color: #4c93bf; text-decoration: none; font-weight:normal;
}
.text_1 a:hover{
	text-decoration: underline; color: #4c93bf; font-weight:normal;
}

.text_1  ul{line-height:14px; color:#636060; text-align:justify; vertical-align:top; list-style-image: url(images/bullet_triangle.gif); margin:0px; margin-bottom:5px; margin-left:25px; margin-top:5px; padding:0px;}
.text_1 ul a {
	color: #4c93bf; text-decoration: none; font-weight:normal;
}
.text_1 ul a:link {
	color: #4c93bf; text-decoration: none; font-weight:normal;
}
.text_1 ul a:hover{
	text-decoration: none; color: #ff9527; font-weight:normal;
}
.text_2 {line-height:15px; color:#4c93bf; text-align:justify;}

.container_text {line-height:13px; color:#636060; text-align:justify; padding-top:5px; vertical-align:top; }

.container_text a {
	color: #b8161e; text-decoration: none; font-weight:normal; padding-bottom:2px;
}
.container_text a:link {
	color: #b8161e; text-decoration: none; font-weight:normal;
}
.container_text a:hover{
	text-decoration: underline; color: #b8161e; font-weight:normal;
}

.container_text  ul{line-height:14px; color:#4c93bf; text-align:justify; vertical-align:top; list-style-image:url(images/tri_bullet.gif); margin:0px; margin-bottom:5px; margin-left:25px;	padding:0px;}
.container_text ul a {
	color: #1f2f81; text-decoration: none; font-weight:normal;
}
.container_text ul a:link {
	color: #1f2f81; text-decoration: none; font-weight:normal;
}
.container_text ul a:hover{
	text-decoration: none; color: #f98125; font-weight:normal;
}

.box_text {line-height:14px; font-size:11px; color:#636060; text-align:justify; margin-top:5px;vertical-align:top; border-bottom-style:dashed; border-bottom-width:1px; border-bottom-color:#000000;border-left-style:solid; border-left-width:1px; border-left-color:#eef1f1;border-right-style:solid; border-right-width:1px; border-right-color:#eef1f1; background-image:url(images/box_gradient.gif); background-position:bottom; background-repeat:repeat-x; padding:2px 2px 4px 2px; display:block;}

.field {
 font-size:10px; color:#636060; padding:1px; border: 1px #000000 solid;
}

.faq {
 color:#636060; padding:5px; border: 1px #dddddd solid; margin-top:10px;
}

.faq strong{
 color:#4c93bf;
}