﻿	@charset "utf-8";
/* CSS Document */

/* Container */
html {
	overflow-Y: scroll;
}

body {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	background-image: ;
	background-color: #708090;
}

/* ----- Header - Start ----- */

	#pcHeaderContainer {
			width: 1080px;
			height: 118px;
                        margin: 0 auto;
                        background-color: #ffffff;
		}
		
		#pcHeader {
			width: 1080px;
			margin: 0 auto;
			position: relative;
                        }
			
			#pcHeaderLeft {
				position: absolute;
				top: 1px;
				left: 30px;
				font-size: 40px;
				color: #999;
				line-height: 80px;
				vertical-align: middle;
			}
			
			#pcHeaderCenter {
				position: absolute;
				top: 5px;
				left: 385px;
			}
			
				#pcHSearchForm {
					padding: 10px;
					margin: 16px 0 3px 0;
					width: 280px;
					background-color: #e1e1e1;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-radius: 5px;
					position: relative;
				}
				
				#pcHSearch {
					font-size: 18px;
					border: 1px solid #CCC;
					background-color: #F5F5F5;
					width: 160px;
					height: 26px;
                                        margin-right: 95px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-radius: 5px;
				}
				
				#pcHSearchSubmit {
					position: absolute;
					right: 80px;
					top: 10px;
					font-size: 20px;
					color: #FFF;
					border: none;
					background-color: #F90;
                                        width: 45px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-radius: 5px;
				}
				
				#pcHSearchMore {
					position: absolute;
					right: 10px;
					top: 12px;
					text-align: center;
					width: 60px;
				}
					
					#pcHSearchMore a {
						font-size: 11px;
						text-decoration: none;
						color: #999;
					}
					
					#pcHSearchMore a:hover {
						color: #666;
					}
			
			#pcHeaderRight {
				position: absolute;
				top: 17px;
				right: 25px;
			}
			
				#pcHeaderRight span {
					padding-left: 10px;
				}
		
/* ----- Header End ----- */

/* ----- Navigation Bar Start ----- */

           #pcNavContainer45 {
                        width: 1080px;
                        margin: 0 auto;
                        height: 36px;
                        background: url('../pc/images/site-graphics/top-menu-bg.png') repeat-x;
                }
		
		#pcNav45 {
			width: 100%;
                        margin: 0 auto;
                        font-size: 12px;
                       	text-align: center;
                        background-color: #A81503;
		}
		
			#pcNav45 a {
				text-decoration: none;
                                font-weight: bold;
                                color:#FFF;
				line-height: 36px;
                              	padding: ;
				border-right: 1px solid #751D12;
                                border-left: 1px solid #C6594C;
				display: ;
                        }
			
			#pcNav45 a:hover {
				color: #FFF;
				background-color: #90250f;
			}
			
                                               
/* ----- Navigation Bar End ----- */

/* ----- Icon Bar Start ----- */

	#pcIconBarContainer {
			width: 1080px;
			height: 35px;
                        margin: 0 auto;
                        background-color: #F5F5F5;
                        border-bottom: 1px solid #CCC;
		}
		
	#pcIconBarContainer img {
		border: none;
               	}
		
		#pcIconBar {
			width: 1080px;
			margin: 0 auto;
                        position: relative;
		}
			
			#pcIconBar a {
				text-decoration: none;
				color: #666;
                        }
			
			#pcIconBar a:hover {
				color: #06f;
			}
		
			#pcIconBar img {
				vertical-align: middle;
				margin: 0 2px 0 15px;
			}
			
			#pcIconBarLeft {
				position: absolute;
				top: 0;
				left: 10px;
				padding-top: 10px;
				}
				
				#pcIconBarLeft img {
					margin: 0 2px 0 0;
				}
				
				#pcIconBarLeft a {
					text-decoration: none;
					color:#06F;
				}

			#pcIconBarRight {
				position: absolute;
				top: 0;
				right: 10px;
				padding-top: 10px;
				}
					
				#pcIconBarRight img {
					margin-right: 5px;
					}
					
				#pcIconBarRight .pcIconBarSeparator {
					border-right: 1px solid #BBB;
					padding-right: 15px;
				}

