/* KJLC HomePage */
/* CSS Document */


#navTier{
width: 200px;
float:left;
display:block;

}


#contact{
clear:both;
width:200px;
margin-bottom:10px;
}
	#container a{
	text-decoration:none;
	}


#mainTier{
display:block;
margin:0px 210px 20px 220px;
}

#subTier{
position:relative;
float:right;
}
  /*position: absolute;
  right: 310px;
  top:116px;
  margin-right: 0;
  width: 220px;
  */

#flashintro{
width:520px;
margin-bottom:10px;
padding-left: 12px;
}
/*
#worldwide{
width:518px;
margin-bottom:10px;

}

	#countrymap{
	
	}
	#countryinfo{
	float:right;
	}
*/

/*products box setting*/
	#products{
	width:520px;
	margin-bottom:10px;
	padding-left: 12px
	}
	#products h1{
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	}
	
	#products a{
	font-size:12px;
	color:#039;
	}
	
	#products a:hover{
	color:red;
	}
	
	table.product_menu{
	border-collapse: collapse;
	}
	
	table tr.grid{
	border-bottom-style:solid; 
	border-width:thin; 
	text-align:center;
	}



/*featured box setting*/
#featured{
width:200px;
margin-bottom:10px;
}

#featured a{
color:#039;
}

#featured a:hover{
color:red;
}

/*news box setting*/
#news {
width:200px;
margin-bottom:10px;
}

#news ul{
font-weight:bold;
list-style-image:none;
list-style-type:none;
margin:0;
padding:0;
}
#news a{
color:#039;
font-weight:bold;
}

#news a:hover{
color:red;
}

/*quickorder box setting*/
#quickorder{
width:200px;
margin-bottom:10px;
}

#quickorder ul{
font-weight:bold;
list-style-image:none;
list-style-type:none;
margin:0;
padding:0;
}

#quickorder strong{
font-weight:bold;
color:red;
}

/*location box setting*/
.address{
font-size:10px;
}

.country{
font-weight:bold;
color:#FF0000;
}