@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.twoColFixRtHdr #slideShow {
	width : 460px;
	height : 460px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixRtHdr #Banner {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixRtHdr #Navigation {
	width: 750px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 40px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 15;
}
.twoColFixRtHdr #header p{
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixRtHdr #tree{
	font-size: 33px;
	position: relative;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.twoColFixRtHdr #tree li{
	display: inline;
	padding-right: 2px;
	padding-bottom: 0px;
}
.twoColFixRtHdr #tree li a{
	text-decoration: none;
	color: #000000;
	border-right-width: thin;
	border-right-style: solid;
	padding-right: 7px;
}  
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: #DDDDFF;
	border: 1px solid #000099;
	margin-right: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #sidebar1 h2{
	font-size: 1.25em;
	color: #000066;
}
.twoColFixRtHdr #sidebarMAIN {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: #DDDDFF;
	border: 1px solid #000099;
	margin-right: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr  #mainContent2col {
	margin-top: 0;
	margin-right: 260px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 15px;
}
.twoColFixRtHdr  #mainContent2col img{
	border: 1px dotted #666666;
}
.twoColFixRtHdr  #mainContent {
	background-color: #FFFFFF;
	width: 750px;
}
.twoColFixRtHdr  #mainContent p{
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.twoColFixRtHdr  #Showrooms {
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 15px;
	margin: 15px;
}
.twoColFixRtHdr  #Showrooms h2{

}
.twoColFixRtHdr  #Showrooms ul{
}
.twoColFixRtHdr  #Showrooms li{
}
.twoColFixRtHdr  #AboutUs {
	background-color: #FFFFFF;
	overflow: hidden;
	margin: 15px;
	float: left;
}
.twoColFixRtHdr  #AboutUs img{
	float: right;
}
.twoColFixRtHdr  #AboutUs h1{
	font-size: 2em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
}
.twoColFixRtHdr  #AboutUs p{
	font-weight: normal;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	letter-spacing: 0.05em;

}

.twoColFixRtHdr #footer {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 45px;
	background-image: url(KFwax.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	color: #999999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* relative font-size version */
 
#miniflex {
	width: 100%;
	float: left;
	font-size: medium; /* could be specified at a higher level */
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	}
 
#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #666666;
	}
 
#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	padding-bottom: 2px;
	color: #0033CC;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
#products {
	width: 750px;
	float: left;
	font-size: medium;
	display: inline;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
	}
#products img{
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
 
#products li {
	float: left;
	display: inline;
	list-style: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	}
#products h2 {
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05em;
	}	
#products h3 {
	font-size: large;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	letter-spacing: .05em;
}
#products h4 {
	text-align: center;
	font-size: .8em;
}


#products a:link, #products a:visited {
	font-size: 85%;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	color: #666666;
	}
 
#products a.active:link, #products a.active:visited, #products a:hover {
	color: #0033CC;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
#tearsheet {
	list-style-type: none;
	padding-left: 15px;
  }
  #tearsheet h2{
	font-size: 16pt;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #000066;
  }
#tearsheet li {
	margin: 2px 0 6px 0;
	padding: 0;
	line-height: 1.4em; /* height of icon */
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 1em;
	color: #000099;
  }
#tearsheet li a {
	padding-left: 50px;
	text-decoration: none;
	color: #000066;
	font-size: 1em;
	font-weight: bold;
  }

#download {
	background-image: url(down-32.png);
	background-repeat: no-repeat;
	height: 35px;
}
#email {
	background-image: url(mail_send-32.png);
	background-repeat: no-repeat;
	height: 35px;
}
#print {
	background-image: url(agt_print-32.png);
	height: 35px;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #detail {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixRtHdr #detail li{
	overflow: hidden;
	list-style-type: none;
	margin: 6px;
	float: left;
}
#gallery_demo_unstyled {
	list-style-type: none;
	display: inline;
	padding-left: 0px;
}


	.caption{
	font-style:italic;
	color:#333;
}
	.demo{position:relative;margin-top:2em;}
	.gallery_demo{
	width:500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 5px;
}
	.gallery_demo li{
	width:100px;
	height:100px;
	border:1px dotted #666;
	margin: 2px;
	background-color: #FFF;
}
	.gallery_demo li div{left:240px}
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	#main_image{
	height:460px;
	width:460px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: 5px;
	border: 1px dotted #666;
	background-color: #FFF;
}
	#main_image img{
	margin-bottom:10px;
}
	
	.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}
	
	.info{text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
	.info p{margin-top:1.6em;}

