

#main {
	position: relative;
	text-shadow: 0px 1px 1px white;
	color: black;
	line-height: 18px;
	text-align: left;
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	top: 225px;
	left:20px;
	width:630px;
	padding: 0px;
	margin: 0px;
}

#nexmap_header {
	background-image:url('../img/nexmap_header.png');
	width:701px;
	height:225px;
	position:absolute;
	left: 3px;
	top: 42px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#nexapps_header {
	background-image:url('../img/apps_header.png');
	width:701px;
	height:170px;
	position:absolute;
	left: 3px;
	top: 42px;
}

#bigbutton {
	width: 345px;
	height: 170px;
	position: relative;
	display: inline-block;
}
#bigbutton:hover {
	cursor: pointer;
}

#detail {
	width: 707px;
	height: 212px;
	left: 0px;
	top: 190px;
	position: absolute;
}

#detail:hover {
	cursor: pointer;
}

.nexmap_detail {
	background-image: url('../img/nexmap_detail.png');
}
.nextime_detail {
	background-image: url('../img/nextime_detail.png');
}

#nexmap_header:hover {
	cursor:pointer;
}

#nav_home {
	position: relative;
	display: inline-block;
	width: 90px;
	padding: 0;
	margin: 0;
	height:43px;
	background-image: none;
	text-align: center;
}
#nav_about {
	position: relative;
	display: inline-block;
	width: 93px;
	padding-left: 15px;
	padding-top: 14px;
	height:43px;
	background-image: url(/img/mainBoxSep.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#nav_apps {
	position: relative;
	display: inline-block;
	width: 79px;
	padding-left: 15px;
	padding-top: 14px;
	height:43px;
	background-image: url(/img/mainBoxSep.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#nav_blog {
	position: relative;
	display: inline-block;
	width: 79px;
	padding-left: 15px;
	padding-top: 14px;
	height:43px;
	background-image: url(/img/mainBoxSep.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#nav_consulting {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	padding-top: 14px;
	width:129px;
	height:43px;
	text-align: center;
	background-image: url(/img/mainBoxSep.jpg);
	background-repeat: no-repeat;
}
#nav_contact {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	padding-top: 14px;
	height:43px;
	background-image: url(/img/mainBoxSep.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 100px;
}

.hovercursor:hover {
	cursor:pointer;
}


#mainBox {
	width: 706px;
	position: relative;
	background-color: #fff;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-bottom: 250px;
}


#mainBox_apps {
	width: 706px;
	position: relative;
	background-color: #fff;
	margin-top: 25px;
	margin-bottom: 218px;
	padding-bottom: 198px;
}

#mb_t {
	position: absolute;
	left: 15px;
	top: 0px;
	display: inline-block;
	background-image: url('/img/mainBox.jpg');
	background-repeat: repeat-x;
	background-position: 0px -96px;
	background-attachment: scroll;
	width: 677px;
	height: 96px;
	text-shadow: 0px 1px 1px #d4d9e2;
	color: #212a3c;
	font-family: AvantGarde-Book,"ITC Avant Garde Gothic Std", Helvetica, Arial, Verdana, sans-serif, sans-serif, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

#video {
	position: fixed;
	top: 50%;
	margin-top: -150px;
	left: 210px;
	background-color: #fff;
	width:480px;
	height:300px;
}

#closeBox {
	background-image: url('../img/closeBox.png');
	background-repeat: no-repeat;
	width: 69px;
	height: 69px;
	position: fixed;
	visibility: hidden;
	top: 50%;
	margin-top: -200px;
	left: 150px;
}

#videoback {
	visibility:hidden;
	opacity: 0;
	position: fixed;
	top: 50%;
	margin-top: -150px;
	left: 200px;
	background-color: #fff;
	width:500px;
	height:300px;
	
	-webkit-transition-property:opacity;
	-webkit-transition-duration: 0.6s;
	-webkit-transition-timing-function: linear;
	
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.6s;
	-moz-transition-timing-function:: linear;
	
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 5px 10px #000;
	
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 5px 10px #000;
	
	border-radius: 10px;
	box-shadow: 0px 5px 10px #000;
	
	transition-property: opacity;
	transition-duration: 0.6s;
	transition-timing-function: linear;
}

#videoback.active {
	opacity: 1;
	visibility:visible;
}

#backfade {
	background-color: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.0;
	top: 0px;
	left: 0px;
	visibility:hidden;
	-webkit-transition-property:opacity;
	-webkit-transition-duration: 0.6s;
	-webkit-transition-timing-function: linear;
	
	-moz-transition-property:opacity;
	-moz-transition-duration: 0.6s;
	-moz-transition-timing-function: linear;
}

#backfade.active {
	opacity: 0.8;
}

#mb_r {
	position: absolute;
	float: right;
	left: 704px;
	top: 0px;
	display: block;
	background-image: url('/img/mainBoxSides.jpg');
	background-repeat: repeat-y;
	background-position: -3px 0px;
	width: 3px;
	height: 100%;
}
#mb_tr {
	position: absolute;
	left: 692px;
	top: 0px;
	display: inline-block;
	background-image: url('/img/mainBox.jpg');
	background-repeat: no-repeat;
	background-position: -18px 0px;
	width: 15px;
	height: 96px;
}
#mb_b {
	position: absolute;
	left: 15px;
	bottom: 0px;
	display: inline-block;
	background-image: url('/img/mainBox.jpg');
	background-repeat: repeat-x;
	background-position: 0px -218px;
	background-attachment: scroll;
	width: 677px;
	height: 20px;
}
#mb_br {
	position: absolute;
	left: 692px;
	bottom: 0px;
	display: inline-block;
	background-image: url('/img/mainBox.jpg');
	background-repeat: no-repeat;
	background-position: -18px -192px;
	width: 15px;
	height: 20px;
}