/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

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

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 10px;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
a,
a:link 
a:active {
   text-decoration: none;
   background-color: transparent; 
   color: #c80b08; 
}

a:visited {
   text-decoration: none;
   background-color: transparent; 
  color: #c80b08;
}
a:hover {
   text-decoration: none;
   background-color: transparent; 
   color: #2e2e2e;
}

/*****************
basic layout 
*****************/
body {
   background: #ffffff;
   color: #2e2e2e;
   margin:0;
}
div.clr{clear:both;}

div#pagewrapper {
   margin: 0 auto;
   width: 950px;
   background-color: #ffffff;
   color: #2e2e2e;
}

div#header {
   width:950px;
   height: 230px;
   margin-top:40px;
   overflow:hidden;
}
div#ng_01 {
   width:225px;
   height: 230px;
   overflow:hidden;
   float:left;
   display:inline;
   background: #2e2e2e url(images/kreatyw/ng_01c.jpg) no-repeat 0 0;
}
div#ng_01 h3 {
	color: #ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-top:80px;
}
div#ng_01 h3 a{
	color: #ffffff;
}
div#ng_01 h3 a:hover{
	color: #c80b08;
}
div#ng_01 h4 {
	color: #8a8a8a;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	letter-spacing:1px;
}
div#ng_01 h4 a{
	color: #8a8a8a;
}
div#ng_01 h4 a:hover{
	color: #c80b08;
}
div#ng_02 {
   width:515px;
   height: 230px;
   overflow:hidden;
   float:left;
   display:inline;   
   background: #ffffff url(images/kreatyw/ng_02c.jpg) no-repeat 0 0;
}
div#ng_03 {
   width:210px;
   height: 230px;
   overflow:hidden;
   float:left;
   display:inline;   
   background: #ffffff url(images/kreatyw/ng_03c.jpg) no-repeat 0 0;
}


div.breadcrumbs {
   height:20px;
   padding: 0 0 0 10px;
   font-size: 10px;
   margin: 0;
   background: #ffffff url(images/kreatyw/content_bg.jpg) repeat-y 0 0;
}

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

div#content {
   margin: 0;
   width:950px;
   overflow:hidden;
   background: #ffffff url(images/kreatyw/content_bg.jpg) repeat-y 0 0;
}
div#c_left {
   float: left;
   width: 170px;
   display: inline;
   margin: 0;
   overflow:hidden;
}
div#c_left p{
   margin: 20px 0 0 0;
   text-align:left;
}
div#c_left p img{
   margin: 0;
}

/* position for the search box */
div#search {
   width: 100%;
   margin-top:50px;
   text-align: center;
   padding: 30px 5px 30px 5px;
   background: #f2f1f1;
}
div#search input.in_txt{
	width:120px;
	background:#ffffff;
	border: 1px solid #383431;
	padding:2px;
	color:#383431;
}
div#search input.in_but{
	background:#383431;
	border: 0;
	padding:2px;
	color:#ffffff;
	margin-left:10px;
}
div#main {
	float:left;
	width:540px;
	display:inline;
	margin: 0 0 0 10px;
	padding:0px;
	overflow:hidden;
}
div#c_right {
   float: left;
   width: 190px;
   display: inline;
   margin: 0 0 0 25px;
   overflow:hidden;
   padding-top:20px;
}

div#footer {
   clear: both;
   color: #ffffff;
   background: #2e2e2e;
   height:80px;
   margin-top:10px;
}

div#footer p {
   font-size: 10px;
   line-height: 79px;
   text-align: center;
   margin: 0;
}

div#footer p a {
   color: #ffffff;
}
div#foot_kr {
   clear: both;
   color: #a9a9a9;
   background: transparent;
   height:30px;
}
div#foot_kr h6 {
   font-size: 10px;
   padding: 5px;
   text-align: right;
   margin: 0;
   color:#a9a9a9;
}
div#foot_kr h6 a {
   color: #a9a9a9;
}
div#foot_kr h6 a:hover {
   color: #c80b08;
}
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  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:100%;
}
table.contactform td{
	padding: 5px;
}
table.contactform td input{
	width:220px;
	background:#ffffff;
	border: 1px solid #383431;
	padding:2px;
	color:#383431;
}
table.contactform td textarea{
	width:220px;
	background:#ffffff;
	border: 1px solid #383431;
	padding:2px;
	color:#383431;
}

table.tab_usb{
	width:100%;
}
table.tab_usb td{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding: 15px 5px;
	background-color: #343434;
	color:#ffffff;
}
table.tab_usb td a{
	color:#ffffff!important;
}
table.tab_usb td a:hover{
	color:#C80B09!important;
}

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

}
.txt_red{
	color:#9b231c;
}
/* HEADINGS */
div#content h1 {
   font-size: 14px;
   line-height: 22px;
   padding: 6px 0 6px 20px;
   margin-bottom:10px;
   background:#9a9a9a;
   color:#ffffff;
}
div#content h2 {
   font-size: 14px;
   line-height: 22px;
   padding: 0 0 4px 5px;
   color: #c80b08; 
   text-align: left; 
   border-bottom: 1px solid #2e2e2e; 
   margin-bottom:10px;
}
div#content h3 {
   color: #383431; 
   font-size: 14px;
   line-height: 26px;
   margin: 0 0 5px 0;
}
div#content h4 {
   color: #383431; 
   font-size: 12px;
   line-height: 14px;
   margin: 0 0 5px 0;
}
div#content h5 {
   color: #383431; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #383431; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 10px;
   margin: 0 0 10px 0; /* some air around p elements */
   line-height: 14px;
   padding: 0;
}
div#main p {
   font-size: 10px;
   margin: 5px 5px 10px 5px; /* some air around p elements */
   line-height: 14px;
   padding: 0;
}

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 {
 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%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
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;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
