/*

Designed and Coded By: iDuDi - Web & Cellular consultant
http://www.idudi.co.il
Date: 05/11/2009


PRIMARY COLORS:
orange:#F58220
grey:#A59687
green:#7FA947


*/

/******** Reset  *******/

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,
b, u, i, center,
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-size: 100%;
	background: transparent;
}

/******** General  *******/


body{
font-size: 13px;
font-family: arial, Courier New, Courier;
color:#49382A;
text-align:center;
}


h1{
color:#F58220;
font-size:20px;
font-weight:normal;
padding:5px 0;
}

h2, h3{
color:#F58220;
font-size:14px;
font-weight:bold;
padding:5px 0;
}


p{
line-height:1.4em;
}

ul{
list-style:none;
}

a{
cursor:pointer !important;
text-decoration: none;
color:#49382A;
font-size:14px;
}

a:hover{
text-decoration: none;
}

a img{
border: none;
}

.sep{
margin:0 5px;
}


/******** container *******/

#container{
text-align:right;
margin:20px auto 0 auto;
width:900px;
direction:rtl;
}

#wrapper, #sub_menu{
min-height:500px;
}

/******** header *******/

#header{
height:70px;
margin-bottom:20px;
overflow:hidden;
}

#language_menu{
display:none;
}

#identity{
float:right;
text-align:right;
}

#slogan p{
color:#7FA947;
font-size:15px;
font-weight:bold;
width:280px;
line-height:1.2em;
margin-right:20px;
}



/******** nevigation *******/

#nevigation{
display:none;
}


/******** content *******/

#content{
float:right;
width:480px;
padding:0 20px 20px 20px;
}

#content table, #content table tr{
vertical-align:top !important;
}

#content.homepage, #content.product{
float:right;
width:480px !important;
text-align:right;
direction:rtl;
}

#information.homepage{
display:none;
}

#information{
padding-right: 4px; 
width: 200px;
float:left;
overflow:hidden;
margin-left: 170px;
}

#information ul, #content ul{
list-style-image:url(../images/bullet.gif);
margin-right:20px;
}

#information .news p{
padding-right:2px;
}

#content a, #information a{
color:#7FA947;
font-size:13px;
text-decoration:underline;
}

#content a:hover, #information a:hover{
text-decoration:none;
}

#content.homepage ul{
list-style-image:none;
margin-right:0px;
}

#sub_menu{
display:none;
}

.accordion{
float:right;
width:150px;
padding:0 5px;
display:block;
}

.accordion h2{
cursor:pointer;
}

.accordion h2.active{
color:#7FA947;
border-top:1px dotted #7FA947;
}

.accordion div.active{
border-bottom:1px dotted #7FA947;
}

/******** products *******/

.hr{
width:100%;
padding:10px 0;
border-bottom:1px dotted #F58220;
}

.product_block{
width:100%;
padding:20px 0;
border-bottom:1px dotted #F58220;
display:inline-block;
}

.product_block .product_image{
float:right;
width:280px;
}

.product_block .product_description p{
float:right;
padding-right:10px;
width:350px;
}

.comment{
width:60%;
text-align:center;
font-weight:bold;
margin:10px auto;
}

#contact_form{
display:none;
}

#thank_you{
display:none;
}

/******** footer *******/


#footer{
display:none;
}


/******** grass *******/

div#grass{
display:none;
}

