@charset "utf-8";

/* MASTER STYLE */


/* Document style */

body
{
background-color: #5b5b5b;
background-image: url(img/bg-master.gif);
background-repeat: repeat-x;
margin: 0;
padding: 0;
font-family: Tahoma;
font-size: 12px;
line-height: 160%;
/*text-align: right;*/
direction: rtl;
}

h2
{
font-family: "Times New Roman", Times, serif;
font-size: 20px;
font-weight: bold;
color: #881324;
padding: 20px;
margin: 0;
}

h3
{
font-family: "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: #881324;
padding: 20px;
margin: 0;
}

a:link
{
font-family: Tahoma;
font-size: 12px;
color: #881324;
text-decoration: none;
}

a:hover
{
font-family: Tahoma;
font-size: 12px;
color: #881324;
text-decoration: underline;
}

a:visited a:active
{
font-family: Tahoma;
font-size: 12px;
color: gray;
text-decoration: none;
}

a.alt_link
{
color: #ffffff;
text-decoration: none;
font-size: 12px;
}

a.alt_link:hover
{
color: #ffffff;
text-decoration: underline;
font-size: 12px;
}

p
{
font-family: Tahoma;
font-size: 12px;
text-align: justify;
color: black;
padding: 10px;
margin: 0 auto;
width: 90%;
}

/* Paragraph with bottom line */
p.but_border
{
font-family: Tahoma;
font-size: 12px;
text-align: justify;
color: black;
padding: 10px;
margin: 0 auto;
width: 90%;
border-bottom: 1px dotted;
}

/* Emphasized Paragraph */
p.emphasized
{
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
text-align: right;
color: #881324;
padding: 10px;
margin: 10px auto;
width: 75%;
border-left: 2px solid #881324;
border-right: 2px solid #881324;
}

/* Note Paragraph */
p.note
{
font-family: Tahoma;
font-size: 12px;
text-align: right;
padding: 10px;
margin: 10px auto;
width: 85%;
border: thin solid black;
background-color: #FFFFFF;
}

/* FAQ Paragraph */
p.faq
{
font-family: Tahoma;
font-size: 12px;
text-align: right;
color: black;
padding: 10px;
margin: 10px auto;
width: 75%;
border-right: 3px solid #999999;
}


/* Header Menu */
ul#h_menu
{
margin: 0px;
padding: 0px;
position:absolute;
right:0px;
}

ul#h_menu li
{
display: inline;
}

ul#h_menu li a
{
color: #ffffff;
width:6em;
text-decoration: none;
font-size: 12px;
/*padding: 0em 0em 0em 0em;*/
/*border-right: 1px solid white;*/
}

ul#h_menu li a.active, ul#h_menu li a:hover
{
color: #ffffff;
text-decoration: underline;
font-size: 12px;
}


/* Main Menu */
ul#menu
{
margin: 0px;
padding: 0px;
position:absolute;
right:10px;
}

ul#menu li
{
display: inline;
}

ul#menu li a
{
color: #881324;
width:6em;
text-decoration: none;
font-size: 12px;
}

ul#menu li a.active, ul#menu li a:hover
{
color: #881324;
text-decoration: underline;
font-size: 12px;
}

/* FAQ items */
ul.f_menu
{
list-style-image:url(img/arrow.gif);
font-family: "Times New Roman", Times, serif;
font-size: 15px;
font-weight: bold;
color: #881324;
}




/* Boxes */

#top_header
{
background-image: url(img/top-header.jpg);
background-repeat: no-repeat;
width: 750px;
height: 25px;
margin: 0 auto;
position: relative
}


#title
{
width: 750px;
margin: 0 auto;
height: 110px;
/*text-align: right;
direction: rtl;*/
}

#container
{
display: block;
width: 750px;
margin: 1px auto;
position: relative;
/*overflow: auto;*/
}

#main_block
{
background-image: url(img/main_cont_bg_slice.gif);
background-repeat: repeat-x;
background-color: #f1f1f1;
width: 520px;
/*padding: 10px;*/
float: right;
}

#left_block
{
/*background-image: url(img/left_block_pho.jpg);
background-repeat: no-repeat;*/
background-color: #dadada;
width: 229px;
padding-bottom: 20px;
line-height: 140%;
float: left;
}

/* left_block button */
.button
{
width: 83px;
margin: 5px auto;
}

/* Contact Form */
#contact-f input, #contact-f textarea{
	padding: 5px 10px;
	width: 200px;
	height: 20px;
	font-family: tahoma;
	font-size: 12px;
	border:1px solid #d6d6d6;
	background-color:#fff;
}
#contact-f textarea{
	width: 430px;
	height: auto
}
ul#response {
	color: red;
}
ul#response li.success {
	color: green;
}

#contact-f button {
margin: 7px 30px;
padding: 0px 5px;
width: 100px;
height: 30px;
line-height: 30px;
font-family: tahoma;
font-size: 12px;
background: #f5f5f5;
border:1px solid #b0b0b0;
}

#contact-f button:hover {
background: #f5f5f5;
cursor: pointer;
}

#contact-f button.load{
background: #f5f5f5 url(img/loader.gif) no-repeat 50% 50%;
border:1px solid #d6d6d6;
}


#footer
{
background-image: url(img/footer.jpg);
color: white;
width: 520px;
height: 28px;
margin: 0px auto;
position: relative;
}

/* footer text align */
.align
{
position: absolute;
left: 205px;
top: 5px;
}

.form_position
{
margin-right: 40px;
}

.form_style
{
font-family: Tahoma;
font-size: 13px;
}

.form_button
{
font-family: Tahoma;
font-size: 12px;
height: 25px;
}