/* CSS Document */

html, body {
	height: 100%;         /* required */
	/*overflow:hidden;     force not showing scrollers when window is smaller then website */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#74513f;
	background-color:#fff;
}
#distance {
	margin-bottom: -250px; /* half of "content" height */
	background: none;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
}
#content {
	position: relative;   /* positions content on top of distance */
	top:0px;
	width: 960px;          /* required - desired width */
	height: 500px;         /* required - desired height */
	margin: 0 auto;       /* required */
	padding:0;
	z-index:10;
	direction:rtl;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF url(../images/body-bg.jpg) no-repeat center;
}

/*====================== Reset Elements =================*/

strong{
	font-weight:bold;
}
h1,
h2,
h3{
	color:#055cab;
	font-size:26px;
	font-style:normal;
	font-weight:bold;
}
h2{
	color:#055cab;
	font-size:16px;
	font-weight:bold;
}
h3{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
h1 a,
h2 a,
h3 a{
	color:#686F53;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
}
h1 a:hover,
h2 a:hover,
h3 a:hover{
	text-decoration:none;
}
a{
	color:#595959;
	font-weight:normal;
	text-decoration:none;
}
a:hover{
	color:#595959;
	text-decoration:none;
}
a:focus {
	outline:none;
}
strong{
	font-weight:bold;
}
script{
	visibility:hidden;
	overflow:hidden;
	display:none;
	width:0;
	height:0;
}
/*====================== END Reset Elements =================*/

/*====================== Main Elements ======================*/
#main{
	position:relative;
	padding:0;
	width:960px;
	height:500px;
	z-index:20;
	direction:rtl;
}
#hp-link{
	position:absolute;
	top:75px;
	left:0px;
	width:245px;
	height:115px;
	z-index:35;
}
#hp-link2{
	position:absolute;
	bottom:10px;
	left:20px;
	width:160px;
	height:30px;
	z-index:35;
}
#Footer{
	position:relative;
	width:960px;
	height:30px;
	background-image:url(../images/bottom-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	z-index:30;
}
#Footer a{
	color:#333;
	font-weight:normal;
	text-decoration:none;
}
#Footer a:hover{
	text-decoration:underline;
}
/*====================== END Main Elements ======================*/

/*====================== START Form =========================*/
form#contactForm{
	position:absolute;
	top:305px;
	right:245px;
	display:block;
	width:715px;
}
#contactForm ul#l1{
	position:relative;
	width:215px;
	float:right;
	top:5px;
	right:85px;
}
#contactForm ul#l2{
	position:relative;
	width:215px;
	float:left;
	top:5px;
	left:27px;
}
#contactForm ul li{
	display:inline-block;
	margin-bottom:7px;
	height:25px;
}
#contactForm input{
	position:relative;
	left:0;
	border:0px solid;
	background:transparent;
	width:215px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
}
#contactForm select{
	display:block;
	border:1px solid #ccc;
	background-color:#FBFBFB;
	width:215px;
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
}
#contactForm input.btn{
	position:absolute;
	left:25px;
	bottom:3px;
	border:none;
	cursor:pointer;
	width:93px;
	height:26px;
	z-index:30;
}
.msie #contactForm input.btn{
	bottom:4px;
}
#contactForm input.btn:hover{
	border:none;
}
/*====================== END Form =========================*/

/*======================  CLASSES  ======================*/
.lower{
	position:relative;
	top:3px;
}
.low{
	position:relative;
	top:5px;
}
.clearboth{
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
.left{
	float:left;
}
.right{
	float:right;
}
/*======================  END CLASSES  ======================*/

