@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #313131;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(/assets/templates/stac/img/stripe.png);
	min-width: 750px;
}
#container {
	width: 700px;  
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 125%;
}
.oneColLiqCtrHdr #header {
	background: #4d4d4d; 
	color: #FFFFFF;
	padding: 0 5px 0 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 82px;
}
.oneColLiqCtrHdr #header img {
	float: left;
	padding: 6px 15px 0pt 0pt;
}
.oneColLiqCtrHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#imgnav {
	background: #000000;
	width: 100%;
	height: 183px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#imgnav img {
	background: #000000;
	border: 0;
}
#wetkits {
	margin: 0;
	border-left: 1px #CCCCCC solid !important;
}
#valves {
	margin: 0;
	border-left: 1px #CCCCCC solid !important;
}
#pumps {
	margin: 0 0 0 auto;
	border-left: 1px #CCCCCC solid !important;
}
#build {
	margin: 0 auto 0 0;
	border-left: 1px #CCCCCC solid !important;
	border-right: 1px #CCCCCC solid !important;
}


.oneColLiqCtrHdr #mainContent {
	padding: 20px 10px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: center;
}
.oneColLiqCtrHdr #mainContent img {
	text-align: center;
	clear: both;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #CCCCCC;
	background: #4D4D4D;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
} 
.oneColLiqCtrHdr #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 */
	border-top: 1px solid #CCCCCC
	border-bottom: 1px solid #CCCCCC
}

a:hover {
	text-decoration: none;
}
#ajaxSearch_intro {
	display: none;
}
.bookend {
margin: 0 -6px 0;
}
#ajaxSearch_submit {
border: 0;
background: #4D4D4D;
color: #FFFFFF;
}
#ajaxSearch_input {
border: 1px solid #000000;
}
#images {
opacity:0;
display:none;
}
#bookendleft {

}
#bookendright {

}