html,body {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background: #fff url('../gfx/bg_right.gif') repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #404040;
}

/* -------------- Style ogolne dla calego dokumentu ------------*/

img, table {
	border: 0px;
}



/* --------------  <a> for whole website --------------  */

a {
	color: #404040;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a.menu {
	color: #606060;
	text-decoration: none; 
	padding: 7px 50px 7px 2px;
}

a.menu:hover {
	color: #c40078;
	text-decoration: none; 
}

a.pink { 
	color: #404040;
	text-decoration: none;
}

a.pink:hover {
	color: #c40078;	
	text-decoration: underline;
	padding-left: 3px;
}

a.fullview {
	color: #c40078;
	text-decoration: none;
}

a.fullview:hover {
	color: #c40078;
	text-decoration: underline;
}

/* --------------  left and right background  --------------  */

#right {
	width: 50%;
	height: 450px;
}

#left {
	width: 50%; 
	height: 450px;
	background: url('../gfx/bg_left.gif') repeat-x;
}

/* --------------  Logo + menu + navigation(Praxima -> Offer -> CMS) --------------  */

#menu {
	float: right;	
}

#menu img {
	 position: absolute; 
	 top: 119px;
}

#logo_praxima {
	width: 193px; 
	height: 160px; 
	background: url(../gfx/logo.gif) no-repeat; 
	cursor: pointer; 
	float: left;
}

#navigation {
	height: 25px; 
	background: url(../gfx/zaokraglenie.gif) no-repeat; 
	background-position: left; 
	margin-top: -10px; 
	padding-left: 60px;
}

/* -------------- Footer ------------------- */

#footer {
	clear: both; 
	padding: 30px 0px 0px 60px;
	width: 250px;
	color: #909090;
	line-height: 16px;
	float: left;
}

#footer b {
	color: #c40078;	
}

#partners {
	float: right;	
}


/* --------------  Content --------------  */

#content {
	width: 615px;
	padding: 0px 0px 0px 30px;
	clear: left;
	float: left;
	background: url('../gfx/content_bg.gif') repeat-y;
	background-position: right;
	min-height: 300px;
	height: auto !important;
	height: 320px;
	text-align: justify;
}

#content p {
	padding: 0px 40px 9px 30px;
	color: #303030;
}

#content img {
	padding-left: 30px;
}

#content b {
	color: #000;
}

#content u {
	color: #c40078;
}

#content_title {
	width: 615px;
	height: 60px;
	background: url(../gfx/content_top_line.gif) no-repeat;
	background-position: bottom;
}

/* --------------  MENU with offer --------------  */

#box_menu {
	padding: 0px;
	width: 197px;
	float: left;
}

#box_menu ul {
	list-style: none url(../gfx/box_menu_arrow.gif) inside;
	margin: 0px;
	padding: 0px;
	background: url(../gfx/box_menu_bg.gif) repeat-y;
}

li.menu {
	width: 187px;
	height: 12px;
	padding: 8px 0px 8px 8px;
	line-height: 11px;
	/* background: url(../gfx/box_menu_line.gif) no-repeat;
	background-position: bottom; */
}

#box_menu li:hover {
	background: #e9e9e9;
	/*list-style: none url(../gfx/box_menu_arrow_hover.gif) inside;*/
}

#box_menu hr {
	display: block;
	height: 1px; 
	width: 130px; 
	background-color: #dbdbdb; 
	color: #dbdbdb; 
	float: left; 
	clear: both;
	border: 0; 
	padding: 0; 
	margin: 0; 
}



/* -------------- Products style -------------*/

ul.offer {
	list-style: none url(../gfx/content_arrow.gif) outside;
	padding: 0px 30px 0px 60px;
}

ul.offer li {
	padding: 0 0 5px 0;	
}

/* --------------  Top Slider ------------- */


#slider-top {
    width: 560px;
    margin: 0 auto;
    position: relative;
}

#scroll-top {
    height: 270px;
    width: 560px;
    overflow: hidden;
    position: relative;
	z-index: 1;
	}

#scrollContainer-top {
	width: 5000px;
	clear: both;
	}


div.scrolled {
    padding: 8px 20px 20px 20px;
    height: 196px;
    width: 540px;
	color: #404040;
	text-align: justify;
	float: left;
	}

div.scrolled p {
	padding-top: 50px;
	color: #707070;
}

img.standard {
	padding-right: 25px;
	float: left;
}

div.scrolled b {
	color: #000;
}

div.scrolled u {
	color: #c40078;
}

.wiecej {
	border: 0px; 
	position: absolute;
	top: 151px;
}


img.prev, img.next {
    position: absolute;
    top: 210px;
    cursor: pointer;
	z-index: 2;
}

img.prev {
    left: 470px;
}

img.next {
    right: -10px;
}


/* --------------- Portfolio - slider --------------*/

#portfolio {
	padding: 20px 0px 0px 30px;
}

#portfolio-scroll {
	width: 550px;
	height: auto;
	overflow: hidden;
	clear: both;
}

#portfolioContainer {
	width: 10000px;
}

.portfolio-wpis {
	width: 540px;
	height: 340px;
	padding: 0px 10px 0px 0px;
	float: left;
	background: url(../gfx/portfolio_bg.gif) no-repeat;
	background-position: top left;
	z-index: 1;
}

.mini {
	margin: 27px 0px 30px 8px;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#nav ul.padd_right {
	width: 200px;
}

#nav ul {
	padding: 30px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	display: block;
	float: left;
}

#nav ul li {
	padding: 0px 0px 13px 0px;
	height: 12px;
}


img.prev1, img.next1 {
    position: relative;
	top: -230px;
    cursor: pointer;
	z-index: 2;
}

img.prev1 {
	left: -22px;
}

img.next1 {
	left: 410px;
}


/* -------------------- logo slider -------------------- */

#logo {
	padding: 20px 0px 0px 30px;
}

#logo-scroll {
	width: 550px;
	height: auto;
	overflow: hidden;
	clear: both;
}

#logoContainer {
	width: 10000px;
}

.logo-wpis {
	width: 540px;
	height: 340px;
	padding: 0px 10px 0px 0px;
	float: left;
	background-position: top left;
	z-index: 1;
}

img.prev2, img.next2 {
    position: relative;
	top: -20px;
    cursor: pointer;
	z-index: 2;
}

img.prev2 {
	left: 195px;
}

img.next2 {
	left: 205px;
}


/* --------------- style formularza kontaktowego ---------------- */


input.text {
	width: 220px;
	height: 19px;
	padding: 6px 15px 0px 15px;
	margin-bottom: 6px;
	font-size: 11px;
	color: #202020;
	border: 0px;
	font-family: Verdana;
	background: url(../gfx/form_text.gif) no-repeat;
}

input.submit {
	width: 80px;
	height: 34px;
	margin-top: -2px;
	border: 0px;
	background: url(../gfx/from_submit.gif) no-repeat;
	cursor: pointer;
	float: right;
}

textarea {
	width: 220px;
	height: 125px;
	padding: 10px 15px 10px 15px;
	margin-bottom: -2px;
	overflow: visible;
	font-size: 11px;
	color: #202020;
	border: 0px;
	font-family: Verdana;
	background: url(../gfx/form_textarea.gif) no-repeat;
}

table.formularz {
	float: right; 
	margin: 15px 30px 0px 30px; 
	padding: 0px;
	width: 250px;
}

/** CSS do lightboxa
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	/*zoom: 1;*/
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}