/* yara */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
a#active_menu {
	color: #000000;
	font-weight: bold;
}

a#active_menu:hover {
	color: #FE8503;
	text-decoration: none;
}

a:link {
	color: #A9AAAE;
	text-decoration: none;
}

a:visited {
	color: #A9AAAE;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a.category:link, a.category:visited {
	color: #FE8503;
}

a.category:hover {
	color: #000000;
}

a.latestnews:link, a.latestnews:visited {
	border-bottom: 1px solid #EDEDED;
	color: #666666;
	display: block;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
	text-decoration: none;
	width: 170px;
}

a.latestnews:hover {
	background-color: #FAFAFA;
	color: #000000;
}

a.mainlevel:link, a.mainlevel:visited {
	border-bottom: 1px solid #EDEDED;
	color: #666666;
	display: block;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
	text-decoration: none;
	width: 170px;
}

a.mainlevel:hover {
	background-color: #FAFAFA;
	color: #000000;

}
a.body{
color:#FFCC00;
}
a.mainlevel-footer:link, a.mainlevel-footer:visited {
	color: #FB7000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	text-decoration: none;
}

a.mainlevel-footer:hover {
	background-color: transparent;
	color: #000000;
	font-weight: normal;
}

a.mainlevel-front:link, a.mainlevel-front:visited {
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	display: block;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: right;
	text-decoration: none;
	width: 200px;
}

a.mainlevel-front:hover {
	background-color: #FAFAFA;
	color: #000000;
background-image: url(../images/sub.png);
	background-position: left;
	background-repeat: no-repeat;
}

a.mainlevel-top#active_menu-top {
	color: 
	;
}

a.mainlevel-top:link, a.mainlevel-top:visited {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

a.mainlevel-top:hover {
	color: #FE8F00;
	}

a.readon:link, a.readon:visited {
	background-image: url(../images/read.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #FD8504;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
}

a.readon:hover {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

a.sublevel:link, a.sublevel:visited {
	background-image: url(../images/arrow.png);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #EDEDED;
	color: #333333;
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: right;
	text-decoration: none;
	width: 170px;
}

a.sublevel:hover {
	background-color: #FAFAFA;
	color: #000000;
	text-decoration: none;
}

a.weblinks:link, a.weblinks:visited {
	color: #FF9900;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a.weblinks:hover {
	color: #999999;
	text-decoration: underline;
}


body {
	background-color: #EEEEEE;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-weight: normal;
}

img {
	border: 0px;
}

input.inputbox{
	background-color: #FAFAFA;
	border: 1px solid #EDEDED;
	color: #666666;
	font-size: 12px;
}

input.inputbox#mod_login_password{
	background-color: #FAFAFA;
	border: 1px solid #EDEDED;
	color: #666666;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 160px;
}

input{
	background-color: #FAFAFA;
	border: 1px solid #EDEDED;
	color: #666666;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 160px;
}
select{
	background-color: #FAFAFA;
	border: 1px solid #EDEDED;
	color: #666666;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 160px;
}
textarea{
	background-color: #FAFAFA;
	border: 1px solid #EDEDED;
	color: #666666;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 260px;
}

input.inputbox#mod_search_searchword{
	background-color: #FAFAFA;
	border: 1px solid #EDEDED;
	color: #666666;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-top: 15px;
	width: 170px;
}

li, .moduletable li, .moduletable-main li, .moduletable-services li, .moduletable-top li {
	list-style: none;
}

td,tr,p,div {
	color: #cccccc;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

textarea.inputbox {
	background-color: #FAFAFA;
	border: 1px solid #EDEDED;
	color: #666666;
}

ul {
	margin: 0px;
	padding: 0px;
}

.button {
	background-color: #F5F5F5;
	border: 1px solid #CBCBCB;
	color: #000000;
	font-size: 12px;
}

.button:hover {
	color: #FF8C00;
}

/** category text format and links **/
.category {
	color: #FD6D04;
	letter-spacing: 1px;
	text-decoration: none;
}

.componentheading {
	color: #444444;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.inputtext {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}


h2.contentheading {
	color: #555555;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
	padding-bottom: 10px;
}

h2{
color: #555555;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
	padding-bottom: 10px;

}

/* Content - Sections & Categories */
.contentpane {
	width: 100%;
}

.contentpaneopen {
	width: 100%;
}

.createdate {
	color: #FD8504;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.details {
	background-image: url(../images/read.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 11px;
	line-height: 20px;
	padding-left: 20px;
}
.flash {
margin-left: 15px;
}

.headings {
	color: #93B312;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 10px;
}

.modifydate {
	color: #808080;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.moduletable {
	padding-bottom: 10px;
	text-align: left;
	}

.moduletable h3 {
	color: #555555;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
	padding-bottom: 15px;
	text-align: right;
	width: 170px;
}

.moduletable li{
	list-style: none;
}

.moduletable td {
	font-size: 12px;
	text-align: left;
}

.moduletable-front {
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 20px;
	float: right;
	left: 656px;
	position: absolute;
	text-align: left;
	top: 95px;
	width: 200px;
}



.moduletable-top {
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	top: 30px;
	width: 220px;
}

.pathway {
	color: #666666;
	padding-bottom: 20px;
	padding-top: 20px;
}

.quote {
	color: #000000;
	display: block;
	font: oblique 110% georgia, times, serif;
	line-height: 25px;
	margin: 0 auto;
	width: 100%;
}

.quote2 {
	color: #999999;
	display: block;
	font: oblique 110% georgia, times, serif;
	line-height: 25px;
	margin: 0 auto;
	width: 100%;
}

.sectiontableentry1 {
}

.sectiontableentry2 {
}

.sectiontableheader {
	color: #FFFFFF;
	font-size: 11px;
}

.OrgText {
	font-size: 14px;
	color: #FFCC00;
	font-weight: bold;
}
.Points {
font-size: 11px;
	color: #FFCC00;
	font-weight: bold;
}

.RedText {
	color: #E7131C;
	font-weight: bold;
}
.GrayText {
	color: #A9AAAE;
	font-weight: bold;
}
.small {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

.smalldark {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.Title{
	color:#FFCC00;
	font-size:12px;
	font-weight:normal;
}
.subTitle {
color:#FFCC00;
font-size:14px;
font-weight:bold;
}
.subTitle2 {
color:#A9AAAE;
font-size:14px;
font-weight:bold;
}
.subText {
color:#FFCC00;
font-size:12px;
font-weight:bold;
}

/*#body {
	background-image: url(../images/middle.gif);
	background-position: top;
	background-repeat: repeat-y; 
	margin-left:80px
	overflow: auto;
	width: 723px;
	min-height: 240px;
}*/
#body {
	background-image: url(../images/middle.gif);

	float: none;

	letter-spacing: 0px;
	margin-left: 144.5px;
	
	width: 723px;	min-height: 240px;
}

#bodywrap {
	margin: 0 auto;
	margin-top: 0px;
	width: 100%;
	
		}

#bottom {
	background-image: url(../images/bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	float: none;
	height: 42px;
	letter-spacing: 0px;
	margin-left: 144.5px;
	text-align: center;
	width: 723px;
}

#bottom td {
	text-align: center;
}

#footer {
	float: none;
	height: 20px;
	letter-spacing: 0px;
	margin-left: 144.5px;
	padding-top: 20px;
	text-align: center;
	width: 698px;

}

#footer td {
	text-align: center;
}

#frontbody {
	float: none;
	padding-bottom: 30px;
	padding-left: 20px;
	text-align: left;
	width: 723px;
	height: 100px;
	margin-left: 144.5 px;
}

