/* CSS Document */

html {
	height: 100%;
	margin: 0px;
}

body {
	margin: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	background: #F6EED7;
	border:0px solid #000000;
}

table {
	direction:rtl;
}

td {
	text-align: right;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans Serif;
	letter-spacing:0.08em;
}

a:focus {
	outline:none;
}

table.main_border {
	border:0px solid #B9CECF;
	height:553px;
	vertical-align:top;
}

.header {
	width: 1003px;
	height: 156px;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
}

/*=================== NAVBAR ===================*/

.navbar {
	width: 1003px;
	height: 44px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat:no-repeat;
}

.nav_links {
	width: 67px;
	padding: 0px 5px 0px 0px;
	vertical-align:middle;
	text-align:center;
	height: 44px !important;
	/*line-height: 18px !important;
  	line-height: 12px;*/
	border:0px solid #B9CECF;
	letter-spacing:0em;
}

.nav_links_on {
	width: 67px;
	padding: 0px 5px 0px 0px;
	vertical-align:middle;
	text-align:center;
	height: 44px !important;
	/*line-height: 18px !important;
  	line-height: 12px;*/
	border:0px solid #B9CECF;
	letter-spacing:0em;
	color: #80A2AB;
	font-weight: bold;
	font-size: 14px;
}

a.nav:link, a.nav:visited {
	color: #880201; 
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

a.nav:hover {
	color: #80A2AB;	
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

/*=================== MAIN BODY ==================*/

.main_body {
	width: 1003px;
	height: 310px;
	background-image: url(../images/body_bg.jpg);
	background-repeat:no-repeat;
}

.main_body2 {
	width: 1003px;
	height: 310px;
	background-image: url(../images/body_bg2.jpg);
	background-repeat:no-repeat;
}

/*===== RIGHT =====*/
.right {
	width:50%;
	height:310px;
	vertical-align:top;
	text-align:left;
	border: 0px solid #000000;
	padding: 0px 0px 0px 0px;
}

table.right_text_box {
	width:100px;
	margin-top:80px;
	/*margin-left:38px;*/
	/*vertical-align:middle;*/
	text-align:left;
	border: 0px solid #000000;
	padding: 0px 0px 0px 0px;
}

.titles {
	font-weight:bold;
	color:#880201;
	height:20px;
}

.lang_list {
	font-weight:bold;
	text-align:right;
	height:20px;
}
/*===== LEFT =====*/
.left {
	width:50%;
	height:310px;
	vertical-align:top;
	text-align:left;
	border: 0px solid #000000;
	padding: 0px 0px 0px 0px;
}

.footer {
	width: 1003px;
	height: 43px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

.listext_bullets {
	color: #880201;
	font-size: 14px;
	font-weight: bold;
}

a.mail:link, a.mail:visited {
	color: #880201; 
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}

a.mail:hover {
	color: #80A2AB;	
	text-decoration: underline;
	font-weight: normal;
	font-size: 13px;
}

a.regular:link, a.regular:visited {
	color: #880201; 
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}

a.regular:hover {
	color: #80A2AB;	
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}

.credits_right {
	width:50%;
	height:27px;
	text-align:right;
	font-size:11px;
	direction:ltr;
	color: #697374;
	padding-right:20px;
}

.credits_left {
	width:50%;
	text-align:left;
	font-size:11px;
	direction:ltr;
	color: #697374;
	padding-left:20px; 
	height:27px;
}

a.credit:link, a.credit:visited {
	color: #697374; 
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a.credit:hover {
	color: #697374;	
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}






