
html {
	background: #fff;
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	width: 100%;
	display: table;
}

a { color: #000;
	text-decoration:underline;
}
a:hover { color: #333;
	text-decoration:none
}

#ty_background_section_top {

	width: 100%;
	height: 158px;
	background: url(images/ty_background_section_top_bg.jpg) repeat-x;

}

.ty_container {

	width: 1010px;
	margin: auto;
	
}

#ty_background_section_mid {
	width: 100%;
	background: #fff;
}

/* Logo Area */
#ty_logo_section {

	width: 600px;
	height: 55px;
	margin: 25px 0 0 0;
	padding: 20px 0 0 25px;
	float:left;	
}

#ty_logo_section h1 {
	font-size: 35px;
	color: #993300;
	margin: 0;
	padding: 0;
	font-weight: normal;
		
}

#ty_logo_section h2{
	
	font-size:16px;
	color: #993300;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
	
}
/* End Of Logo Area*/

/* Search Box*/

#ty_search_box {
	width: 320px;
	height: 70px;
	float: right;
	margin: 30px 16px 0 0;
	display: inline;
}

* html #ty_search_box {
	margin-right: 8px;
}

#ty_search_box img {
	float: right;
	margin: 0 -7px 0 0;
}

* html  #ty_search_box img {
	margin: 0 -5px 0 0;
}

#ty_search_box form {
	margin: 10px 0 0 0;
	float: right;
	width: 325px;
	display: inline;

}

#textfield{
	width: 230px;
	float: left;
	height: 16px;
	background:  url(images/ty_search_input.jpg);
	border: none;
	color: #333;
	margin: 0;
	padding:  5px 5px;

}

#button{
	
	border: none;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	white-space: pre;
	width: 70px;
	height: 26px;
	color: #999;
	background: url(images/ty_search_button.jpg) no-repeat; 
	
	margin: 0 0 0 5px;
	padding: 0;

}

/* End Of Search Box*/

/* Menu Section */

 #ty_menu_section{
	width: 1010px;
	height: 38px;
	float: left;	
	margin: 21px 0 0 0;
	padding: 0;

}

#ty_menu_section ul {
	float: left;
	width: 950px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#ty_menu_section ul li{
	display: inline;
}

#ty_menu_section ul li a{
	float: left;
	width: auto;
	padding-right:0px;
	padding-left:0px;
	padding-top: 8px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#ty_menu_section ul li a span.left{
	
	display: block;
	height: 26px;
	padding-left:10px;
	padding-right:10px;

}

#ty_menu_section li a:hover, #ty_menu_section li .current{
	height: 26px;
	background: url(images/ty_menu_current_bg_right.jpg) right no-repeat;
}


#ty_menu_section li .current  span.left, #ty_menu_section li a:hover span.left {
	
	background: url(images/ty_menu_current_bg_left.jpg) left no-repeat;
	background-position: 0px;
	height: 26px;
	padding-top: 8px;
	margin-top: -8px;

}
/* End Of Menu */


#ty_content_area{	
	margin: 1px 0 0 0;
}
/* Left Section*/


#ty_left_section {
	float: left;
	width: 470px;
	margin: 0;
	padding:0;
}


.ty_left_section_box {
	width: 470px;
	margin: 0 0 15px 0;
	
}
.ty_left_section_box_top {

	width: 453px;
	height: 28px;
	background: url(images/ty_section_box_top.jpg) repeat-x;
	border: 1px solid #E7DBC1;
	padding: 10px 0 0 15px;
	color: #963;
	font-size: 16px;
	font-weight: bold;
	
}

.ty_left_section_box_body {

	width: 468px;
	padding: 10px 1px 0 1px;

}
.ty_left_section_box_body p{

	text-align: justify;
	color: #000;
	font-size: 14px;
	margin: 0 0 10px 0;

}

.ty_left_section_box_body img{
	float: left;
	display:inline;
	margin-bottom: 10px;
	margin-right: 13px;
	border:none;

}

span.post{
	margin: 0 25px 0 0;
	color: #900;
	font-size: 11px;
	
}

span.post a{
	color: #900;
	text-decoration: underline;
	
}

span.post a:hover{
	color: #900;
	text-decoration: none;
}

.cleaner_with_height {
	clear:both;
	height: 1px;
}

.cleaner {
	clear:both;
}


/* Middle Section */
#ty_middle_section {
	width: 190px;
	float: left;
	margin: 0 0 0 10px;
}

.ty_middle_section_box {
	width: 168px;
	background: url(images/ty_middle_section_box_bg.jpg) repeat-y;
	border: 1px solid #C2C0B1;
	margin: 0 0 15px 0 ;
	padding: 10px 0 10px 20px;
	
}

.ty_middle_section_box h3{

	color: #963;
	font-size: 15px;
	text-decoration: underline;
	margin: 0 0 8px 0;
	padding: 0;

	
}

.ty_middle_section_box ul {

	list-style: none;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
		
}

.ty_middle_section_box ul li{

	margin-bottom: 3px;

}

.ty_middle_section_box ul li a {
	
	color: #333;
	text-decoration: underline;
		
}

.ty_middle_section_box ul li a:hover {
	
	color: #333;
	text-decoration: none;
		
}



/* Right Section */

#ty_right_section {
	width: 330px;
	float: right;
	margin: 0 0 0 0;
}

* html #ty_right_section {
	margin: 0 5px 0 0;
}
.ty_right_section_box {
	width: 298px;
	background: url(images/ty_right_section_box_bg.jpg) repeat-y;
	border: 1px solid #C2C0B1;
	margin: 0 0 15px 0 ;
	padding: 10px 10px 10px 20px;
	
}

.ty_right_section_box h3{

	color: #963;
	font-size: 15px;
	text-decoration: underline;
	margin: 0 0 8px 0;
	padding: 0;

	
}


.ty_right_section_box h2{

	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 0;

	
}

.ty_right_section_box h2 a{

	text-decoration: none;

	
}

.ty_right_section_box h2 a:hover{

	text-decoration: underline;

	
}

.ty_right_section_box p{

	color: #000;
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: justify;

	
}

.ty_right_section_box .last{

	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: justify;

	
}

.ty_right_section_box .gallery {
	margin: 0 0 0 5px;
}

.ty_right_section_box .gallery img{
	margin: 5px 5px 0 0;
}

.ty_right_section_box img{

	margin: 5px 0 5px 0;
	
	
}

#ty_footer {

	height: 30px;
	background: url(images/ty_footer_bg.jpg) repeat-x;
	color: #000;
	padding: 20px 0 0 0;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	
}
.navigacija {
	color:#777;
	margin:2px;
}
.navigacija a {
	text-decoration:underline;
	color:#777;
}
.navigacija a:hover {
	text-decoration:none;
}
.lista {
	font-size:14px; 
	line-height:24px; 
	border-left:1px solid #C60;
	padding-left:3px;
}
.blanko {
	height:24px;
}

.blanko span {
	background-color:#c67d21;
	font-size:16px;
	margin:1px;
	padding:1px;
	color:#FFF;
	width:20px; height:20px; text-align:center;
	display:block; float:left; font-weight:bold;
	text-shadow: 1px 1px 2px #ccc;
	border:1px solid;
	border-color:#CCC #333 #333 #CCC;
	text-transform:uppercase;
}
.azbuka img {
	padding:0; margin:0; border:0; float:none;
}