/* 
================================
Skin styles for DotNetNuke
================================
*/
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}

a img
{
    border: none;
}
a
{
   color:#bd2227;
}
a:link
{
   color:#bd2227;
}

a:hover
{
   color:#bd2227;
}
a:visited
{
   color:#bd2227;
}
h1, h2, h3, h4
{
	margin: 0;
}

/* >>> ELEMENTS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
body
{
    color: #444444;
    background-image: url(img/background.gif);
    background-repeat: repeat-x;
    background-color: #cfd2d7;
    font-family: "Arial" , "Verdana" , "Helvetica" , "Tahoma" , "MS Sans Serif" , sans-serif;
    font-size: 13px;
    margin:0;
}

table
{
    border-collapse: collapse;
    border-spacing:0;
}

#main_top
{
	background: transparent url(img/main_top.gif) no-repeat;
    width: 1000px;
    height: 20px;
    padding: 0;
    margin: 10px auto 0 auto;
}

#container
{
	background-color: #fff;
    width: 1000px;
    text-align: left;
    margin: 0 auto;
}

#main_bottom
{
	background: transparent url(img/main_bottom.gif) no-repeat;
    width: 1000px;
    height: 20px;
    margin: 0 auto;
    padding-bottom: 10px;
    clear: both;
}

#flash
{
	padding-bottom: 10px;
	clear: both;
}
/* >>> HEADER <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
div#header-upper
{
    background-color: #fff;
    width: 100%;
    height: 119px;
    z-index:1;
    position:relative;

}
div#header_logo {
        position:absolute;
        left:0px;
        top:0px;
        width:97px;
        height:119px;
        z-index:1;
}
div#header_logo_text {
        position:absolute;
        left:97px;
        top:0px;
        width:270px;
        height:119px;
        z-index:1;
}
div#header_right {
        position:absolute;
        left:367px;
        top:0px;
        height:119px;
        z-index:1;
}
div#header_top_menu 
{
    font-size:12px;
    font-family:Arial;
    color:#999;
    margin-top:50px;
    margin-left:260px;
}
div#header_top_menu a
{
    padding: 0 15px;
    color:#333;
    text-decoration: none;
}

div#header_top_menu a strong
{
	font-size: 14px;
	color: #bd2227;
}

div#main_div
{
    z-index:2;
}
/* Left Menu */
.m li
{
	border-bottom: 1px solid #BFBFBF;
}
.m ul.Menus
{
    margin: 0;
    padding:15px 15px 25px 10px;
    list-style-type: none;
}
.m ul.Menus li.Top
{
    position: relative;
}
#main_menu ul.rootGroup li.item
{
	position: relative;
}
.m ul.Menus li.Top a.tl
{
    display: block;
    font-size: 13px;
    padding: 5px 7px 5px 3px;
    width: 210px;
    margin-right: 7px;
}
#main_menu ul.rootGroup li.item a
{
	display: block;
}
.m ul.Menus li.Top:hover a.tl
{
    color:#333;
}
.m ul.Menus li.Top a.tl
{
    color:#333;
    text-decoration:none;
}
.m ul.Menus li.Top ul
{
    position:absolute;
    visibility:hidden;
    padding: 0;
    margin: 0;
    top: 0px;
    left: 220px;
    background-color:#fff;    
}
#main_menu ul.rootGroup li.item ul
{
	position:absolute;
    visibility:hidden;
    padding: 0;
    margin: 0;
    top: 0px;
    left: 210px;
    background-color:#fff; 
}
#main_menu .panelbar .slide, #main_menu .panelbar .group
{
	display: block;
}
.m ul.Menus li.Top ul li
{
    list-style-type: none;
    text-align:left;
    padding: 0;
    margin: 0;
    display:block;
    padding-left:5px;
    width:120px;
    border-bottom: 1px solid #BFBFBF;
}
.m ul.Menus li.Top:hover ul
{
visibility:visible;
}
#main_menu ul.rootGroup li.item:hover ul
{
visibility:visible;
}
.m ul.Menus li.Top ul li a.fly
{
    color:#799DBB;
    text-decoration:none;
    line-height:20px;
}
.m ul.Menus li.Top ul li:hover a.fly
{
    color:#333;
    text-decoration:none;
}
/* Left */
div#main_menu
{
    float: left;
    width: 235px;
    padding-left:5px;
}

#main_menu .panelbar
{
	width: 235px;	
}

div#main_contentmainpage
{
    float: right;
    width: 741px;
    padding-right: 15px;
}

/* right */
div#main_right
{
    float: right;
    width: 210px;
    padding: 0 10px;
}
div#main_rightcontentmainpage
{
    float:left; 
    width:523px;
    padding-left:5px;
}
div#main_2midlle
{
    float:left; 
    width:741px;
    padding-left:17px;
}

