
/* Rombs */

div.romb-1 { /* MIDDLE GREY */
	background: url(../images/i/rombs/r1-112x126.png) no-repeat;
	width: 112px; height: 126px;
	position: absolute;
}
div.romb-2 { /* BIG BLUE */
	background: url(../images/i/rombs/r2-144x161.png) no-repeat;
	width: 144px; height: 161px;
	position: absolute;
}
div.romb-3 { /* BIG WHITE */
	background: url(../images/i/rombs/r3-186x216.png) no-repeat;
	width: 186px; height: 216px;
	position: absolute;
}
div.romb-4 { /* BIG GREY */
	background: url(../images/i/rombs/r4-144x161.png) no-repeat;
	width: 144px; height: 161px;
	position: absolute;
}
div.romb-5 { /* SMALL GREY */
	background: url(../images/i/rombs/r5-66x74.png) no-repeat;
	width: 66px; height: 74px;
	position: absolute;
}

/* --- Default --- each project inner page */

#footer div.romb-1-left {
	top: 0px;
	left: 70px;
}
#footer div.romb-1-right {
	top: -268px;
	right: 35px;
}
#footer div.romb-2-right {
	width: 100px;
	top: -140px;
	right: 0;
}
#footer div.romb-3-right {
	top: -50px;
	right: 100px;
}
#footer div.romb-4-left {
	display: none;
}
#footer div.romb-5-right {
	top: 120px;
	left: 150px;
}

#content div.romb-4-top {
	display: none;
}

/* --- Project Types --- */

.rombs-projects-type #footer div.romb-1-left {
	top: 5px;
	left: 40px;
}
.rombs-projects-type #footer div.romb-1-right {
	top: -38px;
	right: 25px;
}
.rombs-projects-type #footer div.romb-2-right {
	width: 144px;
	top: -160px;
	right: 10%;
}
.rombs-projects-type #footer div.romb-3-right {
	width: 163px;
	top: -320px;
	right: 0px;
}
.rombs-projects-type #footer div.romb-4-left {
	display: none;
}
.rombs-projects-type #footer div.romb-5-right {
	display: none;
}

.rombs-projects-type #content div.romb-4-top {
	display: none;
}

/* In Project List */

.rombs-projects-list #content div.romb-4-top {
	display: block;
	top: 550px; left: 3%;
}
.rombs-projects-list #footer div.romb-1-left {
	display: none;
}
/*.rombs-projects-list #footer div.romb-1-right {
	display: block;
	right: 20px;
	top: -230px;
}
.rombs-projects-list #footer div.romb-2-right {
	display: block;
	top: -80px;
	right: 0px;
	width: 100px;
}
.rombs-projects-list #footer div.romb-3-right {
	display: block;
	top: -40px;
	right: 100px;
}*/
.rombs-projects-list #footer div.romb-1-right {
	top: -50px; 
	right: 20%;
}
.rombs-projects-list #footer div.romb-2-right {
	width: 144px;
	top: -110px;
	right: 3%;
}
.rombs-projects-list #footer div.romb-3-right {
	width: 163px;
	top: -320px;
	right: 0px;
}
.rombs-projects-list #footer div.romb-5-right {
	display: none;
	left: 100px;
	top: -100px;
}


/* In Document */
.rombs-document #footer div.romb-1-left { top: -85px; left: 85px; }
.rombs-document #footer div.romb-1-right { top: -234px; right: 0px; width:90px; }
.rombs-document #footer div.romb-2 { top: -255px; right: 112px;  width: 144px; }
.rombs-document #footer div.romb-3 { top: -105px; right: 15px }
.rombs-document #footer div.romb-5 {
	top: 28px; left: 0;
	background: url(../images/i/rombs/r5-137x161.png) no-repeat;
	width: 137px; height: 161px;
}

/* In Contacts */
.rombs-contacts #footer div.romb-1-left { 
	top: 12px; left: 25px;
	background: url(../images/i/rombs/r5-66x74.png) no-repeat;
	width: 66px; height: 74px;
}
.rombs-contacts #footer div.romb-1-right {
	top: -212px; right: 173px; 
	background: url(../images/i/rombs/r5-66x74.png) no-repeat;
	width: 66px; height:74px;
}
.rombs-contacts #footer div.romb-2 { /* BIG BLUE */
	top: -201px; right: 32px;
	background: url(../images/i/rombs/r2-112x126.png) no-repeat;
	width: 112px; height: 126px;
}

.rombs-contacts #footer div.romb-3 { /* BIG WHITE */
	top: -112px; right: 125px;
	background: url(../images/i/rombs/r3-144x161.png) no-repeat;
	width: 144px; height: 161px;
}
.rombs-contacts #footer div.romb-5 { /* SMALL GREY */
	top: -30px; left: 80px;
	background: url(../images/i/rombs/r5-40x45.png) no-repeat;
	width: 40px; height: 45px;
}

