/* Advatech ------------------------------------------------------------- */
@charset "utf-8";

html * {
	margin: 0; padding: 0;
}

body {
	color: #503f37; background-color: white;
	font: normal 70% Verdana, Arial, Helvetica, sans-serif;
}

/* podstawowe style zawartosci ----------------------------------------- */
p {
	margin: 0 0 1em 0;
	line-height: 1.3em;
}
h1 {
	float: left;
	padding: 11px 0 9px 15px;
}
h1 a {
	display: block; width: 95px; height: 73px;
	background: transparent url(../images/logo.gif) 0 0 no-repeat;
}
h2 {
	min-height: 30px; _height: 30px;
	color: #273477; background: transparent url(../images/h2-bg.gif) 0 100% repeat-x;
	font-size: 1.1em; line-height: 30px;
	margin: 0 0 5px 0; padding: 0 0 0 5px;
}
h3 {
	color: #273477;
	font-size: 1em;
	padding: 0 0 5px 5px;
}
h4 {
	font-size: 1.1em;
}
h4 a:link,
h4 a:visited {
	color: white;
}
h5 {}
h6 {}

ul {
	list-style: none; list-style-image: url(../images/list-image-content.gif);
	margin: 0 0 1em 30px;
}
ol {}
dl {}
dl dt {}
dl dd {}

img {}

a:link,
a:visited {
	color: #FA7D47;
	text-decoration: none;
}

a:link:hover,
a:visited:hover {
	text-decoration: underline;
}

/* klasy elementow ----------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.auraltext {
	text-indent: -9999px; font-size: 0;
}

strong.advatech {
	color: #273477;
}
strong.advatech span {
	color: #f57d47;
}

img.adv {
	border: none;
	margin: 0 0 5px 0;
}

/* layout -------------------------------------------------------------- */
div#container {
	width: 980px;
	margin: 0 auto;
}

div#top {
	background: transparent url(../images/slogan-top.gif) 285px 50% no-repeat;
	border-bottom: 1px solid #f47c47;
}

/* blok dla scrolla z klientami */
div#customers {
	float: right; width: 320px;  height: 83px;
	font-size: 0.9em;
	padding: 5px 0;
}

/* glowna nawigacja - menu rozwijane */
/* pierwszy poziom */
ul#mainnav {
	float: left; width: 705px; min-height: 25px; _height: 25px;
	background: #879faf url(../images/mainnav-bg.gif) 0 0 repeat-x;
	list-style: none;
	margin: 2px 0 0 0; padding: 0 0 0 5px;
}
ul#mainnav li {
	position: relative; float: left;
	line-height: 25px;
	margin: 0 14px 0 0;
}
ul#mainnav li a:link,
ul#mainnav li a:visited {
	display: block;
	color: white; background: transparent url(../images/mainnav-arrow.gif) 0 50% no-repeat;
	font-weight: bold; font-size: 1.1em; text-decoration: none; text-transform: lowercase;
	padding: 0 0 0 12px;
}
ul#mainnav li a:link:hover,
ul#mainnav li a:visited:hover {
	text-decoration: underline;
}

ul#mainnav li span.Header {
	display: block;
	color: white; background: transparent url(../images/mainnav-arrow.gif) 0 50% no-repeat;
	font-weight: bold; font-size: 1.1em; text-decoration: none; text-transform: lowercase;
	padding: 0 0 0 12px;
	cursor: hand;
}

/* drugi poziom */
ul#mainnav li ul {
	display: none; width: 196px;
	position: absolute; top: 25px; left: -5px;
	list-style: none; list-style-image: none;
	margin: 0; padding: 0;
}
ul#mainnav li > ul {
	top: auto; left: -5px;
	background: transparent url(../images/mainnav-lev2-bg.png) 0 0 repeat;	
}
ul#mainnav li:hover ul,
ul#mainnav li.over ul {
	display: block;
}
ul#mainnav li ul li a:link, 
ul#mainnav li ul li a:visited {
	display: block; width: 180px;
	color: white; background: #9db4c5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	font-weight: normal; font-size: 1.1em; text-decoration: none; text-indent: 0; text-transform: none; 
	line-height: 20px;
	margin: 0; padding: 0 5px 0 11px;
	border-bottom: 1px solid #ffffff;
}
ul#mainnav li ul li > a:link,
ul#mainnav li ul li > a:visited {
	background: transparent;
}
ul#mainnav li ul li a:link:hover, 
ul#mainnav li ul li a:visited:hover { 
	background: #6b96b3;
	text-decoration: none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

