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

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

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

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

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

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

a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #000000;
}

/*****************
podstawowy wyglad
*****************/
body {
   background: #f2f2f2 url(images/kreatyw/bg.jpg) repeat-x 0 0; 
   color: #454039;
   margin: 0px;
}
div.clearb{
	clear:both;
}

div#pagewrapper {
   border: 0px;
   margin: 0 auto;
   width: 950px;
   background: transparent;
}
div#ng01 {
	width:950px;
	height: 100px;
	margin: 0;
	padding:0;
	overflow:hidden;
	background: #000000 url(images/kreatyw/ng_01.jpg) no-repeat 0 0; 
}
div#ng01 h1 a {
        display: block;
	width:280px;
	height: 100px;
	margin: 0;
	overflow:hidden;
	float:left;
	display:inline;
        text-indent: -999em;
}
div#ng02 {
	width:950px;
	height: 250px;
	margin: 0;
	padding:0;
	overflow:hidden;
	background: #000000 url(images/kreatyw/ng_02.jpg) no-repeat 0 0; 
}
div#content_txt {
	width:500px;
	height: 180px;
	margin: 70px 0 0 435px;
	padding:0;
	overflow:hidden;
	font-size:11px;
	line-height:24px;
	color:#ffffff;
	text-align:justify;
}
div#content_txt p{
	font-size:11px;
	line-height:24px;
	color:#b7b7b7;
	text-align:justify;
	margin:0 10px 12px 0;
	padding:0;
}
div#content_txt p a{
	color:#b3d800;
}
div#content_txt p a:hover{
	color:#ffffff;
}
div#ng03 {
	width:950px;
	height: 40px;
	margin: 0;
	padding:0;
	overflow:hidden;
	background: #000000 url(images/kreatyw/ng_03.jpg) no-repeat 0 0;
}
div.breadcrumbs{
	width:950px;
	height:30px;
	overflow:hidden;
	background:transparent;
	color:#7a7a7a;
	line-height:30px;
	font-size:10px;
	padding-left:20px;
	font-weight:normal;
	letter-spacing:1px;
	text-align:right;
}
div.breadcrumbs a{
	color:#7a7a7a!important;
}
div.breadcrumbs a:hover{
	color:#000000!important;;
}
div.breadcrumbs span.lastitem{
	font-weight:bold;
}
div#content {
	width: 950px;
	overflow:hidden;
	margin:0;
}
div#c_right {
	width:950px;
	margin: 0;
	padding:0;
	overflow:hidden;
	float:right;
	display:inline;
}
div#main {
   padding: 0 0 25px 0;
   margin:0;
}
div#footer {
	clear:both;
	width:100%;
	margin: 0;
	padding:20px 0;
	overflow: hidden;
	color: #ffffff;
	background: #000000 url(images/kreatyw/footer.jpg) repeat-x 0 0;
}
div#footwrap {
	clear:both;
	width:950px;
	margin: 0 auto;
	overflow: hidden;
}
div.contact_foot {
	width:240px;
	margin:0;
	padding: 5px 0 20px 0;
        float:left;
}
div.contact_foot h1{
        font-size: 22px;
        line-height: 28px;
        color:#b2d700;
        letter-spacing: 2px;
        font-weight: normal;
	margin:12px 0 10px 0;
	padding:0;
}
div.contact_foot p{
	color:#f2f2f2;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding-left:40px;
	line-height:26px;
	margin:0;
}
div.contact_foot a{
	color:#f2f2f2;
}
div.contact_foot a:hover{
	color:#b2d700;
}
div.contact_foot img{
	float:left;
	margin:5px 0 0 0;
}
div#foot_l {
	width:450px;
	margin: 0;
	overflow: hidden;
	color: #f2f2f2;
	float:left;
	display:inline;
}
div#foot_l h4{
	font-size:11px;
        line-height: 18px;
	text-align:right;
	color: #858585;
	font-weight:normal;
	padding-top:80px;
}
div#foot_l h4 a{
	color: #bebebe;
}
div#foot_l h4 a:hover{
	color: #b2d700;
}
div#foot_l p{
	font-size:11px;
	text-align:left;
	color: #ffffff;
	font-weight:normal;
	padding:30px 0 0 0;
}
div#foot_l p a{
	color: #a9a9a9;
	padding:5px 10px 5px 0;
}
div#foot_l p a:hover{
	color: #ffffff;
}
div#foot_r {
	width:560px;
	margin: 0;
	overflow: hidden;
	color: #ffffff;
	float:right;
	display:inline;
}

