/* CSS Document */

* {margin: 0; padding: 0;}

body {
	background: #E5EFF5 url(../images/bg_home.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #333;
	position: relative;
}

#container {
	width: 930px;
	margin: 0 auto;
	position: relative;
}

#bottomborder {
	margin: 0 0 0 1px;	
	padding: 0 0 10px 0;
	clear: both;
}

#clrWpadding {
	clear: both;
	height: 21px;
}

#columnLeft {
	position: relative;
	float: left;
	width: 249px;
}

#logo {
	padding: 27px 0 40px 84px;
	width: 156px;
}

#columnRight {
	position: relative;
	float: right;
	width: 655px;
}


#tagline {
	width: 288px;
	float: left;
}

#contact {
	width: 100px;
	height: 64px;
	float: right;
	margin: 0 22px 0 0;
	padding: 20px 0 0 40px;
	background-image:url(../images/contactshadow.gif);
	background-repeat:no-repeat;
}

#contact a {
	font-size: 11px;
	font-weight: bold;
	color: #606A70;
	text-decoration: none;
}
	
#contact a:hover {
	color: #0060A1;
	text-decoration: none;
}

/* --- NAVIGATION -- */

#nav {
	position: relative;
	top: 0px;
	left: 40px;
	width: 212px;
	margin: 0;
	padding: 0;
	list-style:none;
	overflow: hidden;
}

#nav li {
	margin: 0 0 4px 0;
	//margin: 0;
	padding: 0;
	list-style:none;
	height: 30px;
	overflow: hidden;
	background: none;
}

#nav a{
	float: left;
	padding: 32px 0 0 0;
	margin: 0;
	overflow: hidden;
	height: 0px;
	height /**/: 30px;
	width: 212px;
}

#nav a:hover, #nav a.selected{
	background-position: 0 -30px;
}

#menuAbout a {
	background: url(../images/nav_about.gif) top left no-repeat;
}

#menuTeam a {
	background: url(../images/nav_team.gif) top left no-repeat;
}

#menuInvestor a {
	background: url(../images/nav_investmentsector.gif) top left no-repeat;
}

#menuPortfolio a {
	background: url(../images/nav_portfolio.gif) top left no-repeat;
}

#menuEntrepreneur a {
	background: url(../images/nav_entrepreneur.gif) top left no-repeat;
}

#menuNewsEvents a {
	background: url(../images/nav_newsevents.gif) top left no-repeat;
}

#subnav {
	width: 189px;
	list-style: none; 
	margin: 0 0 0 44px; 
	padding: 6px 12px 6px 0;
	clear: both;
}

#subnav li {
	text-align:right;
	list-style: none;
	line-height: 14px;
	background: none;
	padding: 0 0 6px 0;
}
	
#subnav li a {
	margin: 0;
	padding: 0 0 0 9px;
	font-size: 11px;
	font-weight: bold;
	color: #606A70;
	text-decoration:none;
}
	
#subnav li a:hover {
	color: #0060A1;
	text-decoration:none;
}
	
#subnav #active a {
	color: #0060A1;
	text-decoration:none;
	background: url(../images/bg_arrow.gif) no-repeat 0 3px;
}

/* --- FOOTER -- */
	
#copyright {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #606A70;
	padding: 0 0 20px 0;
}
	
#copyright a {
	color: #606A70;
	text-decoration: none;
	font-weight: bold;
}
	
#copyright a:hover {
	color: #0060A1;
	text-decoration: underline;
}