/* @group reset */
@import "reset.css";
/* @end */

/* @group layout */
html,body{
	margin: 0;
	padding: 0;
	font: 9pt/1.5em Verdana, Arial, sans-serif;
	color: #000;
}
html{
	background-color: #F0F0F0;
	background-image: url(../pics/bgBody.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	min-height:100%;
}

.rtl,.rtl div,.rtl li,.rtl p,.rtl span,.rtl td,.rtl th,.rtl a,.rtl h1,.rtl h2,.rtl h3,.rtl h4,.rtl label,.rtl input,.rtl textarea,.rtl fieldset{
	direction: rtl;
	text-align: right;
}
/* @group hedings */

h1, h2, h3, h4, h5	{
	font-weight: normal;
	color: #66B8DC;
	margin: 0;
	margin: 1.5em 0 0.5em 0;
}
h1{
	font-weight: bold;
	font-size: 1.25em;
	color: #66B8DC;
	background-color: #EFEFEF;
	margin: 0 -5px 15px -5px;
	padding: 5px;
	overflow: visible;
	z-index: 100;
}

h2	{
	font-size: 1em;
	font-weight: bold;
/*	font-weight:bold;*/
}

h3	{
	color: #000;
	font-size: 1em;
	font-weight: bold;	
}
/* links */
a{
	text-decoration: none;
	color: #000;
}
a:hover, a.active{
	color: #66B8DC;
}
/* end */
#bodyFramework{
	width: 823px;
	position: relative;
	margin: 0 auto;
}
#bodyFramework #frameworkTop {
	width: 823px;
	height: 243px;
	background: transparent url(../pics/bgContentFrameworkTop.png) no-repeat;
}
#contentFramework{
	background-image: url(../pics/bgContentFramework.png);
	background-repeat: repeat-y;
	min-height:260px;
}
.rtl #contentFramework{
	background-image: url(../pics/bgContentFramework_rtl.png);
}
#bodyFramework #frameworkBottom {
	width: 823px;
	padding-bottom: 100px;
	background: transparent url(../pics/bgContentFrameworkBottom.png) no-repeat bottom;
}
#bodyFramework.rtl #frameworkBottom{
	background: transparent url(../pics/bgContentFrameworkBottom_rtl.png) no-repeat bottom;
}

/* @group #footer */

#footer	{
	clear:both;
	margin: 0 auto;
	width: 823px;
	height:30px;
}
#footer	div{
	font-size: 0.9em;
	margin-left:174px;
}
#footer.rtl div{
	direction: ltr;
	margin:0 174px 0 0;
}
#footer a	{

}

#footer a:hover,
#footer a:active	{

}
#frameworkTop img{
	margin:0 8px;
}


/* @end */
#sidebar{
	margin-left: 8px;
	float: left;
	height: 100%;
	width: 168px;
	background-image: url(../pics/border.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	background-color: #FFF;
}
#langNavigation {
	margin-left:185px;
	font-size: 0.9em;
	float: left;
}
.rtl #langNavigation {
	margin:0 185px 0 0;
	float: right;
}

#icons{
	float:right;
	margin:0 26px 0 26px;
	font-size: 0.9em;

}
#icons img{
	margin:4px;
}
#icons .home img{ margin:2px 4px;}
.rtl #icons{
	float:left;
}

ul#navigation,ul#navigation li{
	width:160px;
}
ul#navigation li a{
	display:block;
	padding-left:17px;
	color:#8D8D8D;
	font-weight:bold;
	text-decoration: none;
}
ul#navigation li:hover,ul#navigation li.active{
	background-color:#F2F2F2;
}
ul#navigation li:hover a,ul#navigation li.active a{
	color:#FFF;
	background-color:#66B8DC;
}
ul#navigation li a a,ul#navigation li.active li a{
	background-color: transparent;
	padding-left: 32px;
	color: #000;
	font-weight: normal;
	background-image: url(../pics/arrow.gif);
	background-repeat: no-repeat;
	background-position: 18px center;
}
ul#navigation li li a:hover,ul#navigation li li.active a{
	background-color:#DEDEDE;
}
#contentWrapper{
	overflow: visible;
	background-color: #FFF;
	padding: 0;
	margin:0 4px;
	/*width: 613px;*/
	width: 553px;
	text-align: left;
	line-height: 1.5em;
	float: left;
	margin-bottom:-40px;
}
.rtl #sidebar{
	margin: 0 8px 0 0;
	float: right;
	background-image: url(../pics/border_rtl.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}
