@charset "utf-8";

:focus {
	outline: 0;
}

html, body {
	color:#ffffff;
	font-family: "Trebuchet MS",Arial,Helvetica;
	font-size:13px;
	margin:0;
	padding:0;
	height: 100%;
}

.home {
	background: #222222;
}

.interior {
	background: #474747;
}

#disclaimer {
	position: absolute;
	font-size: 10px;
	bottom: -200px;
	left: 30px;
}

#wrapper {
	position: absolute;
	width: 900px;
	height: 700px;
	padding: 0;
	top: 50%;
	left: 50%;
	margin-top: -350px;
	margin-left: -450px;
}


#gray_bar {
	position: absolute;
	left: 0px;
	left: 0px;
	top: 50%;
	width: 900px;
	height: 260px;
	margin-top: -130px;
	background: url(../images/gray_bar.gif) no-repeat;
}

#login_bar {
	position: absolute;
	left: 0px;
	left: 284px;
	top: 50%;
	width: 333px;
	height: 260px;
	margin-top: -130px;
	background: url(../images/login_bar.gif) no-repeat;
}

#login_bar p {
	padding: 30px 60px 30px 60px;
	font-size: 18px;
}




#gray_bar_home {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 380px;
}

#overlay_content {
	overflow: auto; width: 500px;  height: 515px; padding: 0 15px 15px 15px;
	position: relative;
	top: 40px;
}

#overlay_content h1 {
	color: #eb5d14;
	margin-top: 0px;
}

#wide_overlay_content {
	overflow: auto; width: 700px;  height: auto; padding: 0 15px 15px 15px;
	color: #000000;
	position: relative;
	top: 40px;
	padding-bottom: 40px;
	max-height: 440px;
}

#wide_overlay_content p img
{
	 float: left;
	 margin-right: 7px;
	 margin-bottom: 10px;
}

#white_overlay_content {
	overflow: auto; width: 500px;  height: auto; padding: 0 15px 15px 15px;
	color: #000000;
	position: relative;
	top: 40px;
	padding-bottom: 40px;
	max-height: 440px;
}

#white_overlay_content p img
{
	 float: left;
	 margin-right: 7px;
	 margin-bottom: 10px;
}

.grid th
{
	 border-bottom: 1px solid #aaaaaa;
	 background: #eeeeee;
	 padding: 3px;
	 margin: 0px 2px 0px 2px;
	 font-size: 11px;
	 text-align: center;
}
.grid td
{
	 padding: 3px;
	 margin: 0px 2px 0px 2px;
	 font-size: 11px;
	 text-align: center;
}

.row1 td {
	background: #dddddd;
}

.row2 td {
	background: #eeeeee;
}

.row3 td {
	background: #dddddd;
	font-weight: bold;
}

.totals td {
	font-weight: bold;
}

#white_overlay_content h1 {
	color: #eb5d14;
	margin-top: 0px;
}

#wide_overlay_content h1 {
	color: #eb5d14;
	margin-top: 0px;
}

#logo {
	 position: absolute;
	 left: 272px;
	 top: 129px;
}

#logo_small {
	 position: absolute;
	 left: 0px;
	 top: -90px;
}

#contact_us
{
	height: 38px;
	line-height: 38px;
	position: absolute;
	right: 30px;
	bottom: -38px;
}

#contact_us a:link, #contact_us a:visited, #contact_us a:active
{
	color: #ffffff;
	text-decoration: underline;
	font-size: 13px;
}

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

#agree a:link, #agree a:visited, #agree a:active
{
	color: #ffffff;
	text-decoration: underline;
	font-size: 13px;
}

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

#thumb_content td{
	padding: 10px;
	text-align: center;
}

#due_dilligence {
	position: absolute;
	top: -22px;
	right: 70px;
	z-index: 50;
}

.overlay {
		background: #474747;
		width:550px;
		height:575px;
		padding:0px;
		position: relative;
		display: none;
		border: 1px solid #777777;
	}

.white_overlay {
		background: #ffffff;
		width:550px;
		height:auto;
		padding:0px;
		padding-bottom: 40px;
		position: relative;
		display: none;
		border: 1px solid #777777;
		font-size: 15px;
	}
	
	
.wide_overlay {
		background: #ffffff;
		width:750px;
		height:auto;
		padding:0px;
		padding-bottom: 40px;
		position: relative;
		display: none;
		border: 1px solid #777777;
		font-size: 15px;
	}
		


.download {
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.download img {
	padding-right: 5px;
}

.downloads {
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 37px;
}
.downloads a:link, .downloads a:visited, .downloads a:active {
	font-size: 13px;
	color: #c4440d;
	text-decoration: underline;
}

.downloads a:hover {
	text-decoration: none;
}

div.close {
	background:url(../images/close.png) no-repeat scroll 0 0 transparent;
	cursor:pointer;
	height:35px;
	position:absolute;
	right:5px;
	top:2px;
	width:35px;
}


#investment	{
	top: 0px;
	left: 0px;
}

