﻿body
{
	margin: 0;
	padding: 0;
	background-color: #EBEBEB;
}
#container
{
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -250px;
	margin-left: -350px;
	width: 700px;
	height: 500px;
}
.frame
{
	border-collapse: collapse;
	border: solid 0px;
	margin: 0;
	padding: 0;	
	width: 100%;
	height: 100%;
}
#td_tl, #td_tr, #td_bl, #td_br { background-repeat: no-repeat; }
#td_tm, #td_bm { background-repeat: repeat-x; }
#td_ml, #td_mr { background-repeat: repeat-y; }
#td_tl, #td_tm, #td_tr, #td_bl, #td_bm, #td_br { height: 20px; }
#td_tl, #td_ml, #td_bl, #td_tr, #td_mr, #td_br { width: 20px; }
#td_tl { background-image: url('images/shadow_tl.png'); }
#td_tm { background-image: url('images/shadow_tm.png'); }
#td_tr { background-image: url('images/shadow_tr.png'); }
#td_ml { background-image: url('images/shadow_ml.png'); }
#td_mm { background-color: #FFF; }
#td_mr { background-image: url('images/shadow_mr.png'); }
#td_bl { background-image: url('images/shadow_bl.png'); }
#td_bm { background-image: url('images/shadow_bm.png'); }
#td_br { background-image: url('images/shadow_br.png'); }

#logo_cont
{
	position: absolute;
	background-image: url('images/logo.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 100px;
	height: 100px;
	left: 30px;
	top: 30px;
	border: solid 1px #00559D;
	display: none;
}

#logo_div
{
	height: 75px;
	background-color: #00559D;
	/*border-bottom: solid 1px*/
	font-family: Cambria;
	font-size: 11pt;
	color: #FFF;
	background-image: url('images/title.jpg');
	background-repeat: no-repeat;
	/*background-position: 125px 20px;*/
	background-position: 20px 20px;
}
#logo_div span
{
	margin-left: 120px;
	line-height: 150%;
}
#logo_div span strong
{
	
}
#content_div
{
	height: 330px;
	background-image: url('images/day_truck.jpg');
	background-position: right center;
	background-repeat: no-repeat;
}
#comming_soon
{
	position: absolute;
	font-family: Calibri;
	font-size: 11pt;
	width: 280px;
	left: 50px;
	bottom: 110px;
	text-align: justify;
	line-height: 150%;
}
#comming_soon strong
{
	color: #FF0000;
	font-size: 12pt;
	line-height: 200%;
}
#contact_div
{
	margin-left: 3%;
	width: 94%;
	height: 55px;
	bottom: 0;
	vertical-align: middle;
	border-top: solid 2px #00559D;
}
#contact_div span
{
	line-height: 200%;
	font-family: Tahoma;
	font-size: 8pt;
	color: #333;
}
#copyright
{
	width: 70%;
	height: 30px;
	position: absolute;
	left: 15%;
	text-align: center;
	font-family: Tahoma;
	font-size: 8pt;
	color: #666;
	margin-top: -10px;
}
#copyright a
{
	color: #444;
	text-decoration: none;	
}
#copyright a:hover
{
	color: #00559D;
}
.farsi_uc
{
	font-family: Tahoma;
	font-size: 10pt;
	text-align: center;
	direction: rtl;
	padding: 10px;
	display: inline-block;
}