@charset "utf-8";

/* CSS Document */

@import url('tabs.css');
@import url('../dropdown/pro_dropdown.css');

@import url('innerpage.css');
@import url('login-box.css');
@import url('admin.css');

* {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
form {
	margin:0;
	padding:0;
}
ul, li {
	margin:0;
	padding:0;
}
img {
	border:0;
}
a{ text-decoration:none;}
a:hover{ color:#F60;}
/*-----Reset Ends-----*/


/*-----Main CSS Starts Here-----*/

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#161616;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}
#wrapper {
	width:1002px;
	margin:0 auto;
	height:auto!important;
}
/*-----Top Header starts here-----*/

#header-top {
	width:1002px;
	height:118px;
	float:left;
}
#header-top .logo {
	width:210px;
	height:84px;
	float:left;
	margin-top:20px;
}
#header-top .search-icon-container {
	width:250px;
	float:right;
}
#header-top .search-icon-container .search {
	margin-top:35px;
	margin-left:15px;
}
#header-top .search-icon-container .search input[type=text] {
	background-image:url(../images/search-input.png);
	background-repeat:no-repeat;
	width:189px;
	height:24px;
	padding-left:8px;
	float:left;
	border:0;
}
#header-top .search-icon-container .search input[type=button] {
	background:url(../images/search-btn.png) no-repeat;
	width:32px;
	height:24px;
	cursor: pointer;


	border:0;
}

/*Rule by vikas*/
#header-top .search-icon-container .search input[type=submit] {
	background:url(../images/search-btn.png) no-repeat;
	width:32px;
	height:24px;
	border:0;
	cursor:pointer;
}
/****************/
#header-top .search-icon-container .icon {
	margin-top:24px;
	float:right;
}
#header-top .search-icon-container .icon ul {
	list-style:none;
	float:right;
}
#header-top .search-icon-container .icon ul li {
	padding:0 10px 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
#header-top .search-icon-container .icon ul li a {
	text-decoration:none;
	color:#161616;
	font-weight:bold;
}
#header-top .search-icon-container .icon ul li a:hover {
	color:#F90;
}
#header-top .search-icon-container .icon ul li span {
	float:left;
	padding-right:2px;
	width:19px;
	height:20px;
	margin-top:-3px;
 *margin-top:0px;
}
/*-----Top Header ends here-----*/

/*-----slideshow starts here-----*/
#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	margin:0 auto;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/
.slides_container {
	width:977px;
	height:293px;
	overflow:hidden;
	position:relative;
	display:none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:0px 0px 0px 0px;
	width:977px;
	height:293px;
	display:block;
	margin:0 auto;
}
/*
	Next/prev buttons
*/
#slides .next, #slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}
#slides .next {
	left:585px;
}
/*Pagination css*/
.pagination {
	margin-top:-31px;
	margin-left:885px;
	margin-right:auto;
	width:100px;
	z-index:999999;
	position:absolute;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	z-index:999999;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}
/*

/*-----Header rotator CSS Starts Here-----*/
#header-photo {
	background:url(../images/header-img-background.png) no-repeat;
	width:1002px;
	height:293px;
	float:left;
}
#header-photo .rotator {
	width:977px;
	height:283px;
	margin:15px auto 0 auto;
	position:relative;
	background:url(../images/rotator-bg.png) no-repeat left top;
}
#header-photo .rotator img {
}
.clear {
	clear:both;
}
/*-----Header rotator CSS Ends Here-----*/

/*-----Home Page Container Starts Here-----*/
#container {
	width:977px;
	height:auto;
	margin-top:20px;
	float:left;
	padding:0 10px 0 10px;
}
#container .welcome-text {
	width:520px;
	float:left;
	overflow:hidden;
	padding-left:5px;
}

#container .welcome-text p{
	
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	line-height:20px;
}