/* ----- Top Navigation End ----- */

/* ----- Main Area Layout ----- */

	/* Main container */
	#pcMainArea {
		width: 1080px;
		margin: 0 auto;
                padding-top: 1px;
                border-top: 1px solid #708090;
		background-color: #F7F7F7;
	}
		
	/* Left-side column */
	#pcMainArea-LEFT {
		width: 180px;
		float: left;
		text-align: left;
		vertical-align: top;
		margin: 12px 5px 8px 8px;
        border: 1px solid #ccc;
		/* IE 6 double margin fix */
		display: inline;
		position: relative;
		z-index: 995;
	}

	/* Main area */
	#pcMainArea-CENTER {
		margin: 12px 0;
		float: left;
		padding: 8px;
		border: 1px solid #e1e1e1;
		background-color: #FFF;
		min-height: 400px;
		width: 672px;
	}
		
	/* Right-side column */
	#pcMainArea-RIGHT {
		width: 180px;
		float: right;
		text-align: left;
		vertical-align: top;
		margin: 12px 8px 8px 0;
		/* IE 6 double margin fix */
		display: inline;
		border: 1px solid #CCCCCC;
		background-color: #fff;
	}
		
/* ----- Main Area Layout - END ----- */

/* ----- Main Area Elements ----- */

	#pcMainArea-BROWSE {
			width: 180px;
			margin-bottom: 0px;
			/* IE 6 fix (content pushing out width) */
			
		

        }

	#pcMainArea-customerserv {
			width: 180px;
                        margin-bottom: 0;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
	}
        
        img.customerserv {
	                 margin: 0 auto;
                         padding: 10px;
	                 display: block;
                         border: none;
        }
        	
	#pcMainArea-PRICE {
			width: 180px;
			background-image: url(images/pc11-navBG-blue.png);
			background-repeat: no-repeat;
			margin-bottom: 0px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
	}

	#pcMainArea-LINKS {
                        float: left;
                        margin-left: 0;
                        width: 180px;
    	}

	#recentprds {
			width: 180px;
            text-align: center;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
	}
	
	#recentprds h3 {
			font-size: 13px;
			color: #333;
			width: 170px;
			margin: 3px 0 10px 5px;
			text-align: left;
	}
       
        #recentprds img {
	        margin: 0 auto;
	        display: block;
            width: 40px;
			height: 40px;
		}
		
	#pcMainArea-LEFT h3, #pcMainArea-RIGHT h3 {
			font-size: 14px;
			color: #FFF;
			padding: 10px;
			background: #6398ce;
			margin: 0;
		}

	#pcMainArea-RIGHT ul {
		list-style-type: none;
		margin: 10px 0 9px 0;
		padding: 0;
	}

	#pcMainArea-RIGHT li {
		margin: 10px 0 10px 0;
	}
	
	/* Styling links in both side columns */

	/*#pcMainArea-LEFT a {
		text-decoration: none;
		color: #333;
                font-size: 12px;
		}
		
	#pcMainArea-LEFT a:hover {
		text-decoration: none;
		color: #FFF;
		}*/
		
	#pcMainArea-RIGHT a {
		text-decoration: none;
		color: #333;
		}
		
	#pcMainArea-RIGHT a:hover {
		text-decoration: none;
		color: #06F;
		}
		
	#pcMainArea-SPACER {
			clear: both;
			height: 8px;
		}
        #pcMainArea-BROWSE table {
			margin: 0 0 10px 6px;
		}

	#pcMainArea-BROWSE table td {
			padding: 4px 0 0 0;
		}

/* ----- Main Area Elements End ----- */