/* pasek jezykow */
ul#langbar {
	float: left; width: 57px; min-height: 25px; _height: 25px;
	background: transparent url(../images/mainnav-bg.gif) 0 0 repeat-x;
	list-style: none;
	margin: 2px 0 0 0; padding: 0;
}
ul#langbar li {
	float: left;
	margin: 0 3px 0 0; padding: 7px 0 0 0;
}
ul#langbar li.last {
	margin: 0;
}

/* wyszukiwarka */
div#searchbar {
	float: left; width: 203px; min-height: 21px; *height: 22px;
	background: transparent url(../images/searchbar-bg.gif) 100% 0 no-repeat;
	
	margin: 2px 0 0 0; padding: 4px 0 0 10px; *padding: 3px 0 0 10px;
}

/* banner */
div#comm {
	margin: 0; padding: 0;
}

/* blok zawartosci */
div#content {
	margin: 5px 0 0 0;
}
div#column-1 {
	width: 375px; float: left;
}
div#column-2 {
	width: 365px; float: left;
	margin: 0 0 0 10px;
}
div#column-3 {
	width: 220px; float: left;
	text-align: right;
	margin: 0 0 0 10px;
}

/* stopka */
div#footer {
	clear: both;
	color: #7f85a4; background: #ebebeb url(../images/footer-bg.gif) 0 0 repeat-x;
	font-size: 0.9em;
	margin: 5px 0 0 0; padding: 20px 10px 4px 10px;
}

/* layout podstrona----------------------------------------------------- */
/* menu po lewej */
div#sidebar {
	width: 198px; float: left;
	color: white; background: #9BC4CC url(../images/sidebar-bg.gif) 0 0 no-repeat;
	overflow: hidden;
	margin: 2px 2px 0 0; padding: 7px 0 0 10px;
}
div#sidebar-border-bottom {
	float: left; width: 208px; height: 26px;
	background: transparent url(../images/sidebar-border-bottom-bg.gif) 0 100% no-repeat;
/*	background-color: red;*/
	margin: 10px 0 0 -10px; padding: 0;
	_margin-left: -5px;
}

div#adv-sub {
	float: left; width: 208px; 
	background: white; 
	margin: 0 0 0 -10px; _margin: 0 0 0 -5px; padding: 10px 0 0 0;
}

/* maly banner na podstronie */
div#comm-small {
	width: 770px; float: left;
	z-index: -100;
}

/* blok zawartosci podstrony */
div#content-sub {
	width: 750px; float: right;
	padding: 10px;
}

/* elementy strony ----------------------------------------------------- */
/* lista klientow */
div#customers span {
	float: right; clear: both;
	color: #827975;
}
div#customers-content {
	width: 320px; height: 65px; overflow: hidden;
	color: #b4b4b4;
	padding: 5px 0 0 0;
}
div#customers-content ul {
	list-style: none; list-style-image: none;
	margin: 0; padding: 0;
}
div#customers-content ul li {
	float: right; clear: both;
}

/* glowna nawigacja */

/* pasek jezykow */
ul#langbar li img {
	border: none;
}

/* formularz wyszukiwania */
form#search input {
	width: 170px;
	color: #525252;
	font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* naglowki na stronie glownej */
span#conferences {
	display: block; width: 100%; min-height: 30px; _height: 30px;
	background: transparent url(../images/conferences-bg.gif) 100% 100% no-repeat;
}
span#rankings {
	display: block; width: 100%; min-height: 30px; _height: 30px;
	background: transparent url(../images/rankings-bg.gif) 100% 100% no-repeat;
}
span#implementations {
	display: block; width: 100%; min-height: 30px; _height: 30px;
	background: transparent url(../images/implementations-bg.gif) 100% 100% no-repeat;
}
span#about {
	display: block; width: 100%; min-height: 30px; _height: 30px;
	background: transparent url(../images/about-bg.gif) 100% 100% no-repeat;
}

