/* 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;
}

#headerHolder{
	position:relative;
	width:1000px;
	height:139px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

#middleHolder{
	position:relative;
	width:1000px;
	height:486px;
	margin-left:auto;
	margin-right:auto;
	background-color:#d3d4d5;
	overflow:hidden;
}

.picsHolder{
	position:absolute;
	width:1000px;
	height:430px;
	left:0px;
	top:486px;
	z-index:2;
	background-color:#d3d4d5;
}

#FormDiv{
	position: absolute;
	width:152px;
	height:486px;
	left:0px;
	top:0px;
	z-index:2;
	background-image: url(images/form_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-color:#bea530;
}
#ThankYou{
	position: absolute;
	width:152px;
	height:430px;
	left:0px;
	top:0px;
	z-index: 4;
	display: none;
	direction: rtl;
	background-image: url(images/thanks.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}




#fname{
	position: absolute;
	width: 121px;
	height: 33px;
	left: 15px;
	top: 104px;
	z-index:2;
}

#phone{
	position: absolute;
	width: 121px;
	height: 33px;
	left: 15px;
	top: 171px;
	z-index:2;
}

#email{
	position: absolute;
	width: 121px;
	height: 33px;
	left: 15px;
	top: 239px;
	z-index:2;
}


#eventName{
	position: absolute;
	width: 121px;
	height: 33px;
	left: 15px;
	top: 300px;
	z-index:2;
}

#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:10px;
	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: #ececec 1px solid;
	/*-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;
	padding: 6px 8px;*/
}

#SendBut{
	position: absolute;
	width: 122px;
	height: 41px;
	left: 18px;
	top: 357px;
}
#ErrorDiv{
	position: absolute;
	width: 100%;
	height: 14px;
	left: 0px;
	top: 400px;
	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;
}


/*  menu */
#menuHolder{
	position: absolute;
	width: 848px;
	height: 56px;
	left: 152px;
	top: 0px;
	z-index:5;
	background-color:#d3d4d5;
	
}

.menuItem{
	position: relative;
	width: 209px;
	height: 56px;
	float:left;
	cursor:pointer;
	z-index:5;
}
#menuOver{
	position: absolute;
	width: 209px;
	height: 56px;
	left:639px;
	top:0px;
	z-index:2;
	background-color:#bea530;
}

.menuSpacer{
	position: relative;
	width: 3px;
	height: 56px;
	float:left;
	background-color:#bea530;
	border:none;
}

.menuTextOff{
	position:absolute;
	width:100%;
	height:auto;
	left:0px;
	top:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #717174;
	text-align:center;
	direction:rtl;
	line-height:15px;
}

.menuTextOn{
	position:absolute;
	width:100%;
	height:auto;
	left:0px;
	top:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
	direction:rtl;
	line-height:15px;
}

.menuHPOff{
	position:absolute;
	width:100%;
	height: 56px;
	left:0px;
	top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #717174;
	text-align:center;
	direction:rtl;
	line-height:56px;
}

.menuHPOn{
	position:absolute;
	width:100%;
	height: 56px;
	left:0px;
	top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	text-align:center;
	direction:rtl;
	line-height:56px;
}









#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;
}

#textHolder{
	position: absolute;
	width:848px;
	height:375px;
	right:0px;
	top:55px;
	text-align: right;
	direction: rtl;
	z-index:2;
	overflow:hidden;
}

.textItem{
	position:absolute;
	width: 490px;
	height:auto;
	right: 56px;
	top: 27px;
	z-index:2;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #717174;
	text-align:right;
	direction:rtl;
	line-height:38px;
}
.regText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #717174;
	text-align:justify;
	direction:rtl;
	line-height:18px;
}

.subTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #717174;
	text-align:right;
	direction:rtl;
	line-height:22px;
}

#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;
}
#footerText{
	position: absolute;
	width: 150px;
	height: 25px;
	right: 0px;
	bottom: 0px;
	padding-right:15px;
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-align:right;
	direction:rtl;
	line-height:25px;
	background-color:#BEA540;
}
