/* CSS Document */
* {
	padding:0;
	margin:0;
	border:none;
	list-style: none;
	}
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#999;
	background: url(/images/insidestretch.gif) repeat-x top left;
}	

	.i-body {
		background-image: url(/images/stretch-logo-white.gif);
	}
	.inside-body {
		background-image: url(/images/inside_xtend_pete.gif);
	}
	
	div#breadcrm{
		padding-left:37px;
		}

h1 {
color: #44a1d0;
font-size: 1.2em;
}

h2 {
color: #727171;
font-size: 1.0em;
font-style: italic;
}

h3 {
color: #44a1d0;
font-size: .9em;
}

img{
	border:none;
	}

a:link, a:visited{
	color:#999;
}
a:hover{
	color:#44A1D0;
}


	#branding {
		background:url(/images/branding-bg.jpg) bottom right no-repeat;
		padding:30px 0 94px 37px;
	}	
	
	#branding-inside {
	background:url(/images/branding-inside.jpg) bottom right no-repeat;
	padding:31px 0 45px 37px;	
	}
	
	#mainNav {
		float:left; 
		background: url(/images/mnav-bg.jpg) #000000 no-repeat top right;
		border-top: 2px #5f4d4d solid;
		width: 100%;
	}
		#mainNav.inside {
		float:left; 
		background: url(/images/inside_mainNav.gif) #380216 no-repeat top right;
		border-top: 2px #5f4d4d solid;
		width: 100%;
		}
		
		#mainNav li {
			float:left;  
			color:#FFF; 
			font-size:.9em; 
			padding:0 10px; 
			border-left: 1px solid #fff;  
			list-style: none;
		}	
			#mainNav li.firstLi {
				border: none;
				padding-left: 37px;
			}
			#mainNav li a:link, #mainNav li a:visited, #mainNav li a:hover{
				color:#FFF;
				text-decoration:none; 
			}
			
		
		#wrapper{
			float:left;
			width:100%;
			}
		
		#content {
		float: left;
		padding: 10px 20px 0 37px;
		width: 60%;
		}	
			
			#content p, #content blockquote, #content dl, #content h1, #content h2, #content h3, #content h4, #content address{
			margin: 10px 0;
			}
			
				#content h1{
					margin-top: 20px;
				}
				
			#content ul, #content ol, #content li{
				list-style-type:square;
				margin-left: 40px;
			}
				#content ol, #content ol li{
					list-style-type: decimal;
				}
				
			#content a:hover {
				color:#44a1d0;
			}
			
			#content table {
				width:100%;
			}
			
			#content td {
				color:#000000;
				background-color:#eeeeee;
				padding:2px;
				font-size:.9em;
			}
			
			.center {
				text-align:center;
			}
			
			.right {
				text-align:right;
			}
			
			#content th {
				color:#ffffff;
				background-color:#760952;
				font-size:.8em;
				padding:2px;
			}
				
			.total {
				font-weight:bold;
				text-align:right;
			}
			
			.button {
					margin-right:40px;
			}
				
				.button a:link, .button a:visited .button a:hover {
					color:#ffffff;
					height:35px;
				}
				
		#altnav {
		font : bold 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
		padding: 0 50px 0 0;
		float: right;
		width: 25%;
		
		}
			
			#altnav ul{ 
			list-style:none;
			margin: 15px 0;
			padding: 0 0 0 10px;
			
			}
			
				#altnav li{
				list-style:none;
				background: url(/images/mnav-bullet.gif) no-repeat left top;
				margin: 5px 0;
				padding-left: 20px; 
				color: #6d9561;
				
				}
				
				#altnav li a:link, #altnav li a:visited{
				color: #6d9561;
				text-decoration:none; 
				}
				
				#altnav li a:hover{
				color: #44a1d0; 
				text-decoration:underline;	
				}
				
			#altnav img{
			display: block;
			margin: 20px 0;
			
			}
			
			#altnav p{
			color : #336633;
			
			}
			
			#altnav span{
			color : #0099ff;
			
			}
			
			#altnav address {
			color : #000000;
			
			}
			
		#footer{
			float:left;
			clear:both;
			width:100%;
			}
		
		#addressMain{
			margin-top:20px;
			background:#409ecf;
			color: #e4f3ce;
			font-size: 0.9em;
			text-align:center;
			width:100%;
			clear:both;
			float:left;	
			}
			
			#addressMain a{
				color: #e4f3ce;
				}
			#addressMain a:hover{
				color: #999999;
				}
		
		cite {
			text-align:center;
			width:100%;
			clear:both;
			float:left;
			}

label {
	color:#0099ff;
	font-size:1em;
	display:block;
}

.quantity {
	width:50px;
	margin-bottom:20px;
}

input, select, textarea { 
	padding:0 4px;
	background-color:#ffffff;
	border:1px solid #cccccc;
	margin:0 3px 0 0;
}

input#btnAdd{height:26px;width:96px;border:none;}

#checkout {
	padding:0;
	margin:0;
}
	#checkout table {
		width:400px;	
	}
	#checkout td {
		background-color:#ffffff;
		padding:6px 6px 6px 6px;
	}
	#checkout ul{
		list-style-type:none;
		margin:0;
	}
		#checkout ul li{
		list-style-type:none;
		margin:12px 0px 12px 0px;
		}
		
	#checkout select#tmpUPSService{
		width:200px;
	}
	#checkout select#drpCardExpirationMonth{
		width:55px;
	}
	
	#checkout select#drpCardExpirationYear{
		width:70px;
	}
	
