/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:972px;
} 

body { 
	background:url(../images/tail-top.gif) repeat-x left top #fff; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#404040;  /* org: #8c8c8c */
	font-size:1.1em;
	min-width:972px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== FORMS ===========================*/

#ClockForm fieldset {
	border:none;
	float:left;
	text-align:left;
}
#ClockForm fieldset input {
	border:none;
	background:none;
	color:#747474;
	text-transform:uppercase;
	width:300px;
	font-size:.92em;
	line-height:1.2em;
}

/*-----------*/

#search-form div {
	width:231px;
	height:47px;
	background:url(../images/form-box-bg.gif) no-repeat left top;
	position:absolute;
	right:0;
	top:2px;
} 
#search-form span {
	display:block;
	padding:11px 0 0 11px;
}
#search-form b {
	font-weight:normal;
	display:block;
	float:left;
	width:186px;
	height:26px;
	background:url(../images/input-bg.gif) no-repeat left top;
}
#search-form a {
	float:left;
}
#search-form input {
	background:none;
	border:0;
	margin-left:5px;
	padding-top:5px;
	line-height:1.2em;
	vertical-align:top;
	width:173px;
}

/*-----------*/

#contacts-form {
	width:179px;
}
#contacts-form .field { 
	height:40px;
	width:179px;
	background:url(../images/input-bg1.gif) no-repeat left top;
}
#contacts-form .field1 { 
	height:164px;
	width:179px;
	background:url(../images/textarea-bg.gif) no-repeat left top;
	margin-bottom:21px;
}
#contacts-form input {
	width:160px; 
	background:none;
	padding-top:5px; 
	border:0; 
	vertical-align:top;	
	line-height:1.2em;
	color:#8c8c8c;
	margin-left:8px;
}
#contacts-form textarea { 
	width:170px; 
	height:157px; 
	overflow:auto;
	color:#8c8c8c;
	background:none; 
	border:0;  
	padding:5px 0 2px 8px; 
}

/*========================== LISTS ============================*/

.list li {
	border-bottom:1px solid #efefef;
	padding-bottom:23px;
	margin-bottom:23px;
	line-height:1.5em;
}
.list li span {
	display:block;
	padding-top:14px;
}
.list li a {
	background:url(../images/marker.gif) no-repeat left top;
	padding:6px 0 5px 37px;
	color:#444;
	font-weight:bold;
	text-decoration:none;
}
.list li a:hover {
	text-decoration:underline;
}

.list1 li {
	border-bottom:1px solid #efefef;
	padding-bottom:21px;
	margin-bottom:20px;
	line-height:1.5em;
}
.list1 li span {
	display:block;
	padding-top:14px;
}
.list1 li a {
	color: #4F4FFF;     /* org. 4ebef0 */
	font-weight:bold;
}

.list2 li {
	padding:0 0 14px 20px;
	background:url(../images/marker1.gif) no-repeat left 5px;
}

.list3 {
	margin-top:-18px;
}
.list3 li {
	line-height:1.5em;
	padding-top:18px;
}
.list3 li strong {
	display:block;
	color:#4F4FFF;
}

.list4 li {
	border-bottom:1px solid #efefef;
	padding-bottom:23px;
	margin-bottom:23px;
	line-height:1.5em;
}
.list4 li span {
	display:block;
	padding-top:14px;
}
.list4 li a {
	color:#444;
	font-weight:bold;
	text-decoration:none;
}
.list4 li a:hover {
	text-decoration:underline;
}

.list5 {
	width:100%;
	overflow:hidden;
}
.list5 li {
	float:left;
	padding-right:19px;
}
.list5 li.last {
	padding-right:0;
}

.list6 li {
	line-height:1.5em;
	border-bottom:1px solid #efefef;
	margin-bottom:20px;
	padding-bottom:20px;
}
.list6 li.last {
	margin:0;
	padding:0;
	border:0;
}
.list6 li em {
	font-style:normal;
	float:right;
	margin-right:15px;
}
.list6 li a {
	color:#444444;
}
.list6 li span {
	color:#444444;
	display:block;
}

.wypelniacz ul li {
	margin-left: 25px;
	padding:0 0 12px 20px;
	background:url(../images/marker1.gif) no-repeat left 5px;
}

