/*
 * Global reset
 * Based on Eric Meyer's : http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
 */
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body,
canvas, caption, center, cite, code, command,
datalist, dd, del, details, dfn, div, dl, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, keygen,
label, legend, li,
meter,
nav,
object, ol, output,
p, pre, progress,
q,
s, samp, section, small, source, span, strike, strong, sub, sup,
table, tbody, td, tfoot, th, thead, tr, tt,
u, ul,
var, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	z-index: 1;
}
.with-error
{
	border: 1px solid red !important;
}
/*
 * Default HTML5 behaviour for older browsers
 */
article, aside, audio, canvas, command, datalist,
details, embed, figcaption, figure, footer, header,
hgroup, keygen, meter, nav, output, progress,
section, source, video { display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
a {
	text-decoration: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

<!--
/* All fonts listed in this notice are subject to the End User License Agreement entered into
 * by this website's owner. All other parties are explicitly restricted from using the Licensed
 * Webfonts(s). To obtain a valid license visit: http://alefalefalef.co.il/atlas/
 *
 * Webfont Name: אטלס
 * Foundry: Alef Alef Alef (c) 2013 אאא
 * License: http://alefalefalef.co.il/webfonts/
 * Licensed pageviews limit: 10,000/month
 */ -->

@font-face{
    font-family:'atlas';
    font-weight:700; /*(bold)*/
    font-style: normal;
    src: url('../font/atlas-aaa-700.eot');
    src: url('../font/atlas-aaa-700.eot?#iefix') format('embedded-opentype'),
    url('../font/atlas-aaa-700.woff') format('woff'),
    url('../font/atlas-aaa-700.ttf') format('truetype');
}
@font-face{
    font-family:'atlas';
    font-weight:500; /*(medium)*/
    font-style: normal;
    src: url('../font/atlas-aaa-500.eot');
    src: url('../font/atlas-aaa-500.eot?#iefix') format('embedded-opentype'),
    url('../font/atlas-aaa-500.woff') format('woff'),
    url('../font/atlas-aaa-500.ttf') format('truetype');
}
@font-face{
    font-family:'atlas';
    font-weight:900; /*(black)*/
    font-style: normal;
    src: url('../font/atlas-aaa-900.eot');
    src: url('../font/atlas-aaa-900.eot?#iefix') format('embedded-opentype'),
    url('../font/atlas-aaa-900.woff') format('woff'),
    url('../font/atlas-aaa-900.ttf') format('truetype');
}
@font-face{
    font-family:'atlas';
    font-weight:300; /*(light)*/
    font-style: normal;
    src: url('../font/atlas-aaa-300.eot');
    src: url('../font/atlas-aaa-300.eot?#iefix') format('embedded-opentype'),
    url('../font/atlas-aaa-300.woff') format('woff'),
    url('../font/atlas-aaa-300.ttf') format('truetype');
}
@font-face{
    font-family:'atlas';
    font-weight:400; /*(regular)*/
    font-style: normal;
    src: url('../font/atlas-aaa-400.eot');
    src: url('../font/atlas-aaa-400.eot?#iefix') format('embedded-opentype'),
    url('../font/atlas-aaa-400.woff') format('woff'),
    url('../font/atlas-aaa-400.ttf') format('truetype');
}