/* CSS Document */

body, html { 
	font-size: 100%; 	
	padding: 0; 
	margin: 0;
}

*{
	behavior: url(css/PIE.htc);
	-pie-png-fix:true;
	word-spacing: normal;
	letter-spacing: normal;	
}


/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix {
	clear: both;
}


@font-face{
font-family:"VWD4 Book";
  src:
  url("../fonts/VWHeadlineOT-Book.eot")format("embedded-opentype"),
  url("../fonts/VWHeadlineOT-Book.woff") format("woff"),
  url("../fonts/VWHeadlineOT-Book.ttf") format("truetype");
}
@font-face{
font-family:"VWD4 Semibold";
  src:
  url("../fonts/VWHeadlineOT-Semibold.eot") format("embedded-opentype"),
  url("../fonts/VWHeadlineOT-Semibold.woff") format("woff"),
  url("../fonts/VWHeadlineOT-Semibold.ttf") format("truetype");
}
@font-face{
font-family:"VWD4 Black";
  src:
  url("../fonts/VWHeadlineOT-Black.eot") format("embedded-opentype"),
  url("../fonts/VWHeadlineOT-Black.woff") format("woff"),
  url("../fonts/VWHeadlineOT-Black.ttf") format("truetype");
}


.deroulant {
	display: none;
	position:absolute;
	top: 20px;
	left: 0px;
}