#container .welcome-text h2 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	background:url(../images/welcme-heading.jpg) no-repeat;
	width:452px;
	height:27px;
	padding:0px 0 0 8px;
	vertical-align:middle;
	display:table-cell;
	line-height:25px;
}
#container .welcome-text ul {
	list-style:none;
	padding-top:5px;
}

#container .welcome-text ul li {
	list-style:none;
	background:url(../images/arrow.png) no-repeat 0px 5px;
	padding:2px 5px 2px 15px;
	font-size:14px;
	color:#333;
}
#container .welcome-text p {
}
#container .welcome-text .readmore {

}
#container .welcome-text .readmore a {
	border:0;
}
#container .welcome-text .links {
	color:#ccc;
	font-size:14px;
}
#container .welcome-text .links a {
	color:#F60;
	text-decoration:none;
}
#container .welcome-text .links a:hover {
	color:#000;
}
.line {
	background:url(../images/line1.jpg) no-repeat left top;
	height:300px;
	float:left;
	width:10px;
}
#container .news {
	float:left;
	width:221px;
	position:relative;
	overflow:hidden;
	/*
	background: url("../images/line1.jpg") repeat-y scroll left top rgba(0, 0, 0, 0);
    float: left;*/
    border-right:solid 1px #ccc;
    border-left:solid 1px #ccc;
    padding:0 5px
    
}
#container .news h2 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	background:url(../images/news-heading-back.jpg) no-repeat;
	width:197px;
	height:27px;
	padding:0px 0 0 8px;
	vertical-align:middle;
	display:table-cell;
	line-height:25px;
}
#container .news p {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
}
#container .news p a {
	text-decoration:none;
	color:#161616;
}
#container .news p .active {
	text-decoration:none;
	color:#F60;
}
#container .news p .active a {
	text-decoration:none;
	color:#F60;
}
#container .news p .active a:hover {
	text-decoration:underline;
	color:#F60;
}
#container .news p a:hover {
	color:#F90;
}
.date {
	color:#999;
	padding-top:8px;
	font-size:11px;
	font-weight:bold;
}
.news-content {
	padding-top:5px;
	padding-bottom:5px;
	color:#000;
}
.line-news {
	border-bottom:dotted 1px #b8b8b8;
	width:195px;
	margin-top:5px;
	margin-bottom:5px;
}
#container .call-to-action {
	float:right;
	width:210px;
}
#container .call-to-action P {
	text-align:right;
}
#container .call-to-action .phone {
	background:url(../images/customer-helpline.jpg) no-repeat;
	width:202px;
	height:62px;
	float:right;
}
#container .call-to-action .phone p {
	text-align:center;
	padding-top:15px;
	font-size:17px;
	padding-left:54px;
	padding-top:32px;
	font-weight:bold;
}
#container .associate-btn {
	display:block;
	width:202px;
	height:58px;
	text-indent:-9999px;
	float:right;
	margin-bottom:15px;
}
#container .associate-btn a {
	display:block;
	width:202px;
	height:55px;
	background:url(../images/become-assoc-btn.png) no-repeat top left;
	outline:none;
}
#container .associate-btn a:hover {
	background-position:0 -56px;
}


#container .scfu-btn {
	display:block;
	width:202px;
	height:58px;
	text-indent:-9999px;
	float:right;
	margin-bottom:15px;
}
#container .scfu-btn a {
	display:block;
	width:202px;
	height:55px;
	background:url(../images/ShriInvest.png) no-repeat top left;
	outline:none;
}
#container .scfu-btn a:hover {
	background-position:0 -56px;
}



#container .invest{
	display:block;
	width:202px;
	height:58px;
	text-indent:-9999px;
	float:right;
	margin-bottom:15px;
}

#container .invest a{
	display:block;
	width:202px;
	height:55px;
	background:url(../images/shriram-eqt-debt-opp.png) no-repeat top left;
	outline:none;
}

#container .invest a:hover{
	background-position:0 -56px;
}