/* box na stronie glownej */
div.info-box {
}

div.info-box p {
	padding: 2px 0 5px 5px;
}

/* elementy stopki */
span#owners {
	float: left;
}
span#authors {
	float: right;
}
span#authors a:link.gm,
span#authors a:visited.gm {
	color: #7f85a4;	background: transparent url(../images/small-gemini.gif) 0 50% no-repeat;
	text-decoration: none;
	padding: 0 0 0 15px;
}
span#authors a:link:hover.gm,
span#authors a:visited:hover.gm {
	text-decoration: underline;
}

span#authors a:link,
span#authors a:visited {
	color: #7f85a4;	
	text-decoration: none;
}
span#authors a:link:hover,
span#authors a:visited:hover {
	text-decoration: underline;
}

/* nawigacja sidebaru */
ul.lev0 {
	list-style: none;
	list-style-image: none;
	margin: 0; padding: 0 0 0.5em 0;
}
ul.lev0 li {
	margin: 0.5em 0 0 0;
}
ul.lev1 {
	color: white;
	list-style: none; list-style-image: url(../images/list-style-sidebar.gif); list-style-position: outside;
	line-height: 1.4em;
	margin: 0 0 0 15px; padding: 0 10px 0 0;
}
ul.lev1 li {
	margin: 0;
	margin-top: 0.2em;
}
ul.lev1 li a:link,
ul.lev1 li a:visited {
	color: white;
	text-decoration: none;
}
ul.lev1 li a:link:hover,
ul.lev1 li a:visited:hover {
	text-decoration: underline;
}
ul.lev2 {
	list-style-image: url(../images/list-style-sidebar.gif);
	margin: 0 0 0 15px;
}

a:link.selected,
a:visited.selected {
	color: #2d7b81 !important;
}

a:link.unselected,
a:visited.unselected {
	color: #ffffff !important;
}

/* elementy tresci na podstronach */
#content-sub h2 {
	min-height: 20px; _height: 20px;
	color: #273477; background: transparent url(../images/h2-sub-bg.gif) 0 100% no-repeat;
	font-size: 1.2em; font-weight: normal;
	margin: 0 0 15px -5px; padding: 0 0 0 10px;
}
#content-sub h3 {
	color: #273477;
	font-size: 1.1em;
	margin: 0 0 1em 0; padding: 0;
}
#content-sub ul li {
	line-height: 1.3em;
}
/* do lewej */
#content-sub img.type1 {
	float: left;
	display: block;
	margin: 0 30px 10px 0;
	padding: 2px 2px 2px 2px;
	border: 1px solid #ebebeb;
}
/* do prawej */
#content-sub img.type2 {
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #ebebeb;
}
/* dla potrojnego */
#content-sub img.type3 {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px 2px 2px 2px;
	border: 1px solid #ebebeb;
}

/* elementy kontaktu */
ul#departments {
	list-style: none;
	list-style-image: none;
	margin: 1em 0 2em 3em; padding: 0;
}
ul#departments li {
	float: left; 
	width: 45%;
	margin: 2em 0 1em 0; padding: 0;
}
ul#departments li h3 {
	margin: 0 0 0.5em 0; padding: 0;
}

div.ImageOutline {
	float: left;
	height: auto;
}

div.OneImage {
	float: left;
	height: auto;
 	width: 145px; 
}

div.OnePerson {
	float: left;
	height: auto;
 	width: 730px;
	margin-bottom: 15px;
	padding: 5px 5px 5px 5px;
	background: #fafafa;
}

table.Partnerzy {
	width: 730px;
}

a.UrlP {
	float: right;
}


td.ImgP {
	border: 0px;
	width: 120px;
	height: auto;
}

td.ImgP img.ImgPartner {
	border: 0px;
	padding: 0px 0px 0px 0px;
}

ul li.OneNews {
	margin-bottom: 15px;
	background: #fafafa;
	padding: 5px 5px 5px 5px;
}

a.back {
	float: right;
}

div.menubar {
	z-index: 100;
}