fieldset { 
	margin:10px 0; 
	padding:5px;
	border-bottom:1px solid #eeeeee;
	}
	
	fieldset strong{
		display:block;
		margin:-20px 0 0 0;
		}
	
	label {
		color: #44a1d0;
		padding:0;
		margin:0;
	}
	legend { 
		color: #666666;
		font-style:italic;
		font-weight:bold;
	}
	.inputlong {
		width:340px;
	}
	
/* "Vacuum Pump Rebuilding" Style, -Matt R.- */

#pumpDiagram li{
		margin:5px auto;
		list-style-type:disc;
		}
		
#repairSteps li{
			margin:10px 0 0;
			}
	
	.hands{
		float:right;
		}
/* "Stokes Pump 212" Style, -Matt R.- */

#partList{
		margin:0;
		border-collapse:collapse;
		}
		
	#partList td{
				border:thin solid #8d8d8d;
				text-align:center;
				}
		
		
/* Slideshow Styles */

#media-panel{
	float:right;
	width:231px;
	margin:0 0 23px 10px;
	text-align:center;
	}
	#media-panel img{
		border-bottom:solid 1px #999999;
		padding-bottom:5px;
		}
		
	#media-panel span{
		display:block;
		margin:5px 0 0 0;
		}
							
							#lrg-image{
								float:left;
								background:url(/images/lrg-image-bgtop.gif) no-repeat top left #c9d9b0;
							}
								#slidealt{
									float:left;
									padding:5px;
									background:url(/images/lrg-image-bottombg.gif) no-repeat bottom;
								}
								/*#lrg-gallery-frame, img.thumbs-frame{
									position:absolute;
								}*/
							#media-panel ul#thumbs{
								margin:0;
								padding:3px 0 3px 3px;
								float:left;
								background:url(/images/gallery-bg-bottom.gif) no-repeat bottom left #c9d9b0;
								list-style:none;
							}
								#media-panel ul#thumbs-paging{
									margin:0;
									padding:10px 5px 0 5px;
									_padding:10px 4px;
									width:154px;
									float:left;
									list-style:none;
								}
								#thumbs li, #thumbs-paging li{
									float:left;
									margin:0 3px 3px 0;
									list-style-type:none;
								}
								/*#thumbs li img{
									height:36px;
									width:36px;
								}*/
								#pnlLoading{
									float:left;
									width:200px;
								}
								#pnlLoading img{
									margin:50px 0 50px 60px;
									float:left;
								}
							#gallery-thumbs{
								margin:1px 0 0 0;
								padding:5px 0 0 0;
								float:left;
								background: #666666;
							}
								#pnlLinkContainer{
									margin:0;
									float:left;
									width:200px;
									text-align:center;
									padding:0 0 5px 0;
									background:url(../images/gallery-bg-bottom.gif) no-repeat bottom left #c9d9b0;
								}
							#downloads{
								background:url(../images/downloads-bg.gif) repeat-y;
								float:left;
								margin:10px 0 0 0;
								clear:left;
							}
							#downloads span{
								display:none;
							}
								#downloads h3{
									background:url(../images/h3-useful-info.gif) no-repeat;
									width:165px;
									height:23px;
								}
								#downloads ul{
									margin:0;
									padding:10px 10px 10px 10px;
									width:145px;
									background:url(../images/downloads-ul-bg.gif) no-repeat bottom left;
									float:left;
									list-style:none;
								}
									#downloads ul li{
										margin:0 0 5px 0;
									}
									
									
/* --CB-- Products Page */

	.productAttribute{
		width:162px;
		}
		
	#content #productPage p{
		float:left;
		width:100%;
		}
		
	#content #productPage h3{
		float:left;
		margin-top:25px;
		width:100%;
		}
	#content #productPage h2{
		clear:both;
		margin-top:15px;
		width:100%;
		}

	#content dl.twoColumn{
		float:left;
		width:625px;
		margin:0 0 5px 0;
		clear:left;
		}
	
	.twoColumn dt{
		float:left;
		width:250px;
		color:#000000;
		margin:5px 0 5px 0;
		font-weight:bold;
		}
		
	.twoColumn dd{
		float:left;
		width:340px;
		color:#000000;
		margin:5px 0 5px 0;
		position:relative;
		}
		
		#content .twoColumn dd address{
			margin:0;
			}
		
	.twoColumn dd.colon{
		float:left;
		width:25px;
		font-weight:bold;
		}
		
	#content .category 
		{
		float: left; 
		width: 240px
		}
		
	#content .category ul {
		margin:0;
		padding:0;
		}
		
	#content .category li {
		margin:2px 5px;
		list-style:none;
		padding:3px;
		line-height:20px;
		background-color:#eeeeee;
		border:1px solid #999999;
		}
		
	#content .category a:link, #content .categorya:visited, #content .categorya:hover {
		text-decoration:none;
		font-size:.9em;
	}
	
	#content .category img {
		float:right;
	}
/* -------------------------------------- */
div#content table
{
    margin: 0.5em;

}

div#content table.spec {
	font-size:.9em;
	margin-left:-15px;
}
div#content td
{
    border: 1px solid #bfbfbf;
	padding: 0.5em;
	margin: 0;
}


