@charset "utf-8";
/* CSS Document */

	* {padding: 0; margin: 0; border:0;} 
	ul { list-style: none; }
		
	body {
		background: #fff url(images/header_tlo.jpg) repeat-x top;
	}
	
	#container {
		margin: 0 auto; width: 760px;
	}
	
	#head {
		position: relative;
		height: 261px;
	}
	
	#head h1 {
		position: absolute;
		width: 760px;
		height: 171px;
		display: block;
		top: 60px;
		text-indent: -9009px;
		background: transparent url('images/header.png') no-repeat 0 0;
	}
	* html #head h1 {
		background: transparent url('images/header_ie6.png') no-repeat 0 0;
	}
	#head p {
		position: absolute;
		width: 760px;
		height: 40px;
		top: 20px;
		display: block;
		text-indent: -9009px;
		background: transparent url('images/header_quote.png') no-repeat 0 0;
	}
	
	* html #head p {
		background: transparent url('images/header_quote_ie6.png') no-repeat 0 0;
	}
	#topinfo {
		background: transparent url('images/content_top.gif') no-repeat 0 0;
	}
	#topinfo ul {
		display: block;
		height: 43px;
		width: 760px;
		padding-top: 32px
	}
	#topinfo li { 
		color: #002463/*4D0C00*/;
		display: block;
		float:left;
		width: 242px;
		padding-left: 40px;
		font: normal normal 18px/100% Lucida Sans Unicode, Times New Roman, Georgia;
		text-transform: uppercase;
	}
	
	#leftcol {
		width: 282px;
		float: left;
		margin-bottom: -60px;
	}
	
	#leftcol ul {
		background-color: #002463;
		color: #FFFFFF;
		padding: 10px 0 15px 10px;
	}
	#leftcol li {
		display:block;
		width: 224px;
		height: 26.5px;
		padding: 7.5px 0 0 35px;
		background: transparent url('images/menu_li.gif') no-repeat 0 0;
		font: normal lighter 16px/100% Times New Roman, Lucida Sans Unicode, Georgia;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	#leftcol li a {
		color: white;
		text-decoration: none;
	}
	
	#leftcol li a:hover {
		color: white;
		text-decoration: underline;
	}

	#notice {
		background: transparent url('images/stalowka.png') no-repeat 0 0;
		font: normal lighter 13px/120% Lucida Sans Unicode, Georgia;
		color: #FFF5E6/*D1C1A7*/;
		padding: 10px 90px 10px 10px;
		height: 161px;
	}
	
	#rightcol {
		margin-left: 284px;
		background-color: #F6F1E9;
		color: #050100;
		padding: 15px 30px 5px;
		/*font: normal normal 13px/130% Verdana, Arial;*/
		font: normal normal 14px/130% Georgia, Arial;
		text-align: justify;
	}
	#rightcol p {
		padding-bottom: 10px;
	}
	
	#rightcol ul 
	{
		list-style-type: circle;
		padding-left: 20px;
		padding-bottom: 10px;
	}
	
	.thmb-1 {
		background: transparent url('images/thumb-1.jpg') no-repeat top right; 
		display: block; 
		width: 140px; 
		height: 79px; 
		border: 8px solid #ffffff; 
		float:left; 
		margin: 0 8px 0 0;
	}
	
	#fcontainer {
		clear:both;
		height: 61px;
		background: transparent url('images/footer_tlo.gif') repeat-x 0 0;
	}
	
	#botinfo{
		margin: 0 auto; width: 760px;
	}
	
	#botinfo ul {
		padding-top: 18px;
	}
	#botinfo li {
		display:block;
		float: left;
		padding: 10px 25px 10px 20px;
		background: transparent url('images/footer_li.gif') no-repeat 0 0;
		font: normal lighter 11px/100% Verdana, Times New Roman, Lucida Sans Unicode, Georgia;
		text-transform: uppercase;
		color: #D1C1A7;
	}

	#botinfo li a {
		color: #D1C1A7;
		text-decoration: none;
	}
	
	#botinfo li a:hover {
		color: white;
		text-decoration: underline;
	}
