/* - - - - - - - - - - - - - - - - - - - - -

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; }
img {border: none;}
/*  --- Global Form Styles  -- End HERE */


/* ----- Icons, etc ----- */


/* ----- BODY ----- */

body {
	margin:0;
	padding:0;
	background: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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:#0066FF;
	text-decoration: none;
}
a:active { outline: none; }
a:hover {
	color:#000;
	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:20px;
	font-weight:normal;
	color:#038FDC;
	margin:0px 0 10px 0;
	padding:10px 0px 6px 0px;
	line-height:normal;
	letter-spacing:normal;
	clear:both;
	border-bottom:1px solid;
	border-bottom-color:#8E8F8A;
	}
h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
	margin: 0;
	padding: 10px 0 0 0;
	color: #038FDC;
	}

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  *******************************************************/

hr {
height: 1px;
}

#nakainer
{
	margin:0px auto 0 auto;
}
	#nakainer_inner{
		margin:0 auto;
		width:780px;
		background:#FFF;
		/*border:#EEE 1px solid;
		border-width: 0 1px 0 1px;
		background: url(img/shade.jpg) no-repeat top center;*/
		padding: 30px 0 0 0;
	}	
		#header{
			padding: 0 0 0 0;
			/*background: url(img/logo.png) no-repeat top center;*/
			height: 146px;
			text-align:center;
		}
		
		#navigation{
			clear:both;
		}
			#anim{
				background:#FED861;	
				padding: 1px 0 1px 0;
				
			}
	#page_area{
		clear:both;
		padding:20px 0 10px 0;
	}
	
		#left_block{
			float:left;
			width:540px;
			min-height:400px;
			height:auto !important;
			height:400px;
			}
		
		#right_block{
			margin: 3px 0 0 0;
			float:right;
			width:200px;
			/*background:#FFCC66;*/
			text-align:center;
		}
		#right_block hr{
			color: #FFF;
			border-color:#FFF;
			height:0;
			background: #FFF;
		}
		
			
	#footer{
		clear:both;
		text-align:center;
		font-size:9px;
	}
	
	#footer_links{
	padding:5px;
	}

.home{
}
	#block1{
		float:left;
		width:160px;
		margin:0 0 0 0;
		background:#F7E306 url(img/edge.gif) left bottom no-repeat;
		height: 230px;
	}
	
	#block2{
		float:left;
		width:280px;
		margin:0 0 0 10px;
		background:#A1BF7F url(img/edge.gif) left bottom no-repeat;
		height: 230px;
		text-align:center;
	}
	
	#block3{
		float:left;
		width:320px;
		margin:0 0 0 10px;
		background:#F79D3D url(img/edge.gif) left bottom no-repeat;
		height: 230px;
		text-align:center;
	}
#flash_anim{
			width:643px;
			height:500px;
			padding:0px;
			margin:20px 73px 0px 73px;
			}
				

.blocks{
         margin:0px;
		 padding:0px;
		 clear:both;
		 }

.left_block{
       margin:0px;
	   padding:0px;
	   float:left;
	   width:161px;
	   }		  
	.heading{
		font-size:14px;
		padding:3px;
		font-weight:bold;
		text-align:center;	
	}
	.topbotbordbox{
		border-top: #FFF 5px solid;
		border-bottom: #FFF 5px solid;
		padding:5px;
		height: 170px;
		
	}
/* 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 ! ****/
		 #menu{
				clear:both;
				}
		 #menu ul{
		           float:left;
				   margin:0px;
				   padding:0px;
				   color:#FFFFFF;
				   list-style-type:none;
				   clear:both;
				   }
		 #menu li{
		          float:left;
				  margin:0 3px 0 0;
				  padding:4px 0 0 25px;
				  background-repeat:no-repeat;
				  text-align: center;
				  width:69px;
				  height:20px;
				  letter-spacing:normal;
				  line-height:normal;
				  font-size:12px;
				  background-image:url(img/link_bg.png);
				  float:left;
				  }
		 #menu a{
				  color:#FFFFFF;
				  }  
	 #menu a:hover{
	 				font-weight:bold;
					color:#FFCC00;
				  }
				  
				  
				  
greenlinks.a, greenlinks.a:hover, greenlinks.a:link, greenlinks.a:visited, greenlinks.a:active{
font-size:18px;}

