@charset "utf-8";
/* CSS Document */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

html, body {
	height: 97%;
}


body {
	background: url(template_images/pkc_page_bg.png) repeat-x #d8d8d8;
	background-color: #d8d8d8;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 13px;
} 

table, td, th, tr {
	font-size: 13px;
}

/* Normal link */
a {
	color: #00aaf1;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}


/* MAIN LAYOUT DIVS
--�------------------------------------------------------ */
#ja-wrapper-f {
	min-height: 100%;
	margin: 0;
	padding: 0;
	background: url(template_images/pkc_content_bg2-f.png) repeat-y;
	background-position: 50% 0;	
}

#ja-containerwrap-f {
	min-height: 600px;
	background: url(template_images/pkc_content_bg-f.png) no-repeat;
	background-position: 50% 0;	
}

#ja-containerwrap2-f {
	background: url(template_images/pkc_content_bg2-f.png) repeat-y;
	background-position: 50% 0;
}

#ja-containerwrap-f #ja-containerwrap2 {

}

#ja-containerwrap-f #ja-container,
#ja-containerwrap-f #ja-container2 {
	background: none;
}

#ja-container {
	padding: 0 0;
	background: url(template_images/pkc_content_bg.png) repeat-y #ffffff;

}

#ja-content {
	width: 870px;
	padding: 0 15px;
}

/* JUMPBAR
--�------------------------------------------------------ */
#skusa-jumpbarwrap {
	background: url(template_images/pkc_jumpbarwrap_bg.png) no-repeat;
	background-position: 50% 0;
}

.skusa_jumpbar_href {
	display:block;
	width: 150px;
	height: 37px;
	border: 0;
}

#skusa-jumpbar {
	display: block;
	width: 900px;
	height: 37px;
	border: 0;
	background: url(template_images/skusa_jumpbar.png) no-repeat;
}

#jumpbarmenu {
	display: block;
	padding-right: 8px;
	padding-top: 8px;

}

/* HEADER
--�------------------------------------------------------ */
#ja-headerwrap {
	line-height: normal;
	height: 142px;
	background: url(template_images/pkc_headerwrap_bg.png) no-repeat;
	background-position: 50% 0;
}

#ja-header {
	height: 142px;
	width: 900px;
	background: url(template_images/header_store.jpg) no-repeat;
}

/* MAIN NAVIGATION
--�------------------------------------------------------ */
#ja-mainnavwrap {
	background: url(template_images/pkc_mainnavwrap_bg.png) no-repeat;
	background-position: 50% 0;
	height: 39px;
}

#ja-mainnav {
	width: 900px;
	height: 39px;
}


/* FOOTER
--�------------------------------------------------------ */
#ja-footerwrap {
	clear: both;
	background: url(template_images/pkc_content_bg2-f.png) repeat-y;
	background-position: 50% 0;
}

#ja-footerwrap2 {
	background: url(template_images/pkc_footerwrap_bg.png) no-repeat;
	background-position: 50% 0;
}

#ja-footer {
	padding-top: 10px;
	color: #666666;
	height: 54px;
}

#skusa_footer_logo {
	display: block;
	width: 170px;
	height: 20px;
	float: left;
	margin-left: 10px;
	margin-top: 0;
	background: url(template_images/pkc_skusa_footer_logo.png) no-repeat;
}

.skusa_footer_logo {
	display: block;
	width: 170px;
	height: 20px;
}


/* FORM
--�------------------------------------------------------ */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

select {
	font-size: 11px;
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}




