@charset "utf-8";
/* CSS Document */

html{
	height:100%;
	margin:0;
	padding:0;
}

*{
	margin:0px auto;
	padding:0;
}

body{
	background: url(img/back_temp.png) center no-repeat;
	margin:0;
	padding:0;
	height:100%;
}

#outer{
	height:100%;
	overflow:visible;
}

#outer[id]{
	display:table;
	position:static;
}

#middle[id]{
	display:table-cell;
	vertical-align:middle;
}

#header{
	height:101px;
	width:975px;
	margin-bottom:20px;
	margin-top:20px;
}

#button_holder{
	height:31px;
	float:right;
	margin-top:70px;
	float:right;
}

#content{
	height:459px;
	width:975px;
	margin-bottom:20px;
}

#othercontent{
	height:459px;
	width:975px;
	background-image:url(img/other.png);
	background-repeat:no-repeat;
	display:none;
}

#other_inner{
	height:419px;
	width:935px;
	padding:20px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
}

.other_inner_title{
	font-size:24px;
	font-weight:bold;
	margin-bottom:25px;
}

#other_inner p{
	font-size:12px;
	text-indent:20px;
	margin-bottom:5px;
}

#map_canvas{
	width:960px;
	height:459px;
	float:left;
	margin:0;
	opacity:.9;
}

#map_layer{
	height:100%;
	width:100%;
	margin:0;
}

.map_details{
	width:auto;
	height:459px;
	float:right;
	margin:0;
}

#details_hider{
	text-align:center;
	background:url(img/tab.png) no-repeat left;
	padding-top:225px;
	height:234px;
	width:15px;
	float:left;
	margin:0;
}

.togglerbutton{
	margin:0;
	border:0;
}

#details{
	height:459px;
	width:345px;
	float:right;
	display:none;
	background:url(img/details.png) no-repeat;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
}

#details_content{
	height:429px;
	width:315px;
	margin:15px;
}

#empresas_container{
	display:none;
	height:100%;
	text-align:center;
}

#empresas_container a{
	color:#000;
	border:0;
	padding:0;
	margin:0;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	position:absolute;
	bottom:0px;
}

#empresas_container a:hover{
	text-decoration:underline;
}

#empresas a{
	color:#000;
	border:0;
	padding:0;
	margin:auto;
	position:relative;
	bottom:auto;
}

#empresas_image{
	width:300px;
	height:70px;
	margin-bottom:15px;
	text-align:center;
}

.details_content_title{
	width:100%;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

.details_content_tag{
	font-weight:bold;
}

.details_content_text{
	font-size:12px;
}

#cloud_container{
	width:315px;;
	height:100%;
}

#cloud { line-height: 1.5em; text-align: center; width:315px; }
#cloud li { display: inline-block; margin:5px;}
#cloud a { padding: 0px; color:#000; text-decoration:none;}
#cloud a:hover{text-decoration:underline;}

#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }

.hideInitially{
	visibility: hidden;
}

#footer{
	height:30px;
	width:975px;
	text-align:right;
	margin-bottom:20px;
	display:inline-block;
}

.foter_images{
	margin-right:5px;
	margin-left:5px;
	border:0px;
	margin-top:0;
	margin-bottom:0;
}

#about_text{
	width:570px;
	float:left;
}

#about_news{
	width:300px;
	margin-left:10px;
	float:right;
}

#about_news a{
	font-size:9px;
	color:#000;
	text-decoration:none;
}

#about_news p{
	text-indent:0;
}

#about_news a:hover{
	text-decoration:underline;
	color:#09F;
	background-color:#000;
}