/*****************
usowamy wszystkie standardowe marginesy
******************/
* {
margin:0;
padding:0;
}

/*
standardowe czcionki
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height: 12px;
}

/*
rozmiar czcionek dla wszystkich div-ow
*/
div {
   font-size: 10px;
}

/*
kasujemy obramowanie wokol obrazkow
*/
img {
   border: 0;
}

/*
standardowe style linkow
*/
a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #363636; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #363636;
}

a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #d3940e;
}
a.zapytanie{
   text-decoration: none;
   background-color: inherit; 
   color: #ffffff; 
}
a:visited.zapytanie{
   text-decoration: none;
   background-color: inherit; 
   color: #ffffff; 
}
a:hover.zapytanie{
   text-decoration: none;
   background-color: inherit; 
   color: #d3940e; 
}
/*****************
podstawowy wyglad
*****************/
body {
   background-color: #e4e4e0;
   color: #6a6766;
   margin: 0px;
   background-image: url('images/kreatyw/bg_up.jpg');
   background-position: top;
   background-repeat: repeat-x;
}

/* rozmiar strony */
div#pagewrapper {
   border: 0px;
   margin: 0 auto;
   width: 950px; 
}

div#header {
   height: 60px; 
   overflow: hidden;
}

div#ng {
   background: url(images/kreatyw/ng_logo.jpg) no-repeat 0 0px; 
   display: block; 
   height: 300px;        
   text-decoration:none; 
   overflow: hidden;
   z-index: 1;
}

div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
	width:950px;
   background: url('images/kreatyw/content_bg.jpg') repeat-y 0 0px;
}
div#left {
   float: left;
   width: 240px; 
   display: inline;
   overflow:hidden;
}
div#menu_left {
   width: 240px; 
   padding-bottom: 20px;
   background: url('images/kreatyw/menu_left_bg.jpg') repeat-y 0 0px;
}
div#menu_left_end {
   width: 240px;
   height: 35px;
   background: url('images/kreatyw/menu_left_end.jpg') no-repeat 0 0px;
}
div#koszyk {
   width: 240px;
   padding-left: 35px;
   padding-right: 35px;
   margin-bottom: 15px;
}
div#koszyk h3 {
	color: #ffffff!important;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #77736d;
	width: 170px;
}
div#koszyk p {
	color: #b7afa4!important;
	font-size: 12px;
	text-align: center;
	width: 170px;
}
div#koszyk p a {
	margin-left: 10px;
	margin-right: 10px;
	color:#facd00;
}
div#koszyk p a:hover {
	color:#ffffff;
}
div#sidebar {
   width: 240px;    /* sidebar width, if you change this please also change #main margins */
   padding-left: 35px;
   padding-right: 35px;
}
div#sidebar h3 {
	color: #ffffff!important;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #77736d;
	width: 170px;
}
div#sidebar p {
	color: #b7afa4!important;
	font-size: 12px;
	text-align: center;
	width: 170px;
}
div#sidebar p a {
	color:#b7afa4;
}
div#sidebar p a:hover {
	color:#facd00;
}
div#main {
   float: right;
   width: 700px; 
   display: inline;
   margin-right: 10px;
   overflow:hidden;
}
div#main_album {
   width: 945px; 
   display: inline;
   margin: 0px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   padding: 0px; /* and some air on the right */
}
div#txt_up {
   width: 700px;
   height: 65px;
   background: url('images/kreatyw/ng_txt.jpg') no-repeat 0 0px;
}
div#txt_content {
   padding-left: 20px;
   padding-right: 50px;
}
div#footer {
	width:950px;
   clear:both;       /* keep footer below content and menu */
   overflow: hidden;
   color: #363636;
   background: #666462 url('images/kreatyw/footer_bg.jpg') repeat-y 0 0px;
}
div#kr_footer {
	float: left;
	width: 240px;
	display: inline;
}
div#kr_footer p a {
   color: #797979;
   font-size: 9px;
   text-align: center;
   text-decoration: none;
   display: block;
   margin: 0 auto;
}
div#kr_footer p a:hover {
   color: #facd00;
}
div#foot_copy {
	float: left;
	width: 710px;
	display: inline;
}
div#foot_copy p {
   color: #363636;
   text-align: center;
   text-decoration: none;
   margin:0;
   padding:0;
}
div#foot_copy p a {
   color: #363636;
   text-decoration: none;
}
div#foot_copy p a:hover {
   color: #e32720;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}
table.contactform{
	width: 500px;
	margin: 0 auto;
	text-align: left;
	padding: 5px;
	color: #3c3c3c;
	display: block;
	font-weight:bold;
}
table.contactform td{
	padding: 3px;
	text-align: center;
	font-weight:bold;
}
table.table_offer {
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
table.table_offer td{
	text-align: center;
	vertical-align: middle;
}
table.table_offer td.offer_left{
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	background: #005998;
	color: #ffffff;
	font-size: 12px;
}
table.table_offer td.offer_right{
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	background: #038ce4;
	color: #ffffff;	
	font-size: 12px;
}
table.table_offer td a{
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: #bf1914;
}
table.table_offer td img{
	text-align: center;
	vertical-align: middle;
	margin: 5px;
}
input{
	text-align: center;
	color: #3c3c3c;
	border: 0px solid #a39a96;
	background: #e4e4e4;
}
textarea{
	width: 350px;
	text-align: left;
	color: #3c3c3c;
	border: 1px solid #a39a96;
	background: none;
}

table.formbuilderform td{
	text-align: center;
	vertical-align: middle;
}
table.formbuilderform td textarea{
	width: 200px;
	height:100px;
	text-align: left;
	color: #3c3c3c;
	border: 1px solid #a39a96;
	background: none;
}
table.formbuilderform td input{
	width: 200px;
	color: #3c3c3c;
	border: 1px solid #a39a96;
	background: none;
}

table.tab_offer {
	margin: 0 auto;
	text-align: left;
	color: #3c3c3c;
	border: 2px solid #a71c16;
}
table.tab_offer caption{
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
	background-color: #a71c16;
}
table.tab_offer td{
	text-align: left;
	padding: 15px;
	color: #3c3c3c;
}

/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
	color: #6a6766; 
   font-size: 16px;
   line-height: 22px;
   letter-spacing:2px;
   margin-bottom: 10px;
}
div#content h2 {
   color: #363636;
   font-size: 16px; 
   text-align: left; 
/* some air around the text */
   padding-left: 10px;
   padding-bottom: 10px;
/* set borders around header */
   border-bottom: 0px solid #e7ab0b; 
   border-left: 0px solid #e7ab0b; 
   line-height: 20px;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #3c3c3c; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h3 a{
   color: #3c3c3c;
   font-weight: bold;
}
div#content h4 {
   color: #363636; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */