@import url("/fonts.css");
@import url("/thickbox.css");

* { 
	border:0;
	padding:0;
	margin:0;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
body {
	background: #5B4C49 url("_graphics/background.jpg") repeat-x;
}
h1,h2,h3,h4 {
	color:#084ADE;
	margin-top:20px;
}
p {
	padding-bottom:1em;
}
td { vertical-align:top; }
.required { font-weight:bold; color:#0042DE; }
td.left { text-align:right; }
.hidden { display:none; }
.hidden * { display:none; }
.block { display:block; }
input, select, textarea {
	border: 1px solid #CCC;
	background-color:#EEE;
	margin:2px;
	padding:3px;
}
label {
	vertical-align:top;
	font-weight:bold;
}
#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:766px;
	margin-top:15px;
	background: #E7E8E0 url("_graphics/edges.gif") repeat-y;
}
#sub_container {
	background: transparent url("_graphics/main_bg.jpg") no-repeat;
	width:766px;
	padding-left:3px;
}
#masthead {
	width:750px;
	text-align:right;
	background: #FFFFFF url("_graphics/banner_bg.gif") no-repeat;
	font-size:72%;
	color:#33211f;
	padding-top:4px;
	padding-bottom:25px;
}
#masthead div {
	line-height:2em;
}
#masthead div span {
	font-size:190%;
}
/*
#tabs {
	float:right;
	list-style-type:none;
	display:block;
	text-align:right;
	margin-right:6px;
	font-size:90%;
	margin-top:-1.3em;
}
#tabs li {
	display:inline;
	padding:.2em 5px 0 5px;
}
#tabs li.active {
	background-color:#FFF;
	border-left:1px solid #A19C94;
	border-right:1px solid #A19C94;
	border-top:1px solid #A19C94;
	font-weight:bold;
}
#tabs li a {
	color:#333;
	text-decoration:none;
}
#tabs li a:hover {
	color:#084ADE;
	text-decoration:none;
}
#tabs li.active a {
	color:#084ADE;
}
*/
#tabs {
	float:right;
	list-style-type:none;
	display:block;
	text-align:right;
	margin-right:6px;
	font-size:90%;
	margin-top:-1.3em;
}
#tabs ul {
	padding: 0;
	margin: 0;
	line-height: 1;
	list-style: none;
}
#tabs a {
	display: block;
	/*width: 10em;*/
	padding-left: 5px;
	padding-right: 5px;
}
#tabs li a {
	color:#333;
	text-decoration:none;
}
#tabs li.active {
	background-color:#FFF;
	border-left:1px solid #A19C94;
	border-right:1px solid #A19C94;
	border-top:1px solid #A19C94;
	font-weight:bold;
}
#tabs li.active li {
	font-weight:normal;
}
#tabs li li a {
	color:#333;
	padding-top:3px;
}
#tabs li.active li a:hover {
	color:#084ADE;
}
#tabs li a:hover {
	color:#084ADE;	
}
#tabs li.active a {
	color:#084ADE;
}
a.active_sub,
a.active_sub:visited {
	color:#084ADE !important;
}
#tabs li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
}
#tabs li ul { /* second-level lists */
	position: absolute;
	background: #DDD;
	border-left:1px solid #A19C94;
	border-right: 1px solid #A19C94;
	border-bottom: 1px solid #A19C94;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#tabs li ul li {
	float:none;
	text-align:left;
}
#tabs li:hover ul, #tabs li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#main_content {
	margin-right:6px;
	background-color:#e7e8e0;
	padding: 10px 10px 20px 10px;
	border-top:1px solid #a19c94;
	color:#33211f;
}
#main_content ul {
	margin-left:0;
	padding0left:0;
}
#main_content li {
	margin-left:2em;
	padding-bottom:.3em;

}
#footer {
	clear:both;
	border-top:1px solid #8f8684;
	border-bottom:3px solid #3D2C26;
	background-color: #50413e;
	color: #a19c94;
	margin-right:6px;
	font-size:90%;
	padding:10px;
}
#footer .copy {
	width:600px;
}

#footer .links {
	float:right;
	width:80px;
	text-align:right;
}
#footer a,
#footer a:visited {
	color: #a19c94;
}
.grey_text {
	color:#6a5856;
}
.compressors td {
	padding:5px;
	text-align:center;
	background-color:#FFFFFF;
	border: 1px solid  #CCC;
}
.list {
	padding-left:20px;
}
.list li {
	margin-top:5px;
}


.pump_specs {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
}

.pump_specs td,
.pump_specs th {
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#FFFFFF;
	padding:3px;
}
.pump_specs th {
	background-color:#EEE;
	vertical-align:bottom;
}
.image {
	border:1px solid #CCC;
	background-color:#FFFFFF;
	margin:5px;
}
.caption {
	font-size:90%;
	font-style:italic;
	color:#333333;
	font-weight:bold;
	text-align:center;
}

.pumps {
	background-color:#EEE;
	border:1px solid #BBB;
}
.pumps td {
	vertical-align:bottom;
}

.red { color:#FF0000; }

.pump_specs a {
	display:block;
	float:right;
	padding-right:15px;
}