@charset "utf-8";

* { padding: 0; margin: 0;}
.LTR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(/App_Themes/Default/Images/body_bg.jpg);
	background-color: #E3E3E3;
	background-repeat: repeat-x;
	background-position: left top;
}


/* General Tags */

h1 {
	background-image: url(/App_Themes/Default/Images/kawasaki_logo.jpg);
	height: 51px;
	width: 300px;
	text-indent: -9999px;
	overflow: hidden;
}
h2 {
	background-image: url(/App_Themes/Default/Images/kpm_logo.jpg);
	height: 55px;
	width: 300px;
	text-indent: -9999px;
	overflow: hidden;
}
/*p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 10px;
}*/
a {
	color:#2f4199;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}




/* Divs */

#wrapper {
	width: 1000px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 106px;
	background-image: url(/App_Themes/Default/Images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 300px top;
}
#content {
	min-height:420px;
	height:auto !important;
	height:420px;
	margin-right: 35px;
	margin-left: 35px;
	padding-top: 20px;
}
#footer {
	clear: both;
	height: 139px;
	background-image: url(/App_Themes/Default/Images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 0.9em;
}
#footer_left_col {
	float: left;
	width: 400px;
	margin-left: 35px;
	margin-top: 20px;
}
#footer_right_col {
	float: right;
	margin-right: 35px;
	margin-top: 20px;
	text-align: right;
	width: 400px;
}




/* Navigation */

ul#nav {
	list-style-type:none;
	position:relative;
	line-height:1.5em;
	background-image: url(/App_Themes/Default/Images/navigation_bg.jpg);
	height: 39px;
	padding-left: 35px;
	width: 965px;
z-index:2;
	}

ul#nav a {
	display:block;
	height: 31px;
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 8px;
	font-size: 0.9em;
}

ul#nav a:hover{
	color:#FF8562;
}

ul#nav li{
	float:left;
	position:relative;
	margin-bottom: 0;
	margin-right: 23px;
}

ul#nav li ul {
	position:absolute;
	display:none;
	top:32px;
	left: -8px;
	padding-bottom: 8px;
	list-style-type: none;
	background-color: #22307B;
		width: 210px; /*was 146px*/
}


ul#nav li ul a {
	text-indent: 0px;
	color: #FFFFFF;
	text-decoration: none;
		font-size: 0.9em;
	height:auto;
	float:left;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	background-color: #22307B;
	display: block;
	margin-bottom: 4px;
	width: 192px;
}

ul#nav li ul a:hover{
	color: #FF9900;
	background-color: #4657A7;
}

ul#nav ul ul {
top:auto;
}	

ul#nav li ul ul {
left:12em;
margin:0px 0 0 2px;
}

ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li:hover ul ul ul ul{
display:none;
}
ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li li li:hover ul, ul#nav li li li li:hover ul{
display:block;
}
/* ie6 fixes*/
*html ul#nav a {
display: inline-block;
}

*hmtl ul#nav li ul a:hover{
	background-color: #22307B;
}





/* Classes, Specifics and Other */

p.distributor_zone {
	position:absolute;
	width:253px;
	height:53px;
	text-indent:-9999em;
	background-image: url(/App_Themes/Default/Images/distributor_zone.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 737px;
	top: 86px;
	z-index: 44;
	overflow: hidden;
}
p.distributor_zone a {
	display:block;
	width:253px;
	height:53px;
	outline:none;
}
.clearer {
	clear: both;
}
.japan {
	background-image: url(/App_Themes/Default/Images/flag_japan.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 22px;
}
.usa {
	background-image: url(/App_Themes/Default/Images/flag_usa.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 22px;
}
#footer a {
	color: #FFFFFF;
}
.searchbuttton{
background:#4859aa;
color:white;
border:none;
}


.two{
	font-weight:bold;
	font-size:15px;
	color:#2f4199;
	padding-bottom:14px;
}


h3{
	font-weight:bold;
	font-size:15px;
	color:#2f4199;
	padding-bottom:14px;
}



/* Easy Slider */

	#slider{}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:398px;
		height:274px;
		overflow:hidden;
		}


	p#controls{
		margin:0;
		position:relative;
		}

	#prevBtn, #nextBtn{
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:-160px;
		}
	#nextBtn{
		left:398px;
		}
	#prevBtn a, #nextBtn a{
		display:block;
		width:30px;
		height:77px;
		background:url(/App_Themes/Default/Images/easyslider/btn_prev.gif) no-repeat 0 0;
		}
	#nextBtn a{
		background:url(/App_Themes/Default/Images/easyslider/btn_next.gif) no-repeat 0 0;
		}





	#easycontainer{
