*{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

body{
	font-size:16px;
	direction:rtl;
	text-align:right;
}

.mainContainer{
	position:absolute;
	top:0px;
	right:0px;
	width:100%;
	height:100%;
}

.mainContainer div.frame{
	position:absolute;
	top:0px;
	right:50%;
	height:100%;
	z-index:1;
	width:1050px;
	margin-right:-525px;
}

.mainNavigation{
	position:absolute;
	top:50%;
	margin-top:-150px;
	right:0px;
	width:auto;
	height:300px;
	z-index:1000;
}

.mainNavigation a,.mainNavigation a:link,.mainNavigation a:visited{
	padding:5px 10px;
	background:#000020;
	font-size:16px;
	font-weight:normal;
	color:white;
	text-decoration:none;
	display:inline-block;
	clear:both;
	border-bottom:1px solid white;
}

.mainNavigation a.selected,.mainNavigation a:hover{
	text-decoration:none;
	color:#000020;
	background:white;
}

.animBox{
	width:135px;
	height:135px;
	background:#E6E6E6;
	position:absolute;
}

.textBox{
	padding:20px;
	text-align:justify;
}

.contactTable{
	width:580px;
	/*height:450px;*/
	margin:0 auto;
	border-collapse:collapse;
	position:absolute;
	top:50%;
	margin-top:-190px;
	margin-right:20px;
}

.contactTable tr td{
	vertical-align:top;
	font-size:16px;
	color:#7F7F7F;
	line-height:25px;
	padding:3px;
}
.contactTable tr td:first-child{
	text-align:left;
	font-weight:bold;
}

.contactTable tr td input,.contactTable tr td textarea{
	background:url(../images/lineBG.png) 0 0 repeat;
	width:480px;
	border:0px;
	resize:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#7f7f7f;
	height:25px;
	overflow:auto;
	line-height:25px;
}
.contactTable tr td input{
	width:250px;
}

.blinker{
	animation-name: blink; 
	animation-duration: 2s; 
	transform-origin:50% 50%; 
	animation-iteration-count: 1; 
	animation-timing-function: linear;
	
	-moz-animation-name: blink; 
	-moz-animation-duration: 2s; 
	-moz-transform-origin:50% 50%; 
	-moz-animation-iteration-count: 1; 
	-moz-animation-timing-function: linear;
	
	-webkit-animation-name: blink; 
	-webkit-animation-duration: 2s; 
	-webkit-transform-origin:50% 50%; 
	-webkit-animation-iteration-count: 1; 
	-webkit-animation-timing-function: linear;
}

#contactMessage{
	position:absolute;
	top:5px;
	left:120px;
	font-size:12px;
	color:#C12623;
}

#contactBtn,#contactBtn:link,#contactBtn:visited{
	position:absolute;
	top:5px;
	left:40px;
	color:#7F7F7F;
	cursor:pointer;
}

#contactBtn:hover{
	color:#bcbcbc;
	text-decoration:none;
}

@keyframes blink{
    0% { background: #E6E6E6; }
	4% { background: #E6E6E6; }
    5% { background: white; }
	9% { background: white; }
	10% { background: #E6E6E6; }
	14% { background: #E6E6E6; }
	15% { background: white; }
	34% { background: white; }
	35% { background: #E6E6E6; }
	39% { background: #E6E6E6; }
	40% { background: white; }
	47% { background: white; }
	48% { background: #E6E6E6; }
	49% { background: #E6E6E6; }
	50% { background: white; }
	84% { background: white; }
	85% { background: #E6E6E6; }
	100% { background: #E6E6E6; }
}

@-moz-keyframes blink{
    0% { background: #E6E6E6; }
	4% { background: #E6E6E6; }
    5% { background: white; }
	9% { background: white; }
	10% { background: #E6E6E6; }
	14% { background: #E6E6E6; }
	15% { background: white; }
	34% { background: white; }
	35% { background: #E6E6E6; }
	39% { background: #E6E6E6; }
	40% { background: white; }
	47% { background: white; }
	48% { background: #E6E6E6; }
	49% { background: #E6E6E6; }
	50% { background: white; }
	84% { background: white; }
	85% { background: #E6E6E6; }
	100% { background: #E6E6E6; }
}

@-webkit-keyframes blink{
    0% { background: #E6E6E6; }
	4% { background: #E6E6E6; }
    5% { background: white; }
	9% { background: white; }
	10% { background: #E6E6E6; }
	14% { background: #E6E6E6; }
	15% { background: white; }
	34% { background: white; }
	35% { background: #E6E6E6; }
	39% { background: #E6E6E6; }
	40% { background: white; }
	47% { background: white; }
	48% { background: #E6E6E6; }
	49% { background: #E6E6E6; }
	50% { background: white; }
	84% { background: white; }
	85% { background: #E6E6E6; }
	100% { background: #E6E6E6; }
}