@charset "utf-8";
/* CSS Document */

body
{
	background-color:#4f9de7;
	margin-top:0px;
}
#wrapper
{
	width:980px;
	margin: 0 auto;
	background-color:#fff;
}
/*Start Top Area*/
.top
{
    width:980px;
	height:106px;
	background-color:#0a538e;
}
.logo
{
	background:url(../images/logo.png);
	background-repeat:no-repeat;	
	width:460px;
	height:106px;
	float:left;
	
}
.top_right
{
	width:520px;
	height:106px;
	float:left;
}
.download
{
	width:520px;
	display:inline;
	float:left;
	margin-top:5px;
}
.certificate
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:600;
	float:left;
	display:inline;
	margin-top:15px;
	margin-left:190px;
}
.pdf
{
	display:inline;
	float:left;
	margin-bottom:10px;
}


/*End Top Area*/
<!--Banner-->
#rotator-wrapper {
    margin: 0 auto;
    position: relative;
    width: 980px;
}
#jquery-rotator a img {
    border: medium none;
}
#jquery-rotator a img.first {
    display: block;
    margin-bottom: 6px;
}
#rotator-nav {
    position: absolute;
    right: 62em;
    top: 360px;
    z-index: 100;
}
#rotator-nav a {
    background: url("../images/white_dot.png") no-repeat scroll center center transparent;
    color: #CCCCCC;
    display: inline-block;
    font-weight: bold;
    height: 2.92em;
    line-height: 2.92em;
    margin: 0 1px;
    text-align: center;
    text-decoration: none;
    width: 2em;
}
#rotator-nav a.activeSlide {
    background: url("../images/blue_dot.png") no-repeat scroll center center transparent;
    color: #FFFFFF;
}
#fp-table, td#fp-table-rotator-cell {
    height: 10em;
    vertical-align: top;
    width: 980px;
}
#fp-table td {
    width: 980px;
}
<!--End-->
/*Start Menu*/
.menu
{
	width:520px;	
	height:39px;

}
.menu_left
{	
	height:39px;
	float:left;
	background-image:url(mengu_bg.jpg);
	background-repeat:repeat-x;
	vertical-align:top;
	
}
.suckertreemenu ul 
{
	margin: 0;
	padding: 0;
	list-style:none;
	z-index:3;
}
/*Top level list items*/
.suckertreemenu ul li 
{
	position: relative;
	display: inline;
	float: left;
	height:39px;	
	/*background-color: #F3F3F3; overall menu background color*/
	background-image:url(../images/bg.gif);
	background-position:left;
	background-repeat:repeat-x;
	z-index:30;
}
/*Top level menu link items style*/
.suckertreemenu ul li a 
{
	display: block;
	width: 78px; /*Width of top level menu link items*/
	vertical-align:middle;	
	padding-top:12px;
	font-family:Arial;
	font-size:12px;
	font-weight:600;
	color:#fff;
	height:26px;	
	border-left:1px solid #104f81;
	text-decoration: none;
}
/*1st sub level menu*/
.suckertreemenu ul li ul 
{
	left: 0;
	position: absolute;
	top:0px; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	list-style:none;
	z-index:300;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li 
{
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul
{
	left: 15px; /* no need to change, as true value set by script */
	top: 2px;
}
/* Sub level menu links style */
.suckertreemenu ul li ul li a
{
	display: block;
	width: 185px; /*width of sub menu levels*/
	color:#fff;
	text-decoration: none;
	padding-left:1px;
	padding-top:10px;
	height:30px;
	background-color:#3ba0d6;
	border: 1px solid #1671a1;
	line-height:150%;
}
.suckertreemenu ul li a:hover {
	background-color: #88d2f8;
	height:26px;
	color:  black;
}
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon {
	background: url(../images/arrow-down.gif) no-repeat right;
}
/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon {
	background: #3ba0d6 url(../images/arrow-right.gif) no-repeat right;
	
}
.menusfs
{
	padding-left:5px;
}

.menubgimg
{
	float:left;
	display:inline;
}

/*End Menu*/

/*Srart content*/
.banner
{
	width:980px;	
}
.content
{
	width:980px;
	
}
.side_heading
{
	font-family:Arial, Helvetica, sans-serif;
	color:#176dbf;
	font-size:18px;
	font-weight:600;
	line-height:180%;
	margin-left:10px;
	margin-top:10px;
}
.right_side_heading
{
	font-family:Arial, Helvetica, sans-serif;
	color:#176dbf;
	font-size:18px;
	font-weight:600;
	line-height:180%;	
	margin-top:10px;
}
.content_side_heading
{

	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#666666;
	font-weight:600;
	line-height:180%;
	margin-left:10px;
	margin-top:0px;
}
.innter_content
{	
	margin-right:10px;
	margin-left:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#666666;
	line-height:200%;
	text-align:justify;
}
.home_content
{
	width:620px;
	margin-left:10px;	
}
p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:180%;
	text-align:justify;
}
.login_top
{
	background:url("../images/login_top.png");
	background-repeat:no-repeat;
	width:300px;
	height:46px;
}
.login_center
{
	background:url("../images/login_middle.png");
	background-repeat:repeat-y;
	width:300px;	
}
.login_bottom
{
	background:url("../images/login_bottom.png");
	background-repeat:no-repeat;
	width:300px;
	height:12px;
}
.room_check
{
	width:300px;
}
.login_content
{
	font-family:Arial, Helvetica, sans-serif;
	color:#0d2c9f;
	font-size:12px;
	font-weight:600;
	line-height:180%
}
.address
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	line-height:180%;
	font-weight:600;
	margin-left:20px;
}
.side_headings
{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	size:10px;
	font-weight:600;
}
.form_content
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#111;
	font-weight:400;
	line-height:200%
	
}
.mant
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13x;
	color:#F00;
}
#visionul {
    list-style: none outside none;
    margin-left: 15px;
    padding-left: 5px;
}
#visionul li {
    background-image: url("../images/bullet.png");
    background-position: 0 0.5em;
    background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:400;
    line-height: 200%;
    padding-left: 25px;
}
#visionul li a {
    color: #333333;
    text-decoration: none;
}

