﻿@charset "utf-8";
/* CSS Document */

/* Container */

body {margin:0 auto;background-color:#BDC788;
      background-image:url(images/body.jpg);
      background-repeat:repeat-x;text-align: center; font-family:Georgia, Times New Roman, Times, serif;
	  font-size: 93%;}
}

/* ----- Header Start ----- */

	/* Layout */
#wrapper {width:945px; margin: 0 auto;}
	#pcHeader {
			width: 945px;
			height: 201px;
			background:url(images/head_bg.jpg);
			margin-left: auto;
			margin-right: auto;
			margin-top: 4px;
			margin-bottom: 0px;
			border: none;
			position: relative;
		}
	#pcLogo {text-align:left;margin:51px auto auto 20px;}	
	#pcLogo img {border:none;}
		
	#pcHeaderStoreDescription h1{font-size:16px; font-style:italic;color:#FFA439;text-align:left;letter-spacing:1.7px;padding:15px 0 0 35px;}
			
	

/* ----- Top Navigation Start ----- */

#splashnav {width:945px; margin:0 auto;
	font-size:11px;
	padding-right:30px;
	text-align:right;
	

}

#splashnav ul li{display: inline;
list-style-type:none;
padding:0 18px 0 0;
text-decoration:none;
}

#splashnav ul li a {color:#ffffff;font-weight:bold;text-decoration:none;}
#splashnav ul li a:hover{color:#ffffff;}
/* ----- Top Navigation End ----- */
#footerNav {background:#000000; margin:0 auto;
	font-size:11px;
	padding-right:30px;
	text-align:right;}
#footerNav ul li a {color:#ffffff;font-weight:bold;text-decoration:none;list-style:none;}
#footerNav ul li a:hover{color:#ffffff;}
/* ----- Header End ----- */

/* ----- Main Area Start ----- */

	#pcMainArea {
	background:#FFFFFF url(images/MAIN.jpg);background-repeat:repeat-y;
	width: 945px;
	margin:0 auto;}
		
	#pcMainArea-PC {
			width: 715px;
			float: right;
			text-align: left;
			margin: 4px 10px 20px 0;
			/* IE 6 double margin fix */
			display: inline;
		}
		
		#pcMainArea-PC-Content {
				padding:0;
			}
		
	#pcMainArea-LEFT {
			width: 210px;
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 15px 0 0 10px;
			/* IE 6 double margin fix */
			display: inline;
		}
	#search {
			width: 190px;
			background-color: #BDC788;
			border: 1px solid #899A2A;
			padding:5px;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}
		#smallsearchbox {border: 1px solid #899A2A; }
		


	#pcMainArea-BROWSE {
			width: 200px;
			background-color: #D6DCB6;
			border: 1px solid #728601;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

	#pcMainArea-BROWSE table {
			margin: 0 0 10px 6px;
		}

#pcMainArea-BROWSE table td {
			padding: 4px 0 0 0;
		}
		
	#pcMainArea-PRICE {
			width: 200px;
			background-color: #BDC788;
			border: 1px solid #899A2A;
			margin-bottom: 10px;
		}

	#pcMainArea-LINKS {
			width: 200px;
			background-color: #D6DCB6;
			border: 1px solid #728601;
			margin-bottom: 10px;
		}
		
	#pcMainArea-LEFT h3 {
	font-size: 1.2em;
	color: #ffffff;
	background:#728601;
	width: 200px;
	margin: 0;
	font-weight: bold;

	text-align:center; padding:2px 0;	}

	#pcMainArea-LEFT ul {
		list-style-type: none;
		margin: 0 0 10px 5px;
		padding: 0;
	}

	#pcMainArea-LEFT li {
		margin: 4px 0 0 5px;
	}

	#pcMainArea-LEFT a {
		text-decoration: none;
		color: #000000;
		}
		
	#pcMainArea-LEFT a:hover {
		text-decoration: none;
		color: #FFA439;
		}
		
	#pcMainArea-SPACER {
			clear: both;
		}

/* ----- Main Area End ----- */

/* ----- Footer Start ----- */
#bottom {background: url(images/footer.jpg) no-repeat; width:946px; height:40px;
font-size: 10px; text-align:center;margin:0 auto;padding-top:9px;}
#bottom a {color:#FFA439;text-decoration:none;}
/* ----- Top Navigation End ----- */

/* ----- Other Interface Elements ----- */

	#pcShowCart {
	background-position: right;
	width: 200px;
	border: 1px dotted #728601;
	margin-bottom: 10px;
	font-size: 11px;
	background-image: url('images/cart.jpg');
	background-repeat: no-repeat;
}
	#nav {font-weight:bold;}
	#nav ul li {font-weight:normal;padding-left:5px;}
	#nav ul li ul li {font-size:.8em;list-style:circle;padding-left:5px;list-style-position:inside;}