@charset "utf-8";
/* CSS Document */

/* Container */

html, body {
	margin: 0px auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #1b0c07;
	text-align: center;
	text-align: center;
}


#main_container {
				width: 950px;
				border: 1px solid #ebcb87;
				padding: 5px;
				background-color: #FFFFFF;
				margin: 0px auto;
				clear: left;
				}
				
ul {
   padding: 0px;
   margin: 8px 0px 0px 20px;
   }
  
li {
   padding: 0px 0px 0px 12px;
   margin: 0px;
   }
				
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* Container */

.small_search_button {
					 background-color: #f1c548;
					 color: #53321f;
					 }

/* ----- Header Start ----- */

	/* Layout */

	#pcHeader08 {
			width: 950px;
			height: 238px;
			background-color: #FFF;
			margin: 0px auto;
			border: none;
			position: relative;
		}
		
		#header_main {
				 width: 940px;
				 height: 120px;
				 clear: left;
				 margin: 0px auto;
				 text-align: right;
				 background-image: url(images/to_use/header.jpg);
				 padding-right: 10px;
				 padding-top: 5px;
				 }
		
	#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;
		}
	
	/* Menu */
	
	#menu {
		  width: 950px;
		  height: 46px;
		  margin: 0px auto;
		  margin-top: 1px;
		  color: #f1c551;
		  font-family: Arial, Helvetica, sans-serif;
		  }
		  
	#menu a:link {
				 color: #f1c551;
				 font-weight: bold;
				 text-decoration: none;
				 }
				 
	#menu a:visited {
				    color: #f1c551;
				    font-weight: bold;
					text-decoration: none;
				    }

	#menu a:hover {
				  color: #FFFFFF;
				  font-weight: bold;
				  text-decoration: underline;
				  }

		  
	#menu_img1 {
			   width: 84px;
			   height: 30px;
			   float: left;
			   background-image: url(images/to_use/menu_01.jpg);
			   padding-top: 16px;
			   }
			   
	#menu_img2 {
			   width: 95px;
			   height: 30px;
			   float: left;
			   background-image: url(images/to_use/menu_02.jpg);
			   padding-top: 16px;
			   }

	#menu_img3 {
			   width: 136px;
			   height: 30px;
			   float: left;
			   background-image: url(images/to_use/menu_03.jpg);
			   padding-top: 16px;
			   }

	#menu_img4 {
			   width: 103px;
			   height: 30px;
			   float: left;
			   background-image: url(images/to_use/menu_04.jpg);
			   padding-top: 16px;
			   }

	#menu_img5 {
			   width: 123px;
			   height: 30px;
			   float: left;
			   background-image: url(images/to_use/menu_05.jpg);
			   padding-top: 16px;
			   }
			   
	#menu_img6 {
			   width: 101px;
			   height: 30px;
			   float: left;
			   background-image: url(images/to_use/menu_06.jpg);
			   padding-top: 16px;
			   }
			   
	#menu_img7 {
			   width: 308px;
			   height: 34px;
			   float: left;
			   background-image: url(images/to_use/menu_07.jpg);
			   padding-top: 12px;
			   }
			   
	/* 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: 950px;
			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: #000;
		}
		
	#pcTopNav08 a:hover {
			color: #666;
		}

/* ----- Top Navigation End ----- */

/* ----- Main Area Start ----- */

	#pcMainArea08 {
			width: 950px;
			background-color: #FFF;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 4px;
			border: none;
		}
		
	#pcMainArea08-PC {
			width: 665px;
			float: right;
			border: 1px solid #d1b585;
			text-align: left;
			margin: 15px 0px 20px 0;
			/* IE 6 double margin fix */
			display: inline;
			padding: 5px;
		}
		
		#pcMainArea08-PC-Content {
				padding: 0px;
			}
		
	#pcMainArea08-LEFT {
			width: 270px;
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 15px 0 20px 0px;
			/* IE 6 double margin fix */
			display: inline;
		}

	#pcMainArea08-BROWSE {
			width: 250px;
			background-color: #f1ede5;
			border: 1px solid #d1b585;
			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: 250px;
			background-color: #f1ede5;
			border: 1px solid #d1b585;
			margin-bottom: 10px;
		}

	#pcMainArea08-LINKS {
			width: 250px;
			background-color: #f1ede5;
			border: 1px solid #d1b585;
			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;
	}

	#pcMainArea08-LEFT li {
		margin: 4px 0 0 5px;
	}

	#pcMainArea08-LEFT a {
		text-decoration: none;
		color: #a82f00 ;
		}
		
	#pcMainArea08-LEFT a:hover {
		text-decoration: none;
		color: #a82f00;
		font-weight: bold;
		}
		
	#pcMainArea08-SPACER {
			clear: both;
		}

/* ----- Main Area End ----- */

/* ----- Footer Start ----- */

	#pcFooter08 {
			width: 940px;
			height: 75px;
			background-color: #3d170a;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 5px;
			border: none;
			font-size: 16px;
			text-align: left;
			color: #fff;
			font-size: 11px;
		}
		
		#pcFooter08left {
			width: 590px;
			height: 75px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 5px;
			border: none;
			font-size: 16px;
			text-align: left;
			color: #fff;
			font-size: 11px;
			Float:left;
		}
		
			#pcFooter08right {
			width: 330px;
			height: 75px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 5px;
			border: none;
			text-align: right;
			float: left;
		}

	#pcFooter08 p {
			margin: 0;
			padding: 2px 0 0 10px;
		}

	#pcFooter08 a {
			text-decoration: none;
			color: #CCC;
		}
		

	#pcFooter08 a:hover {
			color: #CCC;
            text-decoration: underline;
		}

/* ----- Top Navigation End ----- */

/* ----- Other Interface Elements ----- */

	#pcShowCart {
      			width: 950px;
				border: none; 
				font-size: 11px;
				margin: 0px auto;
				text-align: right;
				padding: 10px 0px 10px 0px;
				}
	
	#pcShowCart a:link {
					   color: #f1c551;
					   text-decoration: none;
					   font-weight: bold;
					   }
					   
	#pcShowCart a:visited {
					      color: #f1c551;
					      text-decoration: none;
					      font-weight: bold;
					      }
					   
	#pcShowCart a:hover {
					    color: #fff;
					    text-decoration: underline;
					    font-weight: bold;
					    }
						
						
/* Locations Table */

#locations_div {
			   width: 500px;
			   margin: 0px auto;
			   }
			   
#locations_div a:link {
					  color: #d14812;
					  text-decoration: none;
					  }
					  
#locations_div a:visited {
					  color: #d14812;
					  text-decoration: none;
					  }
					  
#locations_div a:hover {
					  color: #FFFFFF;
					  text-decoration: underline;
					  }


.locations_table {
				 color: #FFFFFF;
				 font-family: Arial, Helvetica, sans-serif;
				 font-size: 11px;
				 margin-left: 15px;
				 }
				 
.locations_fields {
				  color: #53321f;
				  border: 1px solid #f1c548;
				  font-size: 11px;
				  }
				  
#locations_div h1 {
   				  font-size: 11px;
				  font-weight: bold;
				  margin: 0px;
				  padding: 0px;
				  color: #F1C548;
				  }