@charset "utf-8";
/* CSS Document */

/* Container */
 @font-face {
    font-family: Optima-Normal;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/optima/Optima Normal.Ttf");
  }
/* 
  .classname {
    font-family: "Font Name";
  }
*/  
html, body {
	margin: 20px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	/* -- background-color: #333; -- */
	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;
		}
		
	#pcHeader08Center {
			position: absolute;
			top: 30px;
			left: 320px;
			width: 210px
		}
		
	#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: #999999;
		}
		
	#pcHeader08Right .tagLine {
			font-size: 40px;
		}
		
	#pcHeader08Right .tagLineSmall {
			font-size: 18px;
			margin-top: -5px;
		}
		
	#HeaderSubShade {
		line-height: 30px;
	}
		
/* ----- Header End ----- */

/* ----- Top Navigation Start ----- */

	#pcTopNav08 {
			width: 900px;
			height: 28px;
			background-color: #E1E1E1;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 3px;
			border: none;
			font-size: 16px;
			text-align: right;
			color: #000;
		}

	#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: #000000;
		}
		
	#pcTopNav08 a:hover {
			color: #666666;
		}

/* ----- 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: 0px solid #CCC;
			text-align: left;
			margin: 20px 0px 20px 0;
		}
		
		#pcMainArea08-PC-Content {
				padding: 10px;
			}
		
	#pcMainArea08-LEFT {
			width: 210px;
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 20px 0 20px 0px;
			
		}

	#pcMainArea08-BROWSE 
	{
	font-family: Optima, Arial, Verdana, sans-serif;
			width: 200px;
			background-color: #ffffff;
			border: none 0px #ffffff;
			margin-bottom: 10px;
			color:#999999;
		}
		
	#pcMainArea08-BROWSE a:link
	{
	color: #827a6a;
	text-decoration: none
	}
	
	#pcMainArea08-BROWSE a:visited
	{
	color: #827a6a;
	text-decoration: none
	}
	
	#pcMainArea08-BROWSE a:hover
	{
	color: #f9df02;
	text-decoration: none
	}
	#pcMainArea08-BROWSE a:active
	{
	color: #f9df02;
/*	color: #5f543c; */
	text-decoration: none
	}
	
	#sideMenuTitle
	{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-bottom: 40px;
	font-weight: bold;
	margin: 0 0 0px 2px;
	}

	#pcMainArea08-BROWSE table {
			margin: 15px 0px 10px 0px;
		}

#pcMainArea08-BROWSE table td {
			padding: 4px 0 0 0;
			font-weight: bold;
		}
		
	#pcMainArea08-PRICE {
			width: 200px;
			background-color: #D2F0FF;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
		}

	#pcMainArea08-LINKS {
			width: 200px;
			background-color: #E1F4F4;
			border: 1px solid #9999CC;
			margin-bottom: 10px;
		}
		
	#pcMainArea08-LEFT h3 {
			font-size: 16px;
			color: #333;
			border-bottom: 1px solid #333;
			width: 180px;
			margin: 5px 0 10px 5px;
			font-weight: normal;
		}

	#pcMainArea08-LEFT ul {
		list-style-type: none;
		margin: 0 0 10px 5px;
		padding: 0;
		font-size:13px;
	}

	#pcMainArea08-LEFT li {
		margin: 4px 0 0 5px;
	}

	#pcMainArea08-LEFT a {
		text-decoration: none;
		color: #827a6a;
		}
		
	#pcMainArea08-LEFT a:hover {
		text-decoration: none;
		color: #5f543c;
		}
		
	#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: 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 ----- */

