*{margin:0; padding:0;}

html, body {height: 100%;}

body {
	
	font-family: 	"Calibri", verdana, Arial, Helvetica, sans-serif;
	font-size: 		100%;
	line-height: 	19px;
	color: 			#000000;
	padding:		0px;
	margin:			0px;
	background:url(../images/page_bg.jpg) repeat-x #ffffff top left;
	/*background:url(../images/page_bg1.jpg) repeat-x #7abf0e top left;
	background:url(../images/page_bg2.jpg) repeat-x #a7df08 top left;*/
}

	
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto ;
	width:950px;

	
	/*background-color:#F5F5F5;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
		border-radius:5px;
		*/
		/*-moz-box-shadow:#cccccc 4px 4px 4px;
		-webkit-box-shadow:#cccccc 4px 4px 4px;
		box-shadow:#cccccc 4px 4px 4px;*/
		/*border:1px solid #000000;*/
		
}

#content {
	width:950px;
	height:auto;
	float:left;
	margin:0px;
	padding:0px;
	background:url(../images/content_bg.png) no-repeat top left #ffffff;
	/*border-left:1px solid #e4e4e3;
	border-right:1px solid #e4e4e3;*/
}

/*#top {
	
	background:url(../images/top.png) center 0 no-repeat;
}*/


#body {
	width:950px;
	height:auto;
	/*background-color:#ffffff;*/
	border-top:1px solid #efeded;
	border-left:1px solid #efeded;
	border-right:1px solid #efeded;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	float:left;
	margin:5px 0;
		
	background:url(../images/content_shadow.png) no-repeat bottom center #ffffff;

		/*-moz-box-shadow:#cccccc 4px 4px 4px;
		-webkit-box-shadow:#cccccc 4px 4px 4px;
		box-shadow:#cccccc 4px 4px 4px;*/
}

/* ---------------- Top Menu ---------------------------- */

#pageTop {
	width:100%;
	float:left;
    background: url(../images/topPageBg.png) top left repeat-x;
	height:auto;
}

#pageTop .menuTop{
	background: url(../images/logo_iit.png) top left no-repeat;
	height: 100%;
	margin: 0 auto ;
	width:950px;
}

/* ---------------- End ---------------------------- */

#top {
	width:100%;
	height:150px;
	float:left;
	background:url(../images/top_bg.jpg) no-repeat top left;
}

#banner {
	width:950px;
	height:247px;
	float:left;
	margin:4px 4px 2px 5px;
	background-color:#e7e7e1;
}



img  { border:0; }

.lightbox_border {
	padding:25px;
	/*border:solid;
	border-color: #dddddd #dddddd #dddddd #dddddd;
	border-width: 1px 2px 2px 1px;*/
	background-color:#F1F1F1;
	text-align:center;
	margin:7px;
}


/* ----------------------------Main menu------------------------------*/


#Menu {
	width:100%;
	height:63px;
	padding:0px 0px 5px 0px;
	font-family:Gill Sans MT Condensed, Arial Rounded MT Bold,  Tw Cen MT Conde, Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	float:left;
}

#Menu ul {
	margin-left:-25px;
}

#Menu ul li {
	background:url(../images/seperator.jpg) no-repeat left;
	font-size:16px;
	list-style:none;
	color:#787777;
	/*font-weight:bolder;*/
	float:left;
	padding:6px 20px 5px 25px;
}

#Menu ul li.bgnone{
	background:none;
	margin-left:0px;
	padding-left:0px;
}

#Menu ul li a{
	color:#877770;
	text-decoration:none;
}

#menu ul li a:hover{
	color:#317085;
	text-decoration:underline;
}

#Menu ul li a:hover, .current{
    color: #317085;
	/*border-bottom:3px solid #FC3;*/
}


/* ----------------------------------------------------------------------------------------*/

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 98%;
font-family:Verdana, Geneva, sans-serif;

}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}



		/*=== Custom Slider Styles ===*/



