/* - - - - - - - - - - - - - - - - - - - - -

Title : NAK Version 2
Author : Manu Goenka
URL : www.css2.0mania.com

- - - - - - - - - - - - - - - - - - - - - */


/* ClearFix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Global Form Styles */
form{
margin: 0;
padding: 0;
}
input, textarea{
	background: #fff;
	border: 1px solid #83cde1;
	border-top: 3px solid #83cde1;
}
input:hover, textarea:hover {
	background: #F0FDE2;
	border-top: 3px solid #b1e77a
}
input:focus, textarea:focus {
	background: #FCFFEC;
	border-top: 3px solid #b1e77a
}
.submit { border: 0; width: auto; }
.submit:hover, .submit:active { border:0; }
.radio { background: none; border: 0; }

/*  --- Global Form Styles  -- End HERE */


/* ----- Icons, etc ----- */
.date {
	background:url(cimg/date.gif) left no-repeat;
	padding-left:18px;
	padding-right: 3px;
	float:right;
}
.time {
	background:url(cimg/clock.gif) left no-repeat;
	padding-left:16px;
	float:right;
	margin-right:10px;
}
.permalink {
	background:url(cimg/permalink.gif) left no-repeat;
	padding-left:18px;
}
.permalink_recent {
	background:url(cimg/permalink.gif) right no-repeat;
	padding-right:18px;
}
.comments {
	background:url(cimg/comment.gif) left no-repeat;
	padding-left:16px;
	float:left;
}
.comments a { color: #fff; }


body {
	margin:0;
	padding:0;
	background:#FFF;
	color: #222;
	font-family : "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
	font-size : 72%;
}
abbr, acronym { /* acronym and abbr aren't styled in IE per default */
	border-bottom: 1px dotted #58B2CB;
	cursor: help;
}
code {
	color: #7FC4D8;
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
}

/* a */

a:link, a:visited {
color : #e45602;
text-decoration : underline;
}

a:hover {
color : #fff;
background : #ed803f;
text-decoration : none;
}

a:active, a:focus {
color : #fff;
background : #ce4e02;
text-decoration : none;
}

* html a.external {
text-decoration : none;
border-bottom : 1px dotted #cfcfcf;
}

a[rel="external"] {
padding-right : 9px;
background : url(../images/icon-external.gif) no-repeat right center;
text-decoration : none;
}

a[rel="external"]:hover, a[rel="external"]:active, a[rel="external"]:focus {
color : #ce4e02;
}





hr { display:none; }
p { margin:0 0 8px 0 }

/* hx */

h1, h2, h3  {
font-weight : normal;
letter-spacing: -1px;
color : #867d60;
}

h1 {
font-size : 200%;
text-transform : uppercase;
}

h2 {
margin-top : 20px;
font-size : 120%; 
}


/********************************************************* --- Main Body Container  *******************************************************/
.setwidth
{
width: 770px;
margin: 0 auto 0 auto;
}



#nakainer
{
	width: 100%;
	padding:0;
	margin:0 auto 0 auto;
	background: #FFF;
	position: relative;
	background: #FFF;
}

#header{
background: #F8F7F4 url(headerbg.jpg) repeat-x;
border-bottom: 1px #9D9476 solid;
}

#livesupport{
height: 20px;
text-align:right;
padding: 10px;
}
#livesupport a{
color: #FFF;
}

#pagearea{
display:block;
width: 760px;
margin: 0 auto 0 auto;
}

#leftblock{
float:right;
width:470px;
min-height: 700px;
height:auto !important;
height: 700px;
border-left: 1px #9D9476 solid;
padding: 20px 25px 10px 15px;
text-align:justify;
}

#rightblock{

float:left;
width: 223px;
height:auto;
padding: 10px;
}
#logo{
height:108px;
width:223px;
background: #FFF url(logo.jpg) no-repeat;

}




#footer{
border-top: 1px #9D9476 solid;
}
#footerinside{
font-size: 80%;
text-align:center;
}

