/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ================================================== Index */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */

/* ============================================================ */
/* ============================== CSS3 init */
/* ============================================================ */

#indexHeaderArea {
	-webkit-perspective: 1200;
}


#indexHeaderSection1,
#indexHeaderSection2 {
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	-o-transition-property: transform;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}

/*
#indexHeaderSection1 {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

#indexHeaderSection2 {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
}
*/

#indexHeaderSection1 {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
}

#indexHeaderSection2 {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

/* ============================================================ */
/* ============================== Header Area */
/* ============================================================ */

#indexHeaderArea {
	text-shadow: 1px 1px 0px white;
	color: #2f454c;
	margin-bottom: 15px;
	margin-top: 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 560px;
	height: 430px;
}

#indexHeaderArea

#indexHeaderBackgroundHole {
	background-image: url(../images/indexHeaderBackgroundHole1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	height: 100%;
	width: 100%;
	visibility: hidden;
}

#indexHeaderArea > * {
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	background-attachment: fixed;
}

/* ============================== inexHeaderSection1 */

#indexHeaderSection1 > * {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#indexHeaderArea > * .indexHeaderHoverBackground {
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../images/indexHeaderHoverBackground1.png);
	top: 0px;
	left: 0px;
	opacity: 0;
}

.indexHeaderBackground {
	background-image: url(../images/mainBackground1.gif);
	background-repeat: repeat;
}

#indexAepyornisLogo {
	margin-bottom: 6px;
	background-repeat: no-repeat;
	background-image: url(../images/indexAepyornisLogo1.png);
	height: 316px;
	width: 420px;
}

#indexAboutUsMenu {
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 400px;
}

.indexAboutUsMenuLink {
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
	color: white;
	text-shadow: 1px 1px 0px #85c5d9;
}

.indexAboutUsMenuLink:hover {
	text-shadow: -1px -1px 0px #7ab5c8;
}

.indexAboutUsMenuLink:active {
	color: #d4f6fb;
	text-shadow: -1px -1px 0px #7ab5c8;
}

#indexAboutUsMenuLink1,
#indexAboutUsMenuLink3,
#indexAboutUsMenuLink4 {
	text-shadow: 1px 1px 0px #85c5d9;
	text-decoration: line-through;
	cursor: default;
}

#indexOurJob {
	padding-bottom: 15px;
	padding-top: 30px;
	text-align: center;
	letter-spacing: 2px;
	font-size: 16px;
	width: 560px;
	text-shadow: 1px 1px 0px white;
	color: #2f454c;
}

/* ============================== inexHeaderSection2 */

#indexHeaderSection2 {
	width: 540px;
	height: 380px;
	padding: 10px;
	padding-top: 40px;
}

/* ============================== inexHeaderSections */

.indexHeaderPrev,
.indexHeaderNext {
	color: #4d727e;
	text-shadow: 1px 1px 0px white;
	position: absolute;
	top: 100px;
	opacity: 0;
	cursor: pointer;
}

.indexHeaderPrev:hover,
.indexHeaderNext:hover {
	color: #2f454c;
}

.indexHeaderPrev {
	left: -100px;
}

.indexHeaderNext {
	right: -100px;
}

.indexHeaderAEpyornisLogo {
	background-image: url(../images/spriteVariousPictos.png);
	background-position: -62px 0px;
	background-repeat: no-repeat;
	width: 101px;
	height: 31px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.indexHeaderSectionContent {
	position: relative;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
}

.indexHeaderSectionContent > h1 {
	font-size: 14px;
	margin-bottom: 10px;
}

.indexHeaderSectionContent > p {
	margin-bottom: 30px;
}

.indexHeaderSectionContent .genericInputArea:last-child {
	margin-bottom: 0px;
}

#closeContact.displayNone {
	display: none;
}

/* ============================================================ */
/* ============================== AppsArea */
/* ============================================================ */

#indexAppsArea {
	padding-bottom: 100px;
	padding-top: 100px;
	background-repeat: repeat-x;
	background-image: url(../images/spikesBorder1.png);
	position: relative;
}

#indexTrail1 {
	margin-right: auto;
	margin-left: auto;
	width: 577px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/trail1.png);
	height: 1948px;
	position: relative;
}

#footPrintMaskPosition {
	height: 1948px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 577px;
}

