/* - - - - - - - - - - - - - - - - - - - - -

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

- - - - - - - - - - - - - - - - - - - - - */

/* Clearfix Starts Here */

.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%;
}

/* Clearfix Property Starts Here */

/* Global Form Styles */

form{
margin: 0;
padding: 0;
}
input, textarea{
	background: #fff;
	border: 1px solid #83cde1;
}


/*  --- 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:#324852 url(img/bg_01.jpg) repeat-x;
	color:#222;
	font:12px/18px Arial;
}
a, a:visited {
	color: #3273b5;
	text-decoration:none;
}
a:active { outline: none; }
a:hover{
	color:#903437;
	text-decoration:none;
	outline: none;
}
a img {border: 0;}

/* Heading Styles Starts */
h1{font-size:20px;}
h2{font-size:18px;}
h3{font-size:16px;}
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 */
#container p{margin:10px 0;}
/* Para Styles Starts */
ul{margin:0 0 0 20px;}
/* Layout Styles Starts */

#nakainer{
	width:900px;
	margin:0 auto;
}
	#header_top{
		background:url(img/header_top.jpg) no-repeat;
		height:120px;
		margin:23px 0 0 0;
	}
		#logo{
			width:465px;
			float:left;
		}
			#logo h1{
				margin:9px 0 0 40px;
			}
				#logo h1 a{
					display:block;
					height:94px;
				}
					#logo h1 a span{
						display:none;
					}
	#search_block{
		background:url(img/search_bg.jpg) no-repeat;
		width:214px;
		height:26px;
		float:right;
		padding:0 45px 0 0;
	}
		.search_input{
			background:none;
			width:170px;
			margin:5px 0 0 5px;
			color:#496878;
			border:none;
			font-weight:bold;
		}
		.search_button, .search_button a, .search_button a:hover{
			width:25px;
			background:none;
			border:none;
			cursor:pointer;
		}
	#container{
		background:#fff;
		background-image:url(img/container_bg.jpg);
		background-repeat:no-repeat;
		border:15px solid #cad8df;
	}
		#header{
		}
			#nav{
				width:214px;
				float:left;
				border:3px solid #e1e1e1;
				background:#efefef url(img/nav_bg.gif) repeat-x left top;
				min-height:180px;
				height:auto !important;
				height:180px;
			}
				#nav ul{
					width:200px;
					margin:0 auto;
				}
					#nav li{
						list-style:none;
						color:#bebebe;
						font-weight:bold;
						margin:5px 0;
						padding:5px 0;
						border-bottom:1px solid #e3e3e3;
					}
						#nav li a{
							color:#bebebe;
							text-decoration:none;
							background:url(img/bullet.gif) no-repeat left center;
						}
						#nav li a span{
							margin:0 0 0 25px;
						}
							#nav li a:hover{
								background:url(img/bullet_hover.gif) no-repeat left center;
								color:#67b7dd;
							}
			#flash_banner{
				float:right;
			}
		#nakcontainer{
			width:852px;
			margin:18px auto 0 auto;
		}
			#page_area{
				float:left;
				width:570px;
				padding:10px;
				margin:60px 0 0 10px;
			}
				#welcome_block{
					border:1px solid #e2e1de;
					padding:5px;
				}
			#side_block{
				float:left;
				width:208px;
				margin-top:5px;
			}
				.s_block1{
					border:1px solid #e2e1dd;
					padding:5px;
					margin:0 0px 15px 0;
				}
	#footer{
		margin:15px 0;
		text-align:center;
		color:#b4c2d6;
		font-weight:bold;
		font-size:11px;
	}
		#footer a{
			color:#b4c2d6;
			text-decoration:none;
		}
			#footer a:hover{
				text-decoration:underline;
			}
				#footer_top{
				background:url(img/footer.jpg) no-repeat;
				height:147px;
				}
				
	.fc4{
	color:#3273b5
	}
	.fc4:hover{
	color:#903437
	}
	
				

/* 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;}
.bg1{background:#fff;}
.fc1{color:#3273b5;}
.fc2{color:#616161;}
.fc3{color:#801619;}
.fs1{font-size:10px;}
/* Fixed Styles Ends */
