@charset "utf-8";
/* CSS Document */

/* Container */

/*

html, body {
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	background-color: #003366;
	text-align: center;
}

*/

/*
*/

html, body {
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	background-size: 100%;
	background-color: #336699;
	text-align: center;
}

/* ----- Header - Start ----- */

	/* Layout */

	#pcHeader10 {
			width: 1230px;
			height: 80px;
			background-image: url(images/pc2010-header-bg.png);
			background-repeat: repeat-x;
			background-color: #FFF;
			margin: 10px auto 1px auto;
			border: none;
			position: relative;
			-moz-border-radius-topright: 10px;
			-moz-border-radius-topleft: 10px;
			-webkit-border-top-right-radius: 10px;
			-webkit-border-top-left-radius: 10px;
		}
			
		#pcHeader10Left {
				position: absolute;
				top: 5px;
				left: 20px;
			}
			
		#pcHeader10Center {
				position: absolute;
				top: 10px;
				left: 330px;
				width: 280px;
                                
			}
			
			
			
		#pcHeader10Right {
				position: absolute;
				top: 16px;
				right: 20px;
                                width: 210px;
			}
                       #pcHeader10Right form input {
					font-size: 18px;
					border: 1px solid #CCC;
					background-color: #E8E8FF;
					width: 170px;
					height: 25px;
				}
				
			#pcHeader10Right a {
					font-size: 11px;
					text-decoration: none;
					color: #666;
				}
			
			#pcHeader10Right a:hover {
					color: #999;
				}
		
/* ----- Header End ----- */

/* ----- Top Navigation Start ----- */

	#pcTopNav10 {
			width: 1230px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
                        background-color:#ffffff;
			margin: 0 auto;
                        font-family: Tahoma, Geneva, Verdana;
			font-size: 14px;
                        font-weight:bold;
			padding: 3px 0 4px 0;
		}

	#pcTopNav10 a {
			text-decoration: none;
			color: #FFF;
		}
		
	#pcTopNav10 a:hover {
			color: #A7CADE;
		}

/* ----- Top Navigation End ----- */

/* ----- Main Area Layout ----- */

	/* Main container */
	#pcMainArea10 {
			width: 1230px;
			background-color: #FFFFFF;
			margin: 0 auto 3px auto;
			border: none;
		}
		
	/* Left-side column */
	#pcMainArea10-LEFT {
                        background-color:#ffffff;
			width: 190px;
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 15px 5px 20px 10px;
			/* IE 6 double margin fix */
			display: inline;
		}

	/* Main area */
	#pcMainArea10-PC {
                background-color:#ffffff;
                width: 800px;
		margin: 0 215px 0 215px;
		padding-top: 16px;
		}
		
	/* Right-side column */
	#pcMainArea10-RIGHT {
                        background-color:#ffffff;
			width: 190px;
			float: right;
			text-align: left;
			vertical-align: top;
			margin: 15px 2px 20px 2px;
			/* IE 6 double margin fix */
			display: inline;
		}
		
/* ----- Main Area Layout - END ----- */

/* ----- Left Column Elements ----- */

	#pcMainArea10-BROWSE {
			width: 180px;
			background-image:url(images/pcv4_titleBox_back_sb.jpg);
			background-repeat:repeat-x;
			background-color: #F5F5F5;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#pcMainArea10-BROWSE table {
                        background-color:#ffffff;
			margin: 0 0 10px 6px;
		}

	#pcMainArea10-BROWSE table td {
			padding: 4px 0 0 0;
		}
		
	#pcMainArea10-PRICE {
			width: 180px;
			background-image:url(images/pcv4_titleBox_back_sb.jpg);
			background-repeat:repeat-x;
			background-color: #EEE;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
		}

	#pcMainArea10-LINKS {
			width: 180px;
			background-image:url(images/pcv4_titleBox_back_sb.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_sb.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;
	}
		
	#pcMainArea10-LEFT h3, #pcMainArea10-RIGHT h3 {
			font-size: 15px;
                        font-family: Tahoma, Geneva, Verdana;
                        font-weight:bold;
			color: #FFF;
			width: 180px;
			margin: 3px 0 10px 5px;
		}

	#pcMainArea10-LEFT ul, #pcMainArea10-RIGHT ul {
		list-style-type: none;
		margin: 0 0 10px 5px;
		padding: 0;
	}

	#pcMainArea10-LEFT li, #pcMainArea10-RIGHT li {
		margin: 4px 0 0 5px;
	}
	
	/* Styling links in both side columns */

	#pcMainArea10-LEFT a {
                font-family: Tahoma, Geneva, Verdana;
		text-decoration: none;
		color: #336699;
                font-size:13px;
                font-weight:bold;
                font-smooth: auto;
		}
		
	#pcMainArea10-LEFT a:hover {
		text-decoration: none;
		color: #06F;
		}
		
	#pcMainArea10-RIGHT a {
		font-family: Tahoma, Geneva, Verdana;
		text-decoration: none;
		color: #336699;
		}
		
	#pcMainArea10-RIGHT a:hover {
		text-decoration: none;
		color: #06F;
		}
		
	#pcMainArea10-SPACER {
			clear: both;
			height: 20px;
		}

/* ----- Main Area End ----- */

/* ----- Footer Start ----- */

	#pcFooter10 {
			width: 1230px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			margin: 0 auto;
			padding: 3px 0 4px 0;
			position: relative;
		}

	#pcFooter10 p {
			margin: 0;
			padding: 2px 20px 0 20px;
			font-size: 12px;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			text-align: center;
			color: #FFF;
		}



/* ----- 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;
	}

/* ----- Mainpage Banner P.H. ----- */

        #pcBannerMP {
                background-image: url(images/customcon/nwbanner.jpg);
                background-color:#ffffff;
                padding-top: 1px;
                width: 1230px;
                height: 125px;
                margin-left: auto;
                margin-right: auto;
        }
        #banTitle {
                float: left;
                vertical-align:text-top;
                margin-left: 25px;
                color: #336699;
                font-family: Tahoma, Geneva, Verdana;
        }
        #banSub {
                margin-left: 230px;
                margin-top: 33px;
                color: #000;
                font-family: Tahoma, Geneva, Verdana;
                font-weight: bold;
                font-size: 14px;
        )
        .socialIco {
                float: right;
                
        }

/* ----- Category Button Formatting ----- */

        #catbuttons .img {
                padding: 0 1px 0 1px;
}

/* ----- Copyright Formatting Under Footer P.H. ----- */

        #copyinfo1 {
                margin-top: 25px;
                margin-right: auto;
                margin-left: auto;
                font-family: Tahoma, Geneva, Verdana;
                font-size: 10px;
        }
        #copyinfo2 {
                margin-right: auto;
                margin-left: auto; 
                font-family: Tahoma, Geneva, Verdana;
                font-size: 8px;
        }

/* ----- Misc Icon Formatting P.H. ----- */

        .ytlbvideo {
                margin-right: auto;
                margin-left: auto;
        }