
/* RESET
--------------------------------------------------------------*/

html {
	margin:0;
	padding:0;
	border:none;
	height:100%;
	overflow-x:hidden;
	
}

body {
	margin:0;
	padding:0;
	border:none;
	overflow-x:hidden;
	
	font-family: aluf;
}


p, blockquote {
	margin: 0;
	padding: 0;
}

a img, iframe { border: none; }

/* HEADERS
------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }

/* LISTS
------------------------------------*/

ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
}

ul{
	padding:0 40px 0 0;
	margin: 13px 0;
}

li{
	list-style:disc;
}

/* LINKS
------------------------------------*/

a, a:link {
	text-decoration: none;
	color: inherit;
}
a:visited {
	text-decoration: none;
	color: inherit;
}
a:hover {}
a:active {}

/* FORMS
------------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
}

fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
}

input, textarea, select {
	margin: 0;
	padding: 0px;
	font-size: 100%;
	font-family: inherit;
}

select { padding: 0; }


/* CONTAINERS START
--------------------------------------------------------------*/
.fw{
	width:100%;
}

.fh{
	height:100%;
}

.fwh{
	width:100%;
	height:100%;
}

/* GLOBAL CUSTOM PAGES
--------------------------------------------------------------*/

/* About Articles
---------------------------------------------------------*/

.custom_bg1
{
	background: #ffffff;
}

.custom_bg2
{
	background-color: #ffffff;
}

.custom_text1
{
	color: #595959;
}

.custom_text2
{
      color: #595959;
}

.custom_text3
{
      color: #595959;
}

.custom_text4
{
      color: #595959;
}

.top-link{
	
	font: normal 12px aluf, arial;
	color:silver;
	padding: 0 5px;
}

.clr
{
	clear:both;
}

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

}




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

}
