/* - - - - - - - - - - - - - - - - - - - - -

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;
}

/*  --- Global Form Styles  -- End HERE */


/* ----- Icons, etc ----- */


/* ----- BODY ----- */

body {
	margin:0;
	padding:0;
	background: #fff;
	color: #3F0046;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    line-height: 1.1em;
	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: #3300ff;
	text-decoration: none;
}
a:active { outline: none; }
a:hover {
	color: #3300ff;
	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: 13px;
	line-height: 15px;
	font-weight:bold;
	margin: 0;
	padding: 5px 0 0 0;
	color: #3F0046;
	}
h2 {
	font-size: 13px;
	line-height: 15px;
	font-weight:bold;
	color: #3F0046;
	margin: 0;
	padding: 0 0 5px 0;
	}
h3 {
	font-size: 11px;
	line-height: 13px;
	font-weight:bold;
	margin: 0;
	padding: 10px 0 0 0;
	}

h5{
	font-size:13px;
	color:#3F0046;
	}
/*  --- 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:0px auto 0 auto;
}
	#nakainer_inner{
		position:relative;
		margin:0 auto;
		width:880px;
		background:#93698C;
	}
		#header{
			clear:both;
			padding:15px;
		}
			#logo{
				margin:0 auto;
				background:url(img/logo.jpg) left top no-repeat;
				width:280px;
				height:86px;
			}
				#logo h1{
					display:none;
				}
		#pagearea{
			clear:both;
			background: #B19CB5;
			
		}
			#sideimage{
				float:left;
				width:110px;
				min-height: 360px;
				height:auto !important;
				height:360px;
			}
				#sideimage_inner{
					margin:5px;
				}
			
			#pagecontent{
				float:right;
				width:769px;
				border-right:#93698C 1px solid;
			}
			
				#menu_block{
					
					background:#FFF;
					margin:7px 0 0 0;
				}
				
				#primary_content{
					background:#FFF;
					min-height: 430px;
					height:auto !important;
					height:430px;
					margin: 7px 0 0 0;
					border-top:#FFF 1px solid;
				}
					#primary_content_inner{
						margin:10px 20px;
					}
		#footer{
			clear:both;
			margin:5px 0 5px 0;
			padding:2px;
			color:#FFF;
			font-size:11px;
		}
			#footer a{
				color:#FFFFFF;
				}
		
			#developer{
				float:left;
			}
			#copyright{
				float:right;
			}

	#intro a{
		color:#FFFFFF;
		font-size:12px;
	}

/* 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 ! ****/

.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;
font-size:12px;}

/* Set up the link size, color and borders */

.pmenu a, .pmenu a:visited {
display:block; 
float:left;
text-decoration:none;
color: #3F0046;
padding : 4px 12px;
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 : #EEE;}
.pmenu a.pmenu_1:hover {color:#000;background : #EEE;}
.pmenu a.pmenu_2:hover {color:#000;background : #EEE;}

/* 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:140px; 
background: #FFFFFE;
height:auto !important;
padding:2px 10px;
margin:0;
color: #333333;
text-align:left;
font-weight:normal;
font-size:12px;
}



.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: #EEE; color:#000;}


.pmenu li li:hover > a {background: #835E7D; color:#FFF;}





/* 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:130px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif); width:120px;}
/* 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;
}