/*
Theme Name: freddy
Theme URI: 
Version: 1.0
Author: Gur Media
Author URI: http://www.gur.co.il
Tags: fixed width, one column, valid XHTML, widgets
*/

/* begin Page */

BODY {
margin:0;
background-color:#ffffff;
}

TD {
font-family:Arial;
font-size:14px;
color:#ffffff;
}

A {
color:#ffffff;
text-decoration:underline;
}

A:Hover {
text-decoration:none;
}

.navTD {
text-align:center;
width:124px;
}

.navTD A {
color:#472915;
font-weight:bold;
font-size:13px;
text-decoration:none;
}

.navTD A:Hover {
color:#886104;
}

.three {
font-size:13px;
background-color:#7f5e02;
text-align:justify;
vertical-align:top;
padding:10px;
padding-left:20px;
padding-right:20px;
}

.news, .news A {
font-size:14px;
text-align:right;
text-decoration:none;
}

.news A:Hover {
text-decoration:underline;
}

.content_ttl {
background-image: url(images/content_ttl.jpg);
background-position: bottom;
background-repeat: no-repeat;
text-align:right;
font-size:20px;
font-weight:bold;
padding-right:60px;
vertical-align:middle;
}

.content_txt {
background-color:#525f34;
padding:40px;
padding-top:36px;
background-image: url(images/content_03.jpg);
background-position: bottom;
background-repeat: no-repeat;
text-align:justify;
}

.title {
font-size:16px;
font-weight:bold;
color:#eca600;
}

.photo {
border:1px white solid;
float:left;
margin-right:40px;
margin-bottom:20px;
}

.info {
background-image: url(images/info.jpg);
background-position: top;
background-repeat: no-repeat;
text-align:center;
font-size:14px;
}

.footer, .footer A {
color:#4d3c2d;
font-size:11px;
text-decoration:none;
}

.footer A:Hover {
text-decoration:underline;
}


.lists ul
{
list-style-image:url(images/trig.gif);
list-style-position: inside;
list-style-type:square;
}

.lists li { 
direction:rtl;
float: right;
position: relative;
width: 400px;
text-align:right;
}

.lists li ul {
position: absolute;
top: 1em;
left: 0;
background-color: #c6c5a6;
padding-top:5px;
padding-bottom:5px;
}

.lists li ul li {
text-align: right;
padding-top:4px;
padding-bottom:4px;
}



#nav A {
width: 124px;
color:#472915;
font-weight:bold;
font-size:13px;
text-decoration:none;
text-align:center;
}

#nav A:Hover {
color:#886104;
text-align:center;
}

#nav li li a {
text-align:center;
color:#472915;
}

ul {
padding: 0;
margin: 0;
list-style: none;
direction:rtl;
}

li { 
direction:rtl;
float: right;
position: relative;
width: 124px;
text-align:center;
}

li ul {
display: none;
position: absolute;
top: 1em;
left: 0;
background-color: #c6c5a6;
padding-top:5px;
padding-bottom:5px;
border:1px #7c6757 solid;
}

li ul li {
text-align: center;
padding-top:4px;
padding-bottom:4px;
}
/*
li>ul {
top: auto;
left: auto;
}
*/
li:hover ul, li.over ul { 
display: block;
}
