@charset "utf-8";
/* CSS Document */

/* Container */

html, body {
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	background-image: url(images/pc4_backGradient.jpg);
	background-repeat: repeat-x;
	background-color: #F5F5F5;
	text-align: center;
}

/* ----- Header - Start ----- */

	/* Layout */

	#pcHeader08 {
			width: 975px;
			height: 95px;
			background-color: #2B9AE0;
			margin: 10px auto 0px auto;
			border-left: 1px solid #000000;
			border-right: 1px solid #000000;
			border-top: 1px solid #000000;
			position: relative;
			border-top-right-radius: 10px;
			border-top-left-radius: 10px;
			-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;
			}
			
		#pcHeader08CenterSearch {
				position: absolute;
				/*background-color: #666666;*/
				top: 22px;
				left: 275px;
			}
			
		#pcHeader08CenterSearch a:link, #pcHeader08CenterSearch a:visited {
			text-decoration: none;
			font-size: 10px;
			font-weight:bold;
			color: #000;
		}
		
		#pcHeader08CenterSearch a:hover {
			font-weight:bold;
			font-size: 10px;
			color: #FFF;
		}
					
		#pcHeader08CenterSearch	form input {
				font-size: 12px;
				border: 1px solid #000;
				background-color: #FFFFFF;
				width: 200px;
				height: 16px;
			}
			
		#pcHeader08CenterSearchRoot {
				position: absolute;
				/*background-color: #666666;*/
				top: 30px;
				left: 275px;
			}
			
		#pcHeader08CenterSearchRoot a:link, #pcHeader08CenterSearchRoot a:visited {
			text-decoration: none;
			font-size: 10px;
			font-weight:bold;
			color: #000;
		}
		
		#pcHeader08CenterSearchRoot a:hover {
			font-weight:bold;
			font-size: 10px;
			color: #FFF;
		}
					
		#pcHeader08CenterSearchRoot	form input {
				font-size: 12px;
				border: 1px solid #000;
				background-color: #FFFFFF;
				width: 200px;
				height: 16px;
			}
			
		#pcHeader08CenterBrand {
				position: absolute;
				/*background-color: #666666;*/
				top: 30px;
				left: 600px;
			}
			
		#pcHeader08CenterBrand	form input {
				font-size: 12px;
				border: 1px solid #000;
				background-color: #FFFFFF;
				width: 200px;
				height: 16px;
			}
			
		#pcHeader08CenterBottom {
				position: absolute;
				background-image: url(images/top_nav_bar.jpg);
				background-repeat: x;
				/*background-color: #666666;*/
				height: 23px;
				top: 72px;
				left: 220px;
				width: 595px;
				border: 1px solid #000000;
				text-align: center;	
				font-size: 12px;
				font-weight: bold;							
			}
			
		#pcHeader08CenterBottom ul {
			list-style: none;
			margin-top: 4px;
			text-align: left;
			margin-left: -14px;
			/*margin-right: 25px;*/			
		}
		
		#pcHeader08CenterBottom li {
			display: inline;
			padding-right: 4px;
		}
		
		#pcHeader08CenterBottom a:link, #pcHeader08CenterBottom a:visited {
			text-decoration: none;
			color: #FFF;
		}
		
		#pcHeader08CenterBottom a:hover {
			color: #000;
		}
			
		#pcHeader08RightTop {
				position: absolute;
				top: 5px;
				/*background-color: #FFFFFF;*/
				right: 0px;
				width: auto;
				border: 0px dashed #CCC;
				padding: 0px 6px;
				color:#000000;
				font-weight:bold;
				text-align: right;
				vertical-align:text-top;
				/*background-image: url(images/top_right2.gif);
				background-repeat: no-repeat;*/
			}
			
		#pcHeader08RightTop ul {
			list-style: none;
			margin: 0;
		}
		
		#pcHeader08RightTop li {
			display: inline;
			padding-right: 5px;
		}
		
		#pcHeader08RightTop a:link, #pcHeader08RightTop a:visited {
			text-decoration: none;
			font-size: 12px;
			color: #000000;
			font-weight:bold;
		}
		
		#pcHeader08RightTop a:hover {
			color: #fff;
		}
		
		#pcHeader08RightBottom {
			position: absolute;
			top: 40px;
			right: 0px;
			width: 155;
			border: 0px dashed #CCC;
			padding: 0px 0px;
			color:#000000;
			font-weight:bold;
			}
			
		#pcHeader08RightBottom ul {
			list-style: none;
			margin: 0;
		}
		
		#pcHeader08RightBottom li {
			display: inline;
			padding-right: 5px;
		}
		
		#pcHeader08RightBottom a:link, #pcHeader08RightBottom a:visited {
			text-decoration: none;
			font-size: 12px;
			color: #000000;
			font-weight:bold;
		}
		
		#pcHeader08RightBottom a:hover {
			color: #000000;
		}
		
	/* 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: 975px;
			height: 25px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			position: relative;
			margin: 0 auto;
			font-size: 12px;
			padding: 0px 0 0px 0;
			border-left: 1px solid #000000;
			border-right: 1px solid #000000;
		}

	#pcTopNav08 a {
			text-decoration: none;
			color: #000;
		}
		
	#pcTopNav08 a:hover {
			color: #FFF;
		}
		
	/*#pcTopNav08Left {
			position: absolute;
			top: -2px;
			left: 4px;
		}
		
	#pcTopNav08Left form input {
			font-size: 12px;
			border: 1px solid #000;
			background-color: #E8E8FF;
			width: 200px;
			height: 15px;
		}
		
	#pcTopNav08Left a {
			text-decoration: none;
			color: #000;
		}
		
	#pcTopNav08Left a:hover {
			color: #39C;
		}
		
	#pcTopNav08Center {
			position: absolute;
			top: 0px;
			left: 0px;
			margin: 0 auto;
			font-size: 12px;
			padding: 0px 0 0px 0;
			text-align: center;
		}
		
	#pcTopNav08Center a {
			text-decoration: none;
			color: #000;
		}
		
	#pcTopNav08Center a:hover {
			color: #39C;
		}
		
	#pcTopNav08Right {
			position: absolute;
			top: 4px;
			left: 4px;
			margin: 0 auto;
			font-size: 12px;
			padding: 0px 0 0px 0;
		}
		
	#pcTopNav08Right a {
			text-decoration: none;
			color: #000;
		}
		
	#pcTopNav08Right a:hover {
			color: #39C;
		}*/
		
	#pctopNav {
			width: 975px;
			background-image:url(images/pcv4_titleBox_back2.jpg);
			background-repeat:repeat-x;
			margin: 0 auto;
			font-size: 15px;
			padding: 3px 0 4px 0;
		}

