/*	-------------------------------------------------------------
Table of Contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
/*
	
	1. Body
	2. Facielities
	3. Links / Menu
	4. Colors
	5. Layout




*/

@import url(reset.css);


/*	-------------------------------------------------------------
1. =BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	margin:0;
	padding:0;
	background: #f5f5f5 url(../img/bg.jpg) 0 0 repeat-x;

}

body {
	position: relative; top:-16px;
	margin: 0;
	padding: 0;
    font-family: "Arial", "Tahoma", sans-serif; 
	font-size: 12px;
	color: #141414;
	text-align: left;
	background: url(../img/bg-pict.jpg) 50% 0 no-repeat;
}


/* = 2. Facielities
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.clear {
	clear:both;
}

.left {
	float:left:
}

.right: {
	float:right;
}

.hide {
	display:none;
}


/* = Links / Menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


a {

}

a:hover {
}

a:active {
}




/* = Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#wrapper {
	padding: 0;
	width: 980px;
	margin: 0 auto;
	min-height: 400px;
	height: auto;
	background: url(../img/bg-pict-wrap.jpg) 0 0 no-repeat;
}

	/* for IE*/
	/*\*/
	* html #wrapper {
		height: 400px;
	}
	/**/


.inner {
	width: 915px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}


#container {
	width: 915px;
	text-align: left;
	margin: 0;
	padding: 0;
}

#container .sidebar {
	float:left;
	width: 269px;
}

#container .content {
	float:right;
	width: 618px;
	padding: 0 0 0 28px;
}



/* = Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



#footer {
	margin-top:15px;
	font-size: 11px;
	color: #afafaf;
	width: 100%;
	height: 150px;
	background:#fafafa url(../img/bg-footer.gif) 0 0 repeat-x;
}

#footer .wrap {
	position: relative;
	top:13px;
	width: 935px;
	height: 100px;
	margin: 0 auto;
	padding:10px 0 0 0;
	background: url(../img/bg-footer-wrap.jpg) 0 0 no-repeat;
}

#footer span {
	position: relative;
	margin-left: 380px;
	
}

a.n-link {
	font-weight: bold;
	color:#35498b;
	text-decoration: none;
}

a.c-link {
	font-weight: bold;
	color:#7d7d7d;
	text-decoration: none;
}

a.n-link:hover, a.c-link:hover {
	border-bottom: 1px dotted #7d7d7d;
}


/* = Logo
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#logo {
	border: 0 none;
	overflow: hidden;
	display: block;
	width: 161px;
	height: 52px;
	position: absolute;
	z-index: 2;
	background:transparent url(../img/logo.png) 0 0 no-repeat;
	text-indent: -9999em;
	top:60px;
	left: 93px;

}

#slogan {
	border: 0 none;
	overflow: hidden;
	display: block;
	width: 360px;
	height: 75px;
	background: url(../img/slogan.png) 0 0 no-repeat;
	z-index: 2;
	position: absolute;
	top:130px;
	left: 20px;
	text-indent: -9999em;
}

#slogan-en {
	border: 0 none;
	overflow: hidden;
	display: block;
	width: 360px;
	height: 75px;
	background: url(../img/slogan-en.png) 0 0 no-repeat;
	z-index: 2;
	position: absolute;
	top:130px;
	left: 20px;
	text-indent: -9999em;
}

/* = Picture
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#picture-main {
	width: 585px;
	height: 268px;
	background: url(../img/ceramic-top.jpg) 0 0 no-repeat;
	text-indent: -9999em;
	position: absolute;
	top:100px;
	right: 0;
}


/* = Icons
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#icons {
	margin:0;
	padding: 0;
	position:absolute;
	top:40px;
	right: 20px;
	z-index: 10;
	width: 230px;
}

#icons li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding:0 15px 0 0px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

#icons li a {
	text-indent: -9999em;
	display: block;
	height: 44px;

}

#icon-1 {
	overflow: hidden;
	width: 33px;
	background: url(../img/icon-1.png) 0 0 no-repeat;
}

#icon-2 {
	width: 46px;
	background: url(../img/icon-2.png) 0 0 no-repeat;
}

#icon-3 {
	width: 55px;
	background: url(../img/icon-3.png) 0 0 no-repeat;
}

#icon-4 {
	width: 27px;
	background: url(../img/icon-4.png) 0 0 no-repeat;
}

#icon-5 {
	width: 45px;
	background: url(../img/icon-5.png) 0 0 no-repeat;
}

#icon-6 {
	width: 55px;
	background: url(../img/icon-6.png) 0 0 no-repeat;
}

#icon-1:hover, #icon-2:hover, #icon-3:hover, #icon-4:hover, #icon-5:hover, #icon-6:hover {
	background-position: 0 -44px;
}





/* = Language 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#language {
	padding: 315px 0 10px 0;
	position: relative;
	left: 0px;
}

#language .lang-en {
	width: 65px;
	height: 21px;
	background: url(../img/lang-1.gif) 0 0 no-repeat;
	text-indent: -9999em;
}

#language .lang-pl {
	width: 42px;
	height: 21px;
	background: url(../img/lang-2.gif) 0 0 no-repeat;
	text-indent: -9999em;
}

#lang-list {
	margin:0;
	padding: 0;
	position: relative;
	top:-24px;
	left: 80px;
}

#lang-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding:0 5px 0 0px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

#lang-list li a { 
	display: block;
	text-indent: -9999em;
	height:24px;
	width: 88px;
}

#lang-list li a:hover {
	background-position: 0 -24px;
}

.polish-lang {
	background: url(../img/lang-polish.gif) 0 0 no-repeat;
}

.english-lang {
	background: url(../img/lang-english.gif) 0 0 no-repeat;
}


/* = Colors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/* = Menu-left
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#main {
	width: 269px;
	text-align: left;
	padding: 0;
	margin: 0;
}

#main .top-menu {
	width: 269px;
	height: 17px;
	background: url(../img/bg-menu-top.gif) 0 0 no-repeat;
}

#main .main-menu {
	width: 268px;
	min-height:231px;
	height: auto;
	border-right: 1px solid #cfcfce;
	border-bottom: 1px solid #eeeeee;
	background: url(../img/bg-menu.gif) 0 0 repeat-x;
}


	/* for IE*/
	/*\*/
	* html .main-menu {
		height: 231px;
	}
	/**/



