/* - - - - - - - - - - - - - - - - - - - - -

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: #CCCCCC;
	border:#bcbfae 1px solid;
	padding:3px;
}

select{
	border:#bcbfae 1px solid;
	margin:0;
	padding:0;
}

input:hover, textarea:hover {
	background: #999999;
}
input:focus, textarea:focus {
	background: #999999;
}
.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: #231F20;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    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: #FDFDFD;
	text-decoration: underline;
}
a:active { outline: none; 
text-decoration: underline;}
a:hover {
	color:#FFF;
	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.1em;
	line-height: 1.5em;
	font-weight:normal;
	color: #000;
	margin: 0;
	padding: 0 0 5px 0;	
	}
h3 {
	font-size: 13px;
	line-height: 16px;
	font-weight:bold;
	margin: 0;
	padding: 5px 0 0 0;
	}


/*  --- P and H   -- End HERE */


/********************************************************* --- Main Body Container  *******************************************************/

#nakainer
{
	position:relative;
	width: 100%;
	margin:0 auto 0 auto;
	
}
#nakainer_inner
{
	width: 960px;
	margin:auto;
}

/* custom Styles starts here  ***************************/


#header{
	clear:both;
}


#logo{
	height:102px;
	width:165px;
	background: url(logo.jpg) no-repeat left top;
	float:left
}
	#logo h1{
		display:none;
	}
#banner{
	float: left;
	margin:5px 0 5px 40px;
	width:500px;
	height:90px;
	
	
}
#cart{
	float: right;
	width:220px;
	margin:10px;
	padding:5px;
	border: #CCC 1px solid;
}	
#navigation{
	background: #979A9C;
	border: #000 2px solid;
	border-width:0 0 2px 0;
}


#pagearea{
	clear:both;
	background:#898989;
}
#leftblock{
	float:left;
	
	width:182px;
}
	#leftblock_inner{
		padding:20px 10px 10px 10px;
	}
	
		#leftblock_inner ul li ul{
			padding-left: 12px;
			margin:2px 2px 5px 2px;
		}
		#leftblock_inner ul li ul li{
			padding:0px;
			margin:0px;
		}
		#leftblock_inner ul li ul li a{
			text-decoration:none;
		}
		
		
#midblock{
	float:left;
	width:590px;
	border: #000 2px solid;
	border-width:0 2px;
	background:#BCBCBC;
	min-height:700px;
	height:auto !important;
	height:700px;	
	color:#000000;	
}
	#midblock_inner{
		padding:10px 20px 10px 20px;
		
	}
		#midblock a{
			color:#000000;
		}
		
#rightblock{
	float:left;
	width:182x;
}
	#rightblock_inner{
		padding:20px 10px 10px 10px;
	}
#footer{
clear:both;
padding:10px 0;
font-size:10px;}


.page_link_num, a.page_link_num:visited 
{
	background:#CCCCCC;
	color:#000;
	margin:0 4px;
	padding:4px;
	border: #BBB 1px solid; 
}





/***  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  ***/
/*   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*/

/***  NO USE ENDS HERE so its usefull now ! ****/




/********************** MENU WORK ************************************/


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/*	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;
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;
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;text-decoration: none;}
.pmenu a.pmenu_1:hover {color:#000;background : #CCC;text-decoration: none;}
.pmenu a.pmenu_2:hover {color:#000;background : #CCC;text-decoration: none;}

/* 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:120px; 
background: #FFFFFE;
height:auto !important;
padding:2px 10px;
margin:0;
color: #333333;
text-align:left;
font-size:11px;
}



.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: #CCC; color:#000;text-decoration: none;}


.pmenu li li:hover > a {background: #CCC; color:#000;text-decoration: none;}





/* 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:16px;}

/* get rid of the table */
.pmenu table {position:absolute; border-collapse:collapse; top:1px; 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:#CCCCCC; color:#000;}
* html .pmenu li  li a:hover {position:relative; background: #CCCCCC; color:#000;}

/* For accessibility of the top level menu when tabbing */
.pmenu li a:active, .pmenu li a:focus {background:#CCCCCC; color:#000;}

/* 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;
}
