/* CSS Document */

body {
	background-color: #404041;	
	font-family: tahoma;
	color: #67665c;
	font-size: 14px;
	line-height: 18px;
}

#outterwrapper {
	background-image: url(../images/home_n/BG.png);
	background-repeat: repeat-y;
	margin: 0px auto;
	margin-left: -1px;
	background-position: center;
	height: 100%;
}

#container {
	width: 970px;
	margin: 0px auto;
	background-color: #ffffff;
}

#banner {
	display: block;
	width: 969px;
	height: 207px;
	background-image: url(../images/home_n/home_banner.jpg);
	background-repeat: no-repeat;
	position: relative;
}
	#banner img{
		margin-top: 11px;
		margin-left: 26px;
	}
	#banner a {
		cursor: default;
	}
.clear {
	clear: both;
}

#navigation { width: 971px;}
	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
		#navigation li {
			list-style-type: none;
			float: left;
		}
			#services { 
				display: block; 
				width: 138px; 
				height: 52px; 
				background-image: url(../images/home_n/ourServices.png);
				}
            #hire {
				display: block; 
				width: 147px; 
				height: 52px; 
				background-image: url(../images/home_n/why-hire-us.png);
			}
            #exchange {
				display: block; 
				width: 171px; 
				height: 52px; 
				background-image: url(../images/home_n/otcbb-exchange.png);
			}
            #mergers {
				display: block; 
				width: 273px; 
				height: 52px; 
				background-image: url(../images/home_n/reverse-mergers.png);
			}
            #rule {
				display: block; 
				width: 116px; 
				height: 52px; 
				background-image: url(../images/home_n/rule-144.png);
			}
            #contact {
				display: block; 
				width: 125px; 
				height: 52px; 
				background-image: url(../images/home_n/contact-us.png);
			}
			#navigation li a:hover {
				background-position: 0 -53px;
			}

#intro {
	background-color: #ffffff;
	padding: 0px 30px 10px 30px;
	width: 910px;
}	

#stock_bar {
	display: block;
	width: 970px;
	height: 31px;
	background-image: url(../images/home_n/stock_bar.gif);	
}

#bottom_section {
	background-color: #e7e5ce;
	background-image: url(../images/home_n/shadow.gif);	
	background-repeat: repeat-x;
	background-position: top left;
	width: 970px;
	padding-top: 30px;
}

#bottom_section ul {
		display: inline;
		margin: 0px;
	}
		#bottom_section li {
			list-style-type: none;
			float: left;
		}
			#why { 
				display: block; 
				width: 307px; 
				height: 154px; 
				background-image: url(../images/home_n/cta_why-bridge-capital.jpg);
				margin-left: 20px;
			}
			#list { 
				display: block; 
				width: 307px; 
				height: 154px; 
				margin-left:3px;
				background-image: url(../images/home_n/cta_list-you-company.jpg);
			}
			#our { 
				display: block; 
				width: 307px; 
				height: 154px;
				margin-left:3px; 
				background-image: url(../images/home_n/cta_our-services.jpg);
			}
			#bottom_section li a:hover {
				background-position: 0 -154px;
			}
			#bottom_section li a {
				text-decoration: none;
				color: #54534b;
				font-size: 13px;
			}
			#bottom_section li a span {
				width: 180px;
				display: block;
				padding: 47px 0px 0px 22px;
				line-height: 17px;
			}
#footer {
	background-color: #e7e5ce;
	font-size: 12px;
	padding-left: 15px;
	padding-bottom: 30px;
}

#footer a, .links, .side_links {
	color: #496d19;
}

	#footer a:hover {
		text-decoration: none;
	}

	.links {
		display: block;
		margin-top: 3px;
	}

	.side_links {
		display: block;
		text-align: right;
		margin-top: -18px;
		padding-right: 15px;
	}
.finance {
	margin-left: 215px;
}
#trading {
	margin-left: 30px;
	margin-top: 5px;
}

a {
	color: #496D19;
}

a:hover {
	text-decoration: none;
}

#extended_content {
	background-color: #e7e5ce;
	width: 940px;
	padding: 0px 15px 15px 15px;
}


#home_icon {
	display: block; 
	width: 73px;
	height: 30px;
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 170px;
	left: 33px;
}

#banner #home_icon {
	cursor: pointer;
}

#banner #home_icon:hover {
	background-position: -73px 0px;
}