/* - - - - - - - - - - - - - - - - - - - - -

Title : NAK Version 2
Author : Manu Goenka
URL : www.css2.0mania.com

- - - - - - - - - - - - - - - - - - - - - */


/* 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 */


/* Global Form Styles */
form{
margin: 0;
padding: 0;
}
input, textarea{
	background: #fff;
	border: 1px solid #83cde1;
	border-top: 3px solid #83cde1;
}
input:hover, textarea:hover {
	background:transparent;
/*	border-top: 3px solid #b1e77a;*/
}
input:focus, textarea:focus {
	background: #FCFFEC;
	border-top: 3px solid #b1e77a
}
.submit { border: 0; width: auto; }
.submit:hover, .submit:active { border:0; }
.radio { background: none; border: 0; }

/*  --- Global Form Styles  -- End HERE */


/* ----- Icons, etc ----- */
*{
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background:#454E4E;
	color: #222;
	font: .8em/1.5em tahoma, geneva, verdana, arial, sans;
}

a {
	color: #C6320F;
	text-decoration: none;
}
a:active { outline: none; }
a:hover {
	color:#000;
	text-decoration: none;
	outline: none;
}
a img { border: 0; }
h2 {
	font-size: 1.1em;
	margin:0;
	line-height: 100%;
}
h6{
	font-size:1.2em;
}
hr { display:none; }
p { margin:8px 0 5px 0 }

/********************************************************* --- Main Body Container  *******************************************************/
#nakainer{
	width:100%;
	margin:0;
	padding:0;	
	position: relative;
}
	#nakainer_inner{
		width:750px;
		margin:auto;
		border:#000 3px solid;
		background:#FFF;
	}
		#header{
			height:148px;
			background:url(img/header.jpg);
			border-bottom:#C83F1B 5px solid;
		}
			#header h1{
				display:none;
			}
		#menu{
			padding:3px 0;
		}
				#menu ul{
					list-style:none;
				}
				#menu li{
					list-style:none;
					display:block;
					float:left;	
					border-right:#000 1px solid;
					padding:0 17px;
				}
				#menu li a{
					float:left;
					color:#000;
					font-weight:bold;
					font-size:13px;
					line-height:19px;
					text-decoration:none;
					padding:0 15px 0px 15px;
				}
				#menu li a:hover{
					background:#C83F1B;
					color:#fff;
				}
		
		#pagearea{
			padding:15px 10px;
			clear:both;
		}
			#pagearea h4{
				font-family:"Times New Roman", Times, serif;
				font-size:22px;
				line-height:25px;
			}
			#pagearea h3{
				background:#CCC;
				color:#C83F1B;
				text-align:center;
				font-size:22px;
				line-height:25px;
				padding:3px;
				font-weight:normal;
				
			}
				
		#footer{
			background:#222F3E;
			clear:both;
			padding:3px 10px;
			color:#FFF;
		}
			#footer a{
				color:#FFF;
			}
			#copyright{
				float:left;
			}
			#developer{
				float:right;
			}
	
	
/*************************** Fixed Styles ********************************************/


.left{
float:left;
}
.center{
	text-align:center;
}
.right{
float:right;
}
.br{
	margin:12px 0;
}
.clearclean{
clear:both;
}
.noborder{
	border: none;
	border-width:0;
}

.boldtext{
font-weight:bold;
}
.normatext{
font-weight:normal;
}
.bg1
{
background: #0099FF;
}
.bg2{
background: #FF3300;
}
.bg3{
background: #FF33FF;
}
.bg4{
background: #9900CC;
}
.fcred
{
color:#C6320F;
}
.fc2
{
color:#336633
}
.fc3
{
color:#666633;
}
.fc4
{color:#FF0000
}
.fs1{
font-size:0.9em;
}
/*************************** Fixed Styles END ********************************************/
