/* CSS Document */
body {
    margin: 0px;	
    padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#FFFFFF;
	text-align: left;
	background-position: top;
   
}

#onMouse{
position: absolute;
width: 200px;
border: 1px solid #666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding: 5px;
background-color: #FFFFFF;
visibility: hidden;
z-index: 100;

}


#onMouse2{
position: absolute;
width: 200px;
border: 1px solid #666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding: 5px;
background-color: #FFFFFF;
visibility: hidden;
z-index: 100;

}


#mainpage {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background: white;

}
.logo {
	float: left;
}

.chromestyle{
width: 100%;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{
width: 100%;
background: url(images/menu_bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left;
 /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #037CBF;
padding: 4px 5px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
background: url(menu_bg.jpg) center center repeat-x;
 /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:22px;
z-index:100;
background-color:#DEE7F1;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

#header {
	height: 130px;
	
	
	
}
#bottom
{
	position: inherit;
	left: 25px;
	top: 700px;
	width: 771px;
}
.headInner {
	float: none;
	position:relative;
	background-position:inherit;

	padding-top: 15px;
	text-align: center;
}


#content {
	margin: 0px;
	padding: 0px;
	height: auto;
}

#SubLeft {
	width: 250px;
	float: right;
	margin: 0px;
	padding-right: 15px;
	padding-left: 10px;
	
}

.imgRight {
	
	background-position: right;
	background-repeat: repeat-y;
	}

.whiteBox{
	background:#ffffff; 
	border:1px solid #EBEBEC; 
	padding:0px 8px; 
	

}

.whiteBox2{
	background:#F6F6F6;
	border:1px solid #c8d8cd; 
	padding:0px 8px; 

}
.newsText2 {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#666666;
	border:thin;
	
}

.newsText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align: justify;	
}

.testimonialText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align: justify;	
}


.text11 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align: justify;	
}

.text11 a{
	color:#006666;
	}

.text a:hover { 
	color:#F1434A;
}

.headingText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#00707E;
	font-weight: bold;

}

.H1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00707E;
}

.H2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#00707E;

}

#SubRight1 {
	float: left;
	margin: 0px;
	width: 870px;
	padding-left: 10px;
	padding-right: 8px;
	}
#SubRight {
	float: left;
	margin: 0px;
	width: 470px;

	padding-left: 10px;
	padding-right: 8px;
	}
#SubRight2 {
	float: left;
	margin: 0px;
	width: 480px;
	padding-left: 10px;
	padding-right: 8px;
	}

#ServicesLeft {
	width: 235px;
	float:left;
	font-size: 10px;
	overflow: hidden;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	height:auto;
}
#ServicesLeft h2 {
	margin: 0 0 20px 0;
	}	
#ServicesLeft li {
	background: none;
	border-bottom: solid 1px #CCC;
	padding: 0;
	}	
#ServicesLeft li a {
	text-decoration: none;
}	
#ServicesRight {
	width: 235px;
	float:right;
	font-size: 10px;
	overflow: hidden;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	}

#ServicesRight h2 {
	margin: 0 0 20px 0;
	}	
#ServicesRight li {
	background: none;
	border-bottom: solid 1px #CCC;
	padding: 0;
	}	
#ServicesRight li a {
	text-decoration: none;
	
}	
	
.servicesBullet a{
	color:#006666;
     height:20px; 
	 font-size:12px;
}

.servicesBullet a:hover { 
	color:#F1434A;
	height:20px; 
	font-size:12px;
}

#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	color:#00707E;
	float: none;
	
}
#Layer2 {
	position:absolute;
	width:200px;
	height:115px;
	top: auto;
}

a:link {
	color: #00566a;
}

a:hover {
	color: #00566a;
}

#footer {
	height: 344px;
	padding-top: 20px;
	text-align: center;
	font-size: 10px;
}


#greyBox{
	margin: 0px;
	width: 95%;
	height:50px;
	padding-left: 10px;
	padding-right: 8px;
	background:#F6F6F6;
	border:1px solid #c8d8cd; 
	padding:0px 8px; 

}

.whBox1{
	margin: 0px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/tab-bgg.jpg);
	border:1px solid #EBEBEC; 
	padding:0px 8px; 

}

.whBox{
	margin: 0px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFFFFF;
	
	padding:0px 8px; 

}


img {border:0px;}

#leftLink {
	width: 160px;
	float:left;
	font-size: 10px;
	overflow: hidden;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
#leftLink h2 {
	margin: 0 0 20px 0;
	}	
#leftLink li {
	background: none;
	border-bottom: solid 1px #CCC;
	padding: 0;
	}	
#leftLink li a {
	text-decoration: none;
}	

.leftlink a{
	color:#006666;
     height:20px; 
	 font-size:11px;
	}

.leftlink a:hover { 
	color:#F1434A;
	height:20px; 
	font-size:10px;
	border-bottom:0px;	
}