.rtl ul#navigation li a{
	padding:0 17px 0 0;
}
.rtl ul#navigation li.active li a{
	padding: 0 32px 0 0;
	background-image: url(../pics/arrow_rtl.gif);
	background-repeat: no-repeat;
	background-position: 132px center;
}
.rtl #contentWrapper{
	text-align: right;
	float:right;
}
#content{
	margin:0 5px;
}
#content p{
	margin:0 0 .5em 0;
}
#content a{
	color: #66B8DC;
}
#content a:hover, #content a.active { text-decoration: underline; }
#content ul#subnavigation{
	padding:0;
	margin:0;
}

#content ul#subnavigation li{
	font-weight:bold;
	list-style-type: none;
	padding:0 0 0 12px;
	margin:0;
	background-image: url(../pics/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.rtl #content ul#subnavigation li{
	padding: 0 14px 0 0;
	background-image: url(../pics/arrow_rtl.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#title{
	background-color:#EFEFEF;
	margin: 0 0 15px 0;
	padding:5px;
}
/*#title p{
	float: right;
	margin:0;
	padding:0;
}*/
#title p a{
	display:block;
	float: right;
	font-weight:bold;
	color:#66b8dc;
	margin:0;
	padding: 0 0 0 12px;
	background-image: url(../pics/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.rtl #title p{
	
}
.rtl #title p a{
	float: left;
	padding: 0 12px 0 0;
	background-image: url(../pics/arrow_rtl.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#title h1{
	margin:0;
	padding:0;
}
#title h1 a{
	color: #66B8DC;
	margin:0;
}
#title h2{
	float: left;
	margin:0;
	padding:0;
	color:#000;
	font-weight: normal;
}
.rtl #title h2{
	float: right;
}
/* @end */

/* @group lists */

#content ul,#content ol	{
	padding: 0.5em 0 1em 2em;
	margin: 0;
}
.rtl #content ul,.rtl #content ol{
	padding: 0.5em 2em 1em 0;
}
#content ul li{
	list-style-type: disc;
	list-style-position: outside;
	vertical-align: middle;
	padding-bottom: 0.5em;
}
#content ol li{
	list-style: decimal;
	list-style-position: outside;
	vertical-align: middle;
	padding-bottom: 0.5em;
}
#content ol[type="a"] li { list-style: lower-latin; }
#content ol[type="A"] li { list-style: upper-latin; }

/* @end */


/* @group froms */
form	{
	margin: 0;
}


fieldset	{
	border: 0;
	margin: 0px;
	padding: 0px;
}
legend	{
	padding: 0;
	margin: 0;
	font-weight: bold;
}

label {
	width: 20%;
	float: left;
	clear: both;
	font-weight: normal;
}
.rtl label{
	float: right;
}
input, textarea, select	{
	border: 1px solid #CFCFE3;
	margin-bottom: 2px;
	margin-left: 10px;
	width: 75%;
}
input[type="submit"],input[type="reset"],.button input{
	margin:0 10px 0 0;
	width:auto;
	cursor:pointer;
}
input.check	{
	border: 1px solid #CFCFE3;
	margin-bottom: 2px;
}
.choose input {
	margin-left: 20%;
	position: relative;
	left: 10px;
	float: left;
	border: 0;
}
.choose label {
	float: right;
	width: 70%;
}

.half	{
	width: 30%;
}
.inline	{
	clear: none;
	display: inline;
}

button{
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-align: center;
	background-color: transparent;
	width: auto;
	overflow: visible;
}

/* @end */
/* contact */
#content #contact{
	margin:0;
	padding:0;
	float:left;
	width:400px;
}
.rtl #content #contact{
	float:right;
}
#content #contact ul{
	margin:0;
	padding:0;

}
#content #contact ul li{
	list-style-type: none;
	padding:0;
	margin:0;
}
#content #contact ul label{
	width:100px;
}
#content #contact ul input,#content #contact ul textarea,#content #contact ul fieldset{
	width:250px;
}
#content #contact ul fieldset label,#content #contact ul fieldset input{
	width: auto;
	border: 0 none;
	clear: none;
	float: none;
}
#content #contact .buttons{
	margin-left:110px;
}
div.buttons input:hover{
	background-color:#CCC;
	border:1px solid #AAA;
}
.speck{
	float:right;
	width: 130px;
}
.rtl .speck{
	float:left;
}
.speck h4{
	margin:0;
}
/* @end */
.clear {
	clear: both;
}
.error{
	color: #F03;
}