@charset "utf-8";
@font-face {
	font-family: 'BigLight';
	src: url('../fonts/Big-Light.eot');
	src: local('Big Light'), 
	     local('Big-Light'), 
	     url('../fonts/Big-Light.otf') format('opentype'), 
	     url('../fonts/Big-Light.svg#Big-Light') format('svg');
}
.box2d {z-index:1;white-space:nowrap;}
/*--------------------------------------------------------------*/
/*--------------------[ CSS Document reset ]--------------------*/
/*--------------------------------------------------------------*/

* {
	margin: 0;
	padding:0;
	outline:none;
}

/*--------------------------------------------------------------*/
/*-------------[ global tags, selectors, classes ]--------------*/
/*--------------------------------------------------------------*/

html, body {
	height:100%;
	min-width:900px;
	min-height:650px;
	overflow:hidden;
}

body {
	font:78%/238% "BigLight", "Segoe UI", Tahoma, "Trebuchet MS", verdana, arial, sans, sans-serif;
	color:#5b5b5b;
}

/*--------------------------------------------------------------
	gloabal => typography
--------------------------------------------------------------*/
p {
	margin:0 0 1.7em 0;
}

textarea {
	overflow:auto;
}

a {
	text-decoration:underline;
	color:#5b5b5b;
}

a:hover {
	text-decoration:none;
}

.highlight {
	font-weight:bold;
}

ul {
	list-style:none;
}

address {
	font-style:normal;
}

/*--------------------------------------------------------------
	gloabal => positioning
--------------------------------------------------------------*/

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.indent {
	display:block;
	position:absolute;
	text-indent:-9999px;
}

/*--------------------------------------------------------------
	gloabal => images
--------------------------------------------------------------*/
a img {
	border:0;
}

/*--------------------------------------------------------------*/
/*----------------------------[ =big ]--------------------------*/
/*--------------------------------------------------------------*/

#big {
	width:50%;
	height:100%;
	background:#094fa3 url(../images/bg-big.jpg) repeat-x left top;
	float:left;
	position:relative;
}

#big-interactive {
	height:277px;
	width:380px;
	margin-top:200px;
	margin-right:30px;
	float:right;
	font-size:1.5em;
	color:#fff;
}
#big-interactive address {
	text-shadow: 0px 1px 1px #041f3f; 
}
#big-interactive p a {
	text-shadow: 0px 1px 1px #0b3a73; 
}
#big-interactive p span {
	text-shadow: 0px 1px 1px #041f3f; 
}


#big-interactive strong {
	font-weight:normal !important;
}
#big-interactive a {
	color:#4a9be7;
	text-decoration:underline;
}
#mailtolink {
	position:absolute;
	margin-left:0;
}


#big img {
	margin:0 0 60px 0;
}

/*--------------------------------------------------------------*/
/*----------------------------[ =max ]--------------------------*/
/*--------------------------------------------------------------*/

#max {
	width:50%;
	height:100%;
	background:#859098 url(../images/bg-max.jpg) repeat-x left bottom;
	float:left;
}

#max img {
	position:relative;
	left:135px;
	top:20%;
	text-shadow:5px 5px 5px #000;
}
#max img#bigman {
	position:relative;
	width:26px;
	height:70px;
}
/*--------------------------------------------------------------*/
/*---------------------------[ =gravity ]------------------------*/
/*--------------------------------------------------------------*/
#controlGravity {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:10px;
	left:10px;
	text-decoration:none !important;
}
#controlGravity:hover {
	text-decoration:underline !important;
}
