/* theme */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	text-align: left;
	color:#000;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6{
	margin:0px 0px 10px 0px;
	padding:3px 0px 3px 0px;
}

img {
	border: 0px none;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li {
	margin: 0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}

ol {
	list-style: decimal outside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

table {
	border: 0px none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

td, th{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul{
	list-style: circle outside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	border: 0px none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	outline: 0px none;
	text-decoration: none;
	ie-dummy: expression(this.hideFocus=true);
	color:#000;
}

hr {
	border: none;
	border-bottom: 1px solid #CCC;
	height: 1px;
	margin: 3px 0;
	padding: 0;
}


table.akf_parent_table{
	border-collapse: collapse;
	border: 0px none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
td.akf_parent_table{
	border: 0px none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 100%;
}
div.akf_parent_standard, div.akf_parent_overwidth{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: center;
	width: 100%;
}
div.akf_parent_overwidth{
	overflow: hidden;
}
div.akf_wrapper{
	margin: 0px auto auto auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: left;
}
div.akf_box{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: left;
}
div.akf_parent_overwidth div.akf_box{ 
	position: absolute;	
}
div.akf_float{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: left;
}
div.akf_float_end{
	clear: both;
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

td.akf_parent_table{
	background-color: #fff;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

/* header box start */

#akf_header{
	background-color: #fff;
}
#akf_header div.akf_wrapper{
	height: 0px;
	width: 950px;
}
#akf_header div.akf_box{
	left: -525px; top: 0px;
	height: 0px;
	width: 2000px; 
}
#akf_header div.header_box{
	position: absolute;
	left: 475px; top: 0px;
	height: 0px;
	width: 950px;
	color: #000;	
}

/* top banner start */

#akf_banner{
	background-color: #FFFFFF;
}
#akf_banner div.akf_wrapper{
	height: 0px;
	width: 950px;
}
#akf_banner div.akf_box{
	height: 0px;
	width: 950px; 
}

/* bottom box */

#akf_footer{
	background-color: #fff;
}
#akf_footer div.akf_wrapper{
	height: 20px;
	width: 950px;
}

#akf_footer div.akf_box{
	/* background-image: url(../images/framework/footer_bg.jpg); 
	background-position: top center;
	background-repeat: repeat-x; */
	left: -525px; top: 0px;
	height: 20px;
	width: 2000px; 
}
#akf_footer div.footer_box{
	color: #CCC;
    font-size: 11px;
    left: 875px;
    position: relative;
    text-align: center;
    top: 3px;
    width: 950px;
}

/* main box */
#akf_main div.akf_wrapper{
	width: 950px;
}