#visionol {
    list-style: none outside none;
    margin-left: 15px;
    padding-left: 5px;
}
#visionol li {
    background-image: url("../images/bullet.png");
    background-position: 0 0.5em;
    background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:400;
    line-height: 200%;
    padding-left: 25px;
}
#visionol li a {
    color: #333333;
    text-decoration: none;
}
#visionolul li
{
	display: list-item;
	float: none;
	list-style-position:inside;
}
.productcontent {   
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:400;
    line-height: 100%;
   
}
#sitemapul {
    list-style: none outside none;
    margin-left: 15px;
    padding-left: 5px;
}
#sitemapul li {
    background-image: url("../images/bullet.png");
    background-position: 0 0.5em;
    background-repeat: no-repeat;
    color: #666;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:600;
    line-height: 200%;
    padding-left: 25px;
}
#sitemapul li a {
    color: #333333;
    text-decoration: none;
}
.border
{
	border:1px solid #ade4fd;
}
.plan1_top
{
	background:url("../images/plan1_top.png");
	background-repeat:repeat-y;
	width:609px;
	height:63px;
}
.plan2_top
{
	background:url("../images/plan2_top.png");
	background-repeat:repeat-y;
	width:609px;
	height:63px;
}
.plan3_top
{
	background:url("../images/plan3_top.png");
	background-repeat:repeat-y;
	width:609px;
	height:63px;
}
.plan4_top
{
	background:url("../images/plan4_top.png");
	background-repeat:repeat-y;
	width:609px;
	height:63px;
}
.plan1_middle
{
	background:url("../images/plan_middle.png");
	background-repeat:repeat-y;
	width:609px;
}
.plan1_bottom
{
	background:url("../images/plan_bottom.png");
	background-repeat:repeat-y;
	width:609px;
	height:21px;
}
.product_sideheading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	color:#333;
}
/*End content*/

/*Srart Footer*/
.footer
{
	width:980px;
	height:50px;
	background-color:#4f9de7;
}
.footer_content
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:220%;
	font-weight:400;
	text-decoration:none;
	text-align:center;
}
.footer_content a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:220%;
	font-weight:400;
	text-decoration:none;
	text-align:center;
}
.footer_content a : hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:220%;
	font-weight:400;
	text-decoration:none;
	text-align:center;
}
.footer_content a : Linked
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:220%;
	font-weight:400;
	text-decoration:none;
	text-align:center;
}
.footer_content a: visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:220%;
	font-weight:400;
	text-decoration:none;
	text-align:center;
}
.footer_content a : active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:220%;
	font-weight:400;
	text-align:center;
	text-decoration:none;
}
.footer_copyright
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:220%;
	font-weight:400;
	text-align:center;
}
.forgot{ width:101px; height:25px;   float:right; margin:10px 65px 0px 0px;}
.Logintxtbox{ width:220px; height:35px; padding:0px 0px 0px 10px;  -moz-border-radius:10px; border-radius:10px; -webkit-border-radius:10px; background-color:#e4e4e4;  vertical-align:middle; }
.resultTxt{ color:#e61c23; font-size:15px; font-weight:bold; }
