@charset "utf-8";
/* CSS Document */

/* Container */

html, body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	text-align: center;
}

/* ----- Header - Start ----- */

	/* Layout */

	#pcHeader08 {
			width: 980px;
			height: 138px;
			background-color: #FFF;
			margin: 10px auto 1px auto;
			border: none;
			position: relative;
			background-image: url(images/layout/web-header-20100120-960.jpg);
		}
			
		#pcHeader08Left {
				position: absolute;
				top: 4px;
				left: 10px;
			}
		
	/* Elements */
	
	#pcHeader08StoreName {
			text-align: left;
			font-size: 60px;
		}
		
	#pcHeader08StoreDescription {
			text-align: left;
			font-size: 18px;
			margin-top: -5px;
		}
			
	#pcHeader08Center form input {
			font-size: 18px;
			border: 1px solid #CCC;
			background-color: #E8E8FF;
			width: 170px;
			height: 25px;
		}
		
	#pcHeader08Center a {
			text-decoration: none;
			color: #666;
		}
		
		#pcHeader08Center a:hover {
				color: #999;
			}
		
	#pcHeader08Right .tagLine {
			font-size: 40px;
		}
		
	#pcHeader08Right .tagLineSmall {
			font-size: 18px;
		}
		
/* ----- Header End ----- */

/* ----- Top Navigation Start ----- */

	#pcTopNav08 {
			width: 980px;
			background-color:#434244;
			color: #FFFFFF;
			margin: 0 auto;
			font-size: 15px;
			padding: 3px 0 4px 0;
		}

	#pcTopNav08 a {
			text-decoration: none;
			color: #FFFFFF;
		}
		
	#pcTopNav08 a:hover {
			color: #39C;
		}

/* ----- Top Navigation End ----- */

/* ----- Main Area Layout ----- */

	/* Main container */
	#pcMainArea08 {
			width: 980px;
			/*RLD:CHANGE Changed styles below*/
			background-color: #FEC03C;
			margin: 0px 0px 3px 0px; /* default values were 0px auto 3px auto */
			border: none;
		}
	
	/* Left-side column */
	#pcMainArea08-LEFT {
			/*RLD:CHANGE Changed styles below*/
			width: 200px;
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 20px 5px 0px 10px; /* default values were 15px 5px 20px 10px */
			font-size: 10px;
			font-weight: bold;
			line-height: 14px;
			/* IE 6 double margin fix */
			/*RLD:CHANGE Removed styles below*/
			/*display: inline;
			background-color: #fdbf57;
			height: 450px;
			overflow-x:hidden;
			overflow-y:auto;*/
		}
		
	/* Main area */
	#pcMainArea08-PC {
			width: 570px;
			float: left;
			margin: 5px 0px 10px 0px; /* default values were 0 205px */
			padding-top: 0px; /* default value was 16px */
			/*RLD:CHANGE Removed styles below*/
			/*height:540px;
			overflow-x:hidden; 
			overflow-y:auto;
			background-color:#000000;
			position:relative;*/
		}
		
	/* Main area for Locator */
	#pcMainArea08-LOCATOR {
			margin: 0px 5px 0px 5px; /* default values were 0 205px */
			padding-top: 0px; /* default value was 16px */
			width:760px;
			height:540px;
			overflow-x:hidden; 
			overflow-y:auto;
			background-color:#000000;
			position:relative;
		}
		
	/* Right-side column */
	#pcMainArea08-RIGHT {
			width: 180px;
			float: right;
			text-align: left;
			vertical-align: top;
			margin: 20px 10px 0px 5px; /* default values 15px 2px 20px 5px */
			/* IE 6 double margin fix */
			display: inline;
			/*RLD:CHANGE Removed styles below*/
			/*background-color: #fdbf57;
			height:540px;
			overflow-x:hidden;
			overflow-y:auto;*/
			font-size:11px;
		}
		
	#pcMainArea08-RIGHT-KAIZENGARDEN {
			width: 180px;
			float: right;
			text-align: left;
			vertical-align: top;
			margin: 0px 0px 0px 0px; /* default values 15px 2px 20px 5px */
			/* IE 6 double margin fix */
			display: inline;
			background-color: #009933;
			height:540px;
			overflow-x:hidden;
			overflow-y:auto;
			font-size:11px;
		}
		
/* ----- Main Area Layout - END ----- */

