/* -------------------------------------------------------------- 
  
   Created By Erez Ben Shoham / Q.C.M (Israel) ltd
   
   http://www.qcm.co.il
   erez.bens@gmail.com
   052-6051666
   
-------------------------------------------------------------- */
/* GENERAL PROPERTIES */

body	{
	font-family:"Arial","Arial (Hebrew)","Lucida Grande", verdana, arial, helvetica, sans-serif;
  	font-size:0.80em;
}

.clear {
	clear:both;
}

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

.err	{
	background-color:#f9f9f9;
	border:1px solid #f1f1f1;
	color:green;
	font-size:130%;
	text-align:center;
	padding:10px 0;
	margin:10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* Header */

#header	{
	background:#fff url(../images/bg.png) repeat-x;
	height:92px;
}

#header .logo	{
	float:left;
	margin-top:20px;
}

#header ul#nav	{
	list-style-type:none;
	border-bottom:2px solid #ccc;
	color:#ccc;
	height:30px;
	padding-top:8px;
}

#header ul#nav li	{
	display:inline;
	font-size:110%;
}

#header ul#nav a:link, #header #nav a:visited	{
	color:#039;
	font-weight:bold;
	text-decoration:none;
	line-height:30px;
	margin:0 5px;
}

#header ul#nav a:hover	{
	text-decoration:underline;
}

/* Slogan */

#slogan	{
	text-align:center;
	margin:30px 0 20px 0;
}

#slogan h1	{
	color:#000;
	font-size:160%;
	margin:10px 0;
	font-weight:500;
}

/* Promo */

#promo	{
	background:url(../images/promo.jpg) no-repeat top center;
	height:270px;
}

/* Section */

#sections .section	{
	margin:10px 0;
}

#sections .section a:link, #sections .section a:visited	{
	color:#039;
	text-decoration:none;
}

#sections .section a:hover	{
	text-decoration:underline;
}

#sections .section .main	{
	float:right;
	width:600px;
	border-left:1px solid #ccc;
}

#sections .section .side	{
	float:left;
	width:330px;
}

#sections .section h2	{
	font-size:130%;
	font-weight:500;
	color:#000;
	margin-bottom:5px;
}

#sections .section h3	{
	font-size:120%;
	font-weight:500;
	color:#666;
	margin-bottom:5px;
}

#sections .section ul	{
	margin:10px 30px;
}

#sections .section li	{
	margin-bottom:3px;
}

#sections .section p	{
	margin-bottom:5px;
}

/* Products */

#products	{
	padding:20px 0;
}

#products .product	{
	float:right;
	width:197px;
	height:190px;
	margin:0 10px;
	border:1px solid #ccc;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#products  #nadlan-neto	{
	float:right;
	width:197px;
	height:200px;
	margin:0 10px;
	border:1px solid #ccc;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#f1f1f1 url(../images/paper-bg.jpg) repeat;
}

#products #nadlan-neto p.title	{
	color:#0c1367;
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
}

#products #nadlan-neto p.link	{
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
}

#products #nadlan-neto p.link a:link, #products #nadlan-neto p.link a:visited	{
	color:#0c1367;
}

#products #nadlan-neto p.footer	{
	color:#333;
}

#products  #nadlan2	{
	float:right;
	width:197px;
	height:200px;
	margin:0 10px;
	border:1px solid #ccc;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#f9f9f9;
}

#products #nadlan2 p.title	{
	color:#1a4978;
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
}

#products #nadlan2 p.link	{
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
}

#products #nadlan2 p.link a:link, #products #nadlan2 p.link a:visited	{
	color:#1a4978;
}

#products #nadlan2 p.footer	{
	color:#333;
}

#products  #nadlan144	{
	float:right;
	width:197px;
	height:200px;
	margin:0 10px;
	border:1px solid #ccc;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#efefef url(../images/main-bg.png) repeat-x;
}

#products #nadlan144 p.title	{
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
}

#products #nadlan144 p.link	{
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
}

#products #nadlan144 p.link a:link, #products #nadlan144 p.link a:visited	{
	color:#000;
}

#products #nadlan144 p.footer	{
	color:#333;
}

#products  #yomanim	{
	float:right;
	width:197px;
	height:200px;
	margin:0 10px;
	border:1px solid #ccc;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#efefef url(../images/ybg.png) no-repeat top center;
}

#products #yomanim p.title	{
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
}

#products #yomanim p.link	{
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
}

#products #yomanim p.link a:link, #products #yomanim p.link a:visited	{
	color:red;
}

#products #yomanim p.footer	{
	color:#333;
}

/* Post */

#post	{
	width:600px;
	padding:20px 0;
}

#post h1	{
	font-size:200%;
	font-weight:500;
	color:#000;
	margin-bottom:20px;
}

#post p	{
	color:#444;
	font-size:120%;
	margin-bottom:20px;
	text-align:justify;
	line-height:25px;
}

#post a:link, #post a:visited	{
	color:#039;
	text-decoration:none;
}

#post a:hover	{
	text-decoration:underline;
}

/* Contact */

#contact	{
	padding:30px 0;
}

#contact #right	{
	float:right;
}

#contact #left	{
	width:400px;
	float:left;
}

#contact #left #contact_image	{
	background:#fff url(../images/contact_us.jpg) no-repeat center;
	width:400px;
	height:270px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

#contact #left #login_image	{
	background:#fff url(../images/login.jpg) no-repeat center;
	width:400px;
	height:270px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}


#contact #right p	{
	margin-bottom:15px;
}

/* Footer */

#footer	{
	border-top:2px solid #ccc;
	padding:20px 0;
	margin-top:20px;
	color:#999;
}

#footer a:link, #footer a:visited	{
	color:#999;
	text-decoration:none;
}

#footer a:hover	{
	text-decoration:underline;
}

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

#footer h4	{
	font-size:110%;
	color:#666;
	margin-bottom:10px;
}

#footer .section	{
	float:right;
	width:220px;
	border-left:1px solid #f1f1f1;
	padding-right:20px;
	height:150px;
}

#footer .last-section	{
	float:right;
	padding-right:20px;
}