* {  
    vertical-align: top;  
    font-family: inherit;  
    font-style: inherit;  
    font-size: 100%;  
    border: none;  
    padding: 0;  
    margin: 0;  
    }  

body {  
    padding: 0px;
    }  

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {  
    margin: 20px 0;  
    }  

li, dd, blockquote {  
    margin-left: 20px; 
    }  

table {  
    border-collapse: collapse;  
    border-spacing: 0;  
    }

div {
    position:relative;
}

.clear {
    clear:both;
}

*:focus {
	outline: none;
	}


/***************************** reset css **/


html, body{ 
	margin:0; 
	padding:0; 
	font:normal 11px/160% Arial;
	color:#666666;
	font-family:Verdana, Geneva, sans-serif;
} 
 
#wrapper{ 
	width:790px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 

#head {
	height:193px;
	background:url('images/pkl_head_bg.jpg');
}

#head #menu_head {
	width:300px;
	height:28px;
	padding-left:19px;
	margin-left:28px;
	background:url('images/pkl_menu_head_bg.png');
}

#head #menu_head a{
	display: inline-block;
	line-height:25px;
	padding-left:13px;
	font-family: Calibri, Candara, Segoe, “Segoe UI”, Optima, Arial, sans-serif;
	text-decoration:none;
	color: #666666;
	font-size:13px;
}

#head #menu_head a:hover, #head #menu_head a.active{
	color: #009fe4;
}

#head #head_link {
	margin-top:8px;
	margin-bottom:26px;
	height:100px;
}	

#head #head_link a{
	display:block;
	margin-left:682px;
	height:100px;
}	

#head #menu_top {
	height:31px;
	margin-left:28px;
}

#head #menu_top ul {
	margin:0;
	padding:0;
	list-style:none;
}

#head #menu_top ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#head #menu_top a {
	display:block;
	height:31px;
	width:105px;
	background:url(images/pkl_menu_top_bg.png) left top;
	text-indent:-9999px;
}

#head #menu_top a#m01 {
}

#head #menu_top a#m02 {
	background-position:-105px top;
}

#head #menu_top a#m03 {
	background-position:-210px top;
}

#head #menu_top a#m04 {
	background-position:-315px top;
}

#head #menu_top a#m05 {
	background-position:-420px top;
}

#head #menu_top a#m06 {
	background-position:-525px top;
}

#head #menu_top a#m07 {
	background-position:-630px top;
	width:103px;
}

#head #menu_top a:hover#m01, #head #menu_top a#m01.active {
	background-position:-733px top;
}

#head #menu_top a:hover#m02, #head #menu_top a#m02.active {
	background-position:-838px top;
}

#head #menu_top a:hover#m03, #head #menu_top a#m03.active {
	background-position:-943px top;
}

#head #menu_top a:hover#m04, #head #menu_top a#m04.active {
	background-position:-1048px top;
}

#head #menu_top a:hover#m05, #head #menu_top a#m05.active {
	background-position:-1153px top;
}

#head #menu_top a:hover#m06, #head #menu_top a#m06.active {
	background-position:-1258px top;
}

#head #menu_top a:hover#m07, #head #menu_top a#m07.active {
	background-position:-1363px top;
	width:103px;
}

#main {
	min-height:300px;
	background:url(images/pkl_main_bg.jpg) left top no-repeat;
	padding:29px;
	text-align:justify;
}

#main .first {
	padding-bottom:20px;
}

#main table td {
	vertical-align:top;
	text-align:left;	
}

#main a {
	color:#0094db;
	text-decoration:none;
}

#main h1 {
	padding:0;
	margin:0;
	background:url(images/title-bg.png) left top no-repeat;
	color:#FFF;
	line-height:27px;
	font-size:10px;
	padding-left:4px;
}

span.blue {
	color:#0094db;
	font-weight:bold;
}

#footer {
	text-align:center;
	font-size:11px;
}

#footer a {
	display: inline-block;
	text-decoration:none;
	color:#999999;
	padding:0px 5px;
	font-size:13px;	
	font-family: Calibri, Candara, Segoe, “Segoe UI”, Optima, Arial, sans-serif;
}

#footer #bottom {
	width:560px;
	margin:0 auto;
	background:#000000;
	height:13px;
	margin-top:4px;
	margin-bottom:4px;
}