@charset "utf-8";
/* CSS Document */

/* Container */

html, body {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	text-align: center;
	/*
	background-image:url(siteimages/overall_back.gif);
	background-repeat:repeat-y;
	background-position:center top;
	*/
}

/* ----- Header Start ----- */

	/* Layout */

#pcHeader08Overall {
	width: 100%;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	position: relative;
	background-color: #184BD6;
		}



	#pcHeader08 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
		}
		
	#pcHeader08Left {
	position: relative;
	float: left;
	padding-top: 0px;
		}
		
	#pcHeader08Center {
		position: absolute;
		top: 30px;
		left: 320px;
		width: 210px
		}
		
	#pcHeader08Right {
	float: left;
	padding-top: 17px;
	text-align: right;
	width: 450px;
	height: 0px;
	padding-bottom: 0px;
		}
		
	#pcHeader08Right2 {
	width: 260px;
	float: right;
	padding-top: 18px;
	text-align: left;
		}
		
		
	/* 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: 175px;
			height: 25px;
		}
		
	#pcHeader08Center a {
			text-decoration: none;
			color: #666;
		}
		
	#pcHeader08Center a:hover {
			color: #999;
		}
		
	#pcHeader08Right .tagLine {
			font-size: 40px;
		}
		
	#pcHeader08Right .tagLineSmall {
			font-size: 18px;
			margin-top: -5px;
		}
		
/* ----- Header End ----- */

/* ----- Top Navigation Start ----- */

	#pcTopNav08Overall {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	padding-top: 0px;
	background-image: url(siteimages/navbar_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}



	#pcTopNav08 {
	width: 930px;
	height: 38px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border: none;
	font-size: 13px;
	font-weight:bold;
	text-align: left;
	color: #FFF;
	padding-top: 0px;
	padding-left: 10px;	/* background-image: url(siteimages/navbar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	*/
		}
		

	#pcTopNav08-CART {
		float: left;
		padding: 2px 0 0 10px;
		font-size: 9px;
		}

	#pcTopNav08-LINKS {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	padding-top: 5px;
		}

	#pcTopNav08 a {
	text-decoration: none;
	color: #FFF;
		}
		
	#pcTopNav08 a:hover {
	color: #FC0;
		}

/* ----- Top Navigation End ----- */

/* ----- Main Area Start ----- */

	#pcMainArea08 {
	width: 920px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 4px;
	border: none;
		}
		
	#pcMainArea08-PC {
	width: 690px;
	float: right;
	text-align: left;
	margin: 6px 10px 20px 0;
	/* IE 6 double margin fix */
	display: inline;
		}
		
		#pcMainArea08-PC-Content {
	padding: 15px;
			}
		
	#pcMainArea08-LEFT {
	width: 210px;
	float: left;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 0px 2px;
	/* IE 6 double margin fix */
	display: inline;
	padding-top: 20px;
		}

	#pcMainArea08-BROWSE {
	width: 210px;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
	/* IE 6 fix (content pushing out width) */
	overflow: hidden;
	line-height:200%;
		}


#pcMainArea08-BROWSE a {
		text-decoration: none;
		color: #333;
		
	
		}
	#pcMainArea08-BROWSE table {
			margin: 0 0 0px 0px;
		}

	#pcMainArea08-BROWSE table td {
			margin: 4px 0 0 0;
			padding-left:3px;
		 
		}
		
	#pcMainArea08-PRICE {
	width: 210px;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
		}

	#pcMainArea08-LINKS {
	width: 210px;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
		}
		
	#pcMainArea08-LEFT h3 {
	font-size: 13px;
	color: #CF1310;
	width: 210px;
	margin: 5px 0 10px 5px;
	font-weight: bold;
	text-transform: uppercase;
		}

	#pcMainArea08-LEFT ul {
	list-style-type: none;
	margin: 0 0 10px 0px;
	padding: 0;		
	}

	#pcMainArea08-LEFT li {
	margin: 8px 0 0px 5px;
	padding:5px;
	border-bottom: 1px solid #e1e1e1;
	width:190px;
	background-color:#e1e1e1;
	}

	#pcMainArea08-LEFT a {
		text-decoration: none;
		color: #333;
		
	
		}
		
	#pcMainArea08-LEFT a:hover {
		text-decoration: none;
		color: #06F;
		}
		
	#pcMainArea08-SPACER {
			clear: both;
		}

/* ----- Main Area End ----- */

/* ----- Footer Start ----- */

	#pcFooter08 {
	width: 940px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	padding-top:20px;
	border: none;
	font-size: 12px;
	text-align: right;
	color: #666;
	line-height: 180%;
	background-image:url(siteimages/dotted_horizontal_back.gif);
	background-position:center top;
	background-repeat:repeat-x
		}

	#pcFooter08 p {
			margin: 0;
			padding: 2px 30 0 10px;
			font-size:11px;
			line-height:120%;
		}

	#pcFooter08 a {
			text-decoration: none;
			color: #000;
		}
		

	#pcFooter08 a:hover {
			color: #CCC;
		}

/* ----- Top Navigation End ----- */

/* ----- Other Interface Elements ----- */

	#pcShowCart {
      width: 210px;
		border: 1px solid #e1e1e1; 
		margin-bottom: 5px;
		font-size: 12px;
	}



/* CUSTOM MATR CLASSES */

a.search {
	text-decoration: none;
	color: #777;
		}
		
a.search:hover {
	color: #999;
	text-decoration: none;
}

a.search:visited {
	color: #777;
	text-decoration: none;
	
}


a.flag {
	text-decoration: none;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
		}
		
a.flag :hover {
	color: #888;
	text-decoration: none;
}

a.flag:visited {
	color: #FFF;
	text-decoration: none;
	
}

a.flag:active {
	color: #FFF;
	text-decoration: none;
	
}

.CustomHeaderOverall {
	margin-right: auto;
	margin-bottom: auto;
	width:auto;
}

.navpipe {
	padding-left:16px;
	padding-right:16px;
	color:#E54747;
}
.search_large {
	padding-top: 8px;
	padding-left:0px;
	margin-right:0px;
}

.smallsearchbox {
	height: 200px;
	padding:20px;
}
.tagline {
	text-align: right;
}
.buythebest2 {
	padding-bottom: 20px;
}

