body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
		font-family:Arial, Helvetica, sans-serif; 

}
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}

#guts {
	float:left;
	width:100%;
	position:relative;
	margin-left:5px;
}

#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px solid #000;
}
#header_right {
	float:right;
	padding:.5em 15px	.2em 15px;
	color:red;
	font-size:150%;

}

.header_right a:hover
	{
		color:red;
		text-decoration:none;
	}

#header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}
#header h1  {
	padding:.2em 15px;
	margin:0;
}
#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#fff;		/* Left column background colour */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#fff;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:180px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;

}
#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #000;
}
#footer p {
	padding:.5em 15px;
}

			.rightbar_font
			{
				color:red;
				font-size:150%;
				text-align:center;
			}
			.leftbar_font
			{
				color:red;
				font-size:150%;
				text-align:center;
			}


	.item {
		text-align:center;
		margin-right:1em;
		margin-bottom:1em;
		width: 80px;
		border: 1px	solid red;
		float: left;
		color:blue;
		font-size:1.0em%;
		font-style: normal;
		
		height: 300px;
	}
	.item a
	{
		color:blue;
		text-decoration:underline;
	}
	
	.itemSale {
		text-align:center;
		margin-right:1em;
		margin-bottom:1em;
		width: 80px;
		border:none;
		float: left;
		color:blue;
		font-size:1.25em%;
		font-style: italic;
		
	}
	.itemSale a
	{
		color:red;
		text-decoration:none;
	}

	
	.imgWrapper{
		height: 150px;
	}

			.sortbuttons
			{
				border: none;
				background-color: transparent;
				cursor: pointer;

				color:#00608A !important; 
				font-weight:bold !important; 
				font-size:100%;
				text-decoration:none !important; 
				font-style: italic;
				text-align: Center;
				margin-top: 0.25em;
				
			}
			.sortbuttons:hover
			{ 
				color:#8DB4C9 !important; 
				background-color: #333333;
				font-weight:bold !important; 
				text-decoration:underline !important; 
			}

			.button
			{
				border: none;
				background-color: transparent;
				cursor: pointer;

				color:#00608A !important; 
				font-weight:bold !important; 
				font-size:100%;
				text-decoration:none !important; 

				width: 5em;
				text-align: Center;
				margin-top: 0.25em;
			}
			
			.button:hover
			{ 
				color:#8DB4C9 !important; 
				background-color: #333333;
				font-weight:bold !important; 
				text-decoration:underline !important; 
			}




	/* -------------------------------------------------- */
	/* metaltop-gold */
	/* -------------------------------------------------- */
	#metaltop-gold {
		clear:left;
		float:left;
		padding:0;
		background:#CBC396 url(images/metaltop-gold.gif) top repeat-x;
		border-bottom:1px solid #7E7567;
		width:100%;
		border-top:4px solid #000;
		overflow:hidden;
		font-family:Verdana, sans-serif;
	}
	#metaltop-gold ul {
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
	}
	#metaltop-gold ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#metaltop-gold ul li.first {
		border-left:1px solid #7E7567;
	}
	#metaltop-gold ul li.last {
		border-right:1px solid #ECE9D8;
	}
	#metaltop-gold ul li a {
		display:block;
		float:left;
		margin:0;
		padding:20px 10px 6px 10px;
		border-left:1px solid #ECE9D8;
		border-right:1px solid #7E7567;
		text-decoration:none;
		color:#7D6A46;
		font-size:1em;
		font-weight:bold;
		text-transform:uppercase;
		line-height:1.3em;
	}
	#metaltop-gold ul li a:hover {
		color:#000;
		background-color:#ECE9D8;
		border-left:1px solid #fff;
		padding-top:18px;
		padding-bottom:8px;
	}
	#metaltop-gold ul li.inventory a,
	#metaltop-gold ul li.inventory a:hover {
		color:#fff;
		background:#000;
		border-left:1px solid #000;
		padding-top:18px;
		padding-bottom:8px;
	}

/*  This is new stuff */
	#metaltop-gold ul ul {
		display: none;
		position: absolute;
	}
	#metaltop-gold li:hover ul {
		display: block;
	}
	#metaltop-gold li ul li {
		float: none;
	}
/*  This is new stuff */	
	
	.shipping
	{
    position:absolute;
    right: 5px;
    z-index: -1;		
	}
	
	.content
	{
		border-left:	22em solid #ffffff;
		border-right:	22em solid #ffffff;
		background-color: #fff;
	}


			.coupon_font
			{
				color:red;
			}
	
			.coupon_font h2
			{
				color:red;
			}
			.coupon_font h2 a
			{
				color:red;
				text-decoration:underline;
			}



























