/* CSS Document */

/* First, zero out everything */

         body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
         table{border-collapse:collapse;border-spacing:0;}
         fieldset,img{border:0;}
         address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
         li{list-style:none;}
         caption,th{text-align:left;}
         h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
         q:before,q:after{content:'';}
         abbr,acronym {border:0;font-variant:normal;}
         /* to preserve line-height and selector appearance */
         sup {vertical-align:text-top;}
         sub {vertical-align:text-bottom;}
         input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit; color:#000;}
         /*to enable resizing for IE*/
         /*because legend doesn't inherit in IE */
         legend{color:#000;}
         del,ins{text-decoration:none;}
         select {margin:0px;padding:0px;}

/* Then style on a clean slate */

	body {
			background-color:#999;
			background-image:url(images/metal_tread.jpg);
			margin: 0px;
			padding:0px;
			text-align:center;
			font-family:verdana,arial,helvetica,sans-serif;
			font-size: 11px;
			behavior:url("csshover.htc");  /* this is for IE 6 to do hover menus */
	}
	
   	em, b, i, h1, h2, h3 {
   			font-family:verdana,arial,helvetica,sans-serif;
			font-weight: bold;
	}

strong {
	font-weight: bold;
}


/* wrapper - site is 965 wide */

	#header {
		width: 1040px;
		margin: 0px auto 0px auto;  /* this centers it horizontally */
		text-align: left;
		height: 243px;
	}
	
	#header_left {
		background-image:url(images/top_left_bg.png);
		background-repeat: no-repeat;
		width: 46px;
		height: 243px;
		float: left;
	}
	
	#header_main {
		background-image: url(images/bottom_bg.png);
		background-repeat: repeat-x;
		width: 973px;
		height: 26px;
		float: left;
	}
	
	#top_bar {
		background-color: #333;
		width: 973px;
		height: 32px;
	}
	
	#top_bar_left {
		float: left;
		height:32px;
		width: 312px;
	}
	
	#top_bar_right {
		float: left;
		background-image: url(images/top_bg.jpg);
		background-repeat: repeat-x;
		width: 661px;
		height: 32px;
		overflow:hidden;
		position:relative;
	}
	
	#flash_area {
		width: 973px;
		height: 211px;
	}
	
	#header_right {
		background-image:url(images/col3_bg.png);
		background-repeat: repeat-y;
		width: 21px;
		height: 243px;
		float: left;
	}
	

	#wrapper {
		width: 1040px;
		min-height: 700px;
		height: auto;
		margin: 0px auto 0px auto;  /* this centers it horizontally */
		text-align: left;
		background-image: url(images/mainarea_bg.png);
		background-repeat: repeat-y;
	}

	#header {
		width: 1040px;
		
	}


	#col_left {
		/* background-image:url(images/col1_bg.png); */
		/* background-repeat: repeat-y; */
		width: 54px;
		height: auto;
		min-height: 700px;
		float: left;
		display:inline;
	}
	
	#col_main {
		width: 965px;
		height: auto;
		min-height: 700px;
		background-color: #fff;
		float: left;
		display:inline;
	}
	
	#menuside {
		width: 269px;
		min-height: 200px;
		margin-left: 6px;
		height: auto;
		float: left;
		display:inline;
	}
	
	#menuarea {
		width: 269px;
		height: auto;
		min-height: 200px;
		background-image: url(images/menu_bg.jpg);
		background-repeat: repeat-y;
	}
	
	#menubottom {
		width: 269px;
		height: 50px;
		background-image: url(images/menu_bottom.jpg);
		background-repeat: no-repeat;
	}
	
	#contentside {
		float: left;
		width: 642px;
		margin-left: 40px;
		height: auto;
		display:inline;
	}
	
	#col_right {
		/* background-image:url(images/col3_bg.png); */
		/* background-repeat: repeat-y; */
		width: 21px;
		height: auto;
		min-height: 700px;
		float: left;
		display:inline;
	}

	#footer {
		width: 1040px;
		margin: 0px auto 0px auto;  /* this centers it horizontally */
		text-align: left;
	}
	
	#footer_left {
		background-image:url(images/bottom_left_bg.png);
		background-repeat: no-repeat;
		width: 54px;
		height: 26px;
		float: left;
	}
	
	#footer_main {
		background-image: url(images/bottom_bg.png);
		background-repeat: repeat-x;
		width: 965px;
		height: 26px;
		float: left;
	}
	
	#footer_right {
		background-image:url(images/bottom_right_bg.png);
		background-repeat: no-repeat;
		width: 21px;
		height: 26px;
		float: left;
	}
	
/* For the Accordian Menus */