.wypelniacz ol {
	margin-left: 15px;
	padding:0 0 12px 20px;
	list-style:decimal;
}



/*========================== OTHER ============================*/

.img-indent { 
	padding-bottom:15px; 
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
}

.img-box1 img { 
	float:left; 
	margin:0 27px 0 0;
}

p { 
	margin-bottom:10px;
	line-height:1.92em;
}
.p0 {
	margin-bottom:0;
}
.p1 {
	margin-bottom:20px;
}

.phone { 
	float:right; 
	margin-right:30px;
}

.extra-slogan {
	font-size:30px;
	line-height:1.2em;
	border-top:1px solid #efefef;
	margin-top:48px;
} 
.extra-slogan span {
	border-top:4px solid #f4f4f4;
	display:block;
	padding:33px 0 0 0;
	width:100%;
	overflow:hidden;
}
.extra-slogan img {
	float:left;
	margin-right:30px;
}
.extra-slogan em {	
	color:#7bb9e0;
	display:block;
	margin-top:-6px;
	font-style:normal;
}

dl {
	line-height:1.92em;
	margin-bottom:-20px;
}
dl dt {
	color:#363636;
}
dl dd {
	margin-bottom:20px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#4F4FFF; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h3 {
	/*color:#000;*/
	font-weight: normal;
	font-size:30px;
	line-height:1.2em;
	border-bottom:4px solid #f4f4f4;
	padding-bottom:5px;
	margin-bottom:21px;
	letter-spacing:-1px;
}
h4 {
	/*color:#000;*/
	font-weight: normal;
	font-size:31px;
	line-height:1.2em;
	margin-bottom:12px;
	letter-spacing:-1px;
}
h5 {
	font-size:20px;
	line-height:1.2em;
	color:#4F4FFF;
	border-bottom:4px solid #f4f4f4;
	padding-bottom:5px;
	margin-bottom:13px;
}
h6 {
	color:#444444;
	font-size:1em;
	line-height:1.92em;
}
h6.style1 {
	color:#4F4FFF;
	margin-bottom:10px;
}

.txt1 {
	color:#363636;
	font-weight:bold;
}
.txt2 {
	color:#4F4FFF;
	font-weight:bold;
}

.link,
.link a {
	color:#444;
	font-weight:bold;
}

.line-hor { 
	border-bottom:1px solid #efefef; 
	margin:20px 0; 
	overflow:hidden; 
	font-size:0; 
	line-height:0;
}

/*============================ BOXES ==========================*/

.nav-box {
	width:732px;
	background:url(images/nav-tail.gif) repeat-x left top;
}
.nav-box span {
	position:absolute;
	left:0;
	top:0;
}
.nav-box ul {
	background:url(images/nav-right.gif) no-repeat right top;
	height:50px;
	padding-left:45px;
}
.nav-box ul li {
	float:left;
	margin-right:-1px;
}
.nav-box ul li.first {
	position:relative;
	z-index:2;
}
.nav-box ul li a {
	color:#000;
	text-decoration:none;
	display:block;
	float:left;
}
.nav-box ul li a em {
	display:block;
}
.nav-box ul li a b {
	display:block;
	font-style:normal;
	padding:17px 20px 17px 20px;
}
.nav-box ul li a:hover,
.nav-box ul li a.act {
	background:url(../images/nav-act-tail.gif) repeat-x left top;
}
.nav-box ul li a:hover em,
.nav-box ul li a.act em {
	background:url(../images/nav-act-left.gif) no-repeat left top;
}
.nav-box ul li a:hover b,
.nav-box ul li a.act b {
	background:url(../images/nav-act-right.gif) no-repeat right top;	
}
.nav-box ul li.first a:hover em,
.nav-box ul li.first a.act em {
	background:url(../images/nav-act-left1.gif) no-repeat left top;
}

/*-----------*/