/*************************** Fixed Styles ********************************************/




.left{
float:left;
}
.right{
float:right;
}
.clearclean{
clear:both;
}
.noborder{
border: none;
}

.boldtext{
font-weight:bold;
}
.normatext{
font-weight:normal;
}
.bg1
{
background: #99CC00;
}
.fc0
{
color:#FFFFFF;
}
.fc1
{
color:#336699;
}
.fs1{
font-size:0.9em;
}
.midmove{
text-align:center;
}
.leftmove{
text-align:left;
}
.rghtmove{
text-align:right;
}
.undrline{
text-decoration:underline;
}
.italics{
font-style:italic;
}

/*************************** Fixed Styles END ********************************************/

/******************************************** HEADING ***********************/








/********************** MENU WORK ************************************/


/* nav-main 

#nav-main ul {
list-style-type : none;
padding : 0;
margin: 0;
}

#nav-main li {
display : inline;
}

#nav-main li a {
float : left;
padding : 10px 20px;
text-decoration : none;
color: #e45602;
}

#nav-main li a:hover {
background : #e45602 url(nav-main-a-bg.gif) repeat-x left top;
color: #fff;
}

*/


/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
.pmenu {
position:relative; z-index:100;
min-width: 250px;
width:auto !important;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
.pmenu, .pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */

.pmenu a, .pmenu a:visited {
display:block; 
float:left;
text-decoration:none;
font-weight:bold;
color: #e45602;
padding : 10px 10px;
}
.moretext a, .moretext a:visited {
line-height:20px;
}
.pmenu a.pmenu_0, .pmenu a.pmenu_0:visited {

}
.pmenu a.pmenu_1, .pmenu a.pmenu_1:visited {

}
.pmenu a.pmenu_2, .pmenu a.pmenu_2:visited {

}



.pmenu a.pmenu_0:hover {color:#000;background : #e45602 url(nav-main-a-bg.gif) repeat-x left top;}
.pmenu a.pmenu_1:hover {color:#000;background : #e45602 url(nav-main-a-bg.gif) repeat-x left top;}
.pmenu a.pmenu_2:hover {color:#000;background : #e45602 url(nav-main-a-bg.gif) repeat-x left top;}

/* Set up the sub level borders */
.pmenu li ul li a, .pmenu li ul li a:visited {


border: #000 1px solid;
border-width:0px 0px 1px 0px;
width:200px; 
background: #FFFFFE;
height:auto !important;
padding:2px 10px;
margin:0;
color: #333333;
text-align:left;
font-weight:normal;
}



.pmenu li a.enclose, .pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
.pmenu li {float:left; }
/* For Non-IE browsers and IE7 */
.pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
.pmenu li:hover > a {background: #D9DBD0; color:#000;}


.pmenu li li:hover > a {background: #D9DBD0; color:#000;}





/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
.pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
.pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:180px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif); width:170px;}
/* Position the first sub level beneath the top level liinks */
.pmenu > li:hover > ul {left:-30px; top:20px;}

/* get rid of the table */
.pmenu table {position:absolute; border-collapse:collapse; top:6px; left:0; z-index:100; font-size:1em;}

.pmenu table table {top:0;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html .pmenu li a:hover {position:relative; background:#D9DBD0; color:#000;}
* html .pmenu li  li a:hover {position:relative; background: #D9DBD0; color:#000;}

/* For accessibility of the top level menu when tabbing */
.pmenu li a:active, .pmenu li a:focus {background:#D9DBD0; color:#c00;}

/* Set up the pointers for the sub level indication */
.pmenu li.fly {background:#7484ad url(fly.gif) no-repeat right center;}
.pmenu li.drop {background:#7484ad url(drop.gif) no-repeat right center;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html .pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:180px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
.pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
.pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
.pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
.pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:180px;
}
/* make the fourth level visible when you hover over third level link */
.pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
.pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}