@charset "utf-8";
/* CSS Document */

/************************************************************************
	GLOBAL
************************************************************************/
*
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}

img
{
	border:none;
}

html
{
	background:#0e0e0e;
}

body
{
	background:url(../images/site_bg.png) left top repeat-x #000;
}

.row
{
	float:left;
	width:100%;
}

.terms
{
	float:left;
	text-align:left;
	color:#d7f418;
	font-size:14px;
	line-height:62px;
	padding-left:12px;
}

.terms a
{
	color:#d7f418;
}

.left
{
	float:left;
}

select.left
{
	margin-left:100px;
}

/************************************************************************
	STRUCTURE
************************************************************************/
#site_wrap
{
	width:846px;
	margin:0px auto;
	overflow:hidden;
	direction:rtl;
}

#header, #middle
{
	float:left;
	width:100%;
}

#header
{
}

#tblMenu
{

}

#tblMenu td.space
{
	width:20px;
	color:#ffffff;
	text-align:center;

}

#tblMenu td.menu
{
	color:#ffffff;

}

#tblMenu td.menu span.selected
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;

}


#tblMenu a:link,#tblMenu a:visited,#tblMenu a:active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#d7f418;
	text-decoration:none;
	font-weight:bold;
}

#tblMenu a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#middle
{
	min-height:420px;
	background:url(../images/form_block_top.png) left top no-repeat;
	padding-bottom:17px;
}

#footer
{
	width:846px;
	height:62px;
	margin:0px auto;
	background:#0e0e0e;
}

#footer_strip
{
	width:100%;
	height:62px;
	background:#0e0e0e;
}

/************************************************************************
	LOGO , HEADER TEXT
************************************************************************/
#logo
{
	float:left;
}

#header_text
{
	float:right;
}

/************************************************************************
	FORM
************************************************************************/
#form_wrap
{
	float:left;
	width:351px;
}

#form_block
{
	float:right;
	width:351px;
	padding-bottom:15px;
	background:url(../images/form_block_corners.png) left bottom no-repeat;
	position:relative;
}

#form
{
	float:right;
	width:351px;
	min-height:250px;
	background:url(../images/form_block_top.png) left top no-repeat;
}

#form label
{
	font-weight:bold;
	color:#000;
}

.form_row
{
	float:left;
	width:320px;
	padding-left:18px;
	background:#ccc;
}

.msg
{
	float:left;
	width:312px;
	padding:10px 18px;
	background:url(../images/msg.png) left bottom repeat-x;
	margin-left:3px;
}

.section,.section2,.section3
{
	float:left;
	width:312px;
	padding:10px 18px;
	background:url(../images/dashed_border.png) left bottom repeat-x;
	margin-left:3px;
}

.section2
{
	min-height:80px;
}

.section3
{
	min-height:120px;
}

.label1
{
	float:right;
	display:block;
	margin-bottom:10px;
	font-size:16px;
}

.label2
{
	float:right;
	display:block;
	font-size:14px;
	margin-top:4px;
}

.label3
{
	float:right;
	display:block;
	font-size:14px;
	margin-top:4px;
	color:#d7ff18;
}

.label4
{
	float:right;
	display:block;
	font-size:14px;
	margin-top:4px;
	color:white;
}

.input_small, .input_big
{
	float:left;
	border:1px solid #abadb3;
	height:20px;
}

.input_small
{
	width:52px;
	margin-right:5px;
	margin-left:63px;
}

.input_big
{
	width:188px;
		margin-left:93px;
}

.radio
{
	float:right;
	margin-left:10px;
	margin-top:6px;
}

.form_submit
{
	float:right;
	width:351px;
	height:45px;
	background:url(../images/form_submit_rtl.png) left top no-repeat;
	border:none;
	margin-top:12px;
	cursor:pointer;
}

#callto
{
	float:right;
	width:100%;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:black;
	margin-top:12px;
	background:white;

}

#callto1
{
	float:right;
	width:100%;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:red;
	margin-top:12px;
}

/************************************************************************
	CONTENT BLOCK
************************************************************************/
#content_block
{
	float:right;
	width:410px;
	padding-left:12px;
}

.content_title
{
	font-size:33px;
	font-weight:bold;
	color:#d7f418;
	padding-bottom:10px;
	border-bottom:1px dashed #d7f418;
}

.content_text
{
	float:left;
	min-height:120px;
	padding-top:45px;
	padding-left:110px;
	font-size:14px;
	color:#d7f418;
}

/************************************************************************
	STEP LIST
************************************************************************/
#step_list
{
	float:left;
	width:100%;
	list-style:none;
}

#msg
{
	background:url(../images/msg.png) right center no-repeat;
}



#step_list li
{
	min-height:25px;
	padding-top:5px;
	padding-right:50px;
	color:#d7f418;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#step_list li.step_title
{
	font-size:18px;
	padding-right:0px;
}

#step_list li.step1
{
	background:url(../images/step_1.png) right center no-repeat;
}

#step_list li.step2
{
	background:url(../images/step_2.png) right center no-repeat;
}

#step_list li.step3
{
	background:url(../images/step_3.png) right center no-repeat;
}


