/* - - - - - - - - - - - - - - - - - - - - -

Title : NAK Version 2
Author : Manu Goenka
URL : www.css2.0mania.com

- - - - - - - - - - - - - - - - - - - - - */


/* ClearFix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */


/* Global Form Styles */
form{
margin: 0;
padding: 0;
}
input, textarea,input[type=text]{
	background: #fff;
	border:#bcbfae 1px solid;
	padding:3px;
}

select{
	border:#bcbfae 1px solid;
	margin:0;
	padding:0;
}

input:hover, textarea:hover {
	background: #F0FDE2;
}
input:focus, textarea:focus {
	background: #FCFFEC;
}
.submit { border: 0; width: auto; }
.submit:hover, .submit:active { border:0; }
.radio { background: none; border: 0; }

/*  --- Global Form Styles  -- End HERE */


/* ----- Icons, etc ----- */


/* ----- BODY ----- */

body {
	margin:0;
	padding:0;
	background:#eee3ca url(img/body-bg.gif) repeat-x 0 0;	
	color: #5D4B25;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align:left;
}

/*  --- BODY Style  -- End HERE */


/* ----- LINKS ----- */
abbr, acronym { /* acronym and abbr aren't styled in IE per default */
	border-bottom: 1px dotted #58B2CB;
	cursor: help;
}
a {
	color: #B9702B;
	text-decoration: none;
}
a:active { outline: none; }
a:hover {
	color:#B9702B;
	text-decoration: underline;
	outline: none;
}
a img { border: 0; }
/*  --- LINK Style  -- End HERE */


/*  Image PNG fix ******************   */

/*  Image PNG fix END   */





/* ----- P and H ----- */
p { margin:0 0 8px 0 }

h1 {
	font-size: 30px;
	line-height: 28px;
	font-weight:bold;
	margin: 0;
	padding: 10px 0 0 0;
	letter-spacing:-1px;
	}
h2 {
	font-size: 1.7em;
	line-height: 1.7em;
	font-weight:normal;
	color: #EB690C;
	margin: 0;
	padding: 0 0 0 0;
	}
h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight:normal;
	margin: 0;
	padding: 0 0 0 0;
	color:#1287CD;
	}

h5{
	font-size:13px;
	color:#872C31;
	}
/*  --- P and H   -- End HERE */
/*  Image PNG fix ******************   */
 img, 
 div,
 a,
 a:hover,
 a:visited{ behavior: url(/iepngfix.htc) }
/*  Image PNG fix END   */

/********************************************************* --- Main Body Container  *******************************************************/

#nakainer
{
	position:relative;
	margin:0 auto;
	width:860px;
	background: url(img/main-container-bg.gif) repeat-y;
}
#nakainer_inner{
	padding:10px 25px;
}
	#header{
	}
		#logo{
			float:left;
			background: url(img/logo.png) no-repeat;
			width:450px;
			height: 75px;
		}
			#logo h1{
			display:none;
			}
		#contact{
			float:right;
			margin: 20px 0 0 0;
		}
	#navigation{
		clear:both;
		background:#EE770B;
		margin: 10px 0;
	}
	#page_anim{
		clear:both;
		border:#E8D7B3 1px solid;
		margin: 10px 0;
	}
	
	#page-heading{
		
	}
	#page_area{
		clear:both;
		background:url(img/title-bg-line.gif) repeat-x;
		padding: 10px 0;
		min-height: 400px;
		height:auto !important;
		height:400px;
	}
	
	#footer{
		clear:both;
		background:url(img/title-bg-line.gif) repeat-x;
		padding: 10px 0 5px 0;
	}
		#developer{
			float:left;
		
		}
		
		#copyright{
				float:right;
			}



/* custom Styles starts here  ***************************/



/***  NO USE ****/

/**** floats  ***/
.left{float:left}
.right{float:right;}
.clear{clear:both;}
/**** floats END  ***/
/**** FONT COLORS  ***/
.fcb{ color:#000;}
.fcw{ color:#FFF;}
.fcr{ color: #990000;}
/**** FONT COLORS  ***/
.text_color_orange{color:#B9702B;}
.text_color_green{color:#646B41;}
/****Font Size ****/
.text_size_10{font-size:10px;}
.text_size_12{font-size:12px;}
.text_size_14{font-size:14px;}
.text_size_16{font-size:16px;}
.text_size_18{font-size:18px;}
.text_size_20{font-size:20px;}
/*   PADDING  */
.padd1{padding: 1px;}
.padd2{padding: 2px;}
.padd3{padding: 3px;}
.padd5{padding: 5px;}
.padd10{padding: 10px;}
.padd15{padding: 15px;}
/*   PADDING  END */
/*   MARGINS */
.pad1{margin: 1px;}
.pad2{margin: 2px;}
.pad3{margin: 3px;}
.pad5{margin: 5px;}
.pad10{margin: 10px;}
.pad15{margin: 15px;}
/*   MARGINS END */
/*backgrounds*/
.bgb{ background:#000;}
.bgw{ background:#FFF;}
.bgr{ background: #990000;}
/*backgrounds END*/
/*text-alignmeny*/
.txtleft{ text-align:left;}
.txtcenter{ text-align:center;}
.txtright{ text-align:right;}
/*backgrounds END*/




/***  NO USE ENDS HERE so its usefull now ! ****/
/*	navigation
-----------------------------------------*/
/* 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;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
.pmenu, .pmenu ul {padding:0; margin:0 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;
color: #FFF;
padding : 4px 15px;
font-weight:bold;
}
.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 : #CCC;}
.pmenu a.pmenu_1:hover {color:#000;background : #CCC;}
.pmenu a.pmenu_2:hover {color:#000;background : #CCC;}

/* 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: #D23F02; color:#FFF;}


.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:-10px; 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:17px;}

/* get rid of the table */
.pmenu table {position:absolute; border-collapse:collapse; top:7px; 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;
}