@charset "utf-8";

/*  glavno okno */
#pombar_container { 
	width:1040px; 
	float:left;}


/*  glava okna */	
#pombar_container_top {
	width: 1040px; height:auto;
	background:url(/images/pombar-bg-h.gif) repeat-y; 
	float:left;}
	
	#pombar_container_top .left { 
		width:80px; 
		float:left;}
		
	#pombar_container_top .center {
		width:879px; 
		float:left;}
		
	#pombar_container_top .right { 
		width:80px; 
		float:left;}

	.text table { margin:0; padding:0;}
	.text table tbody {}
	.text table tbody tr {  }
	.text table tbody tr td { margin:4px; }
	.text table tbody tr td.izdelek {border:1px solid #F0930E; margin: 4px 4px -4px 4px; }
	.text table tbody tr td.opis { margin:-4px 4px 4px 4px; padding:8px; }
		

/*  noga okna */
#pombar_container_bottom {
	width: 1040px; 
	float:left;}
	
	#pombar_container_bottom .left{ 
		width:80px; 
		height:60px; 
		background:url(/images/pombar-corner-l.gif) no-repeat; 
		float:left;}	
	
	#pombar_container_bottom .center {
		width:879px; 
		height:60px; 
		background:url(/images/pombar-bg-noga.gif) repeat-x; 
		float:left;}
	
	#pombar_container_bottom .right {
		width:80px; 
		height:60px; 
		background:url(/images/pombar-corner-r.gif) no-repeat; 
		float:left;}
	

/*  vsebina okna */

#pombar_content { 
	width:879px; 
	float:left;}
	
	/*  navigacija blagovne znamke */
	#pombar_content .left	{ 
		width:190px; 
		background:url(/images/pombar-bg-l.png) no-repeat top left; 
		height:438px; 
		float:left;}
				
		#pombar_content .navigacija { 
			width:160px; 
			padding-top:180px;
			float:left;}
	
	/*  besedilo blagovne znamke */
	#pombar_content .center { 
		width:500px; 
		float:left;}
		
		#pombar_content .image { 
			width:500px;
			float:left; 
			height:249px;}	
			
		#pombar_content .text { 
			width:500px; padding:0px; margin:0px;
			background:url(/images/pombar-bg-text.png) no-repeat top left;  
			float:left;}
	
	/*  videi in nagrade blagovne znamke */
	#pombar_content .right {
		background:url(/images/pombar-bg-r.png) no-repeat top left;  
		width:189px; height:438px; 
		float:left;}
		
		#pombar_content .flash_box_video { 
			border:1px solid #fff;
			float:right;}
		
		#pombar_content .flash_box_opis {
			float:left; 
			width:169px; 
			padding:0px 0px 0px 20px;
			height:50px;}
				
		#pombar_content .flash_link { 
		 	background:url(/images/box-bg.png) repeat-x; 
			height:29px; padding-top:3px; 
			width:143px;
			float:left;}
		
		#pombar_content .flash_arrow { 
			background:url(/images/box-arrow.png) no-repeat; 
			width:21px; 
			height:29px; 
			float:right;}
	
	
/*  tipografija */	


/*  navigacija blagovne znamke */
.pombar_nav ul {margin:0; padding:0; list-style-type:none;}
.pombar_nav ul.navigation_sub li ul li {margin:0; padding:0; list-style-type:none;}
.pombar_nav { 
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold; 
	color:#800912;
	text-transform:uppercase; 
	line-height:18px; 
	padding:0px 0px 0px 30px;}
	
	.pombar_nav a:link, .pombar_nav a:active, .pombar_nav a:visited { 
		color: #800912; 
		text-decoration:none; }
	.pombar_nav a:hover {
		color: #F0930E; 
		text-decoration:none; }		
	
.pombar_text{ 
	font-family:Trebuchet MS;
	font-size:14px;
	color:#5e040b;
	line-height:18px;}
	
	.pombar_text a:link, .pombar_text a:active, .pombar_text a:visited { 
		color: #fff; 
		text-decoration:underline; }
	.pombar_text a:hover {
		color: #fff; 
		text-decoration:none; }		
	
#pombar_content h1 {
	font-family:Trebuchet MS;
	font-size:14px; 
	font-weight:bold; 
	font-style:italic; 
	line-height:18px; 
	text-transform:uppercase; 
	padding:15px 0px 10px 0px;
	color:#f0930e;
	line-height:18px;}	
	
