@charset "UTF-8";
/* CSS Document */


body {
	font-family: 'KlavikaRegular', Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	color: #42413C;
	height:100%;
	width:100%;
	margin:0;padding:0;
	overflow: hidden;
}



@font-face {
    font-family: 'KlavikaMedium';
    src: url('../fonts/klavika-medium-webfont.eot');
    src: url('../fonts/klavika-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavika-medium-webfont.woff') format('woff'),
         url('../fonts/klavika-medium-webfont.ttf') format('truetype'),
         url('../fonts/klavika-medium-webfont.svg#KlavikaMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'KlavikaRegular';
    src: url('../fonts/klavika-regular-webfont.eot');
    src: url('../fonts/klavika-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavika-regular-webfont.woff') format('woff'),
         url('../fonts/klavika-regular-webfont.ttf') format('truetype'),
         url('../fonts/klavika-regular-webfont.svg#KlavikaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'KlavikaLight';
    src: url('../fonts/klavika-light-webfont.eot');
    src: url('../fonts/klavika-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavika-light-webfont.woff') format('woff'),
         url('../fonts/klavika-light-webfont.ttf') format('truetype'),
         url('../fonts/klavika-light-webfont.svg#KlavikaLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'KlavikaBold';
    src: url('../fonts/klavika-bold-webfont.eot');
    src: url(../fonts/'klavika-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavika-bold-webfont.woff') format('woff'),
         url('../fonts/klavika-bold-webfont.ttf') format('truetype'),
         url('../fonts/klavika-bold-webfont.svg#KlavikaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*FONTS*/


.div_apresenta {width:942px; height:450;}
.txt_apresenta { position:relative; float:right; width:400px !important; height:300px; font:'KlavikaLight'; font-size:12px;}
.img_apresenta { position:relative; text-align:right; float:right; width:199px !important; height:300px !important; margin-left:95px; margin-right:60px; font-size:12px;}
.boldfat {font:'KlavikaBold'; font-size:20px; width:400px !important; line-height:20px;}



/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 1024px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.container_intro {
	width: 800px;
	height:450px;
	text-align: center;
	border: 1px solid #000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -400px; 
	/* Half the height of the DIV tag which is also 50 pixels */
	
}

.content {
		
		margin-top:150px;
		position:relative;
		height:500px;
	}


.map { position:relative; float:right; width:500px !important; height:300px}
.maptext { position:relative; text-align:right; float:right; width:212px !important; margin-right:30px; font-size:12px;}
.mappadding {padding-top:75px; padding-right:200px;}



.frontground{ background-image: url(../img/screen.gif); background-repeat:repeat; z-index:999; position:absolute; width:100%; height:100%; display:block;}



.video_nestle { text-align:center; padding-top:89px}
.video_projectil { text-align:center; padding-top:50px}
.video_google { text-align:center; padding-top:50px}
.video_lambretta { text-align:center; padding-top:50px}



#chakall {
		position:absolute;
		height:500px;
		width:100%;
		color:#CCC;
	}



#contact {
		position:absolute;
		height:500px;
		width:100%;
		color:#CCC;
	}


/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #000;
	height:100px;
}

.head-margin {margin-top:40px;}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	height:20px;
	font-size:9px;
	color:#333;
	text-align:left;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	/*margin-left: 8px;*/
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	/*margin-right: 8px;*/
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



.menuTOP{position:fixed;
width:390px;
height:auto;
z-index:998;
margin-top:40px;
}


.button {width:16px; height:17px; margin-left:8px;}




.menu {font-size:10px}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

ul.menu a {
  display: block;
  text-decoration: none;
}

ul.menu li {
  margin-top: 1px;
  
}

ul.menu li a {
  color: #646464;


}

ul.menu li a:hover {
color: #999;



}

ul.menu li ul li a {
  color: #646464;
  width:270px;
  font-family: 'KlavikaLight';
  line-height:13px

}

ul.menu li ul li a:hover {
}

ul.menu li ul{
  color: #fff;
  padding-left:20px;
}

/*
.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }


*/




.slideDownbox, .slideUpbox, .slideTogglebox{
		float:left;
		margin-left:40px;
		margin-top:0px;
		width:290px;
		height:auto;
		z-index:998;
		
	}


.clear{
		clear:both;
	}
	



	

/* SCROLLER*/

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 944px;
	height:450px;

	/* custom decorations */
	
	background:#000;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:944px;
	color:#646464;;
}

.items div span {
	float:left;
	width:944px;
	margin:auto;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:auto;
	padding:2px;
	
	
	/*width:942px;
	height:450px;*/
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:0px solid #000;
	position:relative;
	cursor:default;
}





/* BUTONS */

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(../img/scrollable/arrow/hori_large2.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:205px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:  no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	







/*OVERLAY STUFF*/


/* the overlayed element */


/* black version of the overlay. simply uses a different background image */
	div.apple_overlay.black {
		background-image:url(http://static.flowplayer.org/tools/img/overlay/transparent.png);		
	}
	
	div.apple_overlay.black .close {
	background-image:url(../img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:30px;
	width:30px;
	
	
		}
	
	div.apple_overlay h2 {
		margin:10px 0 -9px 0;
		font-weight:bold;
		font-size:14px;
	}
	
	div.black h2 {
		color:#000;
	}
	
	#triggers {
		margin-top:10px;
		text-align:center;
	}
	
	#triggers img {
		padding:2px;
		border:0px;
		cursor:pointer;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
	
	a:active {
  outline:none;
}

	:focus {
  -moz-outline-style:none;
}