/* Reset */
body, img, p, h1, h2, h3, h4, h5, h6, ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

/* End Reset */
body {
    font-size: 0.8em;
    font-family: Arial, Verdana, Sans-Serif;
    background: white;
}

a {
    color: black;
}

/* Colors */
.color-yellow {
    background: #f2bc00;
}

.color-red {
    background: #dd0000;
}

.color-blue {
    background: #148ea4;
}

.color-white {
    background: #dfdfdf;
}

.color-orange {
    background: #f66e00;
}

.color-green {
    background: #8dc100;
}

.color-pink {
    background: #f67284;
}

.color-yellow h3, .color-white h3, .color-green h3 {
    color: #000;
}

.color-pink h3 .color-red h3, .color-blue h3, .color-orange h3 {
    color: white;
}

/* End Colors */
/* Head section */
#head {
    background: #fff url(img/head-bg.png) repeat-x;
    height: 100px;
}

#head h1 {
    line-height: 100px;
    color: #FFF;
    text-align: center;
    background: url(img/inettuts.png) no-repeat center;
    text-indent: -9999em
}

/* End Head Section */
/* Columns section */
#columns .column {
    float: none;
	
    width: 240px;
    /* Min-height: */
    min-height: 600px;
    height: auto !important;
    height: 600px;
	
}

/* Column dividers (background-images) : */
#columns #column1 {
    background: url(img/column-bg-left.png) no-repeat right top;
}

#columns #column3 {
    background: url(img/column-bg-right.png) no-repeat left top;
}

#columns #column1 .widget {
	
    margin: 3px 3px 0 2px;
}

#columns #column2 .widget {
    margin: 3px 3px 0 2px;
}

#columns #column3 .widget {
    margin: 3px 2px 0 3px;
}

#columns .widget {
    margin: 3px 2px 0 2px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#columns .widget .widget-head {
    color: #fff;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

#columns .widget .widget-head h3 {
    padding: 0 2px;
    float: left;
}

#columns .widget .widget-content {
    background: white url(img/widget-content-bg.png) repeat-x;
    padding: 0 5px;
    color: black;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
}

#columns .widget .widget-content p {
    padding: 0.8em 0;
    border-bottom: 1px dashed #666;
}

#columns .widget .widget-content img {
    float: right;
    margin: 1px;
    border: 1px dashed #FFF;
}

#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: black;
    font-size: 12px;
}

#columns .widget .widget-content ul {
    padding: 2px 0 2px 2px;
    list-style: disc;
}

#columns .widget .widget-content ul li {
    padding: 3px 0;
}

#columns .widget .widget-content ul.images {
    padding: 2px 0 0 0;
    list-style: none;
    height: 1%;
}

#columns .widget .widget-content ul.images li {
    display: inline;
    float: left;
}

#columns .widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 2px 2px;
}

/* End Columns section */
.nt_iframe {
    width: 100%;
    height: 300px;
}

.nt_div_frame {
    margin-top: 3px;
    border: dashed;
    border-width: 3px;
    border-color: red;
}

.nt_body_iframe {
}

.nt_obj {
    z-index: 0;
}

/*-------------------------------------------------------------*/
#columns .widget2Column {
    margin: 5px 2px 0px 2px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    float: none;
    width: 760px;
    position: absolute;
    z-index: 4;
}

#columns .widget2Column .widget-head {
    color: #fff;
    width: 800px;
    height: 30px;
    line-height: 30px;
    float: none;
}

#columns .widget2Column .widget-head h3 {
    padding: 0 2px;
    float: left;
}

#columns .widget2Column .widget-content {
    background: white url(img/widget-content-bg.png) repeat-x;
    padding: 0 5px;
    color: #000;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    float: none;
}

#columns .widget2Column .widget-content p {
    padding: 0.8em 0;
    border-bottom: 1px dashed #666;
    float: none;
}

/*
 #columns .widget2Column .widget-content img {
 float: right;
 margin: 1px;
 border: 1px solid #FFF;
 }*/
#columns .widget2Column .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}

#columns .widget2Column .widget-content ul {
    padding: 2px 0 2px 2px;
    list-style: disc;
}

#columns .widget2Column .widget-content ul li {
    padding: 3px 0;
}

#columns .widget2Column .widget-content ul.images {
    padding: 2px 0 0 0;
    list-style: none;
    height: 1%;
}

#columns .widget2Column .widget-content ul.images li {
    display: inline;
    float: left;
}

#columns .widget2Column .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 2px 2px;
}