/* 
    Document   : style
    Created on : Jul 23, 2010, 9:44:45 AM
    Author     : streetk
*/

/* Yahoo CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}

body {
	background: url("../images/tile_background.gif") repeat #1f1e1f;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}
* html body {
	text-align: center;
}

#container {
	width: 945px;
	margin: 0 auto;
}
* html #container {
	text-align: left;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
a { outline: 0px; }

/*******************************************
***** HEADER
********************************************/

#header {
	height: 143px;
}

#header a {
	color: #FFFFFF;
}

#header img {
	margin-top: 30px;
}

#header ul {
	float: right;
	padding: 66px 45px 0 0;
}

#header li {
	font-size: 12px;
	float: left;
	display: inline;
	width: 100px;
	padding: 2px 35px;
	text-align: center;
	letter-spacing: 2px;
}

#header ul a:link, #header ul a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#header ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#header .borderLeft {
	border-left: 1px solid #96773c;
}

#header li.currentPage {
	font-weight: bold;
}

/*******************************************
***** FOOTER
********************************************/

#footer {
	margin-top: 30px;
	padding: 10px 0 20px 0;
	border-top: 1px dotted #8a8a8a;
	color: #8a8a8a;
	font-size: 11px;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #8a8a8a;
	text-decoration: underline;
}

#footer .author {
	float: right;
}

/*******************************************
***** HOME
********************************************/

#slideshow {
	width: 945px;
	height: 321px;
	background-color: #000000;
	position: relative;
	z-index: 100;
}

.slideshowShadowTop {
	background: url("../images/slideshow_shadow_top.png") no-repeat transparent bottom center;
}

#slideshow .slides {
	z-index: 110;
	position: absolute;
	top: 0;
	left: 0;
}

#slideshow .slides * {
	width: 945px;
	height: 321px;
}

#slideshow .slides div {
	display: none;
}

#slideshow .desc {
	position: absolute;
	width: 365px;
	height: 145px;
	right: 60px;
	top: 130px;
	z-index: 120;
	text-shadow: #000000 0 0 2px;
}

#slideshow .desc h2 {
	text-align: right;
	color: #a78340;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 20px;
}

#slideshow .desc p {
	font-size: 12px;
	text-align: right;
}

#slideshow .numbers {
	z-index: 121;
	position: absolute;
	top: 276px;
	right: 0;
	font-size: 14px;
	width: 227px;
}

#slideshow .numbers div {
	float: left;
	display: inline;
	width: 25px;
	text-align: center;
}

#slideshow a {
	/* These links are for changing the slideshow image only. Removing outline won't be an accessibility issue. */
	outline: none 0;
}

#slideshow a:link, #slideshow a:visited, #slideshow a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#container #slideshow .bold a {
	font-weight: bold;
	font-size: 22px;
}

#slideshow a:hover {
	font-weight: bold;
	font-size: 18px;
}

#home_companies {
	background: url("../images/slideshow_shadow_bottom.png") no-repeat transparent top center;
}

#home_companies h1 {
	padding: 18px 0;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 12px;
}

#home_companies li {
	height: 32px;
	float: left;
	display: inline;
	width: 93px;
	padding: 20px 11px;
	text-align: center;
	letter-spacing: 2px;
	border-top: 1px solid #96773c;
	border-bottom: 1px solid #96773c;
	margin-right: 23px;
}
/** html #home_companies li {
	width: 115px;
	height: 72px;
}*/
#home_companies li.lastItem {
	width: 95px;
	margin-right: 0;
}
/** html #home_companies li.lastItem {
	width: 117px;
}*/
#home_companies li.lines3 {
	height: 48px;
	padding-top: 12px;
	padding-bottom: 12px;
}
/** html #home_companies li.lines3 {
	height: 72px;
}*/

#home_companies ul a:link, #home_companies ul a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#home_companies ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*******************************************
***** CONTACT
********************************************/

#contact {
	padding: 50px 0;
}

#contact h1 {
	margin-bottom: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

#contact a:link, #contact a:visited, #contact a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#contact img {
	width: 624px;
	height: 321px;
	float: right;
}

/*******************************************
***** COMPANIES
********************************************/

#companies {
	padding: 50px 0;
}

#companies a:link, #companies a:hover, #companies a:visited {
	text-decoration: none;
}

#companies .menu {
	width: 160px;
	font-size: 12px;
	float: left;
	display: inline;
}

#companies .menu li {
	width: 160px;
	padding: 8px 0 10px 0;
	letter-spacing: 2px;
	border-bottom: 1px solid #96773c;
}
#companies .menu li.first {
	padding-top: 0;
}

#companies .menu li.currentPage {
	font-weight: bold;
}

#companies ul a:link, #companies ul a:visited, #companies ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* 785 px remains to share between 5 tiles, so each tile has 157px */
#companies .tile {
	width: 121px;
	height: 180px;
	padding: 10px 11px 10px 12px;
	margin: 0 0 13px 13px;
	background-color: #FFFFFF;
	float: left;
	display: inline;
	cursor: pointer;
}
/** html #companies .tile {
	width: 144px;
	height: 200px;
}*/

