/*----- TAGS -----*/
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	color: #a1a1a1;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/*----- UNIQUE -----*/
#body {
	/*LTR: top right bottom left*/
	/*RTL: top left bottom right*/
	margin: 0px auto 0px auto;
	width: 860px;
	direction: rtl;
}

#header {
	height: 223px;
}

.content-fa, #news-list-fa {
	width: 50%;
	padding: 50px;
	padding-left: 20px;
	vertical-align: top;
	line-height: 170%;
	font-family: Tahoma;
	font-size: 11px;
	direction: rtl;
	text-align: justify;
	color: #000;
}

#news-list-fa ul {
	margin: 0px;
}

#news-record-fa {
	padding: 50px;
	vertical-align: top;
	line-height: 170%;
	font-family: Tahoma;
	font-size: 11px;
	direction: rtl;
	text-align: justify;
	color: #000;
}

.content-en, #news-list-en {
	width: 50%;
	padding: 50px;
	padding-right: 20px;
	vertical-align: top;
	line-height: 170%;
	font-family: Georgia;
	font-size: 11px;
	direction: ltr;
	text-align: justify;
	color: #000;
}

#news-list-en ul {
	margin: 0px;
}

#news-record-en {
	padding: 50px;
	vertical-align: top;
	line-height: 170%;
	font-family: Georgia;
	font-size: 11px;
	direction: ltr;
	text-align: justify;
	color: #000;
}

#photo-video {
	margin: 50px;
	width: auto;
	text-align: center;
	direction: ltr;
}

#footer {
	padding-bottom: 20px;
}

#copyright {
	direction: ltr;
	text-align: right;
	font-family: Georgia;
	font-size: 11px;
	color: #999;
}

#copyright a {
	color: #000;
	text-decoration: none;
}

#copyright a:hover {
	color: #999;
	text-decoration: none;
}

#menu-bottom {
	padding-left: 50px;
	width: 100px;
	direction: ltr;
}

#menu-bottom .item {
	padding: 0px 13px 0px 13px;
}

#menu-bottom .spacer {
	background: #c9595c;
}

/*----- MENU -----*/
.menu-item-top {
	vertical-align: bottom;
	padding-top: 9px;
}

/*----- CONTACTS -----*/
.contacts-title-fa {
	width: 125px;
	text-align: left;
	vertical-align: top;
}

.contacts-value-fa {
	text-align: justify;
	vertical-align: top;
}

.contacts-input-fa {
	width: 255px;
	height: 16px;
	border: 1px solid #ccc;
	font-family: Tahoma;
	font-size: 11px;
	color: #505050;
}

.contacts-textarea-fa {
	width: 255px;
	height: 150px;
	border: 1px solid #ccc;
	font-family: Tahoma;
	font-size: 11px;
	color: #505050;
}

.contacts-button-fa {
	width: 70px;
	border: 1px solid #ccc;
	font-family: Tahoma;
	font-size: 11px;
	color: #505050;
	background: #fafafa;
	padding-bottom: 2px;
}

.contacts-title-en {
	width: 125px;
	text-align: right;
	vertical-align: top;
}

.contacts-value-en {
	text-align: justify;
	vertical-align: top;
}

.contacts-input-en {
	width: 255px;
	height: 16px;
	border: 1px solid #ccc;
	font-family: Georgia;
	font-size: 11px;
	color: #505050;
}

.contacts-textarea-en {
	width: 255px;
	height: 150px;
	border: 1px solid #ccc;
	font-family: Georgia;
	font-size: 11px;
	color: #505050;
}

.contacts-button-en {
	width: 70px;
	border: 1px solid #ccc;
	font-family: Georgia;
	font-size: 11px;
	color: #505050;
	background: #fafafa;
	padding-top: 2px;
}

/*----- PUBLIC -----*/
.required {
	color: #c30000;
}

.content-title {
	font-weight: 600;
}

.photo-video-frame {
	border: 1px solid #666;
}

