/*# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #	#	#	#
  #																																												#
  #		TEMPLATE	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-		#
  #		[ $tpl ]	site/template/default							#
  #																																												#
  #		IMAGES	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-		#
  #		[ $design ]		../images																					#
  #		[ $default ]	../../default/images															#
  #																																												#
  #		COLORS	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-		#
  #		[ $color['prva'] ]		Array											#
  #		[ $prva ]							#146494																	#
  #		[ $druga ]						#bae82e																#
  #		[ $tretja ]						#bae82e															#
  #																																												#
  #		USE 	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-		#
  #		#146494																			#
  #		#146494				 																			#
  #		#bae82e				 																			#
  #		#bae82e							 															#
  #																																												#
  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #	#	#	#*/

/*# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	#
																																				#
			1.	BODY - [ body ]																								#
																																				#
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	#
	# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #*/


/* 1. FOOT -------------------------------------------------------------------------------*/

.container > .Foot { }

/* Wrapper */
	.container > .Foot > div { }
	
		/* Holders */
			.container > .Foot > div > .Wrp { }


/* 1. LINKS	---------------------------------------------------------------------------------------*/
	 
.footer {
	width: auto;
	height: 20px;
	display: block;
	position: relative;
	
	color: #72a2be;
	font-size: 12px;
	
	border-top: #146494 4px solid;
	background: #000000;
	

}

.footer .wrapper {
	width: 1000px;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	

}
.footer .wrapper a {
	color: #b8d0de;
}
.footer .wrapper a:hover {
	color: #ffffff;
}