/* ----- Footer - Start ----- */

	#pcFooterContainer1 {
			width: 1080px;
                        height: 80px;
                        margin: 0 auto;
                        background-color: #ffffff;
                        border-top: 1px solid #e1e1e1;
		}
		
		#pcFooter1 {
			width: 1080px;
			margin: 0 auto;
			position: relative;
			color: #333;
			height: 80px;
		}

		#pcFooter1 a {
			color: #333;
			text-decoration: none;
                }

		#pcFooter1 a:hover {
			color: #06f;
		}

			#pcFooterLeft1 {
				width: 220px;
                position: absolute;
				left: 0;
				top: 4px;
                padding-right: 20px;
                                
                               }
            #pcFooterCenter0 {
                width: 200px;
                position: absolute;
				left: 190px;
      			top: 15px;
                padding: 0 0 10px 0;
                border-left: 0px solid #e1e1e1;
                border-right: 0px solid #e1e1e1;		
			        }
			#pcFooterCenter1 {
                           	width: 265px;
                                position: absolute;
				left: 414px;
      				top: 0;
                                padding: 0 0 10px 0;
                                border-left: 0px solid #e1e1e1;
                                border-right: 0px solid #e1e1e1;		
			        }
                        #pcFooterCenter11 {
                           	width: 150px;
                                position: absolute;
				left: 715px;
      				top: 12px;
                                padding: 0 0 10px 0;
                                border-left: 0px solid #e1e1e1;
                                border-right: 0px solid #e1e1e1;		
			        }
                         #pcFooterRight1 {
				width: 155px;
                                position: absolute;
				right: 25px;
				top: 10px;
                                
			}
        #pcFooterContainer2 {
			width: 1080px;
                        height: 135px;
                        background-image: url(images/pcv4_Box_back_down.jpg);
			background-repeat: repeat-x;
                        background-position: bottom;
                        margin: 0 auto;
                        background-color: #ffffff;
                        border-top: 1px solid #e1e1e1;
		}
		
		#pcFooter2 {
			width: 1080px;
			margin: 0 auto;
			position: relative;
			color: #333;
			height: 100px;
		}

		#pcFooter2 a {
			color: #333;
			text-decoration: none;
                }

		#pcFooter2 a:hover {
			color: #06f;
		}

			#pcFooterLeft2 {
				width: 225px;
                                position: absolute;
				left: 20px;
				top: 15px;
                                padding-right: 20px;
                                line-height: 16px;
                                font-size: 11px;
                                font-weight: bold;
                               }
			#pcFooterCenter2 {
                           	width: 525px;
                                position: absolute;
				left: 255px;
      				top: 15px;
                                padding: 0 25px 10px 25px;
                                line-height: 16px;
                                border-left: 1px solid #e1e1e1;
                                border-right: 1px solid #e1e1e1;		
			        }
                        #pcFooterRight2 {
				width: 200px;
                                position: absolute;
				right: 0;
				top: 15px;
                                line-height: 16px;
			}
					
/* ----- Footer 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;
	}
#pcShowCartSmall {
        font-size: 12px;
        font-weight: bold;
        color: #000;
        border: 0px solid #CCC;
        padding: 2px;
}
#pcHeaderContainer {
	position: relative;
	height: 140px;
        background: url('../pc/images/site-graphics/header-bg.jpg') no-repeat;
}
#pcHeaderContainer img {
	border: 0;
}
#pcHeaderContainer #logolink img {
	padding: 10px 0 0 20px;
    
}	
#pcHeaderContainer .rightheader { border: 0px solid red;
	float: right;
	width: 380px;
	height: 47px;
	position: absolute;
	top: 0;
	right: 0;
	
}
#pcHeaderContainer .rightheader p {
	margin: 0;
}
#pcHeaderContainer .rightheader p.account {
	margin-left: 3px;
	text-align: left;
	padding-left: 18px;
	font-size: 11px;
    color: #000;
}
#pcHeaderContainer .rightheader p.account a {
	margin-left: 10px;
	color: #000;
}
#pcHeaderContainer .shopcart {
	padding: 0 0 0 18px;

}
#pcHeaderContainer .rightheader p.account a:hover {
	text-decoration:none;
}
#pcHeaderContainer .shopcart h3 {
	font-size: 16px;
	color: #ba282d;
	padding: 13px 0 6px;
	margin: 0;
}
#pcHeaderContainer .shopcart div.details {
	border: 1px solid #CCC;
        width: 335px;
	height: 22px;
	position: relative;

}
#pcHeaderContainer .shopcart div.details div {
	width: ;
	height: 20px;
	background: ;
	position: absolute;
	top: 1px;
	left: 10px;
        padding: ;
}
#pcHeaderContainer .shopcart div.details span {
	height: 10px;
	width: 15px;
	display: inline-block;
}
.details div {	/* for all other browsers*/
	opacity: ;
}