#contact
{
	background-color: #fff;
	background-image: url(img/contact.gif);
	background-repeat: no-repeat;
	height: 104px;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

/* footer */
div#footer-wrap
{
	background-color: #ddd;
    background-image: url('img/footer_hr.gif');
    background-position:top left;
    background-repeat:repeat-x;
    margin: 5px 0 0 0px;
    color: #666;
}
div#footer-in
{
    background-image: url('img/footer_hr.gif');
    background-position: bottom left;
    background-repeat:repeat-x;
    padding: 0 15px;
}
ul#nav-footer
{
    height: 21px;
    list-style: none;
    text-align: right;
    padding-left: 0;
    margin:0;
}
ul#nav-footer li
{
    display: inline;
    color: #666;
}
ul#nav-footer li.left
{
    float: left;
}
div#footer-in span
{
	padding-top: 3px;
	display: block;
}
ul#nav-footer li a
{
    color: #666;
    background-color: inherit;
}
ul#nav-footer li span
{
    padding-left: 8px;
    font-size: 11px;
    font-family: Arial;
}
ul#nav-footer li a:hover
{
    background-color: Transparent;
}
ul#nav-footer a.skinObject 
{
    color: #3f567c;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    padding-right:5px;
    letter-spacing:-1px;
}
div#sitemap 
{
    padding-left:17px;
    clear: both;
}
#menu_footer .footer-in 
{
    float:left;
    margin-right:8px;
	font-size: 10px;
    width:101px;
	overflow: hidden;
	padding-bottom: 10px;
}
#menu_footer .item 
{
    font-size: 10px;
    font-family: Arial, Verdana;
}
#menu_footer a
{
    text-decoration:none;
    color:#4a5569;
}
#menu_footer a:hover
{
    text-decoration:none;
    color:#BD2227;
}
#menu_footer ul li
{
	list-style-type: none;
	padding: 0;
}
#menu_footer ul, #menu_footer ul li {padding: 0;margin: 0; list-style: none;}
#menu_footer li .item
{
	background-image: url(img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 0 0 0 10px;
	margin: 0;
	line-height: none;
    /*list-style-image:url('img/arrow_right.gif');*/
}
#menu_footer li .item a
{
	padding: 0;
	margin: 0;
}
#bizplatformTopMenu 
{
	color: #666666;
	height: 28px;
	background-image: url(img/bread_middle.jpg);
	background-repeat: repeat-x;
    margin: 0 0 12px 0;
}
#bizplatformTopMenu .left { background-image: url(img/bread_left.jpg); float: left; }
#bizplatformTopMenu .right { background-image: url(img/bread_right.jpg); float: right; }
#bizplatformTopMenu .right, #bizplatformTopMenu .left
{
	width: 5px;
	height: 28px;
	background-repeat: no-repeat;
}
#bizplatformTopMenu .middle
{
	padding: 3px 0 0 16px;
	float: left;
}
#bizplatformTopMenu span
{
    font-size:12px;
    font-family: Arial,Verdana;
}
#bizplatformTopMenu .selected
{
	color:#BD2227;
    font-weight:bold;
}
#bizplatformTopMenu a, #bizplatformTopMenu a:link, #bizplatformTopMenu a:visited
{
    color:#666666;
}
#bizplatformTopMenu a:hover
{
    color: #333333;
    text-decoration:none;
}
#bizplatformTopMenu .separator
{
    color:#DFDFDF;
    font-size:16px;
    padding: 0 10px;
}

/* News - begin */

#newsy 
{
	padding: 0;
}

#newsy .news
{
	padding-top: 5px;
}

#newsy h1
{
	padding: 0;
}
    
#newsy .news .title, #newsy .news .title_big
{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	display: block;
	padding-top: 10px;
}

#newsy .news .title_big
{
	font-size: 15px;
}

#newsy .news .date
{
	color: #cccccc;
	font-size: 11px;
	font-family: Arial;
}

#newsy .news .text
{
	color: #333333;
	font-size: 13px;
	font-family: Arial;
	padding-top: 10px;
}

#newsy .news .buttons
{
	text-align: right;
}

#newsy a, .arch_link a
{
	color: #bd2227;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
}

#newsy a:hover, .arch_link a:hover
{
	text-decoration: none;
}

#newsy .news .buttons a img
{
	border: 0;
	padding-left: 5px;
	position: relative;
	top: 1px;
}

/* News - end */

/* Sub Menu - Begin */

.sub_menu
{
	border-top:1px solid #E5E5E5;
	font-family: Arial, Verdana, Tahoma;
	line-height: 18px;
	clear: both;
}

.sub_menu .sub_menu_in .sub_menu_links
{
	margin: 0;
}

.sub_menu .sub_menu_in a:hover
{
	text-decoration: underline;
}

/* Sub Menu - End */

/* Links - begin */

.LinksDesignTable .Normal
{
	background-image: url(img/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left: 30px;
	padding-top: 6px;
	height: 20px;
	display: block;
}

/* Links - end */

/* Galeria */

#galeria_table
{
	border: 0;
	padding: 30px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

#galeria_table td
{
	width: 350px;
	height: 220px;
	vertical-align: top;
}

#galeria_table a
{
	color: #333333;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	border: 0;
	outline: none;
}

#galeria_table a:hover
{
	text-decoration: none;
}

/* End */

/* Klienci */

#klienci_table
{
	border: 0;
	padding: 30px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

#klienci_table td
{
	width: 230px;
	height: 80px;
	vertical-align: middle;
}

#klienci_table a
{
	color: #333333;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	border: 0;
	outline: none;
}

#klienci_table a:hover
{
	text-decoration: none;
}

/* End */

/* Global - begin */

#main_menu .RadPanelbar_BizPlatform .rootGroup
{
	padding: 15px 15px 25px 10px;
}

#main_menu .RadPanelbar_BizPlatform .rootGroup .level2 .item
{
	display: none;
}

#main_menu ul.level1
{
	width: 90%;
}

#main_menu .level1 li.item a.link.expandable.expanded .text
{
	font-weight: bold;
}

#main_menu .RadPanelbar_BizPlatform .link {
	border-bottom:1px solid #BFBFBF;
	overflow: hidden;
}

#main_menu .level1 li.item a.link.expandable .text
{
	background-image: none;
}

#main_menu ul li.item a:hover .text
{
	font-weight: bold;
}

.RadPanelbar_BizPlatform .text
{
	margin: 0;
}

.panelbar .rootGroup .link 
{
	width: 210px;
	text-decoration: none;
}

.DNNAligncenter
{
	text-align:left;
}

/* Global - end */

/* LightBox - Begin */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 86px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/* LightBox - End */
/* Klienci - Begin */

.clients
{
	color: #333333;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	clear: both;
}

.clients .contact
{
	height:80px;
	vertical-align:middle;
	width:230px;
	float: left;
}

.clients .contact table
{
	border-collapse: collapse;
	border: 0;
}

.clients .contact table td
{
	height:80px;
	vertical-align:middle;
	text-align: center;
	width:230px;
}

.clients .contact table td img.logo_list
{
	border: 0;
}

.clients .contact .left
{
	width: 90px;
	height: 134px;
}

.clients .contact .right
{
	width: 115px;
	padding-left: 10px;
}

.clients .contact .right a
{
	color: #333;
	font-weight: bold;
}

.clients .contact .right a:hover
{
	text-decoration: none;
}

.clients .contact .right .main
{
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}

.clients .contact .right .main strong
{
	color: #f0ab05;
}

.clients .contact .right p
{
	margin: 2px 0;
}

.clients .contact .line
{
	margin-top: 10px;
}

.clients .client_item
{
	padding-bottom: 10px;
}

.client_item table td
{
	vertical-align: middle;
}

.client_item img
{
	border: 0;
}

.clients .client_item .line
{
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0 0 0;
	clear: both;
}

#dnn_ContentPane .client_item h2.title
{
	color: #333333;
	font-size: 18px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}

.client_item p
{
	padding: 0;
	margin: 0;
}

.client_item p strong
{
	padding: 10px 0;
	display: block;
}

.client_item .logo
{
	width: 150px;
	text-align: center;
}
/* Klienci - End */

/* FAQ - Begin */

.faq .faq_list
{
	line-height:16px;
}

.faq .faq_list .solution
{
	margin: 0;
	padding-bottom: 5px;
}

/* FAQ - End */

/* Bread - Begin */

#breadcrumb
{
	width: 100%;
	height: 28px;
	background-image: url(img/bread_middle.jpg);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	clear: both;
}

#breadcrumb .left
{
	width: 44px;
	height: 28px;
	float: left;
}

#breadcrumb .left a
{
	background-position: 0 0;
}

#breadcrumb .left a:hover
{
	background-position: 0 -28px;
}

#breadcrumb .left a
{
	width: 44px;
	height: 28px;
	background-image: url(img/bread_home.jpg);
	background-repeat: no-repeat;
	text-indent: -900000%;
	outline: none;
	display: block;
}

#breadcrumb .middle
{
	height: 28px;
	float: left;
}

#breadcrumb .middle a.active, #breadcrumb .middle a.active:link, #breadcrumb .middle a.active:visited
{
	color: #bd2227;
	font-weight: bold;
}

#breadcrumb .middle a.active:hover
{
	color: #ca4e52;
}

#breadcrumb .middle a, #breadcrumb .middle a:link, #breadcrumb .middle a:visited
{
	height: 21px;
	color: #666666;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 10px 0 10px;
	outline: none;
	display: block;
	float: left;
}

#breadcrumb .middle a:hover
{
	color: #333333;
}

#breadcrumb .middle .sep
{
	width: 8px;
	height: 28px;
	background-image: url(img/bread_sep.jpg);
	background-repeat: no-repeat;
	float: left;
}

#breadcrumb .right
{
	width: 5px;
	height: 28px;
	background-image: url(img/bread_right.jpg);
	background-repeat: no-repeat;
	float: right;
}

/* Bread - End */