﻿html,body  {
    margin:0;
    padding:0;
    border:0;
}

body {
    background-color:#FF5F00;
    font-family:arial;
    font-size:13px;
    text-align:center;
	vertical-align:top;
}
		
	#page_holder {
		width:999px; 
		min-height:650px; 
		overflow:visible; 
		margin:20px auto 0; 
		/*background:url('../images/border_ver.jpg') repeat;*/
	}
		
		.border_hor {
			/*background:url('../images/border_hor.jpg') repeat-x;*/
			width:999px;
			height:2px;
			margin:0 auto 0 auto;
			font-size:2px;
		}
	
		#page {
			min-height:641px;
			width:995px;
			overflow:visible;
			text-align:left;
			margin:0 2px;
			padding:0 0 5px 0;
		}
/*------------------------------------------------header--------------------------------------------------------------------------*/		
			#header {
				width:987px;
				height:119px;				
				padding:0px 0 0 0px;
			}
			
				#logo {
					width:794px;
					height:180px;					
					background:url('../images/logo.jpg');
					float:left;					
				}
				
				#top_links_holder {
					width:138px;
					height:180px;
					margin:0 0 0 837px;
					padding:34px 0 0 0;
				}
				
					#first_top_link_holder {
							border-top:solid 1px #ffffff;
					}
					
					.top_link_holder {
						width:128px;
						height:25px; 
						line-height:25px;
						vertical-align:middle;
						text-align:left;
						direction:rtl;
						padding:0 0 0 10px;
						border-bottom:solid 1px #ffffff;
					}			

						.top_link {
							font-size:12px;
							font-weight:bold;
							text-decoration:none;
							color:#ffffff;							
						}
					
					#lang_link_holder {
						width:128px;
						height:24px; 
						line-height:24px;
						vertical-align:middle;
						text-align:left;
						direction:rtl;
						padding:0 0 0 10px;
					}
					
						#lang_link {
							color:#ffffff;
						}
/*-----------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------main part-----------------------------------------------------------------*/		
			#main_holder {
				width:985px;
				min-height:456px;
				overflow:visible;
				padding:60px 0 0 10px;
				display:table;
				}
			
				#left_holder {
					width:203px;
					min-height:456px;					
					float:left;
					display:table-column;
					text-align:center;
				}
					
					#event_link	{
						width:136px;
						height:102px;
						display:block;
						float:left;
						background:url('../images/event.jpg');
					}
					
					#map_link {
						width:144px;
						height:102px;
						display:block;
						float:right;
						background:url('../images/map.jpg');
					}
					
					#news_header {
						width:297px;
						height:45px;
						float:right;
						display:block;
						margin:20px 0 0 0;
					}
					
					#news_marquee {
						width:209px;
						height:118px;
						display:block;
						margin:0 44px;
						clear:both;
						direction:rtl;
						text-align:right;
					}
						
						.news_date {
							width:209px;
							font-size:12px;
							font-weight:bold;
							color:#fe1b14;
							direction:ltr;
								
						}
						
						.news_sep {
							display:block;
							padding:0;
							margin:3px 0;
						}
						
						.news_text {
							width:209px;
							text-decoration:none;
							color:#515151;
							margin:0 0 5px 0;
						}
					
				#center_holder {
					width:567px;
					min-height:456px;					
					float:left;
					padding:0 43px 0 12px;
					display:table-column;
					text-align:center;
				}
					
					#main_flash {
						width:567px;
						height:330px;
						float:right;
						margin:0;
						padding:0;
					}
					
					#main_title {
						width:463px;
						padding:20px 5px 0;
						font-size:16px;
						color:#515151;
						text-align:right;
						font-weight:bold;
						float:right;
					}
					
					#main_teaser {
						width:463px;
						padding:5px 5px;
						line-height:12px;
						font-size:13px;
						color:#515151;
						text-align:right;
						font-weight:bold;
						float:right;
						direction:rtl;
						overflow:visible;
						float:right;
					}
				
				#right_holder {
					width:137px;
					min-height:456px;					
					float:left;
					padding-top:14px;
				}
				/*-------------------------------------search form-----------------------------*/
					#search {
						width:135px;
						height:27px;
						border:solid 1px #C54900;
						padding:0;
						margin:0;
					}
					
						#searchTxt {
							width:96px;
							height:18px;
							line-height:18px;
							float:left;
							margin:4px 0 3px 0;
							border:solid 1px #c5c5c5;
							padding:0;
						}
						
						#search_submit {
							width:31px;
							height:16px;
							margin:6px 0 4px 0;
							float:left;
							display:block;
							
						}
				/*-----------------------------------------------------------------------------------*/
				
	#footer {
		margin:0 auto;
		width:985px;
		height:20px;
		text-align:right;
		padding:0 5px;
	}
	
		.footer_link {
			font-size:11px;
			font-weight:bold;
			color:#000;
		}
