/* - - - - - - - - - - - - - - - - - - - - -

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: #DDD;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
    line-height: 1.2em;
	text-align:left;
}

.boldtext{
       font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 0.9em;
	   font-weight:bold;
	   }

/*  --- 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: #000;
	text-decoration: underline;
}
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;
    font-size:14px; 
	margin:0px; 
	padding:0px;
	line-height:normal;}

h1 {
		padding:0;
		margin:0;
}
h2 {
	padding:2px 3px;
	font-weight:normal;
	font-size:22px;
	line-height:25px;
	margin:0;
}
h3 {
	font-weight:normal;
	font-size:17px;
	line-height:20px;
	margin:0;
	color:#07253F;
}
h4{
}

h5{
}
/*  --- 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
{

}
	#nakainer_inner{
		position:relative;
		width:780px;
		margin:0 auto;
		background:#FFF;
	}
		#header{
			clear:both;
			padding:10px 10px 5px 10px;
		}
			#logo{
				float:left;
				width:253px;
				
			}
				#logo h1{
					background: url(img/logo.jpg) left top no-repeat;
					
				}
					#logo h1 a{
						height: 65px;
						display:block;

					}
						#logo h1 a span{
						
							display:none;
						}
			
			#header_right{
				float:right;
				width:480px;
				color:#DA251C;
				font-weight:bold;
			}
				#mainmenu{
					clear:both;
					padding:30px 0 0 0;
				}
					#mainmenu ul{
						clear:both;
						list-style:none;
						padding:0;
						margin:0;
					}
						#mainmenu li{
							list-style:none;
							padding:0;
							margin:0;
							float:left;
						}
							#mainmenu li a{
								padding: 4px 10px 4px 10px;
								text-decoration:none;
								font-size:14px;
								font-weight:bold;
								display:block;
								border-right: #AAA 1px solid;
							}
								#mainmenu li a:hover{
									background:#CCC;
									color:#990000;								
								}							
		
		#page_area{
			clear:both;			
		}
			#content{
				padding: 5px 10px;		
			}
				#left_block{
					float:left;
					width: 240px;
				}
				
				#right_block{
					float:right;
					width: 510px;
				}
		
		
		
			#page_end{
				background: #1D374E;
				padding:3px 5px;
				clear:both;
			}
				#page_end a{
					color:#FFF;
				
				}
					#page_end a:hover{
						color:#990000;
				
					}
				#page_end img{
					float:left;
					margin:  0 20px 0 0;
					}
				.submenu{
					float:left;
				}
					.submenu ul{
						margin:0;
						padding:0;
						list-style:none;
					}
						.submenu li{
							list-style:none;
							margin:0;
							padding:0;
							float:left;
						}
							.submenu li a{
								padding: 10px 10px 10px 10px;
								text-decoration:none;
								font-size:14px;
								font-weight:bold;
								display:block;
								border-right: #FFF 1px solid;
							}
								.submenu li a:hover{
									background:#FFF;
								}
		
		#footer{
			clear:both;
			padding:5px;
			border-top: #999 2px solid;
		}
			#copyright{
				float:left;
			}
				
			#developer{
				float:right;
			}
		#footer img{
				vertical-align: middle;
			}


/* 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: #DA251C;}
.fcblue{ color:#667CB5;	}
.fcdarkgreen{ color:#1D374E}
/**** 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;}
.pad-top{margin-top:7px;}
.mar_top{margin-top:10px;}
/*   MARGINS END */
/*backgrounds*/
.bgb{ background:#000;}
.bgw{ background:#FFF;}
.bgr{ background: #DA251C;}
.bgblue{ background: #627BB4;}
/*backgrounds END*/
/*text-alignmeny*/
.txtleft{ text-align:left;}
.txtcenter{ text-align:center;}
.txtright{ text-align:right;}
/*backgrounds END*/

.borderbox{
	border:#CCC 1px solid;
}
.compendbg{
	background-image: url(img/mini_comp.png);
	background-position: right top;
	background-repeat:no-repeat;
}
.nostylelist{
	list-style:none;
	padding:0;
	margin:0;
	padding: 5px 4px;
}
	.nostylelist li{
		list-style:none;
		padding: 0 0 3px 25px;
	}
.spacing{
	padding:5px 10px;
}
.border_top{
             border-top:5px solid;
			 }
.left_page2{
			 margin:0px;
			 padding:0px;
			 width:519px;
			 float:left;
	        }
.right_page2{
			 float:right;
			 margin:0px;
			 padding:0px;
			 width:240px;
	        }

.red{
        margin:0px;
		padding:0 0 15px 0;
		list-style-type:none;
		float:left;
		width:519px;
		}
.red li{
        color:#D93730;
		float:left;
		padding:0 12px 0 0;
		font-size:14px;
		}
.red a{
        color:#D93730;
		text-decoration:none;
		font-weight:bold;
		}
.blue_p{
         background-color:#627BB4;
		 margin:0px;
		 padding:5px 0 5px 0;
		 color:#FFFFFF;
		 text-align:center;
		 font-size:14px;
		 font-weight:bold;
		 }
.img3{
       float:right;
	   padding:0 0 20px 0;
	   }
 .lower_text{
               margin:0px;
			   padding:5px;
			   float:left;
			   }
.color_red{
           color:#D93730;
		  
		   }
.color_blue{
              color:#0071BF;
			 }

.blue_head{
              color:#0071BF;
			  background-image:url(img/arrow_blue.jpg);
			  background-repeat:no-repeat;
			  background-position:left;
			  padding:0 0 0 15px;
			  }
.blue_head a{
              color:#0071BF;
			  text-decoration:none;
			  }
.big{
       list-style-type:none;
	   text-align:center;
	   font-size:18px;
	   padding:0px;
	   margin:0px;
	   font-weight:bold;
	   }
.big li{
         list-style-type:none;
		 text-align:center;
		 padding:15px 0 15px 0;
		 margin:0px;
		 line-height:20px;
		 border-bottom:1px solid;
		 }
.grey_div{
           margin:10px 0 0 0;
		   padding:5px 0 5px 0;
		   background-image:url(img/side_bg.jpg);
		   background-repeat:repeat-y;
		   }
.order{
        margin:0px;
		padding:0 0 0 200px;
		font-size:18px;
		font-weight:bold;
      }		

.order li{
           margin:0px;
		   padding:0px;
		   line-height:normal;
		   }   
.p_pad{
       padding:25px 0 0 20px;
	   margin:0px;
	   width:340px;
	   float:left;
	   text-align:center;
	   font-weight:bold;
	   }   
.logo_pad{
          padding:0px;
		  margin:5px 20px 5px 0px;
		  float:right;
		  }      
 .plus{
        margin:0px;
		padding:10px 0 0 0;
		float:left;
		list-style-type:none;
		font-weight:bold;
		color:#1D374E;
		clear:both;
		width:480px;
		line-height:normal;
		}
.plus li{
        margin:0px;
		padding:0 0 0 15px;
		list-style-type:none;
		font-weight:bold;
		color:#1D374E;
		background-image:url(img/li_cross.png);
		background-repeat:no-repeat;
		}
.zero{
      padding:10px 0 10px 0;
	  margin:0px;
	  
	  }
.bord{
       border:1px solid;
	   border-color:#E3E3E3;
	   }
.hire_us{
         font-size:16px;
		 font-weight:bold;
		 color:#1D374E;
		 line-height:normal;
		 }
.logo_bottom{
             margin:20px 0 10px 80px;
			 }
.pad_li li{
            padding:0 0 30px 50px;
		   }
.pad_li{
         padding:15px 0 0 0;
		 }

/***  NO USE ENDS HERE so its usefull now ! ****/
