/* GENERAL */
/* -------------------------------------------- */
	body { font-family: Arial, Helvetica, sans-serif; font-size:10px; font-weight:100; margin:0; padding:0; outline:0; }
	h1, h2, h3 { margin:0; padding:0; outline:0; }
	a { text-decoration:none; color:#000; }
	a:focus, a:active { border:none !important; outline:none !important; }
	img { border:none; }
	strong { font-weight:600; }
	ul { padding:0; margin:0; }
	
	@font-face { font-family: SapirSans; src: url('SapirSans.ttf'); }
	h1 { font-family:SapirSans ,sans-serif; }
	
/* HEADER */
/* -------------------------------------------- */
	
	/* General */
	.HeaderShell { width:100%; background-color:#000; }
	.Header { background:url(../images/header-bakcground.gif) no-repeat 0 0; height:200px; }
	
	/* Logotype */
	.Logotype { padding-top:50px; }
	

/* MENU */
/* -------------------------------------------- */
	
	/* General */
	.MenuShell { width:100%; background:url(../images/menu-background.gif) repeat-x  0 0; }
	.Menu { height:32px; }
	.Menu li { list-style:none; display:block; float:left; border-right:#626262 solid 1px; }
	.Menu .last { border:none; }
	.Menu a { display:block; height:27px; padding:5px  15px 0 15px; font-size:180%; color:#FFF;  }
	
	.Menu .active a { background-color:#566dc8; }
	.Menu a:hover { background-color:#566dc8; }


/* FOOTER */
/* -------------------------------------------- */
	
	/* General */
	.Footer { font-size:120%; color:#979797; border-top:#dbdbdb solid 1px; margin-top:60px; }
	.Footer a { color:#979797; text-decoration:none; }
	.Footer li { border-bottom:#d6d6d6 dotted 1px; margin-bottom:6px; }
	.Footer ul { list-style:none; margin:0; padding:0; }
	.Footer h2 { font-weight:600; font-size:100%; border-bottom:#d6d6d6 dotted 1px; margin-bottom:6px; }
	
	.FooterPart { margin: 30px 0 0 0; line-height:16px; }
	.FooterPadding { height:100px; }
