/* CSS Document Spectro Labs modified by BB Pandey */

body
{
margin:0px auto;
font-family:verdana; 
font-size:11px; 
color:#000;
padding:0px; 
width:1000px; 
background:#fff; 
text-align:center; 
SCROLLBAR-FACE-COLOR: #FFffff; 
SCROLLBAR-HIGHLIGHT-COLOR: #5c5c5c; 
SCROLLBAR-SHADOW-COLOR: #ff0000; 
SCROLLBAR-3DLIGHT-COLOR: #FF0000; 
SCROLLBAR-ARROW-COLOR: #000000; 
SCROLLBAR-BASE-COLOR: #5c5c5c
}
h3
{
	margin:10px 0px 10px 2px;
	padding:0;
	color:Black;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
}
h4
{
	margin:10px 0px 10px 10px;
	padding:0;
	color:#ba173d;
	font-family:Arial;
	font-weight:bold;
	font-size:18px;
}
h5
{
	margin:10px 0px 5px 10px;
	padding:0;
	color:Black;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
}
ul{padding:0; margin:5px 0px 5px 45px; list-style-image:url(images/blt1.GIF);}

.top-link
{
font-family:verdana; 
padding-right:10px;
text-align:left; 
width:500px; 
font-size:11px;
}
.top-link  a{color:#000; text-decoration:none;}
.top-link  a:hover{color: #FF0000; text-decoration:none;}

.searchDIV {float:right; background:#2793d4;}
.searchDIV input {border:solid 1px #A17575; height:17px; line-height:17px; color:#94908A; font-size:11px; width:100%;}

.dlbroucher   {width:200px; margin-top:20px}

.left-cover-div  {float:center; width:200px;}
.left-bg  {float:left; width:200px; margin-top:15px;}

.right-cover-div  {float:right; width:200px; background:#f8f8f8;}

.search_div   
{
height:90px; 
border-bottom:1px solid #d8173b; 
border-top:1px solid #d8173b; 
float:left; 
margin-top:10px; 
margin-bottom:10px; 
width:190px; 
font-family:arial; 
padding:12px 0px 0px 15px; 
font-size:12px; 
font-weight:bold;
}

.button {background:#e8e8e8; border:1px solid #9d9d9d; margin-left:80px; margin-top:5px; border:none;}

.image-div {margin-top:10px;}
img {border:0}

.page  { background-color:White; float:left; width:600px;}

.text {padding:0px 20px 0px 20px; text-align:justify; line-height:18px; font-family:verdana; font-size:11px; color:#000;}

.pagegreen  { background-color:#D0F1D9; float:left; width:600px;}
.textgreen {padding:0px 20px 0px 20px; text-align:justify; line-height:18px; font-family:verdana; font-size:11px; color:White;}

.text1  {padding:0px 10px 0px 20px; text-align:justify; line-height:18px; font-family:verdana; font-size:9px; color:#000;}

.text2  {padding:0px 10px 0px 20px; text-align:center; line-height:18px; font-family:verdana; font-size:12px; color:#FF0000;}

.textbul  {padding:0px 0px 0px 0px; text-align:justify; line-height:18px; font-family:verdana; font-size:11px; color:#000;}

.read-more  {color:#FF0000; text-align:right; font-weight:bold; width:360px; padding-top:15px;}
.read-more       a{color:#FF0000; text-decoration:none;}
.read-more       a:hover{color:#000; text-decoration:none;}

.news-text {background:url(images/news-bg.gif); font-family:arial; font-size:10px; font-weight:bold; color:#858585; text-align:left; padding:3px 3px 0px 3px; line-height:15px; width:195px;}
.news-text    a{color:#858585; text-decoration:none;}
.news-text    a:hover{color:maroon; text-decoration:underline;}

.contact-text {background:url(images/news-bg.gif); font-family:arial; font-size:10px; font-weight:bold; color:#858585; text-align:left; padding:3px 3px 0px 3px; line-height:15px; width:195px;}
.contact-text    a{color:Navy; text-decoration:none;}
.contact-text    a:hover{color:maroon; text-decoration:underline;}

.news-div  {width:200px; float:left; background:#f7f7f7; height:535px;}
.contact-div  {width:200px; float:left; background:#f7f7f7; height:500px;}
.client-div {width:197px; height:160px; background:#f7f7f7; padding:3px 3px 0px 3px; line-height:15px;border:1px solid #d8173b; border-top:1px solid #d8173b; font-size:11px; text-align:center; margin-top:2px; margin-bottom:3px; font-family:verdana; font-weight:bold;}

.footer   {background:url(images/footer.gif); height:29px; padding:7px 0px 0px 0px; text-align:center;font-family:verdana; font-size:11px; color:#fff; width:1000px;}
.footer     a{color:#fff; text-decoration:none; font-family:verdana; font-size:12px; color:#fff;}
.footer     a:hover{color:#000; text-decoration:underline;}
.footer     a:visited{color:#fff; text-decoration:none;}

A:visited {COLOR: #04227A}
A:hover {COLOR: #ff9900; text-decoration:underline;}
A {COLOR: #04227A; text-decoration:none;}
/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}