@charset "utf-8";
/* CSS Document */

* {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	margin-top:0px;
	direction:rtl;
	color:#686668;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

.content_div{
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

}

.header_bg{
	width:980px;
	height:430px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
}

.header_bg_10x{
	width:980px;
	height:430px;
	background-image:url(images/header_bg_10x.jpg);
	background-repeat:no-repeat;
}

/*-----------form---------------*/


.div_form{
	width:100px;
	padding-top:122px;
	float:right;
	margin-right:677px;
}



.textfield{
	width:240px;
	height:45px;
	margin: 9px 0px 9px 0px;
	padding-right:3px;
	border-radius: 10px;
	font-size:24px;
}

.button_contact {
	width:240px;
	height:80px;
	background-position:top;
	margin-top:13px;
	margin-bottom:10px;
	border-radius: 15px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}



/*-----------info+section---------------*/


.info_div{
	background-image:url(images/info2.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:98px;
	float:right;
	background-position: center center;
	margin-top:10px;
}

section{
	margin-bottom:20px;
	margin-top:20px;
	float:right;
	background-image:url(images/info_bg.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:438px;
	text-align:right;
	background-position: left bottom;
}

.video_div{
	width:517px;
	height:438px;
	background-image: url(images/info3.jpg);
	background-repeat: no-repeat;
	padding-top:125px;
}

.logos_div{
	background-image:url(images/logos.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:70px;;
	float:right;
	background-position: center center;
	margin-bottom:10px;
}

/*-----------footer---------------*/

footer{
	width:980px;
	height:91px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	float:right;
}