/* ----- Left Column Elements ----- */

	#pcMainArea08-BROWSE {
			width: 180px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			background-color: #E8E8FF;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#pcMainArea08-BROWSE table {
			margin: 0 0 10px 6px;
		}

	#pcMainArea08-BROWSE table td {
			padding: 4px 0 0 0;
		}
		
	#pcMainArea08-PRICE {
			width: 180px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			background-color: #EEE;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
		}
		
	/*RLD:CHANGE Added style below*/
	#pcMainArea08-LOGIN {
			width: 165px;
			background-color: #000000;
			color: #fff;
			padding: 5px;
			border: 3px solid #777777;
			margin-bottom: 10px;
			height:170px;
			/* Round corners */
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			/* End Round corners */
		}
		
	/*RLD:CHANGE Added style below*/
	#pcMainArea08-VIDEOS {
			width: 180px;
			color: #000000;
			text-align: center;
			margin-bottom: 10px;
		}

	/*RLD:CHANGE Added style below*/
	#pcMainArea08-SEARCH {
			width: 184px;
			background-color: #000000;
			color: #fff;
			padding: 5px;
			border: 3px solid #777777;
			margin-bottom: 10px;
			height:170px;
			/* Round corners */
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			/* End Round corners */
		}
		
	#pcMainArea08-TopPrdNav {
			position: relative;
			width: 198px;
			background-color: #000000;
			height:6px;
			margin-left:1px;
			/* Round corners */
			-moz-border-radius-topleft:  10px;
   			-webkit-border-top-left-radius: 10px;
			-moz-border-radius-topright:  10px;
   			-webkit-border-top-right-radius: 10px;
			/* End Round corners */
		}
		
	#pcMainArea08-BottomPrdNav {
			position: relative;
			width: 198px;
			background-color: #000000;
			height:6px;
			margin-left:1px;
			/* Round corners */
			-moz-border-radius-bottomleft:  10px;
   			-webkit-border-bottom-left-radius: 10px;
			-moz-border-radius-bottomright:  10px;
   			-webkit-border-bottom-right-radius: 10px;
			/* End Round corners */
		}
		
	#pcMainArea08-LINKS {
			width: 180px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			background-color: #F5F5F5;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#recentprds {
			width: 180px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			background-color: #F5F5F5;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
			font-size: 11px;
	}
	
	#recentprds h3 {
			font-size: 13px;
			color: #333;
			width: 180px;
			margin: 3px 0 10px 5px;
			font-weight: normal;
	}
		
	#pcMainArea08-LEFT h3, #pcMainArea08-RIGHT h3 {
			font-size: 15px;
			color: #333;
			width: 180px;
			margin: 3px 0 10px 5px;
			font-weight: normal;
		}
		
	#pcMainArea08-SEARCH h3 {
			color: #fff;
			font-weight: bold;
		}

	#pcMainArea08-LEFT ul, #pcMainArea08-RIGHT ul {
		list-style-type: none;
		margin: 0 0 10px 5px;
		padding: 0;
	}

	#pcMainArea08-LEFT li, #pcMainArea08-RIGHT li {
		margin: 4px 0 0 5px;
	}
	
	
/* styling by keith for videos on right side list */

	#pcMainArea08-VIDEOSRIGHT ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#pcMainArea08-VIDEOSRIGHT li {
		color: #000;
		margin: 1px 0 4px 0px;
		padding-bottom: 1px;
		border-bottom: 1px solid #e7a404;
	}
	
	#pcMainArea08-VIDEOSRIGHT li a {
		color: #000000;
	}
	
/* Styling links in both side columns */

	#pcMainArea08-LEFT a {
		text-decoration: none;
		color: #FFF;
		}
		
	#pcMainArea08-LEFT a:hover {
		text-decoration: none;
		color: #FFCC00;
		}
		
	#pcMainArea08-RIGHT a {
		text-decoration: none;
		color: #FFF;
		}
		
	#pcMainArea08-RIGHT a:hover {
		text-decoration: none;
		color: #FFF;
		}
		
	#pcMainArea08-SPACER {
			clear: both;
			height: 1px;
		}

/* ----- Main Area End ----- */

/* START SubmenuKT */
	
		#submenuKT {
			background-color: #000000;
			font-size: 14px;
			color: #FFFFFF;
			text-align: center;
			padding: 5px;
		}
		
		#submenuKT a:link, #submenuKT a:visited {
			text-decoration: underline;
			color: #FFFFFF;
		}
		
		#submenuKT a:hover {
			text-decoration: underline;
			color: #FFCC00;
		}
	
/* END SubmenuKT */

/* ----- Footer Start ----- */

	#pcFooter08 {
			width: 980px;
			background-color:#333333;
			margin: 0 auto;
			padding: 3px 0 4px 0;
			position: relative;
		}

	#pcFooter08 p {
			margin: 0;
			padding: 2px 0 0 20px;
			font-size: 12px;
			font-family: Arial, Helvetica, Tahoma, sans-serif;
			text-align: left;
			color: #666;
		}


/* ----- Top Navigation End ----- */

/* ----- Other Interface Elements ----- */

	#pcShowCart {
		/*RLD:CHANGE Changed styles below*/
		width: 170px;
		/*RLD:CHANGE Removed styles below*/
		/*border: 1px solid #e1e1e1;*/
		margin-bottom: 2px;
		font-size: 11px;
		background-image: url(images/pcv4_cart_back.png);
		background-repeat: no-repeat;
		background-position: 5px 5px;
		text-align: right;
	}

/* ----- Rounded borders for main content Borders ----- */

.roundbox-tr { width:96%; margin:auto; padding:0; background:url("catalog/layout/roundbox-tr61.gif") no-repeat right top; }
.roundbox-tl { margin:0; padding:0; background: url("catalog/layout/roundbox-tl.gif") no-repeat left top; }
.roundbox-br { margin:0; padding:0; background: url("catalog/layout/roundbox-br.gif") no-repeat right bottom; }
.roundbox-bl { margin:0; padding:0; background: url("catalog/layout/roundbox-bl.gif") no-repeat left bottom; }

.roundbox-garden-tr { width:96%; margin:auto; padding:0; background:url("images/roundbox-kg-tr.gif") no-repeat right top; }
.roundbox-garden-tl { margin:0; padding:0; background: url("images/roundbox-kg-tl.gif") no-repeat left top; }
.roundbox-garden-br { margin:0; padding:0; background: url("images/roundbox-kg-br.gif") no-repeat right bottom; }
.roundbox-garden-bl { margin:0; padding:0; background: url("images/roundbox-kg-bl.gif") no-repeat left bottom; }


.roundbox-content { margin:0; padding:5px; } /* default padding was 2.5em 3.5em; */

.roundbox-content p { margin:0; padding:0; line-height:1.6; }

/* ----- Rounded Borders End ----- */