/* ----- Top Navigation End ----- */

/* ----- Main Area Layout ----- */

	/* Main container */
	#pcMainArea08 {
			width: 975px;
			background-color: #FFF;
			margin: 0 auto 0px auto;
			border-left: 1px solid #000000;
			border-right: 1px solid #000000;
		}
		
	/* Left-side column */
	#pcMainArea08-LEFT {
			width: 185px;
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 15px 5px 20px 10px;
			/* IE 6 double margin fix */
			display: inline;
		}

	/* Main area */
	#pcMainArea08-PC {
		width: 750;
		margin: 0 205px;
		padding-top: 16px;
		vertical-align: top;
		}
		
	/* Right-side column */
	/*#pcMainArea08-RIGHT {
			width: 0px;
			float: right;
			text-align: left;
			vertical-align: top;
			margin: 15px 2px 20px 5px;*/
			/* IE 6 double margin fix */
			/*display: inline;
		}*/
		
/* ----- 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_left.jpg);
			background-repeat:repeat-x;
			/*background-color: #EEE;*/
			border: 1px solid #9999CC;
			margin-bottom: 10px;
		}
		
	#pcMainArea08-Payments {
			vertical-align:baseline;
			width: 180px;
			/*height: 225px;
			/*background-image:url(images/pcv4_titleBox_back_left.jpg);
			background-repeat:repeat-x;*/
			/*background-color: #EEE;*/
			/*border: 1px solid #9999CC;
			margin-bottom: 10px;*/
			text-align: center;
		}

	#pcMainArea08-Payments-Image {
			text-align:center;
		}

	#pcMainArea08-LINKS {
			width: 180px;
			background-image:url(images/pcv4_titleBox_back_left.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_left.jpg);
			background-repeat:repeat-x;
			/*background-color: #F5F5F5;*/
			border: 1px solid #9999CC;
			margin-bottom: 12px;
			font-size: 11px;
	}
	
	#recentprds h3 {
			font-size: 12px;
			color: #000;
			width: 180px;
			margin: 3px 0 10px 5px;
			font-weight: normal;
	}
		
	#pcMainArea08-LEFT h3, #pcMainArea08-RIGHT h3 {
			font-size: 12px;
			color: #000;
			width: 180px;
			margin: 3px 0 10px 5px;
			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 links in both side columns */

	#pcMainArea08-LEFT a {
		text-decoration: none;
		color: #000;
		}
		
	#pcMainArea08-LEFT a:hover {
		text-decoration: none;
		color: #06F;
		}
		
	#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: 975px;
			background-color: #2B9AE0;
			/*background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;*/
			margin: 0 auto;
			padding: 3px 0 4px 0;
			position: relative;
			border-top: 1px solid #000000;
			border-left: 1px solid #000000;
			border-right: 1px solid #000000;
			border-bottom: 1px solid #000000;
			border-bottom-right-radius: 10px;
			border-bottom-left-radius: 10px;
			-moz-border-radius-bottomright: 10px;
			-moz-border-radius-bottomleft: 10px;
			-webkit-border-bottom-right-radius: 10px;
			-webkit-border-bottom-left-radius: 10px;
			/*border-top: 1px solid #000000;
			border-top-right-radius: 10px;
			border-top-left-radius: 10px;
			-moz-border-radius-topright: 10px;
			-moz-border-radius-topleft: 10px;
			-webkit-border-top-right-radius: 10px;
			-webkit-border-top-left-radius: 10px;*/
		}

	#pcFooter08 p {
			margin: 0;
			padding: 0px 0 0 0px;
			font-size: 12px;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			text-align: center;
			color: #000;
		}
		
	#pcFooter08 ul {
			list-style: none;
			margin-top: 4px;
			margin-right: 15px;			
		}
		
		#pcFooter08 li {
			display: inline;
			margin-top: 4px;
			padding-right: 2px;
		}
		
		#pcFooter08 a:link, #pcFooter08 a:visited {
			text-decoration: none;
			font-size: 12px;
			font-weight:bold;
			color: #000;
		}
		
		#pcFooter08 a:hover {
			font-weight:bold;
			color: #fff;
		}


/* ----- Top Navigation End ----- */

/* ----- Other Interface Elements ----- */

	#pcShowCart {
		width: 150px;
		border: 0px solid #e1e1e1; 
		margin-bottom: 0px;
		font-size: 11px;
		background-image: url(images/pcv4_cart_back.png);
		background-repeat: no-repeat;
		background-position: 5px 5px;
		text-align: center;
	}