.footPrintMask {
	background-color: white;
	position: absolute;
	width: 40px;
	height: 40px;
}

#footPrintMask1 {
	left: 77px;
	top: 0px;
}

#footPrintMask2 {
	left: 124px;
	top: 101px;
}

#footPrintMask3 {
	left: 239px;
	top: 117px;
}

#footPrintMask4 {
	left: 263px;
	top: 213px;
}

#footPrintMask5 {
	left: 368px;
	top: 242px;
}

#footPrintMask6 {
	left: 397px;
	top: 340px;
}

#footPrintMask7 {
	left: 498px;
	top: 381px;
}

#footPrintMask8 {
	left: 496px;
	top: 485px;
}

#footPrintMask9 {
	left: 537px;
	top: 567px;
}

#footPrintMask10 {
	left: 510px;
	top: 657px;
}

#footPrintMask11 {
	left: 537px;
	top: 751px;
}

#footPrintMask12 {
	left: 451px;
	top: 806px;
}

#footPrintMask13 {
	left: 443px;
	top: 912px;
}

#footPrintMask14 {
	left: 353px;
	top: 956px;
}

#footPrintMask15 {
	left: 328px;
	top: 1054px;
}

#footPrintMask16 {
	left: 226px;
	top: 1099px;
}

#footPrintMask17 {
	left: 198px;
	top: 1190px;
}

#footPrintMask18 {
	left: 126px;
	top: 1228px;
}

#footPrintMask19 {
	left: 97px;
	top: 1337px;
}

#footPrintMask20 {
	left: 37px;
	top: 1405px;
}

#footPrintMask21 {
	left: 37px;
	top: 1499px;
}

#footPrintMask22 {
	left: 0px;
	top: 1586px;
}

#footPrintMask23 {
	left: 12px;
	top: 1674px;
}

#footPrintMask24 {
	left: 0px;
	top: 1771px;
}

#footPrintMask25 {
	left: 70px;
	top: 1831px;
}

#footPrintMask26 {
	left: 232px;
	top: 1888px;
}

#footPrintMask27 {
	left: 137px;
	top: 1904px;
}

#footPrintMask28 {
	left: 324px;
	top: 1908px;
}

#indexWorkingSentenceEn1 {
	margin-right: auto;
	margin-left: auto;
	width: 545px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../images/indexWorkingSentenceEn1.png);
	height: 349px;
	position: relative;
}

#indexFollowUs {
	right: 25%;
	bottom: 1100px;
	position: absolute;
}

#indexCheckProgress {
	margin-right: auto;
	margin-left: auto;
	right: 60px;
	bottom: 90px;
	position: absolute;
}

#indexWorkInProgress1 {
	top: 115px;
	background-position: 0 bottom;
	bottom: 100px;
	right: 2px;
	width: 20px;
	background-image: url(../images/ruler1.png);
	position: absolute;
}

#indexWorkInProgress2 {
	height: 0px;
	background-position: 0 bottom;
	bottom: 100px;
	right: 2px;
	width: 20px;
	background-image: url(../images/ruler2.png);
	position: absolute;
}

/* ============================================================ */
/* ============================== various */
/* ============================================================ */

#indexFollowLinks {
	background-image: url(../images/spriteVariousPictos.png);
	background-position: 0px -31px;
	background-repeat: no-repeat;
	position: absolute;
	padding-left: 20px;
	right: 20px;
	top: 20px;
}

#indexFollowLinks a {
	text-decoration: none;
	font-size: 10px;
	text-shadow: 1px 1px 0px white;
	color: #2f454c;
}

#indexFollowLinks a:hover {
	font-style: italic;
}

#indexFooterArea {
	text-align: center;
	line-height: 40px;
	position: relative;
	background-color: #2f454c;
	font-size: 9px;
	color: white;
	height: 40px;
	width: 100%;
}

#indexStamper,
#indexStamp {
	background-image: url(../images/spriteVarious.png);
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0;
}

#indexStamper {
	padding-top: 75px;
	text-shadow: 0px 0px 2px #6a60a7;
	color: #4b3285;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	font-size: 16px;
	width: 140px;
	height: 65px;
	background-position: 0px 0px;
	top: -15px;
	right: 50px;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-o-transform: rotate(15deg);
}

#indexStamp {
	width: 101px;
	height: 122px;
	background-position: -140px 0px;
	top: 20px;
	right: -10px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
}