.details div {	/* for IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.details div {	/* for IE5-7 */
	filter: alpha(opacity=100);
}
#pcHeaderContainer .shopcart p.buttons {
	padding-top: 9px;
}
#pcHeaderContainer .shopcart p.buttons a {
	margin-right: 5px;
}
#pcHeaderContainer .shopcart p.buttons a.viewcart img {
	position: relative;
	z-index: 1;
}
#pcHeaderContainer .shopcart div.details p {
	line-height: 22px;
	padding: 0 0px;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 10;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
#uppermenu {
	margin: 0 0 0 0;
	padding: 5px 0 20px 9px;
	list-style-type:none;
}
#uppermenu li {
	margin: 0;
	padding: 0 6px;
	float: left;
}
#uppermenu li a {
	margin-left: 6px;
	padding-right: 16px;
	float: left;
	font-size: 10px;
	color: #000;
	text-decoration:none;
	text-transform:uppercase;
}
#uppermenu li a:hover {
	text-decoration:underline;
}

#topmenu {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 1080px;
	height: 36px;
        padding-top: 3px;
	padding-bottom: 2px;
	background: transparent url('../pc/images/site-graphics/top-menu-bg.png') repeat-x;
}

#topmenu ul {
	width: 1080px;
	float: left;
	list-style-type:none;
	padding: 0px;
	margin: 0 auto;
	
}
#topmenu ul li {
	float: left;
	margin: 0;
        padding: 0;
	border-right: 1px solid #751d12;
	border-left: 1px solid #c6594c;

}
#topmenu ul li.first {
	border-left: 0;
}
#topmenu ul li.last {
	border-right: 0;
}

#topmenu ul li a {
	height: 11px;
	display: block;
	background: none;
	padding: 11px 20px 13px 20px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-decoration:none;
	text-transform:uppercase;
}
#topmenu ul li.last a {
	padding-right: 16px;
}
#topmenu  ul li:hover {
	background: #90250f;
}

#search-wrap {
	position: absolute;
	bottom: 2px;
	left: 190px;
	width: 459px;
	height: 45px;
	background: transparent url('../pc/images/site-graphics/form-search-bg.png') no-repeat;
}
#search-wrap p {
	float: left;
	line-height: 23px;
	height: 20px;
	padding: 15px 0 0 20px;
	font-weight: bold;
	color: #fff;
	margin: 0;
}
#search-wrap input {
	border: 0;
	height:12px;
	line-height: 12px;
	padding: 5px 10px 6px;
	float: left;
}
#search-wrap p input.search {
	margin-left: 0px;
	color: #999;
	font-size: 11px;
	width: 140px;
	background: transparent url('../pc/images/site-graphics/form-search-input-bt-bg.png') 0 0 no-repeat;
}
#search-wrap p input.search:focus {
	color: #333;
}
#search-wrap a.submit {
	padding: 0;
	display: block;
	float: left;
	width: 25px;
	height: 23px;
	cursor:pointer;
	margin-right: 0px;
	background: transparent url('../pc/images/site-graphics/form-search-input-bt-bg.png') right no-repeat;
}
#search-wrap p a {
	font-size: 11px;
	color: #e9e9e9;
	font-weight: normal;
}
#search-wrap p a:hover {
	text-decoration:none;
}
#tagline {
	position: absolute;
	top: 53px;
	left: 163px;
	width: 535px;
	height: 31px;
	<!--background: transparent url('../pc/images/site-graphics/tag-line.png') no-repeat;
}
a.back-to-top {
display: none;
width: 60px;
height: 60px;
text-indent: -9999px;
position: fixed;
z-index: 999;
right: 20px;
bottom: 110px;
background: #ED1C24 url("images/up-arrow.png") no-repeat center 43%;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
a:hover.back-to-top {
background-color: #751D12;
}
