/*
Description: Rafi Gavish
Author: Elephant studio
Author URI: http://www.elephantstudio.co.il

*/

/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a{text-decoration:none; color:#fff;}

body {
	line-height: 1;
	
	background: #fff url(../images/main-bg.jpg);
	font: 62.5% Arial, Helvetica, sans-serif;
	height: 100%;
	
}
html, body {
	direction:rtl;
}
ol, ul {
	list-style: none;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #27221f;
}
h1, h2, h3 {
	font-size: 1.8em;
	letter-spacing:-0.04em;
	line-height: 1.05em;
	padding-bottom: 10px;
}
h2, h3 {
	margin: 30px 0 0;
}
h4 {
	font-size: 1.6em;
	line-height: 23px;
}


.hidden-text, .black-box h2, .gray-box h3 {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}



/* BASIC DESIGN STRUCTURE */
#main-holder{
	width:960px;
	height: 100%;
	margin:0 auto;
    background :#f5f4ef url(../images/bg.gif) repeat-x;
	margin-top:5px;
	
	
}

#header {
	position: absolute;
	margin: 0px auto;
	width: 960px;
	height : 340px; background :  #4386c2;
	border-bottom: solid 4px #43627d;
	
}
#header #logo {height: 99px;width: 223px;float: right;background: #f0f1eb;margin-right: 24px;border: solid 1px #bfbfbb;position: relative; top: -10px;}
#header #logo img {
	padding:30px 10px 0 10px;
}

#header-text{
	position: absolute;
	width: 500px;
}
#header-text h2{padding: 15px 67px 0 0;}
#header-text p{color: #fff; font-size: 16px; padding: 20px 73px 0 0;line-height: 1.3em;}
#slideshow{float:left;position: relative;width: 420px; height: 150px;margin: 15px;}
#slideshow img {border: solid 3px #fff;}

.nav-pic-left{
	float: left;
	position:relative;
	top: 190px;
	left: 25px;
	background: url(../images/scraw.png) no-repeat;
	height:27px;
	width: 30px;
	
}

.nav-pic-right{
	float: right;
	position:relative;
	top: 5px;
	left: 279px;
	background: url(../images/side-tip.png) top left no-repeat;
	height:80px;
	width: 30px;
	
}

#nav{
	margin: 10px 0 0 0;
	background: #f7941c;
	color:#fff;
	height:58px;
	border-top: solid 1px #c5904a;
	border-bottom: solid thin #c5904a;
}


#nav li{
	border-left: solid 1px #e68a19;
	display:inline;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 15px;
	position: relative;
	top: 15px;
}


#nav li a{
	color: #fff;
	text-decoration: none;
	
}

#nav li a:hover, #nav li  a.selected{
	color: #2d4153;
}

#header .lang li{
	display:inline;
	border: solid 2px #fff;
	font-size: 11px;
	position: relative;
	float: right;
	top: -11px;
	right: 800px;
	padding: 5px;
	/*margin-left: 5px;*/
	
}
#header .lang li .active{
	color: #50B6A9;
}


#header .lang li a:hover{
	color: #50B6A9;

}

#content{
	/*position: relative;
	top: 350px;*/
	padding: 340px 0 0 0;
	background: #D4D5D0;
	min-height:430px; /* to do*/
	background: #fff;
	color: #1b4265;
}

#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.4em;
	padding: 50px 50px 0 22px ;
}

#content h3{
	font-size: 16px;
	color: #1b4265;
	letter-spacing:normal;
}

#content #info-ul{
	margin: 0 340px 0 0;
}

#content ul li{
	margin:  0 50px 0 0;
	font-size: 14px;
	line-height: 2em;
	list-style: outside url(../images/point.png);
	color:#1a545f;
}


#rafi-pic {
	float: right;
	padding: 58px 60px 0 50px;
}

#footer {
	position: relative;
	top: 65px;
	background: #3881c9;
	height: 30px;
	border-bottom: solid 5px #ea7f00;
}

#footer p {
	padding:0px 0 0 0;
	margin:0;
	color: #fff;
	font-size: 14px;
}

/*#footer p a:hover{background: #3C97CC;color: #333;padding: 6px 0;}*/

#footer .credit{
	float: left;
	margin: 10px 0 0 30px; 
	font-size: 11px;
}
#footer .credit a{color: #333;}
