/* standard elements */
* {
	margin: 0;
	padding: 0;
	
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #F3D87D url(img/bg_1.jpg) repeat-x left bottom;
	color: #444;
	direction:rtl;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p,code {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font-size:23px;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-right: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat right top;
	display: block;
	font-weight: bold;
	padding-right: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 50px 10px 0;
	background: url(img/clouds.gif) repeat-x;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left {
	padding-top:		20px;
	padding-right:		20px;
	color: #FFF;
	height: 130px;
	background: #B3C2C7 url(img/header_1.jpg) no-repeat;
	text-align: right;	
	width: 760px;
}
.header .left h1
{
	margin:			0;
	padding:		0;
	font-size:		70px;
	font-family:	arial;
	font-weight:	bold;
	line-height:	70px;
	border-bottom:	1px solid #fff;
	width:			281px;
}
.header .left h2
{
	margin:			0;
	padding:		0;
	font-size:		25px;
	word-spacing:	25px;
	font-family:	arial;
}
/* navigation */
.navigation
{	
	background: #D9E1E5 url(img/nav_1.gif);
	border: 1px solid #DFEEF7;
	border-color: #FFD243 #FFD243;
	border-right:0;
	height: 41px;
}
.navigation a
{
	background: #D9E1E5 url(img/nav_1.gif);
	border-right: 1px solid #DCA800;
	border-left: 1px solid #fff;
	color: #456;
	display: block;
	float: right;
	/*font-weight:	bold;*/
	font-size:		15px;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation div.blank
{
	float:			right;
	height: 		41px;
	width:			5px;
	border-right: 	1px solid #DCA800;
}
.navigation a:hover
{
	background-position: left bottom; color: #234;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
	text-align:right;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-right: 12px;
	background: #F0F0EB;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 15px 8px 0;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	/*background: #F0F0EB;*/
	border-right:	8px solid #F0F0EB;
	padding-right:	7px;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content h1
{
	border-bottom:	1px dashed #444;
	padding-bottom:	2px;
	margin-bottom:	15px;
}
.content ul
{
	margin-right:		35px;
}
.content li {
	list-style: url(img/li.gif);

}
.content p {font-size:12px;}

.item
{
	background-color:#F9E7A8;
	border:1px solid #BC9201;
	padding:10px;
}
.item img
{
	border:			1px solid #333;
	float:			right;
	margin-left:	10px;
	opacity:		0.7;
	filter:			alpha(opacity=70);
}
.item a:hover img
{
	opacity:		1;
	filter:			alpha(opacity=100);
}
.item .desc 
{
	height:			70px;
	font-size:		11px;
}
.item .desc a
{ 
	font-weight:	bold;
	margin-bottom:	2px;
	display:		block;
	font-size:		12px;
}
.item .desc a.small
{
	font-size:		10px;
	font-weight:	normal;
}
.map li
{
	margin:			15px 0;
}

/* footer */
.footer {
	background: url(img/bgfooter_1.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	height: 27px;
	text-align: center;
	padding:	12px 10px 0 10px;
}
.footer a,.footer a:hover {color: #FFF;}