html{
    background: #B97E13 url(../images/bodybg.png) repeat-x top center;
}

body {
	background: url(../images/mbgr.jpg) repeat-y center;
}

div.content ul, div.content  ol {
    margin: 5px 30px 5px 0;
}


#rightSideBar label {
    clear: both;
    display: block;
}

#rightSideBar {
    padding-top: 30px;
}

#rightSideBar input{
    width: 90px;
    float: right;
    height: 17px;
    margin: 0;
    padding: 0;
    
}

#rightSideBar button{
    width: 60px;
    float: left;
    border: 1px solid black;
    height: 20px;
    background: #FFC522;
    padding: 1px;
}

.container {
	 color: #5d2519;
	 font-size: 16px;
	 min-height: 100%;
	 border: 2px solid #ffc20e;
     background: url(../images/mbg.jpg) no-repeat center -170px;
}

.grid_16 {
	position: relative;
}

div#header {
	/*padding: 20px 0;*/
    margin: 20px 0;
	overflow: auto;
}

div.content {
	padding: 30px 15px;
}

img#logo {
	height: 170px;
	width: 160px;
	
	display: block;
	margin: 0 auto;
}

object#slogan {

	
	display: block;
	margin: 0 auto;
	position: relative;
	top: 10px;
    /*left: -30px;*/
}

img#devInIsreal {
    width: 103px;
    height: 103px;
    float: left;
    margin-top: 15px;
    display: block;
    
   
}

/* languages styles */
div#languages {
    margin: 0;
    overflow: auto;
}

div#languages ul {
    
	list-style: none;
	float: left;
	text-align: left;
    margin: 0 0 0 0;
}

div#languages ul li {
	margin: 0;
	padding: 0 5px 0 20px;
	line-height: 16px;
    float: left;
}

div#languages ul li a{
	font-size: 14px;
	text-decoration: none;
	line-height: 16px;
	font-weight: bold;
	color: black;
}

div#languages ul li a:hover {
	text-decoration: underline;
}

div#languages li.il {
	background: url(../images/il.png) no-repeat left 4px;
}

div#languages li.us {
	background: url(../images/us.png) no-repeat left 4px;
}

div#languages li.ru {
	background: url(../images/ru.png) no-repeat left 4px;
}


/*navigations styles*/
div.navigation {
    height: 28px;
    margin-top: 10px;
}

div.navigation ul{
	list-style: none;
    width: 960px;
    
    height: 28px;
    display: block;
    padding-right: 4px;
}

div.navigation ul li{
	padding: 0 25px 0 0;
	height: 26px;
	background: url(../images/btnrightG.gif) no-repeat right top;
	margin: 0 1px;
	display: inline;
	float: right;
}

div.navigation ul li a{
	padding: 0 0 0 16px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 26px;
	color: black;
	height: 26px;
	background: url(../images/btnleftG.gif) no-repeat;
	display: inline-block;
}

div.navigation ul li a:hover {
	text-decoration: underline;
}


div.sidebarnav{
    margin-top: 30px;
}

div.sidebarnav ul {
    list-style: none;
}

div.sidebarnav ul li{
    background: url(../images/bullet.gif) no-repeat center right;
    padding: 0 20px 0 0;
    clear: both;
    display: list-item;
}

div.sidebarnav ul li a{
    background: none;
     text-decoration: none;
	letter-spacing: 0;
	font-size: 14px;
    color: black;

}

/*sidebar left style*/
div#leftSideBar {
	background: url(../images/sidebarbgtop-trans.png) no-repeat top center;
	padding: 12px 0 0 0;
	margin: 30px 0;
}

div#leftSideBarBg {
	background: url(../images/sidebarbgbottom-trans.png) no-repeat bottom center;
	padding: 0 10px 12px;
}

th , td {
    border: 1px solid black;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

th {
    background-color: #fff;
}

.products .ContentBlock {
    position: relative;
}

.products .ContentBlock {
    width: 220px;
    float: right;
    height: 155px;
    margin: 0 5px 10px;
}

.products .ContentBlock a{
    color: black;
    text-decoration: none;
    font-size: 12px;
}

.products .ContentBlock img {
    width: 100%;
    height: 80px;
}

div.content.points {
    overflow: auto;
}

div.content.points ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    overflow: auto;
}

div.content.points li {
    float: right;
    display: block;
    width: 125px;
    margin-left: 10px;
    margin-top: 10px;
    background-color: #9E7770;
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;

}

div.content.points li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

div.content.points li a:hover {
    text-decoration: underline;
}


div.content.herbs {
    overflow: auto;

}

div.content.herbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    overflow: auto;
}

div.content.herbs li {
    float: right;
    display: block;
    width: 296px;
    margin-left: 5px;
    margin-top: 10px;
    background-color: #9E7770;
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;

}

div.content.herbs li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

div.content.herbs li a:hover {
    text-decoration: underline;
}