/* CSS Document */

/* CSS Document */
* { margin: 0; padding: 0; }
a img{border:none}
img
{  border-style: none;
}
textarea { resize:none; }
textarea:focus, input:focus{
    outline: 0;
}
*:focus {
    outline: 0;
}
img.a{
	position:absolute;
	cursor: pointer;
	left:0px;
	top: 0px;
}

body, html {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#MainDiv{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:650px;
	top:0px;
	overflow:hidden;
	background-color: #FFF;
	background-image: url(images/main_bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1000px 650px;
}

#FormDiv{
	position: absolute;
	width:264px;
	height:320px;
	left:0px;
	top:139px;
	z-index:2;
}
#ThankYou{
	position: absolute;
	width:264px;
	height:320px;
	left:0px;
	top:139px;
	z-index: 4;
	display: none;
	direction: rtl;
	background-image: url(images/thanks.jpg);
	background-repeat: repeat-y;
	background-size: 228px 322px;
}
#thanksText{
	position: absolute;
	width:100%;
	height:auto;
	left:0px;
	top:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	line-height:24px;
	text-align: center;
	direction: rtl;

}
H1{
	position:absolute;
	width:505px;
	height:90px;
	right: 209px;
	top: 248px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-weight: bold;
	color: #000;
	text-align:center;
	direction:rtl;
	line-height:36px;
	letter-spacing:3px;
}

.h1Text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	text-align:right;
	direction:rtl;
	line-height:26px;
	letter-spacing:0.1px;
}



H2{
	position:absolute;
	width:750px;
	height:105px;
	right: 15px;
	top: 470px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #717174;
	text-align:right;
	direction:rtl;
	line-height:22px;
}

H3{
	position:absolute;
	width:590px;
	height:20px;
	right: 15px;
	top: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #717174;
	text-align:right;
	direction:rtl;
	line-height:10px;
}

#BigVideo{
	position: absolute;
	width: 323px;
	height: 194px;
	left: 242px;
	top: 155px;
}

#youtubeVid{
	position: absolute;
	width: 323px;
	height: 194px;
	left: 0px;
	top: 0px;
}


#fFname{
	position: absolute;
	width: 200px;
	height: 28px;
	left: 29px;
	top: 127px;
}

#fPhone{
	position: absolute;
	width: 200px;
	height: 28px;
	left: 29px;
	top: 194px;
}

#fEmail{
	position: absolute;
	width: 290px;
	height: 32px;
	left: 18px;
	top: 111px;
}


#fSelect{
	position: absolute;
	width: 120px;
	height: 15px;
	left: 30px;
	top: 74px;
}

#fCB1{
	position: absolute;
	width: 12px;
	height: 12px;
	right: 13px;
	top: 163px;
}
#fCB2{
	position: absolute;
	width: 372px;
	height: 15px;
	right: 31px;
	top: 83px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:12px;
	color: #5e4232;
	text-align: right;
	direction: rtl;
}
#formTitle{
	position: absolute;
	width: 655px;
	height: 17px;
	right: 14px;
	top: -9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5e4232;
	text-align: right;
	direction: rtl;
}


#fCB{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 317px;
	top: 181px;
}



.inputText{
	width: 100%;
	height: 100%;
	text-indent:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background-color: #fff;
	color: #000;
	text-align: right;
	direction: rtl;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #666;
	/*-moz-box-shadow: inset 0px 0px 0px 1px #929292;
	box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.5), inset 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
	border-top: #9f9e9e 1px solid;
	border-right: #c9c9c9 1px solid;
	border-bottom: #ececec 1px solid;
	border-left: #c9c9c9 1px solid;
	border: #ececec 1px solid;
	padding: 6px 8px;*/
}

.inputSelect{
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFF;
	color: #000;
	text-align: right;
	direction: rtl;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#SendBut{
	position: absolute;
	width: 201px;
	height: 63px;
	left: 29px;
	top: 240px;
}
#ErrorDiv{
	position: absolute;
	width: 100%;
	height: 14px;
	left: 0px;
	top: 221px;
	z-index: 3;
	text-align: center;
	direction: rtl;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
}



#topText{
	position: absolute;
	width: 451px;
	height: 137px;
	left: 540px;
	top: 207px;
	z-index:6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	direction:rtl;
	line-height:27px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	z-index:1;
	display:none;
}

.regText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #00007c;
	text-align:justify;
	direction:rtl;
	line-height:20px;
}



#titleDiv{
	position: absolute;
	width: 683px;
	height: 217px;
	left: 237px;
	top: 11px;
	z-index:5;
	display:none;
}
#stampDiv{
	position: absolute;
	width: 167px;
	height: 168px;
	left: 39px;
	top: 62px;
	z-index:5;
	display:none;
}

#priceDiv{
	position: absolute;
	width: 381px;
	height: 94px;
	left: 581px;
	top: 396px;
	z-index:5;
	display:none;
}

#logoDiv{
	position: absolute;
	width: 476px;
	height: 79px;
	left: 25px;
	top: 451px;
	z-index:5;
	display:none;
}