#slider {
	position:relative;
    width:520px;
    height:383px;
   	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:10px;
	top:5px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(..../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif, Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	font-style:normal;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.height { line-height:0.1em;}

.height1 { line-height:0.6em;}


.icon { border:0px;}
.icon:a { border:0px; }
.icon:hover { border:2px solid #ffffff;}


img { border:0px;}

.imgborder {
	padding:3px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:#fff;
	text-align:center;
}

.iconborder {
	padding:1px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px;
	background-color:#fff;
	text-align:center;
}

.v-line {
	/*background:url(../images/v_line.jpg) repeat-y top left;*/
	width:10px;
	border-left:1px solid #e3e3e3;
	padding:10px 0; 
}

.h-line {
	background:url(../images/h_line.jpg) repeat-x top left;
	hight:5px;
}


h1, h2, h3 {
	font-size: 36px;
	line-height: 1.2307em;
	color: #4e4e4e;
	padding: 0px 0 36px;	
	font-weight: normal;
}

h5 {
	font-size: 13px;
	line-height:20px;
	color:#972A27;
	font-weight:normal;
	margin-left:20px;
	background: url(../images/marker.png) 0 10px no-repeat;
	padding-left:10px;
	font-family:Calibri, "Californian FB", "Calisto MT";
}

h5 a {
	text-decoration:none;
	color:#972A27;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	color: #1a1d2c;
	font-weight: normal;
}

span.text {
	font-size: 25px;
	line-height: 20px;
	color: #4e4e4e;
	display: block;
	padding: 27px 0 21px 0;
}

span.text span {color: #00c3eb;}

span.text2 {
	font-size: 13px;
	line-height: 19px;
	color: #555555;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 0 0 8px 0;
}

.serviceTit { 
	text-align:left;
	color:#14A3DF;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif, Lucida Grande, Lucida Sans, Tahoma;
	font-size:11px;
	padding:5px 5px;
}

.mtitle {
    color: #46403B;
    display: block;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:18px;
    line-height:1em;
	font-weight:bold;
	text-transform:uppercase;
}

.gTech { 
	padding:0 2px 0px 8px; 
	font: bold 12px Calibri, Verdana, Geneva, sans-serif;
	line-height: 1.5;
	text-align:center;
	color:#2C186F;
}

.gTech a { 
	padding:0 2px 0px 8px; 
	font: bold 12px Calibri, Verdana, Geneva, sans-serif;
	line-height: 1.5;
	text-align:center;
	color:#2C186F;
	text-decoration:underline;
	
}

.gTech a:hover { 
	
	text-decoration:none;
}

.gTech em{ 
	font: bold 14px Verdana, Geneva, sans-serif;
	color:#5FA919;
}

.gTech span{ 
	font: bold 14px Verdana, Geneva, sans-serif;
	color:#942B27;
}

.gTech b{ 
	font: bold 14px Verdana, Geneva, sans-serif;
	color:#006;
}

.pagetext { 
	padding:0 2px 0px 8px; 
	font-famil:Calibri, Verdana, Tahoma, Arial;
	font-size:15px;
	line-height: 1.3;
	text-align:justify;
	color:#000;
}

.pagetext a { 
	color:#000;
	text-decoration:none;
}

.pagetext em{ 
	font: bold 14px Calibri, Verdana, Geneva, sans-serif;
	color:#5FA919;
}

.pagetext span{ 
	font: bold 14px Calibri, Verdana, Geneva, sans-serif;
	color:#942B27;
}
.pagetext b{ 
	font: bold 14px Calibri, Verdana, Geneva, sans-serif;
	color:#006;
}

.address li em{ 
	font: bold 14px Calibri, Verdana, Geneva, sans-serif;
	color:#5FA919;
}

.address li span{ 
	font: bold 14px Calibri, Verdana, Geneva, sans-serif;
	color:#942B27;
}



.pagetexts { 
	padding:0 2px 0px 8px; 
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif, Lucida Grande, Lucida Sans ;
	font-size:12px;
	line-height: 1.4;
	text-align:justify;
	color:inherit
}

.pagetextlabel { 
	padding:0 2px 0px 8px; 
	font-family:Verdana, Arial, Helvetica, sans-serif, Lucida Grande, Lucida Sans, Tahoma;
	font-size:14px;
	line-height: 1.4;
	text-align:justify;
	color:#666;
}

.pagetextsmall { 
	padding:0 12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif, Lucida Grande, Lucida Sans, Tahoma;
	font-size:11px;
	line-height: 1.4;
	text-align:justify;
	color:#000;
}

.pagetextsmall a { 
	color:green;
}

.pagetextsmall a:hover { 
	
	color:#000000;
}

.pagetextsmalltt { 
	padding:5px 12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif, Lucida Grande, Lucida Sans, Tahoma;
	font-size:10px;
	line-height: 1.1;
	text-align:justify;
	/*color:#8a949d;*/
	color:#ffffff;
	font-style:italic;
}

.news_head { 
	padding:0 12px; 
	font-family:Lucida Sans,erdana, Arial, Helvetica, sans-serif, Lucida Grande,  Tahoma;
	font-size:14px;
	line-height: 1.4;
	text-align:justify;
	color:#7bb0e6;
}

.news_tit{ 
	font-family:Lucida Sans,erdana, Arial, Helvetica, sans-serif, Lucida Grande,  Tahoma;
	font-size:11px;
	line-height: 1.4;
	text-align:left;
	/*color:#7bb0e6;*/
	color:#c9f307;
	font-style:normal;
	text-transform:uppercase;
}

.news_tit1{ 
	font-family:Lucida Sans,erdana, Arial, Helvetica, sans-serif, Lucida Grande,  Tahoma;
	font-size:11px;
	line-height: 1.4;
	text-align:left;
	/*color:#7bb0e6;*/
	color:#FF9;
	font-style:normal;
	/*text-transform:uppercase;*/
}


.address1 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;	
	text-align:justify;
	font-size:11px;
	padding:1px 1px;
}

.address1 a {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;	
	text-align:justify;
	font-size:11px;
	padding:1px 1px;
	text-decoration:none;
}

.address1 a:hover {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;	
	text-align:justify;
	font-size:11px;
	padding:1px 1px;
	text-decoration:underline;
}

.pagetit { 
	padding:0 10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif, Lucida Grande, Lucida Sans, Tahoma;
	font-size:13px;
	line-height: 1.5;
	text-align:Left;
	color:#3E8302;
	font-weight:bold;
}

.pagehead { 
	padding-left:10px; 
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif, Lucida Sans, Tahoma;
	font-size:18px;
	line-height:3em;
	text-align:left;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	background:url(../images/sidebar_hr.png) no-repeat bottom left;
}

.pagelist ol ul { 
	padding:0px 10px; 
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif, Lucida Grande, Lucida Sans, ;
	font-size:12px;
}

.pagelist li { 
	text-align:lift;
	list-style:none;
	color:#000;
	/*font-weight:bold;*/
	font-family:Verdana, Arial, Helvetica, sans-serif, Lucida Grande, Lucida Sans, Tahoma;
	font-size:12px;
	padding:1px 5px; 
}

/*---------------------------------------Products------------------------*/

.products ul { 
	padding:0 1px; 
	font-family:Verdana, Arial, Helvetica, sans-serif, Lucida Grande, Lucida Sans, Tahoma;
	font-size:11px;
}

.products li { 
	text-align:left;
	list-style:none;
	color:#000;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif, Lucida Grande, Lucida Sans, Tahoma;
	font-size:11px;
	/*background:url(../images/h_line.jpg) repeat-x bottom left;*/
	margin:0px 0 10px 0;
	text-transform:uppercase;
	border-bottom:1px solid #efefef;
}

.products li a { 
	color:#000;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/bull01.png) no-repeat center left;
	padding-left:25px;
}

.products li a:hover { 
	text-align:justify;
	color:blue;
	font-weight:bold;
	text-decoration:none;
}

/*---------------------------------------Services------------------------*/

.services ul { 
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif, Lucida Grande, Lucida Sans, Tahoma;
	font-size:11px;
}

.services li { 
	text-align:left;
	list-style:none;
	color:green;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif, Lucida Grande, Lucida Sans, Tahoma;
	font-size:11px;
	padding-bottom:15px;
	background:url(../images/h_line.jpg) repeat-x bottom left;
	margin:0px;
	width:230px;
}

.services li a { 
	color:green;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/bullet.png) no-repeat center left;
	padding-left:15px;
}

.services li a:hover { 
	text-align:justify;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

/* -------------------------------- address ---------------------------------*/

.address ul { 
	padding-left:20px;
	float:left;
		
}

.address li { 
	/*border-top: 1px solid #efefef;*/
    font:12px/16px Verdana, Geneva, sans-serif, Trebuchet MS;
    background: url(../images/arrowbullet.png) 0 2px no-repeat;
    padding-left:14px;
    list-style:none;
    padding:2px 5px 10px 30px;
	text-align:justify;
}

.address li a { 
	color:#000;
	text-decoration:none;
}

.address li a:hover { 
	text-align:justify;
	color:green;
	text-decoration:none;
}


.pagetit3 { 

	font-family:Verdana, Tahoma,  Arial, Helvetica, sans-serif, Lucida Grande, Lucida Sans, ;
	font-size:14px;
	text-align:left;
	color:#535353;	
	font-weight:bold;
	text-transform:uppercase;
	background:url(../images/sidebar_hr.png) no-repeat bottom left;
	padding-bottom:15px;
	text-indent:10px;
}

dt{ 
	font-family:Verdana, Tahoma, Lucida Sans,erdana, Arial, Helvetica, sans-serif, Lucida Grande;
	font-size:12px;
	line-height:1.4;
	text-align:justify;
	/*color:#7bb0e6;*/
	color:#357DA3;
	font-style:normal;
	background:url(../images/bullet.png) no-repeat left center ;
	text-indent:15px;
	padding:2px 0px;
	/*text-transform:uppercase;*/
}

dd{
	font-family:Verdana, Tahoma, Lucida Sans,erdana, Arial, Helvetica, sans-serif, Lucida Grande;
	color:#535353;	
	text-align:justify;
	font-size:12px;
	padding:5px 20px;
	line-height:1.3em;
	background:url(../images/default.jpg) no-repeat left center;
	margin-bottom:15px;
}

dl {
	font-family:Verdana, Tahoma, Lucida Sans,erdana, Arial, Helvetica, sans-serif, Lucida Grande;
	color:#535353;	
	text-align:justify;
	font-size:12px;
	padding:5px 15px;
	line-height:1.3em;
	background:url(../images/marker.png) no-repeat left center #ffffff;
	margin-bottom:15px;
	/*font-weight:bold;*/
}


/*-------------------------------List menu NEW------------------------------------------*/

ul.menu-type,
div.k2CategoriesListBlock ul,
div.k2ArchivesBlock ul {
    margin: 0;
}

ul.menu-type li.firstItem,
div.k2CategoriesListBlock ul li.firstItem,
div.k2ArchivesBlock ul li.firstItem {
    border: none;
}

ul.menu-type li,
div.k2CategoriesListBlock ul li,
div.k2ArchivesBlock ul li {
    border-bottom: 1px solid #efefef;
    font: bold 11px/16px Calibri, Trebuchet MS;
    background: url(../images/marker.png) 0 12px no-repeat;
    padding-left: 14px;
    list-style: none;
    padding: 7px 14px 6px;
}


ul.menu-type li span,
div.k2CategoriesListBlock ul li,
div.k2ArchivesBlock ul li {
     font: bold 14px/16px Calibri, Trebuchet MS;
	color: #039;
	padding:5px 0px 10px 10px; 
   
}

ul.menu-type li a,
div.k2CategoriesListBlock ul li a,
div.k2ArchivesBlock ul li a {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

ul.menu-type li a em {
	color:#9F2824;
	font-size:12px;
}

ul.menu-type li a:hover,
div.k2CategoriesListBlock ul li a:hover,
div.k2ArchivesBlock ul li a:hover {
    color: #b6b6b6;

}

ul.menu-type li a:hover span,
div.k2CategoriesListBlock ul li a:hover,
div.k2ArchivesBlock ul li a:hover {
    color: #b6b6b6;

}


/*---------------------------------------------------------------------------*/


.search {
    position:relative;
	top:0px;
	right:0px;
	height:29px;
    width:209px;
    margin:0;
    padding:0;
	overflow:hidden;
	background:url(../images/template/search-bg.png) no-repeat 0px 0px;
}

.inputbox {
    color: #889499;
    font-size: 14px;
    line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
    padding: 6px 0px 6px 13px;
    width: 165px;
	float: left;
	border: none;
	background: none;
	border:1px solid #dedede;
	background-color:#fafafa;
}

.textarea {  
	width: 250px; height:65px;
	color: #889499;
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    padding: 6px 0px 6px 13px;
   	float: left;
	border: none;
	background: none;
	border:1px solid #dedede;
	background-color:#fafafa;
 }


/*form .search .button {
	height: 29px;
    width: 29px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	padding: 0;
	margin: 0;
	background: none;
}*/

/*------------------------------- footer --------------------------------------------*/

#footer {
	width:100%;
	float:left;
    background:#E9E9E9 url(../images/footer_bg.jpg) top left repeat-x;
	height:auto;
}

#footer .footer-container{
	height: 100%;
	margin: 0 auto ;
	width:950px;
	
	}

.footer p {
	width:100%;
	float:left;
	margin-top:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#8e8e8e;
	line-height:16px;
	text-align:left;
}
.footer p a {
	color:#8e8e8e;
	text-decoration:none;
}
.footer p a:hover {
	color:#76BA0D
}


#rt-footer, #rt-copyright {
    color: inherit;
}


