@charset "utf-8";

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


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


/*  noga okna */
#index_container_bottom {
	width: 1040px; 
	float:left;}
	

/*  vsebina okna */

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


.index_text{ 
	font-family:Trebuchet MS;
	font-size:14px;
	color:#5e040b;
	line-height:18px;}
	
	.index_text a:link, .index_text a:active, .index_text a:visited { 
		color: #fff; 
		text-decoration:underline; }
	.index_text a:hover {
		color: #fff; 
		text-decoration:none; }		
	
#index_content h1 {
	font-family:Trebuchet MS;
	font-size:14px; 
	font-weight:bold; 
	line-height:18px; 
	text-transform:uppercase; 
	padding:0px 0px 10px 0px; margin:0px;
	color:#fff;
	line-height:18px;}	
	