#asset	{
	top: 0px;
	right: 0px;
}

#management	{
	bottom: 0px;
	left: 0px;
}

#diligence	{
	bottom: 0px;
	right: 0px;
}

.large_orange_button {
	position: absolute;
	width:315px;
	height: 105px;
	text-align: center;
	line-height: 105px;
	font-size: 30px;
	color: #ffffff;
	cursor: pointer;
}

.large_orange_button .text {
	position: relative;
	z-index: 10;
}

.large_orange_button .frame0 {
	position: absolute;
	top: 0px;
	left: 0px;	
	z-index: 9;
	display: none;
}

.large_orange_button .frame1 {
	position: absolute;
	top: 0px;
	left: 0px;	
	z-index: 5;
}

.large_orange_button .frame2 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}


.large_orange_button a:link, .large_orange_button a:visited, .large_orange_button a:active {
	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
	width:315px;
	height: 105px;
	display: block
}

.hoverMe {
	color: #000000 !important;
}
.large_orange_button a:hover {
	font-size: 30px;
	color: #000000;
	text-decoration: none;
}



.small_orange_button {
	position: absolute;
	width:111px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
}

.small_orange_button .text {
	position: relative;
	z-index: 10;
}

.small_orange_button .frame0 {
	position: absolute;
	top: 0px;
	left: 0px;	
	z-index: 9;
	display: none;
}

.small_orange_button .frame1 {
	position: absolute;
	top: 0px;
	left: 0px;	
	z-index: 5;
}

.small_orange_button .frame2 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}


.small_orange_button a:link, .small_orange_button a:visited, .small_orange_button a:active {
	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
	width:315px;
	height: 105px;
	display: block
}

.small_orange_button a:hover {
	font-size: 30px;
	color: #000000;
	text-decoration: none;
}

.big_orange_button a {
	width:185px;
	height: 314px;
	background: url(../images/large_buttons.png) no-repeat;
}


#button_investment a {
	background-position: 0px 0px;
}

#button_asset a {
	background-position: -187px 0px;
}

#button_management a {
	background-position: -372px 0px;
}

#button_diligence a {
	background-position: -556px 0px;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/

#overall_wrapper {
	padding: 0px;
	margin: auto;
	width:445px;
}

#gallery_wrapper{
	padding: 0px;
	margin: 0px;
}

.gallery {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 345px;
	height:130px;
	/* custom decorations */
}

.gallery .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.gallery .items div {
	float: left; width: 100px; height: 100px; padding: 0px; margin: 7px;
}

.first {
	margin: 7px 7px 7px 0px;
}


#scrollable_wrapper{
	position: absolute;
	top: 40px;
	left: 0px;
	width:900px;
	padding-left: 5px;
}

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 810px;
	height:190px;
	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:810px;
}

/* single scrollable item */
.scrollable img {
	margin:0px;
	padding:0px;
	width:117px;
	height:135px;
	z-index: 1;
	position: absolute;
	top: 40px;
	left: 0px;
}

.gallery img {
	margin:0px;
	padding:0px;
	width:100px;
	height:100px;
	float:left !important;
	position: relative;
	margin:7px 7px 7px 7px;
	border: 0px;
}

.zoom_to {
	margin:0px;
	padding:0px;
	width:117px !important;
	height:135px !important;
	z-index: 5 !important;
	position: absolute;
	top: 18px !important;
	left: -7px !important;
	display: none;
}

/* active item */
.scrollable .active {
	position:relative;
	cursor:default;
}

.img_wrapper {
	position: relative;
	float:left !important;
	margin:7px 7px 7px 7px;
	padding:2px;
	width:117px !important;
	height:170px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

.gallery {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(../images/hori_large_really_orange.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:70px 10px;
	cursor:pointer;
	font-size:1px;
}

a.browse_gallery {
	background: url(../images/hori_large_really_orange.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:30px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


a.vcr {
	background: url(../images/vcr.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
	font-size:1px;
	margin: 3px;
}

a.stop 				{ background-position: 0 -30px; clear:right;}
a.stop:hover 		{ background-position:-30px -30px; }
a.stop:active 	{ background-position:-60px -30px; } 

a.play				{ margin-left: 0px; } 
a.play:hover  		{ background-position:-30px 0; }
a.play:active  	{ background-position:-60px 0; }

a.reverse				{ background-position: 0 -90px; clear:right;}
a.reverse:hover  		{ background-position:-30px -90px; }
a.reverse:active  	{ background-position:-60px -90px; }

a.forward				{ background-position: 0 -120px; clear:right;}
a.forward:hover  		{ background-position:-30px -120px; }
a.forward:active  	{ background-position:-60px -120px; }

#controls {
	width: 145px;
	height: 40px;
	margin: auto;
}