/* - - - - - - - - - - - - - - - - - - - - -

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: #F0FDE2;
	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:#FFF;
	color: #222;
	font: .7em/1.5em Arial, Helvetica, sans-serif;
}
a {
	color: #6e2336;
	text-decoration: none;
}
a:active { outline: none; }
a:hover {
	color:#000;
	text-decoration: none;
	outline: none;
}
a img { border: 0; }
h2 {
	font-size: 1.2em;
	color:#828180;
	margin:0 0 10px 0;
	line-height: 100%;
}
h6{
	font-size:1.3em;
	color:#828180;
	margin:0 0 10px 0;
}
hr { display:none; }
p { margin:0 0 8px 0 }
ul{margin:0 0 0 20px;}
/********************************************************* --- Main Body Container  *******************************************************/
#nakainer{
	width:100%;
	position: relative;
}
	#nakainer_inner{
		width:780px;
		margin:45px auto;
		background:#fff;
/*		border:7px solid #7f3447;*/
	}
	#nakainer1_inner{
		width:780px;
		margin:25px auto;
		background:#fff;
	}
		#header, #header1{
			width:765px;
			margin:0 auto;
			padding:5px 0;			
			border:solid #b89f7b;
			border-width:0 0 2px 0;
		}
			#header1{padding:0 0 5px 0;}
			#header h6{margin:0;}
			#logo{
				float:left;
				margin:0; padding:0
			}
			#menu, #menu1{
				float:right;
			}
				#menu ul, #menu1 ul{
					list-style:none;
				}
				#menu1 ul{margin:30px 0 0 0;}
					#menu li, #menu1 li{
						list-style:none;
						display:inline;
						margin:0 0 0 30px;
						font-size:12px;						
					}
						#menu li a, #menu1 li a{
							color:#000;
							font-weight:bold;
							text-decoration:none;
						}
							#menu li a:hover, #menu1 li a:hover{
								color:#6e2336;
								text-decoration:none;
							}
			
		#container{
			width:765px;
			margin:5px auto;
		}
			#side_block{
				float:left;
				width:250px;
				min-height:290px;
				height:auto !important;
				height:290px;
				margin:0 0 10px 0;
				padding:0 10px 0 0;
			}
			
			#side_block li{
				list-style:square outside;
				}
			
			#page_area{
				float:right;
				width:500px;
			}
		#footer{
			width:765px;
			border:solid #b89f7b;
			border-width:2px 0 0 0;
			margin:0 auto;
			padding:5px 0 0 0;		
		}
			#footer ul{
				list-style:none;
				margin:0;
			}
				#footer li{
					list-style:none;
					display:inline;
					color:#6e2336;
					margin:0 3px;					
				}
					#footer li a, #footer a{
						color:#6e2336;
						text-decoration:none;
					}
						#footer li a:hover, #footer a:hover{
							text-decoration:underline;
						}
/*************************** Fixed Styles ********************************************/


.floatleft{
float:left;
}
.floatright{
float:right;
}
.clearclean{
clear:both;
}
.noborder{
border: none;
}
.boldtext{
font-weight:bold;
}
.normatext{
font-weight:normal;
}
.bg1
{
background: #0099FF;
}
.bg2{
background: #FF3300;
}
.bg3{
background: #FF33FF;
}
.bg4{
background: #9900CC;
}
.fc1
{
color:#000066;
}
.fc2
{
color:#336633
}
.fc3
{
color:#666633;
}
.fc4
{color:#FF0000
}
.fs1{
font-size:0.9em;
}
.ft1{
	font-size:1.1em;
	color:#828180;
}
/*************************** Fixed Styles END ********************************************/