ul.list-out {
	margin: 0;
	padding: 0;
}

ul.list-out li {
	list-style-type: none;
	width: 268px;
	margin: 0px 0 1px 0;
	border-bottom: 1px solid #e5e5e5;
}

ul.list-out li a {
	display:block;
	font-size: 18px;
	color: #253e9b;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px #ffffff;
	letter-spacing: -1px;
	padding: 0px 0 0px 15px;
	line-height: 43px;
}

ul.list-out li a:hover {
	background: url(../img/bg-menu-li.gif) 0 0 repeat-x;
	color:#fff;
	text-shadow: 1px 1px #101c46;
}

.list-out ul {
	padding: 0;
	margin: 0;
}

.list-out ul li {
	border-bottom: 1px solid #e5e5e5;
}

.list-out ul li a {
	display: block;
	font-size: 12px;
	color:#253e9b;	
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 5px 0 5px 20px;
	
}



/* = Banner
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#box-banner {
	width: 269px;
	height: 86px;
	background: url(../img/box-banner-bg.jpg) 0 0 no-repeat;
	margin: 10px 0 0 0;
}

#box-banner a {
	font-size: 18px;
	color:#fff;
	text-shadow: 1px 1px #101c46;
	position: relative;
	top:24px;
	left: 155px;
	text-decoration: none;
	letter-spacing: -1px;
	font-weight: bold;
}

#box-banner a:hover {
	border-bottom: 1px dotted #fff;
}




/* = Bread crumbs - Path
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#breadcrumbs {
	width: 615px;
	height: 60px;
	margin-bottom: 10px;
}

#breadcrumbs .hr {
	position: relative;
	top:5px;
	width: 615px;
	height: 24px;
	background: url(../img/line-hr.jpg) 0 0 no-repeat;
}

#breadcrumbs .hr hr {
	display: none;
}


#breadcrumbs h3 {
	margin-right: 10px;
	font-size: 0px;
	float: left;
	width: 119px;
	height: 27px;
	text-indent: -9999em;
}

#breadcrumbs h3.path-pl {
	background: url(../img/path-pl.gif) 0 0 no-repeat;
}
#breadcrumbs h3.path-en {
	background: url(../img/path-en.gif) 0 0 no-repeat;
}

#breadcrumbs a {
	line-height: 34px;
	font-size: 11px;
	color: #353e6d;
	text-decoration: none;
}

#breadcrumbs a:hover {
	border-bottom: 1px dotted #4f65dc;
	color: #4f65dc;
}


/* = Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content p {
	padding: 5px 0 5px 0;
	line-height: 24px;
}

.content p:first-letter {
font-size: 2.5em;
font-style: italic;
font-family: "Edwardian Script ITC", "Garamond", cursive;
padding: 0 3px 0 0;
}
.content p:first-line { line-height: 20px; }


.content .img-right {
	margin: 5px 0 10px 10px;
	float: right;
	background: #ebebeb;
	padding: 3px;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;

}


#gallery-list {
	padding: 0;
	margin: 0;
}


#gallery-list li {
    width: 189px;
    min-height: 160px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    zoom: 1;
    *display: inline;
    _height: 160px;
}
    
#gallery-list img {
	padding: 8px;
	background:#ffffff;
	border-top:none;
	border-left: none;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}

#gallery-list h4 {
	font-size: 12px;
	color: #253e9b;
	font-weight: bold;
	padding: 0 0 0 8px;
	margin: 2px 0 0 0;
	background: #fff;
	line-height: 30px;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}



.content h1 {
	color: #253e9b;
	font-size: 19px;
	letter-spacing: -1px;
	line-height: 30px;
}

.content h2 {
	border-bottom: 1px solid #fff;
	color: #000;
	font-size: 17px;
	letter-spacing: -1px;
	line-height: 30px;
}


.box-right {
	float: right;
}



#td_left_zaw {
font-size:11px;
align:left;
cellpadding:0;
cellspacing:0;
border:0;
font-weight:bold;
}

#td_left_zaw1 {
width: 100%;
font-size:10px;
align:left;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
afont-weight:bold;
}

#td_left_zaw1 th{
padding:2px;
font-size:10px;
align:left;
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
font-weight:bold;
}

#td_left_zaw1 td{
padding:2px;
font-size:10px;
align:left;
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
afont-weight:bold;
}