/*		margin:0 auto;*/
		position:relative;
/*		text-align:left;*/
		width:400px;
		background:#fff;
		margin-bottom:2em;
		}
	#easycontent{
		position:relative;
		}
#slider li img{
	border:none;
}

/* // Easy Slider */



.miniPaneLeft{
	float:left;
	width:307px;
	height:155px;
	background:url(/app_themes/default/images/homeMiniPane.jpg) top left no-repeat;
}
.miniPaneRight{
	float:right;
	width:307px;
	height:155px;
	background:url(/app_themes/default/images/homeMiniPane.jpg) top left no-repeat;
}
.miniPaneInner{
	width:270px;
	height:132px;
	overflow:auto;
	padding-left:15px;
	padding-top:15px;
	padding-right:15px;
}

.miniPaneInner h3 a{
font-size:70%;
border:none;
font-weight:normal;
text-decoration:underline;
color:#2f4199;
}
.miniPaneInner h3 a:hover{
text-decoration:none;
}
.LinkMore{
font-size:80%;
text-decoration:underline;
color:#2f4199;
}
a:hover.LinkMore{
text-decoration:none;
}

.newsItemDetail a, .NewsPTitle a{
text-decoration:underline;
color:#2f4199;
}
.newsItemDetail a:hover, .NewsPTitle a:hover{
text-decoration:none;
}

.NewsTitle{
background: url(/app_themes/default/images/bullet2.gif) no-repeat 0 50%;
padding-left:10px;}


.productHolder{
	width:940px;
	padding-top:30px;
}
.productHolder .area{
	width:176px;
	height:230px;
	color:black;
	position:relative;
	left:26px;
	top:26px;
}
.productHolder a{
	text-decoration:none;
	font-size:90%;
}
.productHolder a:hover{
	text-decoration:none;
}
.productHolder a b{
	color:#2f4199;
	font-weight:bold;
}

a.prod_01{
background:url(/app_themes/default/images/kpm_products/01_small.jpg) top left no-repeat;
width:228px;
height:282px;
display:block;
float:left;
cursor:hand;
}
a.prod_01:hover{
background:url(/app_themes/default/images/kpm_products/01_large.jpg) top left no-repeat;
}

a.prod_02{
background:url(/app_themes/default/images/kpm_products/02_small.jpg) top left no-repeat;
width:228px;
height:282px;
display:block;
float:left;
cursor:hand;
}
a.prod_02:hover{
background:url(/app_themes/default/images/kpm_products/02_large.jpg) top left no-repeat;
}

a.prod_03{
background:url(/app_themes/default/images/kpm_products/03_small.jpg) top left no-repeat;
width:228px;
height:282px;
display:block;
float:left;
cursor:hand;
}
a.prod_03:hover{
background:url(/app_themes/default/images/kpm_products/03_large.jpg) top left no-repeat;
}

a.prod_04{
background:url(/app_themes/default/images/kpm_products/04_small.jpg) top left no-repeat;
width:228px;
height:282px;
display:block;
float:left;
cursor:hand;
}
a.prod_04:hover{
background:url(/app_themes/default/images/kpm_products/04_large.jpg) top left no-repeat;
}
.logoHolder{
width:300px;height:106px; float:left;
}
.searchHolder{
float:right; position:relative;top:12px; right:12px; height:40px;
}
.homeZone1{
float:left;width:460px; height:300px; overflow:auto;
}
.sliderHolder{
float:right; width:430px; padding-left:40px;
}
.homePane1{
width:924px; height:155px;
}


.miniPaneInner h3 .thelink{
	font-weight:bold;
	font-size:15px;
	color:#2f4199;
	padding-bottom:14px;
}
