@CHARSET "UTF-8";

/* ====================================================================
   (c) Ansta '2007 | All rights reserved. | wwww.ansta.pl
   ====================================================================*/
   

* {margin: 0; padding: 0;}
ul {list-style-type: none;}

b {font-weight: normal;}
a img {border: none;}
table {border-collapse: collapse; }
p {text-align: justify; padding: 5px 0px; text-indent: 0;}

a { text-decoration: none; color: #00B5BD; font-weight: bold; font-size: 90%;}
a:hover {text-decoration: none;}

input,textarea {border: 1px solid #3F3F3F;}
a img {border: none}

body
{
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #fff;
	background: #2E2A2B;
}

#page-container
{
	width: 684px;
	margin: 10px auto;
	background: #112D42;
	border: 2px solid #fff;
}
	#page-top 
	{
		height: 270px;
		background: url(../images/page-banner.jpeg) no-repeat;
	}
		#page-banner
		{	
			position: relative;
			top: 20px;
			left: 30px;
			z-index: 100;
			width: 246px;
			height: 100px;
		}
		
		#search {float: left;margin: 30px 0 0 30px; width: 200px; font-weight: bold; font-size: 13px;}
		#search input,select {margin: 5px 0; border: 1px solid #3F3F3F;}
		#search input.sb {background: #274452; color: #fff;}
		#search select {width: 200px;}
		* html #search {margin: 30px 0 0 10px;}
		#page-nav
		{
			position: relative;
			top: -62px;
			left: 242px;
			z-index: 0;
			width: 444px;
			height: 235px;
		}
			* html #page-nav {}
			#page-nav ul {float: left;padding-top: 50px; margin-left: -180px; }
			* html #page-nav ul {z-index: 100; padding-left: 20px; position: relative;}
			* html #page-nav li {height: 20px;}
			#page-nav li a
			{
				display: block;
				padding: 2px 0 2px 10px;
				color: #fff;
				font-size: 12px;
			}
			#page-nav li a:hover
			{
				color: #FF8913;
			}
			
	#page-content
	{
		border-top: 2px solid #fff;
		clear: both;
		position: relative;
		top: -18px;
	}
		* html #page-content {position: relative; margin-top: -67px;}
		#page-sidebar
		{
			float: left;
			width: 212px;
		}
		#page-body
		{
			float: left;
			min-height: 300px;
			height: 300px;
			width: 443px;
			padding: 0 10px 10px 15px;
			border-right: 4px solid #fff;
		}
		div[id] #page-body {height: auto;}
	#page-footer
	{
		clear: both;
		height: 30px;
		border-top: 2px solid #EEE;
		text-align: center;
	}
#page-powered {color: #ccc;margin-top: -5px; font-size: 90%; text-align: center;}
#page-powered a {color: #ccc;}



#page-sidebar .header {height: 60px; padding: 11px 0 0 45px; background: url(../images/header2.gif) no-repeat; font-weight: bold; font-size: 12px;}
#page-sidebar ul {margin: 0 10px; }


#page-body .header {height: 60px; margin: 0px -10px 0 -15px; padding: 13px 0 0 45px; background: url(../images/header.jpeg) no-repeat; font-weight: bold; font-size: 12px;}
#page-body ul {margin-left: 40px; list-style-type: square;}
#page-body td {border: 1px solid #666;}
	
.contact 
{
}
	.contact fieldset 
	{
		padding: 0 10px;
		border: none;
		border-top: 1px solid #4F779F;
	}
	.contact legend 
	{
		padding: 0 10px;
		font-weight: bold;
		color: #4F779F;
	}
	.contact p 
	{
		clear: left;
	}
	.contact label 
	{
		float: left;
		margin-right: 0.5em;
		padding: 3px 0;
		width: 150px;
		text-align: right;
	}
	.contact input 
	{
		float: left;
		margin: 3px 0;
		width: 250px;
		border: 1px solid #4F779F;
	}
	.contact textarea
	{
		float: left;
		width: 260px;
		height: 200px;
		border: 1px solid #4F779F;
	}
	.contact .sb 
	{
		display: block;
		margin-left: 140px;
		border: 1px dotted #4F779F;
		background: none;
		color: #4F779F;
		font-weight: bold;
		font-size: 110%;
	}
	* html .contact .sb {margin-left: 40px;}
	.contact .messages {padding: 5px; margin: 10px 30px; font-weight: bold; background: #FFFBCF; border: 1px solid #EFE9A4;}
	.contact .error {padding-left: 60px; color: #ff0000;}
	.contact .success {padding-left: 90px; color: #44DF29; font-weight: bold; font-size: 120%;}

	.contact address
	{
		font-style: normal;
		line-height: 1.4em;
		padding-left: 30px;
	}
	
.tbl-list {width: 100%;}
.tbl-list td {border: 1px solid #ccc;}





