* {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
div {
	font-size: 12px;
}
img {
	border: 0;
}
a, a:link a:active {
	text-decoration: none;
	background-color: transparent;
	color: #6c8a29;
}
a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #6c8a29;
}
a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #565551;
}
/*****************basic layout *****************/
.clrb {
	clear: both;
}

body {
	margin: 0;
	padding: 0;
	color: #565551;
	background: #ffffff url('images/kreatyw/bg.jpg') repeat-x 0 0;
}
div#pagewrapper {
	width:950px;
	margin: 0 auto;
	color: #565551;
	overflow:hidden;
}
div#header {
	width:950px;
	height: 290px;
	margin: 0;
	padding: 0;
	background: transparent url('images/kreatyw/ngmain.jpg') no-repeat right bottom;
	overflow:hidden;
}
div#header img {
	margin: 40px 0 30px 0;
}
div#header  h1 {
	width:340px;
	margin: 0;
	padding: 0;
	line-height: 36px;
	font-size: 20px;
	letter-spacing:2px;
	color:#97c139;
	font-weight:normal;
	text-align:center;
}
div#content {
	width:950px;
	margin-bottom: 20px;
	padding: 0;
	overflow:hidden;
	background: url(images/kreatyw/content_bg.jpg) repeat-x 0 0;
}
div#c_left {
	width:680px;
	margin: 0;
	padding:0;
	overflow:hidden;
	float:left;
	display:inline;
}
div#c_right {
	width:250px;
	margin: 0;
	padding-top: 255px;
	overflow:hidden;
	float:right;
	display:inline;
	background: transparent url('images/kreatyw/zadzwon.jpg') no-repeat right top;	
}
div#main {
   padding: 40px;
   margin:0 auto;
}
div#footer {
	clear: both;
	width: 100%;
	padding: 0;
	margin:0;
	border-top:3px solid #cacaca;
	background:#24201d;
}
div#footwrap {
	width: 950px;
	padding: 6px 0 30px 0;;
	overflow:hidden;
}
div#footwrap p{
	padding:0;
	line-height: 60px;
	font-size: 12px;
	color:#ffffff;
	text-align:center;
}
div#footwrap p a{
	color:#ffffff;
}
div#footwrap p a:hover{
	color:#ddff90;
}
div#footwrap h3 {
	font-size: 10px;
	line-height:12px;
	text-align: right;
	margin: 0;
	font-weight:normal;
	color:#a9a9a9;
}
div#footwrap h3 a {
	color: #a9a9a9;
}
div#footwrap h3 a:hover {
	color: #ffffff;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

table.contactform{
	width:400px;
	margin:0 auto;
}
table.contactform td{
	padding:5px;
}
table.contactform td input{
	padding:2px;
	background:#ffffff;
	border: 1px solid #464646;
	width:200px;
}
table.contactform td input.fbsubmit{
	padding:2px;
	background:#97c139;
	border: 1px solid #ffffff;
	color:#ffffff;
	font-weight:bold;
	width:205px;
	cursor:pointer;
}
table.contactform td textarea{
	padding:2px;
	background:#ffffff;
	border: 1px solid #464646;
	width:200px;
	height:80px;
}
div#CGGoogleMaps0{
	float:right;
	overflow:hidden;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
	font-size: 20px;
	line-height: 28px;
	margin: 10px 0 20px 0;
	color:#565551;
}
div#content h2 {
	color: #97c139;
	font-size: 20px;
	line-height: 28px;
	margin: 10px 0 20px 0;
}
div#content h3 {
	font-size: 15px;
	line-height: 24px;
	margin: 10px 0 10px 0;
	padding-bottom:4px;	
	color: #24201d;
	border-bottom:1px solid #565551;
}
div#content h4 {
	font-size: 16px;
	line-height: 26px;
	margin: 8px 0 8px 0;	
	color: #24201d;
}
div#content h5 {
	font-size: 14px;
	line-height: 22px;
	margin: 8px 0 8px 0;	
	color: #24201d;
}
div#content h6 {
	font-size: 14px;
	line-height: 50px;
	margin: 8px 0 8px 0;	
	color: #24201d;
}
div#content h6 img{
	vertical-align:middle;
	margin-right:6px;
}
/* END HEADINGS */
/* TEXT */
p {
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 20px;
	padding: 0;
	color:#565551;
	text-align:justify;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
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 {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#content ul li,
div#content ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#content dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#content dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#content dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
