/* - - - - - - - - - - - - - - - - - - - - -

TITLE    :   NAKCSS FRAMEWORK VERSION 3
AUTHOR   :   NAKDESIGNER
URL      :   HTTP://WWW.NAKLABS.COM

- - - - - - - - - - - - - - - - - - - - - - 

Variable Defination

.textleft      =     Aligns Text to Left
.textcenter    =     Aligns Text to Center
.textright     =     Aligns Text to Right
.bg            =     Background Style
.fc            =     Font Color Style
.fs            =     Font Size Style
.ff            =     Font Face Style

- - - - - - - - - - - - - - - - - - - - - */

/* Clearfix Starts Here */

/* ClearFix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Clearfix Property Starts Here */

/* Global Form Styles */

form{
margin: 0;
padding: 0;
}
input, textarea{
	background: #fbfbfb;
	border: 1px solid #ddd;
	padding:2px;
	margin:19px 0 0 5px;
}
input:hover, textarea:hover {
	
}
input:focus, textarea:focus {
	
}

/*  --- Global Form Styles  -- End HERE */

/*  Image PNG fix ******************   */
 img, 
 div,
 a,
 a:hover,
 a:visited{ behavior: url(./iepngfix.htc) }
/*  Image PNG fix END   */

/* Global Reset Styles Starts */
*{
	margin:0;
	padding:0;
}
/* Global Reset Styles End */

body {
	background:url(img/body_bg.gif) repeat;
	color:#222;
	font: .8em/1.6em Georgia, "Times New Roman", Times, serif;
}
a {
	color: #c83f1d;
	text-decoration: none;
}
a:active { outline: none; }
a:hover{
	color:#c63f1e;
	text-decoration:underline;
	outline: none;
}
a img {border: 0;}

/* Heading Styles Starts */
h1{font-size:20px;}
h2{font-size:15px;}
h3{font-size:18px;}
h4{font-size:15px;}
h5{font-size:14px;}
h6{font-size:13px;}
h2,h3,h4,h5,h6{margin:0 0 10px 0;}
/* Heading Styles Ends */
/* Para Styles Starts */

/* Para Styles Starts */
hr{}
li,ul{
	margin:0px 5px 0px 15px;}

/* Layout Styles Starts */

#nakainer{
	width:780px;
	margin:10px auto;	
	
}
	#nakainer_inner{
		background:#fff;	
		border-bottom:solid 20px #893b3a;
		}
		
		#header{
					
		
	}
		#logo{								
			float:left;
			width:236px;
			padding:0 0 0 10px;			
			
		}
			#logo h1{
				background:url(img/logo.png) no-repeat left top;
				height:119px;			
			}
				#logo h1 a{
					display:block;
					height:95px;				
				}
					#logo h1 a span{
						display:none;
						
					}
				
	#menu{
	padding:80px 0 0 0px;
	margin:0 0 0 340px;
		
						
	}
		#menu ul{
				list-style:none;
				margin:0 0 0 5px;
			}
				#menu li{
					list-style:none;
					background:url(img/li_bgn.jpg) left no-repeat;
					height:34px;										
					display:inline;										
					margin:0 10px;
					padding:4px 2px 4px 32px;
				}
					#menu li a{						
						text-decoration:none;
						color:#fff;
					}
						#menu li a:hover{
							color:#da251c;
							text-decoration:none;
						}
	#pagearea{
	padding:10px 10px;
	
		
		}
		#pagearea_boottom{
		font-size:1px;
		line-height:1px;
		height:1px;
			}
		#primarycontent{
			width:540px;
			padding:5px;
			float:right;			
		}
		
		#primarycontent h3{
			color:#893B3A;
		}
		.imp_date{
			border:solid 1px #893b3a;
			width:180px;
			margin:10px 3px;
			float:right;
			}
			.imp_date h3{
				background:#893b3a;
				text-align:center;
				padding:5px 0;
				color:#fff;}
				.imp_date p{
					padding:10px 15px;}
			
			#left_block{
				width:200px;
				float:left;
				padding:0 5px;
				
				
			}
			
				#left_menu{
				width:200px;
				
				}
				#left_menu_block1{
				}
					#left_menu_block1_top{
						background:url(img/top.gif) no-repeat;
						height:10px;}
					#left_menu_block1_mid{
						background:url(img/mid.gif) repeat-y;
						}
					#left_menu_block1_bot{
						background:url(img/bot.gif) no-repeat;
						height:19px;}
						
						#left_menu_block1 li a{
							background:url(img/menublock1_li_hover_n.gif) no-repeat left;							
							color:#FFF;
							
							
							}
								#left_menu_block1 li a:hover{
								background:url(img/menublock1_li_n.gif) no-repeat left;
								color:#000;
								}						
			
					#left_menu_block2{}
					#left_menu_block2_top{
						background:url(img/top2.gif) no-repeat;
						height:10px;}
					#left_menu_block2_mid{
						background:url(img/mid2.gif) repeat-y;
						}
					#left_menu_block2_bot{
						background:url(img/bot2.gif) no-repeat;
						height:19px;}
						
						#left_menu_block2 li a{
							background:url(img/menublock2_li_hover.jpg) no-repeat left;							
							color:#FFF;
							
							}
								#left_menu_block2 li a:hover{
								background:url(img/menublock2_li.jpg) no-repeat left;
								color:#000;
								}
				
					#left_menu ul{
					list-style:none;								
					
					}
				
						#left_menu li{
						background:url(img/rightmenu_bg.gif) repeat-x;																		
						font-size:12px;
						font-weight:bold;
						line-height:21px;						
						font-family: Arial, Helvetica, sans-serif;
						text-align:left;
						padding:3px 0;
									
						}
					
							#left_menu li a{
							padding:0 0 0 15px;						
							color:#FFF;
							text-decoration:none;
							
							}
								#left_menu li a:hover{
								color:#000;
								text-decoration:none;
								}
						
	#footer{		
		text-align:center;		
		padding:0px 15px;
		font-size:11px;
		font-weight:bold;
		background:#893B3A;
		color:#FFF;
		font-family:Arial, Helvetica, sans-serif;
		
	}
	#footer a{
	color:#FFF;
	text-decoration:none;	
	}
	#footer a:hover{
	color:#222;
	text-decoration:underline;		
	}
/* Layout Styles Ends */

/* Fixed Styles Starts */
.floatleft{float:left;}
.floatright{float:right;}
.textleft{text-align:left;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.clear{clear:both;}
.noborder{border:none;}
.boldtext{font-weight:bold;}
.normaltext{font-weight:normal;}
.underline{text-decoration:underline;}
.bg1{background:#fff;}
.fc1{color:#ef1a1c;}
.fc2{color:#2392dd;}
.fc3, .fc3 a{color:#79580a;text-decoration:none;}
.fc3 a:hover{color:#000;text-decoration:none;}
.fs1{font-size:10px;}

