@charset "utf-8";
/* CSS Document */

/* Container */

html, body {
	padding: 0px 0 0;
	margin: 0px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #D5CDB6;
	background-image: url(../../bkg.jpg);
}

/* ----- Header - Start ----- */

	/* Layout */


	#pcHeader08 {
			width: 995px;
			height: 100px;
			margin: 10px auto 1px;
			
			position: relative;
			-moz-border-radius-topright: 10px;
			-moz-border-radius-topleft: 10px;
			-webkit-border-top-right-radius: 10px;
			-webkit-border-top-left-radius: 10px;
		}
			
		#pcHeader08Left {
	position: absolute;
	top: 4px;
	left: 10px;
			}
			
		#pcHeader08Center {
				position: absolute;
				top: 30px;
				left: 400px;
				width: 317px;
			}
			
		#pcHeader08Right {
				position: absolute;
				top: 8px;
				right: 10px;
				width: auto;
				padding: 6px 10px;
				text-align: right;
			}
		
	/* Elements */
	
	#pcHeader08StoreName {
			text-align: left;
			font-size: 20px;
		}
		
	#pcHeader08StoreDescription {
			text-align: left;
			font-size: 18px;
			margin-top: -5px;
		}
			
	#pcHeader08Center form input {
			font-size: 18px;
			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;
	font-size: 14px;
	padding: 6px 0 6px 20px;
	font-family: "Courier New", Courier, mono;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #D5CDB6;
	border-bottom-color: #D5CDB6;
	text-transform: uppercase;
	text-align: center;
		}

	#pcTopNav08 a {
	text-decoration: none;
	color: #000;
	padding-left: 3px;
	padding-right: 3px;
		}
		
	#pcTopNav08 a:hover {
			color: #229393;
			padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
		}

/* ----- Top Navigation End ----- */

/* ----- Main Area Layout ----- */

	/* Main container */
	#pcMainArea08 {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	background-color: #FFFFFF;
	border-top: 5px solid #F6F2E2;
	border-right: 5px solid #F6F2E2;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 5px solid #F6F2E2;
	margin-top: 5px;
		}
		
	/* Left-side column */
	#pcMainArea08-LEFT {
	width: 180px;
	float: left;
	text-align: left;
	vertical-align: top;
	margin-top: 15px;
	margin-bottom: 20px;

		}

	/* Main area */
	#pcMainArea08-PC {
	padding-top: 16px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 185px;
		}
		
	/* Right-side column */
	#pcMainArea08-RIGHT {
			width: 190px;
			float: right;
			text-align: left;
			vertical-align: top;
			margin: 15px 2px 20px 5px;
			/* IE 6 double margin fix */
			display: none;
		}
		
		

/* ----- Main Area Layout - END ----- */

/* ----- Left Column Elements ----- */

	#pcMainArea08-BROWSE {
			width: 180px;
			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 2px;
		}
		
	#pcMainArea08-PRICE {
			width: 180px;
			
			border: 1px solid #9999CC;
			margin-bottom: 10px;
		}

	

	#recentprds {
	width: 175px;
	margin-bottom: 10px;
	font-size: 11px;
	padding-left: 3px;
	margin-left: 3px;
	}
	
	#recentprds h3 {
			font-size: 13px;
			color: #333;
			width: 170px;
			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-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 links in both side columns */

	#pcMainArea08-LEFT a {
		text-decoration: none;
		color: #333;
		
		}
		
	#pcMainArea08-LEFT a:hover {
		text-decoration: none;
		color: #229393;
		}
		
	#pcMainArea08-RIGHT a {
		text-decoration: none;
		color: #333;
		}
		
	#pcMainArea08-RIGHT a:hover {
		text-decoration: none;
		color: #06F;
		}
		
	#pcMainArea08-SPACER {
			clear: both;
			height: 20px;
		}

/* ----- Main Area End ----- */

/* ----- Footer Start ----- */

	#pcFooter08 {
	width: 960px;
	margin: 0 auto;
	padding: 3px 25px 4px;
	position: relative;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	border-right: 5px solid #F6F2E2;
	border-bottom: 5px solid #F6F2E2;
	border-left: 5px solid #F6F2E2;
	background-color: #FFFFFF;
		}

	#pcFooter08 a {
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	text-decoration: none;
	}
	
		#pcFooter08 a:hover {
	font-size: 11px;
	color: #2584a1;
	text-decoration: none;	
	}
	
	#pcFooter08 h1 {
	
	font-size: 15px;
	color: #333333;
	line-height: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 5px;
}



/* ----- Top Navigation End ----- */

/* ----- Other Interface Elements ----- */

	#pcShowCart {
		width: 180px;
		border: 1px solid #e1e1e1; 
		margin-bottom: 10px;
		font-size: 11px;
		background-image: url(images/pcv4_cart_back.png);
		background-repeat: no-repeat;
		background-position: 5px 5px;
		text-align: right;
	}
	#pcShowCart a{
	color: #229393;
	text-decoration: none;
	font-size: 13px;
	}
	#pcShowCart a:visited{
	color: #229393;
	text-decoration: none;
		font-size: 13px;

	}
	#pcShowCart a:hover{
	color: #333333;
	text-decoration: underline;
		font-size: 13px;

	}
	.clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