.greytext {
	FONT-SIZE: 10px; COLOR: #333333
}
.greytextbold {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}


#marqueecontainer{
position: relative;
width: 150px; /*marquee width */
height: 150px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid ;
padding: 2px;
padding-left: 4px;
}

/* supriyo css */
/* call card css */
/**************************  New tab css *******************************/
.settabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:300px;
}

.settabs li{
display: inline;
margin: 0;
}

.settabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #A1D2C4;
	color: #2d2b2b;
	background: white url(shade.gif) top left repeat-x;
	background-color:#C3DDEC;
	background-image: url(shade.gif);
}

.settabs li a:visited{
color: #2d2b2b;
}

.settabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.settabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.settabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.settabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}



@media print {
.tabcontent {
display:block !important;
}
}

/* end call card css */
.chattext {
	color:#00707E;
	
	}
.chattext a {
	color:#00707E;
	
	}
.chattext a:hover{
	color:#000;
	text-decoration:none;
	}
	
/* thombolin css */


.gallerycontainer{
position: relative;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
text-decoration:underline;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#CACCCB;
padding: 5px;
left: -50px;
border: 1px dashed gray;
visibility: hidden;
color: black;
margin:290px 0 0 0;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
 /* thomlin 2 */
 .thumbnail2 img{
margin: 0 5px 5px 0;
}

.thumbnail2:hover{
background-color: transparent;
}

.thumbnail2:hover img{
text-decoration:underline;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color:#CACCCB;
padding: 5px;
left: -50px;
border: 1px dashed gray;
visibility: hidden;
color: black;
margin:290px 0 0 100px;
text-decoration: none;
}
.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
 /* thoumlin 2*/
  /* thomlin 3 */
 .thumbnail3 img{
margin: 0 5px 5px 0;
}

.thumbnail3:hover{
background-color: transparent;
}

.thumbnail3:hover img{
text-decoration:underline;
}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color:#CACCCB;
padding: 5px;
left: -50px;
border: 1px dashed gray;
visibility: hidden;
color: black;
margin:270px 0 0 170px;
text-decoration: none;
}
.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail3:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
 /* thoumlin 3*/
  /* thomlin 4 */
 .thumbnail4 img{
margin: 0 5px 5px 0;
}

.thumbnail4:hover{
background-color: transparent;
}

.thumbnail4:hover img{
text-decoration:underline;
}

.thumbnail4 span{ /*CSS for enlarged image*/
position: absolute;
background-color:#CACCCB;
padding: 5px;
left: -50px;
border: 1px dashed gray;
visibility: hidden;
color: black;
margin:300px 0 0 310px;
text-decoration: none;
}
.thumbnail4 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail4:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
 /* thoumlin 4*/
.iboder{
	border: 1px dashed gray;
	}

/* End thombolin css */
/* end Supriyo Css */




/* CSS Document */


/*------------------------------------------------header--------------------*/
#headerMain{
	}
#header{
	width:750px;
	height:2px;
	

	position:relative;
}

#header ul.top{
	background:url(images/top_nav_bg.gif) 0 0 no-repeat;
	width:250px;
	height:18px;
	position:absolute;
	left:518px;
	top:13px;
	padding:0 0 0 15px;
}
#header ul.top li{
	float:left;
	display:block;
}
#header ul.top li.hover{
	background:url(images/home_icon.gif) 0 3px no-repeat;
	padding:0 0 0 18px;
	font:bold 10px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 21px 0 0;
	text-transform:uppercase;
	float:left;
	display:block;
	background-color:inherit;
}
#header ul.top li a.home{
	background:url(images/home_icon.gif) 0 3px no-repeat;
	padding:0 0 0 19px;
	font:bold 10px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	margin:0 15px 0 0;
	background-color:inherit;
}
#header ul.top li a.home:hover{
	
}
#header ul.top li a.about{
	background:url(images/about_us_icon.gif) 0 3px no-repeat;
	padding:0 0 0 19px;
	font:bold 10px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	margin:0 15px 0 0;
	background-color:inherit;
}
#header ul.top li a.about:hover{
	background:url(images/about_us_icon_hover.gif) 0 3px no-repeat;
}
#header ul.top li a.contact{
	background:url(images/contact_icon.gif) 0 3px no-repeat;
	padding:0 0 0 23px;
	font:bold 10px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	margin:0 15px 0 0;
	background-color:inherit;
}
#header ul.top li a.contact:hover{
	background:url(images/contact_icon_hover.gif) 0 3px no-repeat;
}
#header img{
	position:absolute;
	left:0;
	top:30px;
	width:411px;
	height:96px;
}



#header ul.nav li a:hover{
	color:#fff;
	background-color:#0078AA;
}
/*------------------------------------------------header--------------------*/
.redBox{
	background: #CC4C19;
	height: 22px;
	padding:0px 6px;
}
.whitetexthed{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	border:thin;
}

