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

/***************************  GLOBAL ***************************/
	@font-face {
		font-family: 'HelveticeNeue';
		src: url('fonts/helveticaneueregular.eot');
		src: url('fonts/helveticaneueregular.eot?#iefix') format('embedded-opentype'),
			 url('fonts/helveticaneueregular.woff') format('woff'),
			 url('fonts/helveticaneueregular.ttf') format('truetype'),
			 url('fonts/helveticaneueregular.svg#HelveticeNeue') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'HelveticeNeue';
		src: url('fonts/helveticaneuebold.eot');
		src: url('fonts/helveticaneuebold.eot?#iefix') format('embedded-opentype'),
			 url('fonts/helveticaneuebold.woff') format('woff'),
			 url('fonts/helveticaneuebold.ttf') format('truetype'),
			 url('fonts/helveticaneuebold.svg#HelveticeNeue') format('svg');
		font-weight:bold;
		font-style: normal;
	}
	
	body { 
		margin:0;
		font-family: "HelveticaNeue", "Helvetica Neue", "Arial";
		color:#777777;
		width:100%;
		height:100%;
		background-color:#ffffff;
/*		background: url(../images/bg3.jpeg) repeat;*/
/* 		text-shadow: 0 1px 0 rgba(10,10,10,0.3); */
	}
	img {
		border:none;
		max-width:100%;
		-ms-interpolation-mode: bicubic;
	}
	a{
		text-decoration: none;
		color: inherit;
	}
	
	ul,li,ol {
		list-style:none;
	}
	
	textarea, input, select{ outline:none;}	
	
/*************************  END GLOBAL *************************/