@charset "utf-8";
/* CSS Document */
ul, li{ list-style:none; margin:0px; padding:0px;}


body {
	background-color: #000000;
	background-image: url(../Images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#FFFFFF;
}
.menu_home_btn1 {
	background-image:url(../Images/menu_home_inthebox_off.png);
	background-position:center;
	background-repeat:no-repeat;
	width:121px;
	height:60px;
	left:150px;
	position:relative;
	display:block;
	float:left;
	cursor:pointer;
	}
.menu_home_btn1:hover {
	background-image:url(../Images/menu_home_inthebox_on.png);
	}

.menu_home_btn2 {
	background-image:url(../Images/menu_home_references_off.png);
	background-position:center;
	background-repeat:no-repeat;
	width:124px;
	height:60px;
	margin-left:300px;
	margin-top:50px;
	position:relative;
	display:block;
	cursor:pointer;
	float:left;
	}
.menu_home_btn2:hover {
	background-image:url(../Images/menu_home_references_on.png);
	}

.menu_home_btn3 {
	background-image:url(../Images/menu_home_contact_off.png);
	background-position:center;
	background-repeat:no-repeat;
	width:108px;
	height:60px;
	margin-left:150px;
	position:relative;
	display:block;
	float:left;
	cursor:pointer;
	}
.menu_home_btn3:hover {
	background-image:url(../Images/menu_home_contact_on.png);
	}

.btn{width:170px; height:30px; display:block;}

.btnContact{background:url(../Images/altmenu.png) 0px 60px;}


.btnChallenge{background:url(../Images/altmenu.png) 0px 0px;}
.btnChallenge:hover{ background-position:170px 0px;}

.btnDifferentiate{background:url(../Images/altmenu.png) 0px -30px;}
.btnDifferentiate:hover{background-position:170px -30px;}

.btnEnnovate{background:url(../Images/altmenu.png) 0px -60px;}
.btnEnnovate:hover{background-position:170px -60px;}

.btnVision{background:url(../Images/altmenu.png) 0px -90px;}
.btnVision:hover{background-position:170px -90px;}

.btnInspiration{background:url(../Images/altmenu.png) 0px -120px;}
.btnInspiration:hover{background-position:170px -120px;}

.btnCommintment{background:url(../Images/altmenu.png) 0px -150px;}
.btnCommintment:hover{background-position:170px -150px;}

.btnpage{width:120px; height:30px; display:block; background:url(../Images/references_menu.png);}

.btnpage1{ background-position:0px 0px;}
.btnpage1:hover{ background-position:120px 0px;}

.btnpage2{ background-position:0px -30px;}
.btnpage2:hover{ background-position:120px -30px;}

.btnpage3{ background-position:0px -60px;}
.btnpage3:hover{ background-position:120px -60px;}

.btnpage4{ background-position:0px -90px;}
.btnpage4:hover{ background-position:120px -90px;}

.btnpage5{ background-position:0px -120px;}
.btnpage5:hover{ background-position:120px -120px;}

.btnpage6{ background-position:0px -150px;}
.btnpage6:hover{ background-position:120px -150px;}

.btnpage7{ background-position:0px -180px;}
.btnpage7:hover{ background-position:120px -180px;}

.btnhomepage{background:url(../Images/btn_home.png) 0px 0px; width:160px; height:26px; display:block;}
.btnhomepage:hover{background-position:160px 0px;}