#frontbody li {
	line-height: 20px;
	list-style: square;
	list-style-position: inside;
}

#frontcolumn {
	float: left;
	height: 220px;
	margin-left: 20px;
	width: 180px;
}
.news {
margin-left:10px;

float:left;
}
.Text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #A9AAAE;
}
.prod
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFCC00;
}
.Qustion {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A9AAAE;
}


#header {

	height: 218px;
	margin: 0 auto;
	text-align: left;
	width: 723 px;
}
#headerdemo {
	background-image: url(../images/onlinedemo.JPG);
	background-position: top;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0 auto;
	text-align: left;
	width: 723 px;
}
#headerprod {
	background-image: url(../images/Products.JPG);
	background-position: top;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0 auto;
	text-align: left;
	width: 723 px;
}
#headercont {
	background-image: url(../images/contactus.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0 auto;
	text-align: left;
	width: 723 px;
}
#headersupp {
	background-image: url(../images/support.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0 auto;
	text-align: left;
	width: 723 px;
}
#headerser {
	background-image: url(../images/services.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0 auto;
	text-align: left;
	width: 723 px;
}
#headerpart {
	background-image: url(../images/partners.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0 auto;
	text-align: left;
	width: 723 px;
}
#headerabtus {
	background-image: url(../images/AboutUs.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0 auto;
	text-align: left;
	width: 723 px;
}
#headercareer {
	background-image: url(../images/Careers@IC.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0 auto;
	text-align: left;
	width: 723 px;
}
#headermap {
	background-image: url(../images/Sitemap.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0 auto;
	text-align: left;
	width: 723 px;
}

#headerbottom {
	background-image: url(../images/bottombg.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 26px;
	margin-left: 144.5px;
	width: 723px;
}

#headerwrap {
	background-image: url(../images/header.jpg);
	background-position: top;
	background-repeat: repeat-y;
	height: 218px;
	margin-left: 144.5px;
	width: 723px;
}
#headerwrapHTML {
	height: 180px;
	margin-left: 144.5px;
	width: 723px;
}


#mainbody {
	float: left;
	padding-bottom: 30px;
	padding-left: 20px;
	text-align: left;
	width: 480px;
}

#mainbody li {
	line-height: 20px;
	list-style: square;
	list-style-position: inside;
}

#menu {
	background-image: url(../images/topbg1.gif);
	background-position:left;
	background-repeat: no-repeat;
	height: 95px;
	margin-left: 144.5px;
	text-align: left;
	width: 723px;
}

#rightcolumn {
	float: left;
	margin-left: 15px;
	padding-bottom: 70px;
	text-align: left;
	width: 180px;
}

h1{
	color: #293333;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 26px;
        letter-spacing: -1px;	
	line-height: 120%;
	margin: 0px;
	padding-bottom: 10px;
font-weight: normal;
}

h2{
color:#FFCC00;
font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;	
font-size: 22px;
	line-height: 115%;
	margin: 0px;
	padding-bottom: 10px;
font-weight: normal;
}

h3{
font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;	
font-size: 18px;	
	line-height: 115%;
	margin: 0px;
	padding-bottom: 10px;
font-weight: normal;
}

h4{
font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;	
font-size: 15px;	
	line-height: 115%;
	margin: 0px;
	padding-bottom: 10px;
font-weight: normal;
}

