@charset "utf-8";
* {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
body.thrColHybHdr  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#container  {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#mainContent  {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
} 
.thrColHybHdr #container #mainContent {
	margin-right: 200px;
}

#header  {
	background-color: #FFFFFF;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColHybHdr #container #header {
	text-align: center;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#slantedmenu{
	font-weight: bold;
	font-size: 12pt;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FF0000;
}

#slantedmenu ul{
	text-indent: 15px;
	margin: 0;
	text-align: center; /*set value to "center" for example to center items*/
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

#slantedmenu ul li{
	display: inline;
}
#slantedmenu ul li a{
	color: #FFFFFF;
	padding-right: 20px;
	margin: 0;
	text-decoration: none;
	background-image: url(Images/Slanted_nav2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul li a:visited{
	color: #FFFFFF;
} 

#slantedmenu ul li a:hover{
	color: #FFFF00;
}
#container  #header  #slantedmenu  .end_nav  {
	background-image: none;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}
#container #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	text-align: center;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#container #header img {
}
#header {
	margin-right: auto;
	margin-left: auto;
}
#container #mainContent .thumbs {
	width: 95px;
	border: 1px solid #FF0000;
	height: 110px;
	font-weight: bolder;
	margin: 5px;
	text-align: center;
	float: left;
}
#container #mainContent .thumbs img {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #mainContent .thumbs a {
	color: #000000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#container #mainContent .thumbs a:visited {
	color: #000000;
	text-decoration: none;
}
#container #mainContent .thumbs h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#container  #mainContent  .thumbs  a:hover  {
	color: #FF0000;
}
#container #mainContent h1 {
	margin-bottom: 10px;
}

/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/
.thrColHybHdr #container { 
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}  
#sidebar2  {
	float: right; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 180px;
}
#container #sidebar2 img {
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #sidebar2 #eco img {
	margin: 2px;
}

#container #mainContent #main_inner {
	padding: 0px;
	margin: 0px;
}
#container #sidebar2 #eco {
	background-image: url(Images/eco_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 95px;
	width: 175px;
	margin-top: 5px;
}
#container #sidebar2 #ordering {
	background-image: url(Images/ordering_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 114px;
	width: 175px;
	margin-top: 5px;
}
#container #sidebar2 #ordering img {
	margin-right: 12.5px;
	margin-left: 12.5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#sidebar2 #steel {
	height: 204px;
	width: 175px;
	background-image: url(Images/steel_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
}
#sidebar2 #steel img {
	margin-left: 4px;
	margin-right: 2px;
	margin-bottom: 6px;
	margin-top: 0px;
}


.thrColHybHdr #container #sidebar2 img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer  {
	padding: 0 10px 0 20px;
	background-color: #FF0000;
	text-align: center;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}
.adpizazz_red {
	font-size: 110%;
	color: #FF0000;
	font-weight: bold;
}
.categoryh1 {
	font-size: 150%;
	color: #FF0000;
}
.style2 {
	color: #FF0000;
	font-weight: bold;
}
#menu8 {
	width: 180px;
	background-image: url(Images/Rounded.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
	background-color: #FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#menu8 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	
#menu8 li a {
	height: 22px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	}	
	
#menu8 li a:link, #menu8 li a:visited {
	color: #FFFFFF;
	display: block;
	background-image: url(Images/Menu_2.gif);
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	font-weight: bold;
	margin: 0px;
	}
	
#menu8 li a:hover {
	color: #FF0000;
	background-image: url(Images/Menu_2.gif);
	background-position: 0 -37px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 28px;
	font-weight: bold;
	margin: 0px;
	}
#menu8 h1 {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	background-image: url(Images/Rounded.gif);
	background-position: left top;
	font-size: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu8 .lastlink {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #footer a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
