/*

Dev: Elephant studio
www.elephantstudio.co.il
________________________________

colors:
bg: #F9F7EE
text: #673713, #A96E2C, #8B664B

*/

html {
	font-size: 100.1%;
	background:#F9F7EE;
	text-align: right;
	direction:rtl;
	
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	min-width: 790px;
	position: relative;
	color: #ab6d2e;
	background: url(../images/content-lower-bg.gif) center bottom repeat-x;
}

form {
	display: inline;
	padding: 0;
	margin: 0;
}

li {list-style: none;}
a {text-decoration: underline; color: #673713;}
a:hover {text-decoration: none;}
a:focus {outline: none;}
img {
	border: none;
	display: block;
}
h1, h2, h3, h4, h5, h6, ul, p {
	padding: 0;
	margin: 0;
}

.hidden-text{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#container{
	margin: 0 auto;
	width:790px;
	/*border: solid thin #00f;*/
	overflow:hidden;
	
	
}

#header h1{ /* Logo */
	background: url(../images/logo.png) no-repeat;
	width: 265px;
	height: 177px;
	position: relative;
	right:295px;
	margin: 16px 0 0 0;
}

#nav{
	position: relative;
	top:-30px;
	/*border: solid thin red;*/
	background: url(../images/menu-bg1.png) top no-repeat;
	height:161px;
}

#nav  ul{
	margin-right:145px;
	position:relative;
	top: 75px;
}
#nav  ul li{
	display: inline;
}

#nav a{
	padding: 0px 32px 0 24px;
	float:right;
	text-decoration: none;
	font-size: 1em;
	font-weight:bold;
}

#nav a:hover {text-decoration: none;color: #DCBC93;}

.selected{
	color: #DCBC93;
}

#content{
	overflow:hidden;
	text-align:center;
	padding:0 145px 30px 90px;

}

#form-contact-us{
	overflow:hidden;
	text-align:right;
	padding:0 5px 30px 0px;

}

#content img{
	margin: 0 auto;
}

#content .title-pic{
	margin: 0 23px 39px 0;
}

#content .title-pic-contact{
	margin: 0 18px 14px 0;
}

#content h2{
	color: #683715;
	font-size: 15px;
	margin: 0 auto;
	padding-bottom: 35px;

}
#content h3{
	color: #683715;
	font-size: 15px;
	margin: 0 auto;
	padding: 12px 0;
	text-decoration: underline;
}

#content h4{
	color: #683715;
	font-size:13px;
	font-weight:bolder;
	text-decoration: underline;
	margin-bottom:.4em;
}

#content p{
	font-size: 12px;
	font-weight: bold;
	margin-bottom:1.2em;
	padding: 0 32px;
	line-height:1.4em;
}


#content  #ticker{
	background: url(../images/scroller-bg.png) center 0 no-repeat;
	margin: 16px 0;
	height: 80px;
}

#content  #ticker p,marquee{
	text-align:center;
	height: 65px;
	width: 360px;
	padding: 3px 0 2px 0;
	color: #513524;
	font-weight: bold;
	line-height: 2.1em;
}



#content  li{
		color: #513524;
		list-style: disc ;
		padding-right: 5px;
		line-height:2em;
		font-weight: bold;

}

#content .right{text-align:right;margin-right: 30px;}
#content .right p{padding: 0;}
#content .right li{list-style:inside;}
#content  .brown{
	color: #683715;
}

#footer {
	margin:.5em 270px 1em 120px;
	
}

.small{
	margin:1em 6em;
	font-size: 9px;
}
