/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear
{
	content:'.';
	color:#FFFFFF;
	clear:both;	
}


#en_link
{
float:left; position:relative; color:#39C; bottom:20px; left:20px; font-weight:bold; font:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size:12px;	
}

#en_link a
{
	text-decoration:none;
	color:inherit;	
}

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

body
{
	margin:0px;
	padding:0px;
	background-color:#EEEEEE;
	line-height:1em;
	height:auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	direction:rtl;
}

#content
{
	margin:auto;
	padding:0px;
	background-color:#FFFFFF;
	width:960px;
	border:1px solid #CCCCCC;
	border-top:none;
	border-bottom:none;
	min-height:500px;
	height:auto;
}

#header
{
	height:61px;
	padding:10px 0px;
	border-bottom:1px solid #CCCCCC;	
}

#header ul
{
	height:61px;
	margin:0px;
	padding:0px;
	width:100%;
	text-align:right;
}

#header ul li
{
	height:61px;
	margin:0px 5px;
	pading:auto;
	float:right;
	text-decoration:none;
	list-style:none;
}

#inner_content
{
	height:auto;
	min-height:300px;
	clear:both;	
}

#slider
{
	background-color:#333;
	border:2px solid #999999;
	border-right:0px;
	border-left:0px;
	height:300px;
	width:100%;
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 50%;	
}

#text
{
	width:auto;
	padding:5px;
	height:auto;
	display:block;
	min-height:20px;	
}

#text ul
{
	margin:0px;
	padding:10px 3px;
	height:auto;
	width:100%;
	display:block;	
}

#text ul li
{
	width:31%;
	padding:0px 10px;
	border-left:1px dotted #666666;
	float:right;
	list-style:none;
	height:auto;
	text-align:justify;
}

#text ul li p
{
	color:#333;
	font-size:14px;
	line-height:18px;
}

#footer
{
	width:100%;
	clear:both;
	padding-top:20px;
	height:auto;
	min-height:50px;
}

#footer_top
{
	height:20px;
	padding:0px 20px;
	width:auto;	
	color:#3399CC;
	min-height:10px;
	font-size:14px;
	font-weight:bold;
}

#footer_top hr
{
	margin-top:10px;
	padding-top:0px;
	color:inherit;
	border-top:1px solid #666;
}
#footer ul
{
	margin:20px 20px 0px 00px;
	padding:0px;
	height:auto;
	width:100%;
}

#footer ul li
{
	padding:0px;
	float:right;
	list-style:none;
	height:auto;
	margin:auto;
	width:auto;
}


#footer ul li ul
{
	margin:0px;
	padding:0px;
	height:auto;
	width:auto;
}

#logos ul li
{
	padding:0px 5px;
	float:right;
	list-style:none;
	height:auto;
	margin:auto;
}

#logos ul li a:link
{
	text-decoration:none;
	border:none;
	color:#333333;	
	width:70px;
	height:77px;
}

#logos ul li a:link div
{
	width:70px;
	height:77px;
	content:'&nbsp;';
	background:0px 0px no-repeat;
}

#logos ul li a:hover div
{
	background-position:0px -77px;
}
#address
{
	color:#39C;
	text-align:left;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	display:block;
}
#address pre
{
	width:190px;	
}

#slider img {
	width:100%;
	text-align:center;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	width:auto;
	padding-left:20px;	
	bottom:-30px;
	display:none;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:right;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}