﻿body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	text-align:left;
	font:14px helvetica;
	}

b{font-size: 110%;}
em{color: red;}
		
img{
	border:0px;
	}	
	
#maincontainer {
	margin: 0;
	min-width:850px;
	text-align: left;
	background-image:url(media/metal2.gif);
	}

* html #maincontainer {
	margin: 0;
	width:870px;
	text-align: left;
	background-image:url(media/metal2.gif);
	}

#topsection{
	background:white;
	height: 105px; /*Height of top section*/
	}

#contentwrapper{
	margin: 0 0 0 180px;
	border-top:2px gray solid;
	}

#contenttext{
	margin:10px 0px 10px 20px;
	text-align:left;
	font:20px helvetica;
}	

#leftcolumn{
	float:left;
	width: 180px; /*Width of left column*/
	left: 0px;
	top: 119px;
	background-image:url(media/gray_mottled_bg_2.jpg);
	border-top:2px gray solid;
	border-right: 2px gray solid;
	border-bottom:2px gray solid;
	}

#contentpicture{
	margin-top: 10px;
	margin-left: 50px;
}	

#footer{
	background: gray;
	color: #FFF;
	text-align: right;
	clear:both;
	font:bold 12px arial, verdana, lucida, sans-serif;
	}
	
.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	}
	
.innertube a { display:block; width:150px; overflow:hidden; }
.innertube a:hover { display:block; text-indent:-150px; }

.productwrapper{	
	width:590px;
	margin-left:50px;
	margin-bottom:10px;
	border:1px gray solid;
	}

.searchfield{
	margin-top:4px;
}

#categorybutton{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 10px;
	}

.categorybutton a { display:block; width:160px; background-color: #FFFFFF}
.categorybutton a:hover { background-color: #990000}

#menucontainer{
	padding:0px 0px 0px 0px;
	background-color: red;
	height:33px;
	border-top: 2px solid gray; /*top border style*/
	}
	
#thicktabs{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Helvetica;
	}
	
#thicktabs li{
	display: inline;
	}
	
#thicktabs li a{
	float: left;
	color: black;
	padding: 8px 11px; /*padding of tabs*/
	text-decoration: none;
	background: transparent url(media/redbg_long_menu.gif) top right no-repeat;
	}
	
#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
	}
	
#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
	border-right: 1px solid #d3bdbe; /*right border style*/
	background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
	}

#thicktabs li a#searchitem{ /*Extra CSS for right most menu item*/
	background: transparent url(media/redbg_long.gif) top right no-repeat;
	}
	
#thicktabs li a:visited{
	color: black;
	}
	
#thicktabs li a:hover{
	color: white;
	background-image: url(media/redbgover_long_menu.gif); /*background image swap on hover*/
	}
	
#thicktabs li a#searchitem:hover{
	color: white;
	background-image: url(media/redbgover_long.gif); /*background image swap on hover*/
	}
