@import url(display.css);

/*==COMMON =========================================================================*/
#site {
	width: 980px;
	background-color: #eee;
}

#header{
	width:100%;
	height:211px;
	background: url(../images/bg_header_home.png) repeat-x;
}

#container{
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

#content{
	width:980px;
	margin: 0 auto;
}
#lhs {width: 600px; float: left; padding: 20px 3px 0 3px;}
#subnav {width: 300px; float:left; padding: 20px 3px 0 3px;}
#rhs {width: 668px; float: right; padding: 20px 3px 0 3px; }


/*==HEADER =================================================================================*/
#headerContent{width: 980px; height: 211px; position: relative; margin: 0 auto; display: block;}

a#investee-login { position: absolute; top: -126px; left:409px ;width: 134px; height: 25px; display: block; background: transparent url('../images/investee-login.png') no-repeat top left; text-indent: -999px; font-size: 0; line-height: 0; overflow: hidden;  }
a#investee-login:hover {background: transparent url('../images/investee-login.png') no-repeat bottom left;  }
.logoHome{position:absolute; top:0px; let: 0px;}
.sloganHome{position:absolute; top: 60px; right: 0px;}
.designby{text-indent:-9990px; overflow:hidden;}

/*==NAVIGATION =============================================================================*/
div#menu-wrap {width: 547px; height: 41px; display: block; position: absolute; top: 124px; right: 0px; }
#chromemenu {width: 547px; height: 41px; display: block; position: relative; }
#chromemenu ul {margin: 0px; padding: 0px;}
#chromemenu ul li {float: left; list-style: none; margin: 0px;}
#chromemenu ul li a {height: 41px; display: block; text-indent: -999px; overflow: hidden;}
#chromemenu ul li {height: 41px; display: block; text-indent: -999px; overflow: hidden;}

#chromemenu ul li.MenuAbout a {width: 101px; background: url('../images/bg_navigation2.png') no-repeat 0 0; background-position: 0px 0px;}
#chromemenu ul li.MenuServices a {width: 98px; background: url('../images/bg_navigation2.png') no-repeat 0 0; background-position: -101px 0px;}
#chromemenu ul li.MenuInvestments a {width: 129px; background: url('../images/bg_navigation2.png') no-repeat 0 0; background-position: -198px 0px;}
#chromemenu ul li.MenuOurTeam a {width: 101px; background: url('../images/bg_navigation2.png') no-repeat 0 0; background-position: -326px 0px;}
#chromemenu ul li.MenuContact a {width: 118px; background: url('../images/bg_navigation2.png') no-repeat 0 0; background-position: -427px 0px;}


#chromemenu ul li.MenuAbout a:hover {background-position: 0px -41px;}
#chromemenu ul li.MenuServices a:hover {background-position:  -101px -41px;}
#chromemenu ul li.MenuInvestments a:hover {background-position: -198px -41px;}
#chromemenu ul li.MenuOurTeam a:hover {background-position: -326px -41px;}
#chromemenu ul li.MenuContact a:hover {background-position: -427px -41px;}

#chromemenu ul li.MenuAboutSel {width: 101px; background: url('../images/bg_navigation2.png') no-repeat 0 0; background-position: 0px -82px;}
#chromemenu ul li.MenuServicesSel {width: 98px;background: url('../images/bg_navigation2.png') no-repeat 0 0; background-position: -101px -82px;}
#chromemenu ul li.MenuInvestmentsSel {width: 129px; background: url('../images/bg_navigation2.png') no-repeat 0 0; background-position: -198px -82px;}
#chromemenu ul li.MenuOurTeamSel {width: 101px; background: url('../images/bg_navigation2.png') no-repeat 0 0; background-position: -326px -82px;}
#chromemenu ul li.MenuContactSel {width: 118px; background: url('../images/bg_navigation2.png') no-repeat 0 0; background-position: -427px -82px;}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
margin-left: 101px;
border: 0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background: transparent url('../images/dropdown.png') no-repeat top left;
width: 120px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 13px;
padding: 2px 0;
text-decoration: none;
color: #fff;
border-top: 1px dotted #999   ;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #3f4c51;
}


/*HOMEPAGE =================================================================================*/
#wrap_home{
	width:100%;
	height: 1000px;
	background: url(../images/bg_home.jpg) center 0 #79a8d6;
}



/*ABOUT US =================================================================================*/
#wrap_about{
	width:100%;
	height: 1000px;
	background: url(../images/bg_about.jpg) center 0 #6896ba;
}

#headerAbout{
	width:100%;
	height:211px;
	background: url(../images/bg_header_about.png) repeat-x;
}

/*INVESTMENTS ===============================================================================*/
#wrap_invest{
	width:100%;
	height: 1000px;
	background: url(../images/bg_invest.jpg) center 0 #6ea9d5;
}


/*OUR TEAM ===============================================================================*/
#wrap_team{
	width:100%x;
	height: 1000px;
	background: url(../images/bg_ourteam.jpg) center 0 #66b6ff;
}

/*APPROACH ===============================================================================*/
#wrap_approach{
	width:100%;
	height: 1000px;
	background: url(../images/bg_approach.jpg) center 0 #2b5384;
}

/*CONTACT ===============================================================================*/
#wrap_contact{
	width:100%;
	height: 1000px;
	background: url(../images/bg_contact.jpg) center 0 #d9e5e1;
}

/*LOGIN PAGE ===============================================================================*/
a.forgot-password { font-size: 11px; }
input.small { width: 200px; }

span.c { font-size:11px;line-height: 15px; vertical-align: top; }
