* {margin:0;padding:0;border:0;border:none;outline:none}
html {
	height: 100%;
	height: 100%;
}

body {
	background: url('../img/bg.jpg') repeat-x left top #292929;
	color:#757575;
	font:62.5% Tahoma, Arial, Helvetica, sans-serif;
	min-width:960px;
	text-align:center;
}

a {
	color:#5F0000;
}
a:hover {
	color:#000;
	text-decoration:none;
}

.input input {
	border:1px solid #ccc;
	margin:0.5em;
	padding:2px;
}
.submit input {
	background:#5F0000;
	border:1px solid #ccc;
	color:#fff;
	cursor:pointer;
	padding:2px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#wrapper {
	background: url('../img/bg.jpg') repeat-x left top #333;
	position:relative;
	z-index:10;
}
	#container {
		background: url('../img/bg.jpg') repeat-x left top #333;
		margin:0 auto;
		overflow:hidden;
		padding-bottom:30px;
		position:relative;
		text-align:left;
		width:960px;
		z-index:10;
	}
#footer {
	background: url('../img/footer.jpg') repeat-x left top;
	border-top: 1px solid #404040;
	min-height:100px;
	padding-bottom:30px;
	position:relative;
	z-index:1;
	width:100%;
}
#foot {
	color:#5a5a5a;
	font-size: 1.1em;
	line-height:1.4em;
	margin:0 auto;
	padding-top:0.5em;
	position:relative;
	text-align:left;
	width:960px;
}
	#foot .important,
	#foot a {color:#757575}
	
#header {
	height:173px;
	overflow:hidden;
	position:relative;
	width:100%;
}
#content {
	float:left;
	overflow:hidden;
	width:700px;
}
	#content .inner {
		background: url('../img/content.jpg') repeat-x left top #fff;
		border-top:1px solid #eaeaea;
		border-left:1px solid #d7d7d7;
		border-bottom:1px solid #777;
		border-right:1px solid #d8d8d8;
		float:left;
		font-size: 1.1em;
		line-height:1.6em;
		color:#292929;
		overflow:hidden;
		padding:30px;
		width:640px;
	}
	#content .inner ul {
		margin:1em;
		padding:1em;
	}
	#content .inner ul li {
		list-style-image:url('../img/bullet.gif');
	}
	#content .inner ul li ul li{
		list-style-image:url('../img/bullet2.gif');
	}
	#content .inner p {
		margin-bottom:1em;
	}
	#content .inner img {
		border:1px solid #ccc;
		padding:2px;
	}
	#content .inner h2 {
		border-left:10px solid #444;
		font-size:1.6em;
		font-weight:bold;
		margin-bottom:1em;
		padding-left:0.5em;
		text-transform:uppercase;
	}
	#content .inner h3 {
		padding-bottom:1em;
	}

#sidebar {
	background: url('../img/sidebar.jpg') no-repeat center top;
	float:left;
	margin-top:-173px;
	padding-bottom:60px;
	width:260px;
}
	#sidebar .inner {
		padding:270px 0 0 30px;
	}
	
	#sidebar blockquote {
		background: url('../img/blockquote.gif') no-repeat left top;
		color:#d7d7d7;
		font-size:1.2em;
		font-style:italic;
		letter-spacing:-0.03em;
		line-height:2.4em;
		padding-top:15px;
		text-align:right;
	}
	
	#sidebar .info {
		padding:30px 0 0 0;
		text-align:center;
	}
	
	#newsletter {
		background: url('../img/newsletter.jpg') no-repeat left bottom;
		font-size:1.1em;
		height:66px;
		position:absolute;
		bottom:0px;
		right:-30px;
		width:260px;
		z-index:20;
	}
		#newsletter label {
			background: url('../img/newsletter.jpg') no-repeat left top;
			height:30px;
			display:block;
			text-indent:-9999px;
			outline:none;
		}
		#newsletter div {
			float:left;
			padding-top:-20px
			}
		#newsletter .submit input ,
		#newsletter .input input {
			background:none;
			border:none;
			color:#5a5a5a;
			padding:3px;
			
		}

		#newsletter .input input {
			background:#1f1f1f;
			border:1px solid #333;
			color:#555;
			margin-left:13px;
			margin-right:5px;
			margin-top:3px;
			width: 160px;
		}
		#newsletter .input input:focus {
			background:#333;
			color:#ccc;
		}

	.langNav {
		font-size:1.1em;
		position:absolute;
		right:260px;
		top:10px;
	}
	.langNav a {
		color:#fff;
		padding-left:5px;
		padding-right:20px;
		text-decoration:none;
	}
	.langNav a.en {background: url('../img/flags/gb.png') no-repeat right center;}
	.langNav a.pl {background: url('../img/flags/pl.png') no-repeat right center;}
	.langNav a.ru {background: url('../img/flags/ru.png') no-repeat right center;}
	
	.langNav li {display:inline;}
	
	.langNav,
	.nav,
	.nav ul {margin:0;padding:0}

	.nav li 	{
		float:left;
		list-style:none;
	}


	.nav {
		right:260px;
		height:30px;
		position:absolute;
		top:80px;
		bottom:30px;
	}
	
	
	
	.nav a {
		background: url('../img/menu.jpg') repeat-x left center;
		border-left:1px solid #1e1e1e;
		border-right:1px solid #1e1e1e;
		margin-left:-1px;
		color:#c2c0c0;
		display:block;
		float:left;
		font:1.1em Arial, Helvetica, sans-serif;
		padding:8px;
		text-decoration:none;
	}
	
	a.active ,
	a.parent  ,
	a.ancestor {color:#94101e;}
	
	.nav a:hover  {
		background:#333333;
		color:#fff;
	}
	
	.nav ul {
		position:absolute;
		right:0;
		top:31px;
		display:block;
		width:700px;
	} 
	.nav ul li{float:right}
	.nav ul a {background-image:none;}
		
	.nav ul.sub {display:none;}
	
	.nav .active .sub,
	.nav .parent .sub {display:block}
		
	
	#contactForm  .textfields{
		float:left;
		width:293px;
	}
	#contactForm  .input {
		padding-bottom:10px;
	} 
	#contactForm  label {
		color:#666;
		display:block;
	}
	#contactForm a {
		text-decoration:underline;
	}
	#contactForm  input ,
	#contactForm  select,
	#contactForm  textarea {
		background:#222;
		border:1px solid #333;
		color:#777;
		font:1.6em monospace;
		padding:1px;
		width:250px;
	}
	#contactForm  .submit input  {
		cursor:pointer;
		width:75px;
	}
	#contactForm  .submit input:hover  {
		background-color:#5F0000;
		border-color:#3F0000;
		color:#1F0000;
	}
		
/* Paging */
div.paging {
	color: #ccc;
	clear:left;
	margin-bottom: 2em;
	text-align:center;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}	

/* Messages */
#sessionFlash,
.error-message {color:#5F0000}

/* Uploaded images */
.alignLeft {
	float:left;
	margin-right: 1em;
}
.alignRight {
	float:right;
	margin-left: 1em;
}