.menu_head {
	padding: 5px 0px 10px 20px;
	cursor: pointer;
	position: relative;
    font-weight:bold;
    font-size: 16px;
    font-family:Georgia,Times,serif;
    color: #fff;
}

.menu_head:hover {
	color: #debc37;
}

.menu_head a {
	color: #fff;
	text-decoration:none; 
}

.menu_head a:hover {
	color: #debc37;
	text-decoration:none; 
}

.menu_body a{
  display:block;
  color:#fff;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
  margin-bottom: 5px;
  margin-left: 25px;
}
.menu_body a:hover{
  color: #debc37;
  text-decoration:none; 

}
.menu_divider {
	background-image:url(images/menu_divider.jpg);
	background-repeat:no-repeat;
	width: 220px;
	height: 3px;
	margin-left: 20px;
}	

/* top bar stuff */

	 #freeshipping {
		 color: #fff;
		 display:block;
		 font-style: italic;
		 font-family: 'Times New Roman',times,georgia,serif;
		 font-size: 14px;
		 left: 10px;
		 top: 6px;
		 position:absolute;
	 }
	 
	 #cardsicon {
		 width: 87px;
		 top: 6px;
		 left: 347px;
		 display:block;
		 position:absolute;
	 }
	 
	 #carticon {
		 width: 32px;
		 top: 5px;
		 display:block;
		 left: 499px;
		 position:absolute;
	 }
	 
	 #viewcarttext {
		 color: #fff;
		 top: 6px;
		 left: 538px;
		 width: 100px;
		 display:block;
		 margin-left: 5px;
		 font-family: 'Times New Roman',times,georgia,serif;
		 font-size: 13px;
		 position: absolute;
	 }
	 
	 #viewcarttext a {
		 color: #fff;
		 text-decoration:none;
	 }
	 
	 #viewcarttext a:hover {
		 color: #debc37;
		 text-decoration:none;
	 }
	 

#searchbox {
	margin-left: 20px;
	font-size: 14px;
	color: #fff;
	font-family: georgia,times,serif;
	margin-bottom: 20px;
}

#pod_container {
	float :left;
	margin-top: 27px;
	width: 580px;
}

.left_home_pod {
	background-image: url(images/left_home_pod.gif);
	background-repeat: no-repeat;
	width: 270px;
	height: 120px;
	float: left;
	margin-bottom: 30px;
	overflow:hidden;
	position: relative;
}

.right_home_pod {
	background-image: url(images/right_home_pod.gif);
	background-repeat: no-repeat;
	width: 270px;
	height: 120px;
	float: left;
	margin-left: 38px;
	margin-bottom: 30px;
	overflow:hidden;
	position:relative;
}

.left_home_pod img {
	position: absolute;
	left: 4px;
	top: 4px;
}

.right_home_pod img {
	position: absolute;
	left: 156px;
	top: 4px;
}

.left_home_pod h2, .right_home_pod h2, .left_home_pod h2 a, .right_home_pod h2 a {
	color: #213e99;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
	font-family: georgia,times,serif;
}

.left_home_pod h3, .right_home_pod h3, .left_home_pod h3 a, .right_home_pod h3 a {
	color: #ab0534;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	font-family: georgia,times,serif;
}

.left_home_pod h2 {
	position:absolute;
	top: 19px;
	left: 130px;
}

.left_home_pod h3 {
	position: absolute;
	top: 66px;
	left: 130px;
	
}

.right_home_pod h2 {
	position:absolute;
	top: 19px;
	left: 4px;
}

.right_home_pod h3 {
	position: absolute;
	top: 66px;
	left: 4px;
	
}

.left_home_pod h2 a:hover, .right_home_pod h2 a:hover {
	color: #000;
}

.left_home_pod h3 a:hover, .right_home_pod h3 a:hover {
	color: #000;
}


#lower_text {
	font-size: 10px;
	font-family: arial,helvetica,sans-serif;
	color: #666;
	float: left;
	height: auto;
}

.lower_col {
	width: 290px;
	height: auto;
	min-height: 50px;
	margin-left: 15px;
	float: left;
}

#lower_text h1 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
}	

.lower_col p {
	margin-bottom: 5px;
}

.clear {
	clear: both;
}

#inside_bottom_links {
		width: 980px;
		margin: 0px auto 0px auto;  /* this centers it horizontally */
		text-align: center;
		color: #fff;
	}
	
	#inside_bottom_links ul {
		list-style: none;
	}
	
	#inside_bottom_links li {
		float: left;
		margin-right: 5px;
	}
	
	#inside_bottom_links a {
		color: #fff;
	}
	
	#inside_bottom_links a:hover {
		color: #b31b34; 
	}
	 
