@charset "utf-8";
/* CSS Document */

/* Container */

html, body {
	margin: 20px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #333;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

/* ----- Header Start ----- */

	/* Layout */

	#pcHeader08 {
	width: 900px;
	height: 100px;
	/*background-color: #666;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 3px;
	border: none;
	position: relative;
		}
		
	#pcHeader08Left {
			position: absolute;
			top: 10px;
			left: 10px;
		}
		
	#pcHeader08Center {
			position: absolute;
			top: 40px;
			left: 350px;
			width: 210px
		}
		
	#pcHeader08Right {
	position: absolute;
	top: 8px;
	left: 575px;
	width: 295px;
	border: 1px solid #CC0000;
	padding: 5px;
	text-align: left;
	background-color: #F5F5F5;
		}
		
	/* Elements */
	
	#pcHeader08StoreName {
	text-align: left;
	font-size: 32px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
		}
		
	#pcHeader08StoreDescription {
	text-align: center;
	font-size: 14px;
	margin-top: 3px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
		}
			
	#pcHeader08Center form input {
			font-size: 16px;
			border: 1px solid #CCC;
			background-color: #F5F5F5;
			width: 150px;
			height: 20px;
		}
		
	#pcHeader08Center a {
			text-decoration: none;
			color: #999;
		}
		
	#pcHeader08Center a:hover {
			color: #FFF;
		}
		
	#pcHeader08Right .tagLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	text-align: center;
		}
		
	#pcHeader08Right .tagLineSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	text-align: center;
		}
		
/* ----- Header End ----- */

/* ----- Top Navigation Start ----- */

	#pcTopNav08 {
	width: 900px;
	height: 28px;
	background-color: #990000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 3px;
	border: none;
	font-size: 13px;
	text-align: right;
	color: #000;
	background-image: url(images/redgrad.gif);
	background-repeat: repeat-x;
		}

	#pcTopNav08-CART {
			float: left;
			padding: 2px 0 0 10px;
			font-size: 9px;
		}

	#pcTopNav08-LINKS {
	float: right;
	margin: 2px 0 0;
	padding: 4px 10px 0 0;
		}

	#pcTopNav08 a {
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
		}
		
	#pcTopNav08 a:hover {
			color: #FFF;
		}

/* ----- Top Navigation End ----- */

/* ----- Main Area Start ----- */

	#pcMainArea08 {
			width: 900px;
			background-color: #FFF;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 4px;
			border: none;
		}
		
	#pcMainArea08-PC {
			width: 660px;
			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: 210px;
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 15px 0 20px 10px;
			/* IE 6 double margin fix */
			display: inline;
		}
	#pcMainArea08-SEARCH {
			width: 200px;
			background-color: #F5F5F5;
			border: 1px solid #CCC;
			margin-bottom: 10px;
		}
	#pcMainArea08-SEARCH form input {
	font-size: 16px;
	border: 1px solid #CCC;
	background-color: #FFF;
	width: 125px;
	height: 20px;
	margin-left: 5px;
		}
		
	#pcMainArea08-BROWSE {
	width: 200px;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	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: 200px;
			background-color: #F5F5F5;
			border: 1px solid #CCC;
			margin-bottom: 10px;
		}

	#pcMainArea08-LINKS {
			width: 200px;
			background-color: #F5F5F5;
			border: 1px solid #CCC;
			margin-bottom: 10px;
		}
		
	#pcMainArea08-MISC { /*JOLTDIGITAL ADDED*/
	width: 200px;
	/*background-color: #F5F5F5;*/
	/*border: 1px solid #CCC;*/
	margin-bottom: 10px;
	text-align: center;
		}
	#pcMainArea08-MISC img { /*JOLTDIGITAL ADDED*/
	border: 1px solid #CCC;
	padding: 3px;
	margin-bottom: 5px;
		}
		
	#pcMainArea08-LEFT h3 {
			font-size: 14px;
			color: #333;
			border-bottom: 1px solid #CC0000;
			width: 180px;
			margin: 5px 0 10px 5px;
			font-weight: normal;
		}

	#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: #333;
		}
		
	#pcMainArea08-LEFT a:hover {
	text-decoration: none;
	color: #CC0000;
		}
		
	#pcMainArea08-SPACER {
			clear: both;
		}

/* ----- 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: 12px;
			text-align: center;
			color: #000;
		}

	#pcFooter08 p {
	margin: 0;
	padding: 2px 2px 2px 10px;
		}

	#pcFooter08 a {
			text-decoration: none;
			color: #000;
		}
		

	#pcFooter08 a:hover {
			color: #CCC;
		}

/* ----- Top Navigation End ----- */

/* ----- Other Interface Elements ----- */

	#pcShowCart {
      width: 200px;
			border: 1px solid #e1e1e1; 
			margin-bottom: 10px;
			font-size: 11px;
	}
