@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}
	
body {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:url(images/bkgrnd.gif);
	}
	
#page {
	width:779px;
	margin:0 auto;
	}

#header {
	height: 175px;
	background:url(images/testhdr3.jpg) no-repeat;
	}
	
#content {
	width:739px;
	padding:5px 20px;
	background:#274253;
	}
	
#sidebar {
	width:246px;
	margin: 0 10px 0 0;
	float:left;
	}

#main {
	width: 467px;
	float:left;
	}

#footer {
	background:url(images/bottom-slice.gif) bottom no-repeat;
	margin-bottom: 10px;
	height:40px;
	}


/* FORMAT
--------------------------------------*/

.clearer {
	clear:both;
	}

#header h1, #header h2 {
	text-indent:-999999px;
	}

#sidebar h2 {
	width:246px;
	height:200px;
	text-indent:-999999px;
	}

#sidebar p.img {
	width: 246px;
	height: 200px;
	text-indent:-999999px;
	}

#main h3 {
	color:#f5d300;
	font-size:2em;
	margin:10px 0;
	clear:left;
	}

#content p, #content li, #content dd, #content dt {
	color:#fff;
	font-size:1.2em;
	line-height:1.3em;
	margin:10px 0;
	}

#content dt {
	float:left;
	clear:left;
	margin:10px 10px 10px 0;
	}

#content dt a{
	width:121px;
	height:52px;
	display:block;
	text-indent:-999999px;
	}

#content dd {
	float:left;
	width:316px;
	}

#content a {
	color:#f5d300;
	}
	
.map {
	float:left;
	margin:0 10px 20px 0;
	}


/* LISTS
--------------------------------------*/

#nav {
	height:25px;
	background:#274253;
	padding:5px 0 5px 35px;
	}

#nav li {
	list-style:none;
	float: left;
	}

#nav li a {
	display:block;
	width: 120px;
	background:#f5d300;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #999;
	border-left:1px solid #999;
	padding:3px 10px;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-size:1.3em;
	}
	
#nav li a:hover {
	background:#ccc;
	}
	
#product_categories li, #product_categories_home li {
	list-style:none;
	float:left;
	width:246px;
	height: 200px;
	}
	
#product_categories	li a, #product_categories_home li a{
	display:block;
	text-indent:-999999px;
	width:246px;
	height:200px;
	}
	
#pipe { background:url(images/idx_pipe.jpg); }
#pumps { background:url(images/idx_pumps.jpg); }
#valves { background:url(images/idx_valves.jpg); }
#fittings { background:url(images/idx_fittings.jpg); }
#drilling { background:url(images/idx_drilling.jpg); }
#tanks { background:url(images/idx_tanks.jpg); }
#electrical { background:url(images/idx_electrical.jpg); }
#well { background:url(images/idx_wellsup.jpg); }

#product_categories #snipe {
	 background:url(images/idx_box.gif); 
	 text-indent:-999999px; 
	 }

#product_categories_home li {
	width:226px;
	height:180px;
	}
	
#product_categories_home li a {
	background-position:-10px -10px;
	width:226px;
	height:180px;
	}
	
#product_categories_home li a:hover {
	background-position: -10px -210px;
	}

#product_categories li a:hover{
	background-position:0 -200px;
	}
	
#bottom_nav {
	height: 20px;	
	background:#274253;
	padding: 5px 0 5px 35px;
	}
	
#bottom_nav li {
	list-style:none;
	float:left;
}

#bottom_nav li a {
	text-decoration:none;
	color:#f5d300;
	padding:5px 40px;
	font-size:1.4em;
	}
	
#bottom_nav li a:hover {
	text-decoration:underline;
	}
	
/* FORMS
-----------------------------------*/

form {
	background:#f5d300;
	padding:20px;
	}

form div {
	margin:10px 0;
	}

label {
	width:150px;
	text-align:right;
	margin:0 10px 0 0;
	float:left;
	color:#274253;
	font-size:1.4em;
	}
	
	
#page #content #sidebar #news {
	padding: 10px;
}
#page #content #sidebar #news h3 {
	font-size: 1.25em;
	color: #F5D300;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
}

