/* CSS Document

Created by Rajeev Kumar
Company Name : Sai Informatics / RNS Informatics
Website : www.saiinformatics.com / www.rnsinformatics.com

 */

body{
margin:0;
padding:0;
background:url(../images/body_bg.jpg) repeat-x top left;
font-family:Tahoma, Verdana, Arial, sans-serif;
font-weight:normal;
font-size:11px;
line-height:16px;
color:#434343;
}

form, p, h1, h2{
margin:0;
padding:0;
}

a{
text-decoration:underline;
color:#006699;
}

a:hover{
color:#CC0000;
}

h1{
font-family:Tahoma, Verdana, Arial, sans-serif;
font-weight:normal;
font-size:18px;
color:#006699;
}

h2{
text-transform:uppercase;
background:url(../images/pagehead.jpg) no-repeat left top;
background-position:0px 2px;
border-bottom:dashed 1px #CCCCCC;
font-family:Tahoma, Verdana, Arial, sans-serif;
font-weight:bold;
font-size:14px;
color:#006699;
padding-left:30px;
padding-bottom:20px;
margin-bottom:20px;
}

#main_container{
width:997px;
background:url(../images/container_bg.png) no-repeat top;
margin:auto;
}

#container{
width:968px;
margin:auto;
}

.toplinks{
text-align:right;
padding-top:10px;
padding-right:15px;
}

.toplinks a{
font-family:Tahoma, Verdana, Arial, sans-serif;
font-size:11px;
font-weight:normal;
color:#006699;
padding:0px 3px 0px 3px;
}

.toplinks a:hover{
text-decoration:none;
color:#434343;
}

.call{
font-family:Tahoma, Verdana, Arial, sans-serif;
font-weight:bold;
font-size:11px;
color:#666666;
padding-right:15px;
}

.call strong{
font-family:Tahoma, Verdana, Arial, sans-serif;
font-weight:bold;
font-size:18px;
color:#006699;
}

.menu_container{
border:solid 1px #333333;
}

.menu_container .menuholder{
background:url(../images/menu_bg.jpg) repeat-x top;
border:solid 1px #8c8c8c;
height:40px;
}

/*.menu_container .menuholder a{
float:left;
border-left:solid 1px #333333;
border-right:solid 1px #666666;
padding:0px 20px 0px 19px;
height:29px;
line-height:29px;
text-decoration:none;
font-family:Tahoma, Verdana, Arial, sans-serif;
font-size:11px;
font-weight:bold;
color:#999999;
}

.menu_container .menuholder a:hover{
background:#3399fd;
color:#ffffff;
}*/

.banner{
background:url(../images/banner.swf) no-repeat top left;
width:968px;
height:301px;
padding-right:20px;
}

#footer_bottom_container{
background:#333333;
}

#footer_bottom_container #footer_bottom{
width:925px;
margin:auto;
padding-top:5px;
padding-bottom:5px;
color:#888888;
}

#footer_bottom_container #footer_bottom a{
text-decoration:none;
padding:0px 5px 0px 5px;
color:#888888;
}

#footer_bottom_container #footer_bottom a:hover{
text-decoration:underline;
}

.links a{
background:url(../images/bullet1.gif) no-repeat left center;
background-position:2px;
text-decoration:none;
color:#333333;
display:block;
line-height:24px;
padding-left:10px;
border-bottom:dashed 1px #CCCCCC;
}

.links a:hover{
background:#F3F3F3 url(../images/bullet1.gif) no-repeat left center;
background-position:4px;
padding-left:12px;
}

.bluebigtxt{
font-size:13px;
color:#006699;
}

.btm_brdr{
border-bottom:dashed 1px #cccccc;
padding-bottom:5px;
}

.btm_brdr_dark{
border-bottom:dashed 1px #666666;
padding-bottom:5px;
}

.big_greytxt{
font-size:13px;
color:#111111;
}


/* CSS Document */

/*Author: Sanjiv Kumar Biswas
Company: RNS Informatics Pvt. Ltd. (inLue Sai Informatics Pvt. Ltd.)
Website: http;//www.saiinformatics.com, http://www.virtualemployeeonline.com*/


#menu {
	z-index:999;
	position:relative;
}
.suckertreemenu ul {
/*

width:995px;
height:24px;
padding-top:7px;
padding-left:7px;*/
margin: 0;
padding: 0;
list-style: none;
background:url(../images/menu_bg.jpg) repeat-x top;
border:solid 1px #8c8c8c;
height:40px;
}

/*Top level list items*/
.suckertreemenu ul li {
	position: relative;
	display: inline;
	float: left; /*overall menu background color*/
	padding:0;
	margin:4px 0 0 0;
}

/*Top level menu link items style*/
.suckertreemenu ul li a {
	float:left;
	border-left:solid 1px #333333;
	border-right:solid 1px #666666;
	padding:0px 7px 0px 6px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#999999;
}

/*1st sub level menu*/
.suckertreemenu ul li ul {
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
width:270px;
background:none;
border:none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: left;
margin:0;
padding:0;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: -300px; /* no need to change, as true value set by script */
top: 1.7em;
margin-left:-300px;
z-index:1902;
position:absolute;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a {
display: block;
width: 150px; /*width of sub menu levels*/
background-color:#3399fd;
color:#ffffff;
height:auto;
padding:8px 10px;
font-size:1em;
font-weight:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:none;
line-height:1.2em;
border:none;
}

.suckertreemenu ul li a:hover {
text-decoration:none;
background-color:#3399fd;
color:#ffffff;
}

.suckertreemenu ul li ul li a:hover {
	color:#0066cc;
	background:#ffffff;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
}
.suckertreemenu ul li ul.lastContent {left:-158px;}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }


.btnBlue{
text-decoration:none;
background:url(../images/image1.jpg) no-repeat top left;
display:block;
width:194px;
height:66px;
line-height:66px;
text-align:center;
font-family:Tahoma, Verdana, Arial, sans-serif;
font-size:12px;
font-weight:bold;
color:#ccffff;
}

.btnBlue:hover{
color:#ccffff;
}


.btnBlack{
text-decoration:none;
background:url(../images/image2.jpg) no-repeat top left;
display:block;
width:194px;
height:66px;
line-height:66px;
text-align:center;
font-family:Tahoma, Verdana, Arial, sans-serif;
font-size:12px;
font-weight:bold;
color:#dddddd;
}

.btnBlack:hover{
color:#dddddd;
}

.btm_brdr{
border-bottom:dashed 1px #CCCCCC;
}

.form{
background:#F3F3F3;
border:dashed 1px #CCCCCC;
}
