/*
Theme Name: ergopix
Theme URI: http://ergopix.com/
Version: 1
Author: ergopix sàrl
Author URI: http://www.ergopix.com/
*/
* {
	margin:0;
	padding:0;
	outline:none;
}

body {
	background-color: #cacaca;
	width:100%;
	font-family:Helvetica, Arial;
	font-size:13px;
	padding-bottom: 20px;
}

a img {
	border:none;
}

#contact ul {
	list-style:none outside none;
}

#contact ul li{
	float:left;
	padding-right:15px;
}

#contact ul li a, #contact ul li a:visited{
	color: #FFF;
	text-decoration: none;
	text-transform:uppercase;
}

#contact ul li.current_page_item a{
	color: #555;
}

#contact ul li a:hover{
	color: #555;
}

#footer, #footer:visited {
	background-color:#00FF01;
	clear:left;
	position:relative;
	top:10px;
	height:21px;
	padding-left:10px;
	padding-top:9px;
	text-decoration:none;
	text-transform:uppercase;
	width:290px;
	color: #FFF;
	cursor: pointer;
	display: block;
}

#footer:hover {
	color:#555;
}

#left_block {
	float:left;
	width:300px;
	margin-left:10px;
	margin-top:10px;
}

#logo_block {
	background-color:#FFFFFF;
	float:left;
	height:310px;
	padding:10px;
	width:280px;
}

#contact {
	background-color:#00FF01;
	color:#FFFFFF;
	float:left;
	height:21px;
	padding-left:10px;
	padding-top:9px;
	text-decoration:none;
	text-transform:uppercase;
	width:290px;
	cursor: pointer;
	margin-top:10px;
}

#block_txt_home {
	width:280px;
	height:160px;
	background-color:#FFF;
	margin-top:10px;
	float:left;
	text-align:left;
	padding:10px;
	color: #555;
}

.project {
	height:180px;
	width:300px;
	margin-left:10px;
	margin-top:10px;
	float:left;
	background-color:#FFF;
	display:none;
	overflow:hidden;
	position: relative;
}

.list_page, .list_page_team{
	height:180px;
	width:300px;
	margin-left:10px;
	margin-top:10px;
	float:left;
	background-color:#FFF;
	overflow:hidden;
	position: relative;
}

.project a, list_page a, .list_page_team a{
	display:block;
}

.project img, .list_page img, .list_page_team img{
	width:278px;
	height:115px;
	margin-left: 10px;
	margin-top:10px;
	border: 1px solid #cacaca;
}

.project ul, .list_page ul, .list_page_team ul {
	list-style:none;
	list-style-position:outside;
	display:none;
}

.project h1, .list_page h1, .list_page_team h1 {
	font-weight:bold;
	margin-top:15px;
	text-transform:uppercase;
	margin-left:10px;
	font-size: 12px;
	color: #555;
}

.project .heading, .list_page .heading, .list_page_team .heading{
	position:absolute;
	background:#000;
	height:107px;
	width:260px;
	background: rgba(0,0,0,0.8);
	padding: 10px;
	filter:alpha(opacity=80);
	font-size:11px;
	line-height: 120%;
	margin-left: 10px;
	top:-127px;
}

.project .heading img, .list_page .heading img,  .list_page_team .heading img{
	display: none;
}

.project .heading ul, .list_page .heading ul, .list_page_team .heading ul{
	display: block!important;
	color: #FFF;
}

.project .heading a, .project .heading a:visited, .list_page .heading a, .list_page .heading a:visited, .list_page_team .heading a, .list_page_team .heading a:visited{
	color: #999;
	text-decoration: none;
	display: inline;
}

.project .heading a:hover, .list_page .heading a:hover,  .list_page_team .heading a:hover{
	text-decoration: underline;
}

a.url_project, a.url_project:visited{
	color: #000;
	text-decoration: none;
	display:block;
	margin-top:2px;
	margin-left:10px;
}

a.url_project:hover{
	text-decoration: underline;
}

#identity{
	height:320px;
	width:280px;
	position: absolute;
	background-color: #FFFFFF;
	color: #333333;
}

#contact_form{
	position: absolute;
	display: none;
	height:320px;
	background-color: #FFFFFF;
}

#close_form{
	background-image:url("images/fileclose.jpg");
	cursor:pointer;
	display:block;
	float:right;
	height:12px;
	position:relative;
	width:12px;
}

#logo{
	width:75px;
	height:75px;
	margin-top:15px;
	margin-bottom:18px;
}

.tag{
	text-transform: uppercase;
	color: #00FB00;
	padding-bottom:3px;
}

#engineer{
	padding-bottom:3px;
}

#company{
	text-transform: uppercase;
	margin-top:15px;
	color: #00FB00;
}

#adress p{
	padding-bottom:3px;
}

.last_item{
	height:180px;
	width:300px;
	margin-left:10px;
	margin-top:10px;
	float:left;
	background-color:#FFF;
	display:none;
	overflow:hidden;
	position: relative;
}

.last_item{
	height:180px;
	width:300px;
	margin-left:10px;
	margin-top:10px;
	float:left;
	background-color:#00FB00;
	display:none;
	overflow:hidden;
	position: relative;
	color: #fff!important;
}



.last_item h1{
	color: #fff!important;
}


.last_item p, .last_item a.url_project{
	display: none!important;
}

.last_item .heading{
	display: none;
}