@charset "utf-8";
/* CSS Document */

/* Container */

html, body {
	margin: 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEE;
	background-color: #000;
	text-align: center;
}

/* ----- Header Start ----- */

	/* Layout */

	#pcHeader08 {
			width: 900px;
			height: 100px;
			background-color: #FFF;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 3px;
			border: none;
			position: relative;
		}
		
	#pcHeader08Left {
	position: absolute;
	/*top: 4px;*/
			/*left: 10px;*/
			text-align: center;
	width: 400px;
		}
		
	#pcHeader08Center {
	position: absolute;
	top: 0px;
	left: 450px;
	width: 210px
		}
		
	#pcHeader08Right {
	position: absolute;
	left: 700px;
	width: 200px;
	height: 85px;
	background: #CC00CC;
	padding-top: 15px;
		}
		
	/* Elements */
	
	#pcHeader08StoreName {
			text-align: center;
			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: #00FF00;
		}
		
	#pcHeader08Center a:hover {
			color: #00FF00;
		}
		
	#pcHeader08Right .tagLine {
			/*font-size: 11px;*/
			text-align: center;
			font-weight: bold;
			color: #FFFFFF;
		}
		
	#pcHeader08Right .tagLineSmall {
			font-size: 18px;
			margin-top: -5px;
		}
		
/* ----- Header End ----- */

/* ----- Top Navigation Start ----- */

	#pcTopNav08 {
			width: 900px;
			height: 28px;
			background-color: #CC00CC;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 3px;
			border: none;
			font-size: 14px;
			font-weight: bold;
			text-align: right;
			color: #FFF;
		}

	#pcTopNav08-CART {
			float: left;
			padding: 2px 0 0 10px;
			font-size: 9px;
		}

	#pcTopNav08-LINKS {
	float: right;
	margin: 0;
	padding: 7px 10px 0 0;
		}
#pcTopNav08 #pcTopNav08-LINKS .hilite {
	color: #FFFF00;
}


	#pcTopNav08 a {
			text-decoration: none;
			color: #FFF;
		}
		
	#pcTopNav08 a:hover {
			color: #FFF;
		}

/* ----- Top Navigation End ----- */

/* ----- Main Area Start ----- */

	#pcMainArea08 {
			width: 900px;
			background-color: #000;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 4px;
			border: none;
		}
		
	#pcMainArea08-PC {
			width: 600px;
			float: right;
			/*border: 1px solid #CCC;*/
			text-align: left;
			margin: 15px 10px 20px 0;
			/* IE 6 double margin fix */
			display: inline;
		}
		
		#pcMainArea08-PC-Content {
				padding: 10px;
			}
		
	#pcMainArea08-LEFT {
			width: 270px;
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 15px 0 20px 10px;
			/* IE 6 double margin fix */
			display: inline;
		}

	#pcMainArea08-BROWSE {
			width: 260px;
			background-color: #CC00CC;
			/*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: 260px;
			background-color: #D2F0FF;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
		}

	#pcMainArea08-LINKS {
			width: 260px;
			background-color: #CC00CC;
			/*border: 1px solid #9999CC;*/
			margin-bottom: 10px;
		}
		
	#pcMainArea08-LEFT h3 {
	font-size: 14px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	width: 250px;
	margin: 5px 0 10px 5px;
	font-weight: bold;
		}

	#pcMainArea08-LEFT ul {
		list-style-type: none;
		margin: 0 0 10px 5px;
		padding: 0;
	}

	#pcMainArea08-LEFT li {
		margin: 4px 0 0 5px;
	}

	#pcMainArea08-LEFT a {
	text-decoration: none;
	color: #E9E9E9;
	font-weight: bold;
	font-size: 13px;
		}
		
	#pcMainArea08-LEFT a:hover {
		text-decoration: underline;
		color: #FFF;
		}
		
	#pcMainArea08-SPACER {
	clear: both;
	background-color: #CC00CC;
	height: 6px;
		}

/*#pcMainArea-MISC added by JoltDigital to allow black background link styles on left column */

	#pcMainArea08-MISC a {
	text-decoration: none;
	color: #00FF00; 
	font-weight: bold;
	font-size: 13px;
		}
		
	#pcMainArea08-MISC a:hover {
		text-decoration: underline;
		color: #00FF00; 
		}

/* ----- Main Area End ----- */

/* ----- Footer Start ----- */

	#pcFooter08 {
			width: 900px;
			/*height: 24px;*/
			/*background-color: #666;*/
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 20px;
			border: none;
			font-size: 11px;
			text-align: center;
			color: #FFF;
		}
	#pcFooter08 .bold {
	font-weight: bold;
		}
	#pcFooter08 p {
	margin: 0;
	padding: 10px 0 0 7px;
		}

	#pcFooter08 a {
			text-decoration: none;
			color: #00FF00;
		}
		

	#pcFooter08 a:hover {
			color: #00FF00;
		}

/* ----- Top Navigation End ----- */

/* ----- Other Interface Elements ----- */

	#pcShowCart {
	width: 260px;
	/*border: 1px solid #e1e1e1;*/ 
			margin-bottom: 10px;
	font-size: 11px;
	background-color:#333333;
	}
