@charset "utf-8";
/* CSS Document */

body,td {
	font-family: Tahoma, Arial;
	font-size: 9pt;
	color: #555;
}
body {
	background-color: #c9c9c9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* TOP SECTION STYLE START  */

#top_menu {
	height:42px;
	background: #297709
}

#top_menu span {
	color:#8cd91d;
	float:left;
	margin-left:24px;
	font-family:Helvetica, "Arial Narrow", Arial;
	font-size:18px;
	font-weight:bold;
}

#top_menu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#top_menu ul li {
	display:inline;
	border-right: 1px dashed white;
	padding: 0px 21px 0px 21px;
}

#top_menu ul li a {
	display:inline-block;
	color: #e3e3e3;
	font-family:"Arial Narrow", Arial;
	font-size:17px;
	font-weight:bold;
	text-decoration: none;
}

#top_menu ul li a:visited {
	color: #e3e3e3;
	text-decoration: none;
}

#top_menu ul li a:hover {
	color: #fff;
	text-decoration: none;
}
/* TOP SECTION STYLE END  */


/*  BANNER SECTION STYLE START   */

#banner_txt {
	color:#fff;
	width: 383px;
	font-size:13px;
	font-weight:bold;
	text-align:justify;
}

#banner_txt h3 {
	font-family: Helvetica, "Arial Narrow", Arial, Tahoma;
	font-size:17px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#banner_txt a:hover {
	color:#666666
}


/*  BANNER SECTION STYLE END   */



/*  LEFT SIDE STYLE START   */
.title h1 {
	margin:0px;
	padding:7px 0px 0px 14px;
	font-size:13pt;
	font-weight:normal;
	height:29px;
	color: #2e2e2e;
	background:#dbdbdb;
}

.left_link {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.left_link li {
	height:27px;
	width:234px;
	margin-left: 9px;
	text-align:left;
	border-bottom: 1px solid #dbdbdb;
}

.left_link li a {
	color: #414040;
	font-size:12px;
	display:block;
	height:27px;
	padding-left:40px;
	background:url(../images/arrow_bullet.gif) no-repeat 18px;
}

.left_link li a p {
	margin:0px;
	padding-top:6px;
}

.left_link li a:visited {
	color: #414040;
}

.left_link li a:hover {
	color: #ff6600;
	background: #f7f7f7 url(../images/arrow_bullet_over.gif) no-repeat 18px;
}
/*  LEFT SIDE STYLE END   */


.offer {
	border-bottom:1px dashed #c9c9c9;
}

.offer h2 {
	color: #468c12;
	font-size:14px;
	font-weight:bold;
	margin: 7px auto 7px auto;
}


/*  FOOTER SECTION STYLE START   */
#footer {
	height:35px;
	background:#66c327 url(../images/footer_bg.jpg) no-repeat top;
}

#footer span {
	margin: 4px 7px 0px 7px;
}
/*  FOOTER SECTION STYLE END   */

.styleon {
	background:#eee;
	color:#3da018;
	padding-left:26px;
	font-weight:600;
}

.styleoff {
	background:#dbdbdb;
	padding-left:26px;
	font-weight:600;
}

.single_btn {
	background: #dbdbdb;
	padding-left:26px;
	font-weight:600;
}



.clients_list {
	list-style-image:url(../images/bullet_rec.gif)
}

.clients_list li {
	margin: 8px 0px 8px 0px
}

.clients_list li ul {
	list-style-image:url(../images/bullet_rec_red.gif)
}

.clients_list li ul li {
	margin: 4px 0px 4px 0px
}




/* COMMON LINK PROPERTISE START */
a:link {
	color: #ff6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff6600;
}
a:hover {
	text-decoration: none;
	color: #5fb423;
}
a:active {
	text-decoration: none;
}
/* COMMON LINK PROPERTISE END */


#status_msg_div{
  	position:fixed;
  	_position:absolute;
  	top:0;
  	_top:expression(eval(document.body.scrollTop));
  	left:0;
  	margin:0;
  	padding:8px;
	z-index: 500;
  	background-color:#FF6;
	color:#000;
	font-weight:bold;
	font-size:13px;
	display:none
}