/* 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;
}
table.tab_kontakt{
	width:100%;
	margin:10px auto;
}
table.tab_kontakt th{
	padding:10px;
	vertical-align:middle;
	text-align:center;
	background:#009fe2;
	border-top:6px solid #007eb3;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
table.tab_kontakt td{
	padding:10px;
	vertical-align:top;
}

table.contactform{
	width:400px;
	margin:0 auto;
}
table.contactform td{
	padding:5px;
}
table.contactform td input{
	padding:2px;
	background:#eeeeee;
	border: 1px solid #332a29;
	width:200px;
}
table.contactform td input.fbsubmit{
	padding:2px;
	background:#7a9300;
	border: 1px solid #7a9300;
	color:#ffffff;
	font-weight:bold;
	width:205px;
        cursor: pointer;
}
table.contactform td textarea{
	padding:2px;
	background:#eeeeee;
	border: 1px solid #332a29;
	width:200px;
	height:80px;
}

table.tab_start{
	width:100%;
	margin:0 auto 10px auto;
}
table.tab_start td{
	padding:140px 10px 0 0;
	color:#ffffff;
	width:49%;
	text-align:center;
	vertical-align:top;
	font-size:12px;
	line-height:18px;
}
table.tab_start td p{
	color:#ffffff;
	text-align:center;
	font-size:12px;
	line-height:18px;
}
table.tab_start td p a{
	color:#ffffff!important;
}
table.tab_start td p a:hover{
	color:#aef21e!important;
}

table.tab_cennik{
	width:100%;
	margin:0 auto 10px auto;
}
table.tab_cennik td{
	padding:5px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	font-size:10px;
	line-height:18px;
	background:#454039;
}
table.tab_cennik td p{
	color:#ffffff;
	text-align:center;
	font-size:10px;
	line-height:18px;
	margin:0!important;
	padding:0!important;
}
table.tab_cennik th{
	padding:5px;
	color:#454039;
	text-align:center;
	vertical-align:middle;
	font-size:10px;
	line-height:18px;
	background:#ffffff;
}
table.tab_cennik th p{
	color:#454039;
	text-align:center;
	font-size:10px;
	line-height:18px;
	margin:0!important;
	padding:0!important;
}

table.main_tab{
	width:100%;
	margin:0 auto 10px auto;
}
table.main_tab td{
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;

}
table.main_tab td.right{
	width:400px;
	padding-left:120px;
}
table.main_tab td h3{
        font-size:12px!important;
        line-height: 16px!important;
        border: none!important;
}
table.main_tab td h3 strong{
	background:#b2d700!important;
	color:#ffffff!important;
	font-size:10px!important;
	padding:6px!important;
}
table.main_tab td p{
	color:#454039!important;
	text-align:justify;
	font-size:11px!important;
	line-height:15px!important;
	margin:0!important;
}
table.main_tab td p a{
	color:#000000!important;
}
table.main_tab td p a:hover{
	color:#e36013!important;
}
div#CGGoogleMaps0{
	margin:10px auto;
	overflow:hidden;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#main h1 {
   color: #94b300;
   font-size: 22px;
   line-height: 32px;
   text-align: left;
   font-weight: normal;
   letter-spacing: 2px;
   padding:0;
   margin:10px 0 20px 0;
   clear:both;
}

div#main h2 {
	height:30px;
	color: #000000;
	font-size: 14px;
	text-align: left;
	padding:0;
	margin:0 0 20px 0;
	text-indent:-999em;
}
div#main h2.czymsiezajmujemy {
	width:229px;
	background: url('images/kreatyw/h2_czym_sie_zajmujemy.jpg') no-repeat center left;	
}
div#main h2.krotkoonas {
	width:147px;
	background: url('images/kreatyw/h2_krotko_o_nas.jpg') no-repeat center left;	
}
div#main h2.dlaczegomy {
	width:160px;
	background: url('images/kreatyw/h2_dlaczegomy.jpg') no-repeat center left;	
}
div#main h3 {
   color: #e36013;
   font-size: 18px;
   line-height: 28px;
   font-weight: bold;
   letter-spacing: 2px;
   padding-bottom:4px;
   border-bottom: 1px solid #474747;
   margin: 10px 0 10px 0;
   clear: both;
   
}
div#main h4 {
   color: #828282; 
   font-size: 12px;
   line-height:16px;
   padding: 5px;
   text-align:left;
   margin: 10px 0 10px 0;
}
div#main h5 {
   color: #000000;
   background:#ffffff;
   font-size: 14px;
   line-height: 20px;
   font-weight:bold;
   margin: 12px 0 12px 0;
   padding:4px 10px 4px 10px;
   border-bottom:1px solid #e67b3c;
   letter-spacing:1px;
   clear:both;
}
div#main h6 {
   color: #3d332b; 
   font-size: 12px; 
   text-align: center; 
   padding: 0;
   margin:0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 12px;
   margin: 15px 0 15px 0;  /* some air around p elements */
   line-height:18px;
   padding: 0;
   color:#464646;
   text-align:justify;
   /*text-shadow: #D2D2D2 2px 2px 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 */
ul, ol, dl {
  font-size: 12px;
   line-height:16px;
   margin: 10px 0 0 25px;
}
ul li, ol li {
  margin: 5px 0 2px 20px;
}

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

ul.clearfix{
	font-size: 12px;
	line-height:16px;
	margin: 10px 0 0 25px;
}
ul.clearfix li{
	margin: 5px 0 2px 20px;
}
ul.clearfix li a{
	color:#3d332b;
}
ul.clearfix li a:hover{
	color:#df0023;
}
/* END LISTS */
