/* 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;
	}



	#header {
		width: 1033px;
		height: 174px;
		margin: 0px auto 0px auto;  /* this centers it horizontally */
		text-align: left;
		padding:0px;
		overflow:hidden;
	}
	
	
	#header_main {
		width: 1012px;
		height: 174px;
		float: left;
	}
	
	
	#top_bar {
		width: 1012px;
		height: 32px;
	}
	
	#top_bar_left {
		float: left;
		height:32px;
		width: 348px;
	}
	
	#top_bar_right {
		background-color: #333;
		float: left;
		background-image: url(images/top_bg.jpg);
		background-repeat: repeat-x;
		width: 664px;
		height: 32px;
		position: relative;
	}
	
	
	#logo_side {
		width: 358px;
		height: 142px;
		float: left;
	}
	
	#main_header_side {
		width: 654px;
		height: 142px;
		float: left;
		background-image: url(images/inner_top_right_bg.png);
		background-repeat: repeat-x;
		position:relative;
		overflow:hidden;
	}
	
	#header_right {
		background-image:url(images/col3_bg.png);
		background-repeat: repeat-y;
		width: 21px;
		height: 174px;
		float: left;
	}
	
	/* crossover stuff */
	
	p.crossover {
		position:absolute;
		color: #213e99;
		font-family:"Times New Roman", Times, serif;
		font-size: 15px;
		width: 330px;
		text-align:center;
		left: 50px;
		top: 25px;
	}
	
	p.crossovertext {
		position:absolute;
		color: #213e99;
		font-family:"Times New Roman", Times, serif;
		font-size: 15px;
		width: 470px;
		text-align:center;
		left: 80px;
		top: 39px;
	}	
	
	p.crossover_instructions {
		position:absolute;
		color: #666;
		font-family:"Times New Roman", Times, serif;
		font-size: 12px;
		font-weight: bold;
		width: 330px;
		text-align:center;
		left: 50px;
		top: 100px;
	}
	
	#crossover_thumb {
		position:absolute;
		left: 398px;
		top: 18px;
	}
	
	#crossover_line {
		width: 645px;
		height: 4px;
		border-top: 3px solid #999;
		float: left;
		margin-bottom: 12px;
		display:inline;
	}
	
	
	/* 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;
	 }
	 
	 /* main area */
	 
	 
	 #wrapper {
		width: 1033px;
		min-height: 700px;
		height: auto;
		margin: 0px auto 0px auto;  /* this centers it horizontally */
		padding:0px;
		text-align: left;
		background-image: url(images/inner_mainarea_bg.png);
		background-repeat: repeat-y;
	}

	
	#col_main {
		width: 962px;
		height: auto;
		min-height: 700px;
		background-color: #fff;
		float: left;
		margin-left: 50px;
		display:inline;
	}
	
	#menuside {
		width: 269px;
		min-height: 200px;
		margin-left: 0px;
		height: auto;
		float: left;
		display:inline;
	}
	
	#checkout_menuside {
		width: 269px;
		min-height: 50px;
		margin-left: 0px;
		height: auto;
		float: left;
		display:inline;
	}
	
	#menuarea {
		width: 269px;
		height: auto;
		min-height: 200px;
		background-image: url(images/menu_bg.png);
		background-repeat: repeat-y;
	}
	
	#menubottom {
		width: 269px;
		height: 50px;
		background-image: url(images/menu_bottom.png);
		background-repeat: no-repeat;
	}
	
	#contentside {
		float: left;
		width: 660px;
		margin-left: 24px;
		height: auto;
		display:inline;
	}
	
		
	#checkoutside {
		float: left;
		width: 900px;
		margin-left: 14px;
		height: auto;
		display:inline;
	}

	#footer {
		width: 1033px;
		margin: 0px auto 0px auto;  /* this centers it horizontally */
		text-align: left;
	}
	
	#footer_left {
		background-image:url(images/inner_bottom_left_bg.png);
		background-repeat: no-repeat;
		width: 44px;
		height: 26px;
		float: left;
	}
	
	#footer_main {
		background-image: url(images/bottom_bg.png);
		background-repeat: repeat-x;
		width: 968px;
		height: 26px;
		float: left;
	}
	
	#footer_right {
		background-image:url(images/bottom_right_bg.png);
		background-repeat: no-repeat;
		width: 21px;
		height: 26px;
		float: left;
	}
	
	#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; 
	}
	 
	
	
	
	.clear {
	clear: both;
	}
	
	


/* 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;
}	

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

/* cart area */

#toolskey {
	font-size: 16px;
	color: #143d8d;
	font-family: 'Times New Roman',times,georgia,serif;
	font-weight: bold;
	margin-bottom: 10px;
}

.product_row {
	width: 153px;
	height: 331px;
	border: 2px solid #d5d5d5;
	float: left;
	margin-right: 7px;
	margin-bottom: 15px;
	position:relative;
	overflow:hidden;
}

.product_row h2, .product_row h2 a {
	color: #b31b34;
	font-family: 'Times New Roman',times,georgia,serif;
	font-size: 13px;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
	top: 5px;
	left:1px
	position:absolute;
	width: 150px;
	text-align:center;
}

.thumbnail {
	position:absolute;
	left: 5px;
	bottom: 85px;
}

.product_row h4  {
	position:absolute;
	left: 12px;
	top: 250px;
	
}

.product_row h4, .product_row h4 a {
	color: #b31b34;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Times New Roman',times,georgia,serif;
	text-decoration:none;
}



.product_row h3 {
	position:absolute;
	left: 12px;
	top: 269px;
	font-weight:normal;
}