.box { 
	width:100%;
}
.box .border-top { 
	background:url(../images/border-top.gif) repeat-x left top;
}
.box .border-bot { 
	background:url(../images/border-bot.gif) repeat-x left bottom;
}
.box .border-left { 
	background:url(../images/border-left.gif) repeat-y left top;
}
.box .border-right { 
	background:url(../images/border-right.gif) repeat-y right top;
}
.box .left-top-corner {	
	background:url(../images/left-top-corner.gif) no-repeat left top;
}
.box .right-top-corner { 
	background:url(../images/right-top-corner.gif) no-repeat right top;
}
.box .left-bot-corner {	
	background:url(../images/left-bot-corner.gif) no-repeat left bottom;
	padding:9px 8px 9px 8px;
}
.box .right-bot-corner { 
	background:url(../images/right-bot-corner.gif) no-repeat right bottom;
}
.box .inner { 
	padding:24px 14px 26px 15px;
	background:#fbfbfb;
	height:461px;
}
.box p {
	line-height:1.5em;
}

/*========================== HEADER ===========================*/

#header .row-1 {
	height:34px;
	width:100%;
	overflow:hidden;
}
#header .row-1 .fleft {
	padding-top:9px;
}
#header .row-1 .fright a {
	text-decoration:none;
	color:#fff;
}
#header .row-1 .fright {
	padding-top:8px;
}
#header .row-1 .fright a:hover {
	text-decoration:underline;
}
#header .row-2 {
	height:109px;
	width:100%;
	overflow:hidden;
}
#header .row-2 .fleft {
	padding:28px 0 0 4px;
}
#header .row-2 .fright {
	padding:42px 5px 0 0;
}
#header .row-2 .fright ul li {
	float:left;
	margin-left:12px;
}
#header .row-3 {
	height:50px;
	position:relative;
}

/*========================= CONTENT ===========================*/

#content {
	position:relative;
	padding:8px 0 35px 0;
}
#content .indent {
	padding:18px 15px 0 23px;
}
#content .indent1 {
	padding-bottom:45px;
}
#content .indent2 {
	padding-bottom:20px;
}

/*========================= FOOTER ============================*/

#footer {
	color:#444;
	/* text-transform:uppercase; */
	font-size:11px;
	line-height:1.2em;
}
#footer .indent {	
	padding-top:10px;
}
#footer a {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	border-bottom:1px solid #000;
}
#footer ul li {
	float:left;
	padding-right:7px;
	margin-right:7px;
	border-right:1px solid #000;
}
#footer ul li.last {
	padding:0;
	margin:0;
	border:0;
}

/*=============================================================*/

/*---- image slider ------*/

#loopedSlider {
	width:731px; 
	height:395px;
	background:url(../images/slider-box-bg.gif) no-repeat left top;
	position:relative;
	margin-bottom:27px;
}
#loopedSlider .container { 
    width:720px; 
	height:395px;
	overflow:hidden;
	position:absolute;
	left:6px;
	top:0; 
}
#loopedSlider .slides { 
	position:absolute; 
	top:7px; 
	left:0;
}
#loopedSlider .slides div { 
	position:absolute; 
	top:0; 
	left:0; 
	width:720px; 
	height:321px;
}
#loopedSlider .slides div span {
	position:absolute;
	left:19px;
	bottom:-45px;
	font-size:24px;
	color:#444444;
	z-index:2;
}
#loopedSlider ul.pagination { 
	position:absolute; 
	right:12px; 
	bottom:25px;
}
#loopedSlider ul.pagination li { 
	float:left;
	margin-left:3px;
}
#loopedSlider ul.pagination li a { 
	width:18px; 
	height:18px; 
	background:url(../images/button3.gif) no-repeat left top; 
	display:block;
}
#loopedSlider ul.pagination li a:hover,
#loopedSlider ul.pagination li.active a { 
	background:url(../images/button3-act.gif) no-repeat left top;
}

/*--- tabs ---*/

.tab_container {
	overflow: hidden;
	width: 100%;
    float:left;
}
ul.tabs li {
	font-size:1.08em;
	font-weight:bold;
	float:left;
	margin-right:-7px;
	letter-spacing:-1px;
}
ul.tabs li a {
	color:#444;
	text-decoration:none;
	display:block;
	width:109px;
	text-align:center;
	height:35px;
	background:url(../images/tab-bg.gif) no-repeat left top;
}
ul.tabs li a span {
	display:block;
	padding-top:9px;
}
ul.tabs li a:hover {
	text-decoration:underline;
}
ul.tabs li.active {
	position:relative;
	z-index:2;
}
ul.tabs li.active a {
	background:url(../images/tab-bg-act.gif) no-repeat center bottom;
}
ul.tabs li.active a:hover {
	text-decoration:none;
}

/*==============================================================*/