@charset "utf-8";
/* CSS Document */

/* Container */

html, body {
	margin: 0px;
	padding: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background: url(images/bg.jpg);
	text-align: center;
}
a {
			color:#01482e;
			text-decoration:none;
		}
a:visited {
			color:#01482e;
			text-decoration:none;
		}
a:hover {
		   text-decoration:underline;
		   color:#000;
		}
/* ----- Header Start ----- */

	/* Layout */

	#pcHeader08 {
			width: 900px;
			height: 127px;
			background: url(images/searchheader.jpg) top center no-repeat #FFF;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			border: none;
			position: relative;
		}
		
	#pcHeader08Left {
			position: absolute;
			top: 4px;
			left: 10px;
		}
		
	#pcHeader08Center {
			position: absolute;
			top: 100px;
			left: 380px;
			width: 480px
		}
	#pcHeader08Cards {
			position: absolute;
			top: 30px;
			left: 380px;
			width: 200px
		}
	#pcHeader08Right {
			/*position: absolute;
			top: 8px;
			left: 575px;*/
			float:right;
			margin-right:25px;
			width: 180px;
			border:none;
			padding: 0px;
			text-align: right;
		}
		
	/* Elements */
	
	#pcHeader08StoreName {
			text-align: left;
			font-size: 60px;
		}
		
	#pcHeader08StoreDescription {
			text-align: left;
			font-size: 18px;
			margin-top: -5px;
		}
			
	#pcHeader08Center form input {
			font-size: 14px;
			border: 1px solid #CCC;
			background-color: #fff;
		}
		
	#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: 28px;
			background-color: #01482e;
			border-top:2px solid #01482e;
			border-bottom:2px solid #01482e;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			font-size: 16px;
			text-align: center;
			color: #FFF;
			font-weight:bold;
		}

	#pcTopNav08-CART {
			float: left;
			padding: 2px 0 0 10px;
			font-size: 9px;
		}

	#pcTopNav08-LINKS {
			/*float: right;*/
			margin: auto;
			padding: 4px 10px 0 0;
		}

	#pcTopNav08 a {
			text-decoration: none;
			color: #FFF;
			font-weight:bold;
		}
		
	#pcTopNav08 a:hover {
			text-decoration:underline;
		}

/* ----- 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: 690px;
			float: right;
			/*border: 1px solid #01482e;*/
			text-align: left;
			margin-left:5px;
			margin-right:15px;
			margin-top:10px;
			margin-bottom:15px;
			/* IE 6 double margin fix */
			display: inline;
		}
		
		#pcMainArea08-PC-Content {
				padding: 0px;
			}
		
	#pcMainArea08-LEFT {
			width: 180px;
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 15px 0 20px 10px;
			/* IE 6 double margin fix */
			display: inline;
		}

	#pcMainArea08-BROWSE {
			width: 200px;
			/*background-color: #E8E8FF;
			border: 1px solid #01482e;*/
			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 #01482e;*/
			margin-bottom: 10px;
		}

	#pcMainArea08-LINKS {
			width: 200px;
			/*background-color: #E1F4F4;
			border: 1px solid #01482e;*/
			margin-bottom: 10px;
		}
		
	#pcMainArea08-LEFT h3 {
			font-size: 14px;
			color: #03592b;
			border-bottom: 1px solid #03592b;
			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: #06F;
		}
		
	#pcMainArea08-SPACER {
			clear: both;
		}

/* ----- Main Area End ----- */

/* ----- Footer Start ----- */

	#pcFooter08 {
			width: 900px;
			height: 24px;
			background-color:none;
			text-align:center;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 20px;
			border: none;
			font-size: 14px;
			font-weight:bold;
			color: #fff;
			padding-top:5px;
			padding-bottom:15px;
		}

	#pcFooter08 p {
			margin: 0;
			padding: 2px 0 0 10px;
			text-align:center;
		}

	#pcFooter08 a {
			text-decoration: none;
			color: #fff;
		}
		

	#pcFooter08 a:hover {
			color: #000;
		}

/* ----- Top Navigation End ----- */

/* ----- Other Interface Elements ----- */

	#pcShowCart {
      width: 200px;
			border: 1px solid #e1e1e1; 
			margin-bottom: 10px;
			font-size: 11px;
	}