/* CSS Document */

/*	Reset browsers default styling
	----------------------------------------------------*/
   
	html, body, div, span, 
	h1, h2, h3, h4, p, 
	a, acronym,
	font, img,
	ul, li,
	fieldset, form, label, legend, button {
		margin: 0; padding: 0;
		border: 0; outline: 0;
		font-size: 100.01%; vertical-align: baseline;
		background: transparent; }   
	ul { list-style: none; }
	blockquote, q { quotes: none; }
	textarea { overflow:auto; }
	
/*	Site styling
	----------------------------------------------------*/
	body {
		font-size:11px; 
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
		color:#40501c;
	}	
	
	a {text-decoration:none; font-size: 11px; color:#40501c}
	a:hover {text-decoration:none; font-size: 11px; color:#40501c}
	
	#main_menu a {color:#4d340a; text-decoration:none}
	#main_menu a:hover {color:#b8945b; text-decoration:none}
	
	#left{ width:40%; background:url(/images/left_top_back.jpg) repeat-x;}
	#center{ width:950px;}
	#right{ width:60%; background:url(/images/right_top_back.jpg) repeat-x;}

	#head_left{ width:306px; height:151px; background:url(/images/turizam_head_left_en.jpg) no-repeat}
	#head_right{ width:644px;height:151px; background:url(/images/turizam_head_right_en.jpg) no-repeat}

 	#top_menu_left{ width:306px; height:50px; background:url(/images/top_menu_back_left.gif) no-repeat}
	#top_menu_right{ width:644px; height:50px; background:url(/images/top_menu_back_right.gif) no-repeat;}

 	#main_left{ width:306px; background:url(/images/main_left_back.gif) repeat-y}
	#left_menu {height:21px; background:url(/images/left_menu_back.jpg) repeat-y; padding-left:140px; vertical-align:middle}
	
	#main_content{ width:644px; padding:15px 10px 0 20px; line-height: 18px}
	
	#title{width:24%; height:35px; background-color:#d7d5ac; font-weight:bold; vertical-align:middle}
	#content{ height:220px; background-color:#f4f2d4;}
	#read_more { height:36px; background-color:#ffeed4;}
	
	#footer{ height:99px; background:url(/images/turizam_footer.gif) no-repeat}

.bold {font-weight:bold;}

.ci { border: 1px solid #e5e1ac; margin: 6px; }
.tips {color:#a3ae44}
.orange {color:#e46703}
.light_green {color:#96986a}
.black {color:#222222}

.pic_note {font-size: 10px; color:#999999}
.t10 {font-size: 10px;}
.t11 {font-size: 11px;}
.t12 {font-size: 12px;}
.t14 {font-size: 14px;}
.t16 {font-size: 16px;}
.t18 {font-size: 18px;}
.u { text-decoration:underline }