/*-------------------------------Footer menu NEW------------------------------------------*/

ul.footerMenu,
div.k2CategoriesListBlock ul,
div.k2ArchivesBlock ul {
    margin: 0;
}

ul.footerMenu li.firstItem,
div.k2CategoriesListBlock ul li.firstItem,
div.k2ArchivesBlock ul li.firstItem {
    border: none;
}

ul.footerMenu li,
div.k2CategoriesListBlock ul li,
div.k2ArchivesBlock ul li {
    border-bottom: 1px solid #efefef;
    font: 11px/16px Tahoma, Geneva, sans-serif;
    background: url(../images/marker.png) 0 8px no-repeat;
    padding-left: 14px;
    list-style: none;
    padding: 2px 10px 2px;
}

ul.footerMenu li a,
div.k2CategoriesListBlock ul li a,
div.k2ArchivesBlock ul li a {
    color: #666666;
  /*  text-transform: uppercase;*/
    text-decoration: none;
    display: inline-block;
}

ul.footerMenu li a:hover,
div.k2CategoriesListBlock ul li a:hover,
div.k2ArchivesBlock ul li a:hover {
    color:#446e04;
}


/*------------------------------ Img border Type II ------------------------------- */


.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

/*.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;

  }
*/



.button { background:url(../images/button_2.png) left top no-repeat; width:79px; height:25px; font-weight:bold; text-align:left; text-indent:5px; display:block; float:left;}

.button a {  text-decoration:none; color:#000000;}

.button a:hover {color:#76a300}
