	/******************************************************
	*                                                     *
	*   CSS file - http://www.dobbin.hr/       			  		*
	*   Copyright (c) Dobbin, 2007.               		  	*
	*                                                     *
	******************************************************/
	
	
	/*---- Base ----*/
	
	body
	{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background: #404040 url("../../images/background.gif") fixed repeat-y 50% 0%;
	text-align: center;
	font-size: 62.5%;
	}
	
	html
	{
	font: normal 1.2em Arial, Verdana, sans-serif;
	color: #D8D8D8;
	text-decoration: none;
	}
	
	p
	{
	font: normal 1.1em Arial, Verdana, sans-serif;
	margin: 5px 0px 12px 0px;
	line-height: 140%;
	}
	
	.clear
	{
	clear: both;
	font-size: 0.1em;
	}
	
	a
	{
	outline: none;
	color: #FF6428;
	}
	
	a:hover
	{
	text-decoration: none;
	}
	
	a:visited
	{
	text-decoration: none;
	}
	
	.hide
	{
	display: none;
	}
	
	.show
	{
	display: block;
	}
	
	
	/*---- Layout ----*/
	
	#container
	{
	background-color: #585858;
	margin: 0px auto;
	width: 772px;
	text-align:left;
	}
	
	#header
	{
	background: #404040 url("../../images/header_bg.jpg") no-repeat;
	border-top: 10px #339558 solid;
	height: 148px;
	}
	
	#header #logoSection
	{
	float: left;
	padding: 5px 0px 0px 30px;
	height: 113px;
	}
	
	#header #logoSection h1
	{
	margin-top: 17px;
	width: 244px;
	height: 113px;
	text-indent: -9999px;
	background: url("../../images/spona_logo.gif") no-repeat 0px 0px;
	}
	
	#header a
	{
	color: #5AC783;
	}
	
	#adress
	{
	float: right;
	padding: 35px 45px 0px 0px;
	color: #fff;
	}
	
	#adress span
	{
	font-weight: bold;
	color: #3DB169;
	}
	
	#content
	{
	padding: 10px 30px 20px 30px;
	}
	
	#content span
	{
	font-weight: bold;
	color: #fff;
	}
	
	#content ul
	{
	margin: 10px 0px 10px 0px;
	padding-left: 10px;
	list-style: none;
	line-height: 160%;
	}
	
	#content ul li
	{
	padding-left: 18px;
	background: url("../../images/bullet_list.gif") no-repeat 0px 6px;
	}
	
	h2
	{
	font: bold 1.8em/125% Arial, Verdana, sans-serif;
	color: #FF6428;
	text-transform: uppercase;
	}
	
	h2 span
	{
	font: bold 0.8em Arial, Verdana, sans-serif;
	color: #fff;
	text-transform: uppercase;
	}
	
	h3
	{
	font: bold 1.2em/135% Arial, Verdana, sans-serif;
	padding-bottom: 8px;
	color: #fff;
	text-transform: uppercase;
	width: 700px;
	border-bottom: 1px #6E6E6E solid;
	}
	
	h4
	{
	font: bold 1em/135% Arial, Verdana, sans-serif;
	padding-bottom: 8px;
	color: #fff;
	}
	
	#footer
	{
	height: 45px;
	font: normal 0.85em Arial, Verdana, sans-serif;
	color: #3DB169;
	background-color: #000;
	}
	
	#footer p
	{
	padding-top: 15px;
	text-align: center;
	}
	
	.logo
	{
	border: none;
	}
	
	img.photos
	{
	margin: 15px 15px 15px 0px;
	border: 4px solid #737373;
	}
	
	.banner
	{
	margin: 10px 20px 0px 10px;
	text-align: left;
	border: 0px;
	}
	
	.banner-two
	{
	margin-bottom: 5px;
	text-align: left;
	border: 0px;
	}
	
	.cover
	{
	margin: 5px 20px 12px 0px;
	text-align: left;
	border: 3px solid #d8d8d8;
	float: left;
	}
	
.cover-content
	{
	margin: 5px 10px 12px 0px;
	text-align: left;
	border: 3px solid #d8d8d8;
	}
	
	.cover_small
	{
	border: 3px solid #d8d8d8;
	}
	
	#trackListing
	{
	font: normal 1em/150% Arial, Verdana, sans-serif;
	}
	
	
	
	