#companies .tile.contact {
	width: 435px;
	cursor: auto;
}
/** html #companies .tile.contact {
	width: 458px;
}*/

#companies .tile .heading {
	font-size: 12px;
	color: #383838;
	height: 32px;
	padding: 6px 0 0 0;
	border-top: 1px solid #a78340;
	margin: 4px 0 0 0;
	overflow: hidden;
}
/** html #companies .tile .heading {
	height: 38px;
}*/

#companies .tile .industry {
	margin-top: 3px;
	font-size: 11px;
	line-height: 13px;
	color: #a78340;
}

#companies .tile .details {
	color: #383838;
	margin-top: 3px;
}

#companies .tile .industry img, #companies .tile.contact a img, #companies .detail p img, #about .gold img {
	vertical-align: middle;
	height: 7px;
	width: 5px;
	margin-left: 5px;
}

#companies .tile.contact a:link, #companies .tile.contact a:visited, #companies .tile.contact a:hover {
	color: #383838;
	text-decoration: underline;
}

a.gold:link, a.gold:visited, a.gold:hover,
#companies .tile.contact a.gold:link, #companies .tile.contact a.gold:visited, #companies .tile.contact a.gold:hover {
	color: #a78340;
	text-decoration: none;
}

#tabs {
	width: 785px;
	float: left;
}

#companies .detail {
	display: none;
}

#companies .detail h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 16px 24px;
}

#companies .detail p {
	color: #FFFFFF;
	margin: 0 0 16px 24px;
}

#companies .detail .heroshot {
	height: 322px;
	width: 465px;
	float: right;
	margin-left: 20px;
	position: relative;
}

#companies .detail .heroshot img { position: absolute; top: 0; left: 0; }

/*
#tab_finkelstein-diamonds .heroshot { background: url("../images/tiles/finkelstein_diamonds_large.jpg") no-repeat transparent 0 0; }
#tab_finkelstein-industrial-diamonds .heroshot { background: url("../images/tiles/finkelstein_industrial_diamonds_large.jpg") no-repeat transparent 0 0; }
#tab_immo-gem-invest .heroshot { background: url("../images/tiles/immo_gem_invest_large.jpg") no-repeat transparent 0 0; }
#tab_immo-south .heroshot { background: url("../images/tiles/immo_south_large.jpg") no-repeat transparent 0 0; }
#tab_coralba-water .heroshot { background: url("../images/tiles/coralba_water_large.jpg") no-repeat transparent 0 0; }
#tab_frohmann-freres .heroshot { background: url("../images/tiles/frohmann_freres_large.jpg") no-repeat transparent 0 0; }
#tab_parking-vesting .heroshot { background: url("../images/tiles/parking_vesting_large.jpg") no-repeat transparent 0 0; }
*/

/*******************************************
***** ABOUT
********************************************/

#about {
	padding: 50px 0;
}

#about .menu {
	width: 160px;
	font-size: 12px;
	float: left;
	display: inline;
}

#about .menu li {
	width: 160px;
	padding: 8px 0 10px 0;
	letter-spacing: 2px;
	border-bottom: 1px solid #96773c;
}
#about .menu li.first {
	padding-top: 0;
}

#about .menu li.currentPage {
	font-weight: bold;
}

#about ul a:link, #about ul a:visited, #about ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#about .heroshot {
	width: 465px;
	height: 322px;
	float: right;
	margin-left: 20px;
}

#about #tabs {
	width: 785px;
	float: left;
}

#about #tabs h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 16px 24px;
}

#about #tabs p {
	color: #FFFFFF;
	margin: 0 0 16px 24px;
}

#about #tabs p.gold {
	color: #a78340;
	cursor: pointer;
}

#about #history_events {
	height: 325px;
}

#history_events .historyPic {
	float: right;
	margin-left: 20px;
}

#sliderDates {
	height: 16px;
	width: 785px;
	position: relative;
	margin: 20px 0 0 0;
}

#sliderDates div {
	width: 60px;
	text-align: center;
	color: #a78340;
	position: absolute;
	top: 0;
}
#sliderDates div.currentPage {
	color: #FFFFFF;
}

#sliderContainer {
	background: url("../images/timeline_track_16.gif") no-repeat transparent 0 0;
	height: 46px;
	width: 737px;
}

#slider.ui-slider {
	height: 46px;
	width: 761px;
	margin: 0 12px 0 3px;
	position: relative;
}

#slider .ui-slider-handle {
	background: url("../images/timeline_handle.gif") no-repeat transparent 0 0;
	height: 45px;
	width: 17px;
	position: absolute;
	left: 0;
	top: 0;
	outline: none 0;
}

/*******************************************
***** TERMS OF USE
********************************************/

#terms {
	padding: 50px 0;
}

#terms h1 {
	margin-bottom: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

#terms p {
	margin-bottom: 16px;
}