.product_row h3, .product_row h3 a {
	color: #333;
	font-size: 12px;
	font-family: 'Times New Roman',times,georgia,serif;
	text-decoration:none;
}	


.product_row h3 a:hover {
	color: #b31b34;
}	


.product_row h6  {
	position:absolute;
	left: 10px;
	top: 282px;
}

.product_row h6, .product_row h6 a {
	color: #333;
	font-size: 12px;
	font-family: 'Times New Roman',times,georgia,serif;
}

.product_row h6 a:hover {
	color: #b31b34;
}

.addbutton {
	position:absolute;
	left: 22px;
	top: 299px;
}

/* for individual product pages */

.breadcrumb {
	font-size: 16px;
	color: #143d8d;
	font-family: 'Times New Roman',times,georgia,serif;
	font-weight: bold;
	margin-bottom: 10px;
}

.breadcrumb a {
	color: #143d8d;
}

#details_top {
	width: 645px;
	height: 115px;
	border: 1px solid #d5d5d5;
	margin-bottom: 16px;
	position:relative;
	font-family:'Times New Roman',times,georgia,serif;
}

#details_top_short {
	width: 600px;
	height: 115px;
	border: 1px solid #d5d5d5;
	margin-bottom: 16px;
	position:relative;
	font-family:'Times New Roman',times,georgia,serif;
}

#details_top_short h2, #details_top h2 {
	position: absolute;
	left: 9px;
	top: 4px;
	font-size: 24px;
	color: #b31b34;
	text-transform:uppercase;
	font-weight:bold;
	font-family:'Times New Roman',times,georgia,serif;
	width:507px;
}

#details_top_short h3, #details_top h3 {
	position: absolute;
	left: 9px;
	top: 62px;
	color: #333;
	font-size: 12px;
	font-family:'Times New Roman',times,georgia,serif;
	font-weight:normal;
}

#details_top_short h4, #details_top h4 {
	position: absolute;
	left: 9px;
	top: 80px;
	color: #333;
	font-size: 12px;
	font-family:'Times New Roman',times,georgia,serif;
}

#details_top_short h4 a, #details_top h4 a {
	color: #b31b34;
}

#details_top_short h4 a:hover, #details_top h4 a:hover {
	color: #333;
}

#details_top_short h5, #details_top h5 {
	position:absolute;
	top: 78px;
	left: 212px;
	color: #213e99;
	font-size: 22px;
	font-weight:bold;
	font-family:'Times New Roman',times,georgia,serif;
}

.addtocartlg {
	position: absolute;
	top: 75px;
	left: 315px;
}

.best_val_badge {
	position:absolute;
	left:523px;
	top:-15px;
}


#details_stats {
	width: 645px;
	min-height: 200px;
	height: auto;
	border: 1px solid #d5d5d5;
	margin-bottom: 16px;
	position: relative;
}

#stats_readout {
	float: left;
	margin-left: 18px;
	margin-top: 18px;
	width: 305px;
	height: auto;
	font-family:'Times New Roman',times,georgia,serif;
	font-size: 12px;
}

#stats_readout a {
	color: #333;
}

#stats_readout a:hover {
	color: #213e99;
}

#stats_readout h2 {
	font-weight: bold;
	font-size: 16px;
	color: #213e99;
	margin-top: 12px;
	font-family:'Times New Roman',times,georgia,serif;
}

#stats_readout p {
	margin-left: 10px;
}


#stats_readout ul {
	margin-left: 20px;
	padding-left: 10px;
	list-style: disc outside;
}

#stats_readout ul li {
	list-style: disc outside;
}

.product_main_image {
	float: right;
	margin-top: 18px;
	margin-right: 20px;
}

#details_related {
	width: 645px;
	min-height: 225px;
	height: auto;
	border: 1px solid #d5d5d5;
	float: left;
	margin-bottom: 16px;
	position:relative;
	overflow:hidden;
}

#details_related h2 {
	margin-left: 11px;
	margin-top: 15px;
	color: #b31b34;
	font-weight:bold;
	font-size:18px;
	font-family:'Times New Roman',times,georgia,serif;
	float: left;
}

#related_container {
	margin-top: 10px;
	margin-left: 11px;
	height: auto;
	min-height: 141px;
	float: left;
	width: 640px;
}

.related_pod {
	width: 90px;
	height: 160px;
	text-align:center;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	overflow:hidden;
}

a.related_linker {
	border: 1px solid #999;
	height: 88px;
	width: 88px;
	display:block;
	overflow: hidden;
}

a.related_linker img {
	margin-top: 2px;
}

a.thumbcaption {
	float: left;
	color: #333;
	width: 90px;
	text-align:center;
}

a.thumbcaption:hover {
	color: #213e99;
}

#details_preview {
	width: 645px;
	min-height: 770px;
	height:auto;
	border: 1px solid #d5d5d5;
	float: left;
	margin-bottom: 20px;
}

#details_preview h2  {
	margin-left: 11px;
	margin-top: 15px;
}

#details_preview h2, #details_preview h2 a {
	color: #b31b34;
	font-weight:bold;
	font-size:18px;
	font-family:'Times New Roman',times,georgia,serif;
}


#contact_form {
	margin-top: 10px;
	width: 355px;
}

#contact_form td {
	padding: 0px 2px 0px 5px;
}

input.full_field {
	width: 355px;
	margin-bottom:5px;
}

input.half_field {
	width: 172px;
	margin-bottom:10px;
}

input.state_field {
	width: 70px;
	margin-bottom:10px;
}	

input.zip_field  {
	width: 90px;
	margin-bottom:10px;
}

#contact_form td select {
	margin-bottom: 5px;
}

#contact_form td textarea {
	width: 355px;
	margin-bottom:10px;
}




