/* General Properties */
body	{
	background:#fff url(../images/nadlan/paper-bg.jpg);
	font-family:"Arial","Arial (Hebrew)","Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size:0.80em;
	color:#222;
}

.page-width	{
	margin:0 auto;
	width:960px;
}

.clear {
	clear:both;
}

#err	{
	padding:20px;
	background-color:#cfc;
	color:green;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	font-size:120%;
}

/* Header */

#header	{
	background:#0c1363 url(../images/nadlan/nadlan-bg.jpg) top center;
	border-bottom:10px solid #00024b;
	padding-bottom:2em;
}

#header #logo	{
	padding-top:25px;
}

#header #slogan	{
	margin-top:2px;
}

/* Title */

#title	{
	padding:2em 0 2em 0;
}

#title h1	{
	font-size:350%;
	margin-bottom:10px;
	text-align:center;
}

#title h2	{
	text-align:center;
	color:#666;
	font-size:150%;
	margin-bottom:5px;
}

/* Contact Button */

.contact-button a:link, .contact-button a:visited	{
	background:url(../images/nadlan/contact_lite.png) no-repeat;
	display:block;
	width:200px;
	height:40px;
}

.contact-button a:hover	{
	background:url(../images/nadlan/contact_dark.png) no-repeat;
}

/* Promo */

#promo {
	width:984px;
	margin:0 auto;
	padding-bottom:20px;
}

/* Sections */

#sections	{
	margin-bottom:50px;
}

#sections #main-title h3	{
	font-size:350%;
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px dashed #333;
}

.section	{
	margin-bottom:40px;
	border-bottom:1px dashed #333;
}

#sections .section .numbers	{
	float:right;
	width:150px;
	padding-top:10px;
}

#sections .section .content .title 	{
	font-size:300%;
	color:#242c83;
	margin-bottom:20px;
}

#sections .section .content .text 	{
	font-size:130%;
	color:#333;
	text-align:justify;
	line-height:30px;
	width:800px;
	float:left;
	margin-bottom:40px;
}

#sections .section .content .text ul 	{
	margin:15px 40px 15px 0;
}

/* Contact Form */

#contact	{
	padding:30px 0;
}

#contact #form	{
	float:right;
	width:500px;
	height:500px;
	border-left:3px solid #ddd;
	padding-left:150px;
}

#contact #form h1	{
	font-size:200%;
	color:#242c83;
	margin-bottom:20px;
	line-height:30px;
}

#contact #form h2	{
	font-size:130%;
	color:#666;
	margin-bottom:30px;
}

#contact #form p	{
	margin-bottom:10px;
}

#contact #form label	{
	float:right;
	width:5em;
}

#contact #faq	{
	float:left;
	width:250px;
}

#contact #faq p	{
	margin-bottom:10px;
}

#contact #faq p.text	{
	color:#333;
	text-align:justify;
	line-height:20px;
	font-size:110%;
}

#contact #faq p.link a:link, #contact #faq p.link a:visited	{
	color:#000;
}

#contact #faq p.link a:hover	{
	text-decoration:none;
	background-color:#000;
	color:#fff;
}

/* Footer */

#footer	{
	background:#ffffff url(../images/nadlan/footer_bg.jpg) top center;
	border-top:10px solid #00024b;
	padding:4em 0;
	color:#ccc;
}

#footer a:link, #footer a:visited	{
	color:#999;
}

#footer a:hover	{
	color:#fff;
}

#footer p	{
	margin-bottom:10px;
}

#footer ul	{
	list-style-type:none;
}

#footer li	{
	margin-bottom:10px;
}

#footer .part	{
	float:right;
	width:260px;
	border-left:1px solid #333;
	margin-left:30px;
	height:200px;
}

#footer .last	{
	float:right;
}