/*-----------------------------------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------category page--------------------------------------------------------------*/
				#category_holder {
					width:540px;
					min-height:456px;					
					float:left;
					padding:0 70px 0 226px;
					display:table-column;
					text-align:right;
				}
				
					#path {
						width:530px;
						height:20px;
						line-height:20px;
						direction:rtl;
						color:#455459;
						font-size:12px;
						padding:0 5px 0 0;
					}
					
						.path_link {
							color:#455459;
							float:right;
							direction:rtl;
							text-decoration:none;
						}
						
						.path_sep {
							float:right;
						}
					
					.hor_sep {
						border-top:solid 1px #c5c5c5;
						font-size:0px;
						height:0;
						width:100%;
						clear:both;
					}
					
					#cat_teaser {
						padding:5px 5px 5px 0;
						
					}
						
						.teaser {
							font-size:13px;
							direction:rtl;
							color:#272727;
						}
						
					.article_list_item {
						width:530px;
						float:right;
						padding:10px 5px 10px 0;
					}
						
						.image_holder {
							margin:0 0 0 auto;
							width:134px;
							float:right;
							padding:2px 2px 6px 2px;
							border:solid 1px #513e23;
						}
						
						.list_item {
							float:right;
							width:524px;
							direction:rtl;
					
						}
						
						.list_item_image {
							float:right;
							width:378px;
							padding:0 10px 0 0;
							direction:rtl;
							
						}
							
							.title {
								font-size:13px;
								font-weight:bold;
								color:#191718;
								direction:rtl;
								text-decoration:none;
							}
							
							.list_hor_sep {
								border-top:solid 1px #c5c5c5;
								height:0;
								width:100%;
								margin:3px 0;
								font-size:0px;
							}
							
							.read_more {
								direction:rtl;
								font-size:13px;
								font-weight:bold;
								color:#191718;
					background-color: #fff							text-decoration:none;
								float:left;
							}
/*-----------------------------------------------------------------------------------------------------------------------------------*/  

/*------------------------------------------------------article page--------------------------------------------------------------*/
			#art_holder {
				width:700px;
				min-height:456px;					
				float:left;
				padding:0 70px 0 66px;
				display:table-column;
				text-align:right;
			}
			
			#art_holder_short {
				width:540px;
				float:left;
				padding:0 70px 0 0;
				display:table-column;
				text-align:right;
			}
			
				#art_teaser {
					margin:0 0 0 auto;
					width:540px;
					padding:20px 0;
					text-align:right;
					direction:rtl;
				}
				
				.text {
					font-size:13px;
					direction:rtl;
					color:#272727;
					float:right;
				}
			
			#art_left_holder {
				width:168px;
				float:left;
				padding:0 40px 0 18px;
				text-align:center;
				background-color: #fff;
			}
				
				.art_image_holder {
					
					padding:2px 2px 6px 2px;
					border:solid 1px #87795e;
					margin:0 auto 10px auto;
					float:right;
				}
			
				
				#rel_link_holder {
					width:148px;
					padding:10px 20px 0 0;
					text-align:right;
				}
					
					.rel_link {
						text-decoration:none;
						color:#000;
						display:block;
						float:right;
						border-bottom:solid 1px #c5c5c5;
					}
	
	.regularTxt {
		color:#455459;
		font-size:13px;
	}
	
	.contactInput {
		border:solid 1px #c5c5c5;
	}
/*-----------------------------------------------------------------------------------------------------------------------------------*/  