@charset "utf-8";
/* CSS Document */

/* Container */

html, body {
	margin: 5px; /*20px*/
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 10pt; /*12px;*/
	color: #000098; /*333;*/
	background-color: #53231b; /*333;*/
	text-align: center;
}

/* ----- Header Start ----- */

	/* Layout */

	#pcHeader08 {
			width: 900px;
			height: 125px;
			background-color: #FFF;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0; /*adds the spacer under the header - 3px;*/
			border-top: 1px solid #f8f9ed;
			border-left: 1px solid #f8f9ed;
			border-right: 1px solid #f8f9ed;			
			/*border: none;*/
			position: relative;
		}
		
	#pcHeader08Left {
			position: absolute;
			top: 0; /*4px;*/
			left: 0; /*10px;*/
		}
		
	#pcHeader08Right {
			position: absolute;
			top: 8px;
			left: 575px;
			width: 295px;
			border: 1px dashed #CCC;
			padding: 10px;
			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 ----- */

	#pcTopNav08 {
			width: 900px;
			height: 20px; /*28px;*/
			background-color: #dec05d; /*E1E1E1;*/
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0; /*adds the spacer under the header - 3px;*/			
			border-left: 1px solid #f8f9ed;
			border-right: 1px solid #f8f9ed;			
			/*border: none;*/
			font-size: 10px; /*16px*/
			text-align: right;
			color: #000;
		}
		
		#pcTopArea08-I {
			width: 900px;
			background-color: #dec05d; /*E8E8FF;*/
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			border-left: 1px solid #f8f9ed;
			border-right: 1px solid #f8f9ed;	
			/*border: 1px solid #9999CC;*/
			margin-bottom: 0px; /*10px;*/
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}
			
	#pcTopNav08-CART {
			float: left;
			padding: 2px 0 0 10px;
			font-size: 9px;
		}
		


	#pcTopNav08-LINKS {
			float: right;
			margin: 0;
			padding: 4px 10px 0 0;
		}

	#pcTopNav08 a {
			text-decoration: none;
			color: #000;
		}
		
	#pcTopNav08 a:hover {
			color: #fff; /*666;*/
		}
		

	

		
	a.nav2 {
		font-weight: bolder;
		font-family: Verdana;
		font-size: 8pt;
		color: #F8F9ED;
		text-decoration: none;
		}

	a:hover.nav2 {
		font-weight: bolder;
		font-family: Verdana;
		font-size: 8pt;
		color: #53231B;
		text-decoration: none;
	}

	.bgNav2 {
		background-color: #53231B; 
		border: 0;
		margin-top: 0px;
		margin-bottom: 0px; /*4px;*/

	}


/* ----- Top Navigation End ----- */

/* ----- Main Area Start ----- */

	#pcMainArea08 {
			width: 900px;
			background-color: #FFF;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px; /*4px;*/
			border-left: 1px solid #f8f9ed;
			border-right: 1px solid #f8f9ed;			
			/*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;
		}
		
	#pcHeader08Center {
			border: 0;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
	
		}

	
		
	#pcMainArea08-BROWSE {
			width: 200px;
			background-color: #dec05d; /*E8E8FF;*/
			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: 200px;
			background-color: #D2F0FF;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
		}

	#pcMainArea08-LINKS {
			width: 200px;
			background-color: #556910; /*E1F4F4;*/
			border: 1px solid #9999CC;
			margin-bottom: 10px;
		}
		
	#pcMainArea08-LEFT h3 {
			font-size: 13px;
			color: #fff; /*333*/
			border-bottom: 1px solid #333;
			width: 180px;
			margin: 5px 0 10px 5px;
			font-weight: bolder; /*normal*/
		}

	#pcMainArea08-LEFT ul {
		list-style-type: none;
		margin: 0 0 10px 5px; /*0 0 10px 5px;*/
		padding: 0;
	}

	#pcMainArea08-LEFT li {
		margin: 4px 0 0 5px;/*4,0,0,5*/	
	}

	#pcMainArea08-LEFT a {
		text-decoration: none;
		color: #fff; /*333;*/
		}
		
	#pcMainArea08-LEFT a:hover {
		text-decoration: none;
		color: #889f57; /*06F;*/
		}
		
	#pcMainArea08-SPACER {
			clear: both;
		}

/* ----- Main Area End ----- */

/* ----- Footer Start ----- */

	#pcFooter08 {
			width: 900px;
			height: 24px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 20px;
			border-left: 1px solid #f8f9ed;
			border-right: 1px solid #f8f9ed;			
			border-bottom: 1px solid #f8f9ed;			
			/*border: none;*/
			font-size: 16px;
			text-align: left;
			color: #000;
		}

	#pcFooter08 p {
			margin: 0;
			padding: 2px 0 0 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;
	}
