a.hyper_link:link {
	color: #7878AA; text-decoration: underline
}

a.hyper_link:active {
	color: #787878; text-decoration: underline
}
a.hyper_link:visited {
	color: #AA7878; text-decoration: underline
}
a.hyper_link:hover {
	color: #78AA78; text-decoration: underline
}

a:link {
	color: #787878; text-decoration: none;
}
a:active {
	color: #787878; text-decoration: none;
}
a:visited {
	color: #787878; text-decoration: none;
}
a:hover {
	color: #545CFF; text-decoration: none;
}

a.link1:link {
	color: #545CFF; text-decoration: none
}
a.link1:active {
	color: #545CFF; text-decoration: none
}
a.link1:visited {
	color: #545CFF; text-decoration: none
}
a.link1:hover {
	color: #303030; text-decoration: none
}


a.link2:link {
	color: #FFFFFF; text-decoration: none
}
a.link2:active {
	color: #FFFFFF; text-decoration: none
}
a.link2:visited {
	color: #FFFFFF; text-decoration: none
}
a.link2:hover {
	color: #000000; text-decoration: none
}


td {
	font-size: 12px; color: #787878; line-height: 14px; font-family: "Arial", "Helvetica", "sans-serif"; letter-spacing: 0pt
}

body {
background-color: #e8e8e8;
}

p {
line-height: 18px;
}

#container {
background-image: url("../imgs/bar.gif"); 
background-repeat: repeat-y; 
width:"1260";  
}

.imgshadow {
    border-width: 0 4px 4px 0;
    border-style: solid;
    border-color: #eee;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


h1 {
	font-family: "Arial Black";
	font-size: 18px;
	font-weight: normal;
	color: #4F5E8F;
	/* text-transform: capitalize; */
	line-height: 24px;
}


.title-01 {
	font-family: "Arial Black";
	font-size: 18px;
	font-weight: normal;
	color: #4F5E8F;
	/* text-transform: capitalize; */
	line-height: 24px;
}
.title-02-02 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #4F5E8F;
	line-height: 20px;

}

.title-02-02_s {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #3848A8;
	line-height: 20px;

}
.title-02 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	font-weight: bolder;
	color: #4F5E8F;
	line-height: 20px;

}
.title-02-03 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #4F5E8F;
	line-height: 12px;
}

.title-02-03_s {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #3848A8;
	line-height: 20px;

}
.title-03 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
}
.title-04 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #405594;
}
.title-05 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	color: #7D9ECA;
}
.title-06 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight: bold;
	color: #545CFF;
}
.first-letter {
	font-family: "Helvetica", "sans-serif";
	font-size: 20px;
	font-weight: bold;
}
.title-07 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #545CFF;
}

input,select,textarea
{
    color : #7F7F7F; /**/
    font-size : 11px ; /**/
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 787878;
}
.title-06-underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #545cff;
	text-decoration: underline;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.grid {
	border: 1px solid #D9DAE8;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.compare_title {
	font-family: Arial, Helvetica, sans-serif;
	color: 787878;
	font-weight: bolder;
}

.tips {
	color: Blue;
	text-decoration: underline;
}
A.tips:link {
	color: Blue;
	text-decoration: underline;
}
A.tips:active {
	color: Blue;
	text-decoration: underline;
}
A.tips:visited {
	color: Blue;
	text-decoration: underline;
}
A.tips:hover {
	color: Navy;
	text-decoration: underline;
}
.title-submenu {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: 600;
}



/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content
{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:220px;	/* Width of tooltip content */
	height:200px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
	/* filter:alpha(opacity=80); */
	/* filter:progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}

.keyword {
	PADDING-BOTTOM: 1px;
    color: darkgreen; BORDER-BOTTOM: darkgreen 1px solid; BACKGROUND-color: transparent; text-decoration: underline
}
.keyword_over {
		PADDING-BOTTOM: 1px; color: darkgreen; BORDER-BOTTOM: darkgreen 2px solid; BACKGROUND-color: transparent; text-decoration: underline
}

.SBOX {
		border:thin;color: #7f7f7f; BORDER-BOTTOM: #d3d3d3 1px solid; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:11px
}


/* Following css is for submenu show*/
td#menu_item a:link {
	color: #787878; text-decoration: none;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}
td#menu_item a:active {
	color: #787878; text-decoration: none;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}
td#menu_item a:visited {
	color: #787878; text-decoration: none;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}
td#menu_item a:hover {
	color: #545CFF; text-decoration: none;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}

/*
*for list style
*/

/*
* list text size
*/
#nav {
 /*
 position: absolute;
 font-size: 12px;*/   
  opacity: 0.8;
  
   /* Following is for firefox Define*/   
  padding:0; 
  margin:0; 
  list-style:none;
}
#nav a {
  display: block;
  width: 191px;
  height: 30px;
  padding: 0px 0px 0px 0px;
  /*background: #666;*/
  color: #fff;
  text-decoration: none;
}
#nav a:hover {
  background: #333;
}
#nav li {
  width: 190px;
  height:30px;
  overflow:hidden;
  background: #ffffff;
  padding-bottom: 0px;
   
  padding: 1px;
  border: thin none;
}
#nav ul {
  position: absolute;
  margin-left: 186px; /*that is right menu show position*/
  margin-top: -30px;  /*that is right menu show position*/

  padding-top: 0px;
  /*padding: 1px;*/  
  border: thin none;
}
html>body #nav ul {
  margin-left: 160px;
  margin-top: -40px;
  /*padding: 1px;*/
  border: thin none;
  padding-left:30px;
  padding-top:0px;
}
#nav ul {
  display: none;
}
#nav li.show ul {
  display: block;
}
#nav li.show li ul {
  display: none;
}
#nav li li.show ul {
  display: block;
}

.divstyle {
	visibility: visible;
	position: absolute;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#menuTech {
	z-index: 20;
	top: 96px;
	width: 160px;
	display: none;
}

#menuProf {
	z-index: 30;
	top: 96px;
	width: 160px;
	display: none;
}

#menuService {
	z-index: 30;
	top: 96px;
	width: 160px;
	display: none;
}

#menuNews {
	z-index: 30;
	top: 96px;
	width: 160px;
	display: none;
}

#menuAbout {
	z-index: 30;
    left: 436px;
	top: 445px;
	width: 160px;
	display: none;
}

#menuContact {
	z-index: 30;
    left: 192px;
	top: 96px;
	width: 160px;
	display: none;
}

.divstyles {
    display: block;
}

.divstyle2 {
    display: none;
}

.divstyle table {
    border: #333333 1px solid;
    background-color: #ffffff;
}

.divstyle td {
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 2px;
    font-size: 10px;
    cursor: pointer;
    color: #333333;
    line-height: 18px;
    padding-top: 2px;
    border-bottom: #cccccc 1px solid;
    font-family: Verdana, arial, helvetica, sanserif;
    white-space: nowrap; 
    background-color: #f0f0f0;
}

.product_table2, .product_table2 td {
	border: 1px solid rgb(0, 0, 0);
	border-collapse: collapse;
	text-align: center;
}

.mainNav A:link {
    text-decoration: underline;
}
#foot_bg{
background-image:url("imgs/foot_bg.jpg")
}


/******************************************************/