#container .investonline-btn {
	display:block;
	width:202px;
	height:89px;
	text-indent:-9999px;
	float:right;
	margin-bottom:15px;
}
#container .investonline-btn a {
	display:block;
	width:202px;
	height:89px;
	background:url(../images/tax-free-bond.png) no-repeat top left;
	outline:none;
}

#container .investonline-btn2 {
	display:block;
	width:202px;
	height:89px;
	text-indent:-9999px;
	float:right;
	margin-bottom:15px;
}

#container .investonline-btn2 a {
	display:block;
	width:202px;
	height:89px;
	background:url(../images/SF-banner.png) no-repeat top left;
	outline:none;
}

/*.investonline-btn a:hover {
	background-position:0 -87px;
}*/

/*-----Home Page ContainerEnds Here-----*/


/*-----Main Footer Starts Here-----*/
#footer {
	width:100%;
	background:url(../images/footer-back.jpg) repeat-x;
	height:74px;
	margin-top:10px;
	clear:both;
}
#footer .footer-content {
	margin:0 auto;
	width:997px;
	overflow:hidden;
	padding-top:5px;
}
#footer .footer-content .left {
	float:left;
	padding-left:22px;
}
#footer .footer-content .left p {
	color:#fff;
	padding-bottom:2px;
}
#footer .footer-content .left .footer-bold-txt {
	font-size:16px;
	font-weight:bold;
}
#footer .footer-content .left .other-links {
	font-size:13px;
	color:#fff;
}
#footer .footer-content .left .other-links a {
	color:#fff;
	text-decoration:none;
}
#footer .footer-content .left .other-links a:hover{
	color:#666;
	text-decoration:none;
}
#footer .footer-content .left span {
	font-size:11px;
}
#footer .footer-content .left img {
	padding-top:5px;
}
#footer .footer-content .right {
	float:right;
	padding-right:22px;
	padding-top:5px;
}
#footer .footer-content .right p {
	color:#fff;
	font-size:11px;
	text-align:right;
}
#footer .footer-content .right p a {
	color:#fff;
	line-height:18px;
}
/*-----Main Footer ENDS Here-----*/
<!--Common Classes--> 
.more {
	color:#f60;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;

}
.more a {
	color:#f60;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:5px;

}
.more a:hover {
	color:#f90;	
}

.table-link{
	color:#f60;
	font-size:14px;
	text-decoration:none;	
}

.table-link a{
	color:#f60;
	font-size:14px;
	text-decoration:none;	
}

.table-link a;hover{
	color:#f90;	
}

.right {
	float:right;
}
.dotted-line {
	width:950px;
	border-top:dotted 1px #d7d7d7;
	height:1px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.download-pdf {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}
.heading-bold {
	font-size:16px;
	font-weight:bold;
	color:#000;
}
.heading-bold a {
	color:#000;
}
.heading-bold a:hover {
	color:#f60;
}

.date-new{
	background:url(../images/new.gif) no-repeat;
	width:32px;
	height:14px;
	position:absolute;

	margin-top:-1px;
	margin-left:10px;	
}


.download-button{
	color:#F90;
	font-size:14px;
	text-decoration:none;	
}

.download-button a{
	padding-top:5px;
	
}

.down img{	
	float:left;
	padding-top:5px;	
}	

#cse-search-results iframe {
	height:1200px;
}


.welcome-user{
    float: right;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 9px;
}

.welcome-user a{
text-decoration: :none;
color: #F60;
}


.welcome-user a:hover{
text-decoration: :none;
color: #f90;
}


#container .news h3 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;	
	width:197px;
	height:27px;
	padding:0px 0 0 8px;
	vertical-align:middle;
	display:table-cell;
	line-height:25px;
}

.homepageline {
	background:url(../images/line1.jpg) left top;
	background-repeat:repeat-y;
	float:left;
	width:10px;
	height:300px;
}
