body,html {
	padding: 0px;
	margin: 0px;
	background-color: #eeeeee;
	min-height: 100%;
}

body {
	/*background-image: url(../images/bg_tile.jpg);*/
	background-color: #380000;
}

a {
	color: #0000bb;
}

div,ul,li {
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: blue;
}

#wrapper {
	font-size: 10px;
	width: 97em;
	font-family: Helvetica, Verdana, sans-serif;
	background-repeat: repeat-x;
	border-right: 1px solid black;
	
	
	border-left: 1px solid black;
	margin: 0 auto;
	
	
	background-image: url(../images/top_fade.jpg);
	background-position: 0px 80px;
	background-color: white;
	min-height: 100%;
}

#top_banner {
	font-size: 10px;
	line-height: 10px;
	height: 15.5em;
	background-color: black;
	background-image: url(../images/banner_decoration.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	border-bottom: 1px solid black;
}

#menu_bar {
	clear: right;
	float: left;
	font-size: 10px;
	width: 69em;
	/* floats down under the phone num */
	margin-left: -1px;
	margin-top: 129px;
	/*height: 25px; */
	background-image: url(../images/blended_menu_bg.jpg);
	border-width: 0px;
	border-top: 1px solid black;
}

#menu_bar div {
	border-right:1px solid black;
	float:left;
	margin-right:-1px;
}

#menu_bar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu_bar li {
	display: inline;
}

#menu_bar a {
	margin: 0px;
	text-decoration: none;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	color: black;
	display: block;
	float: left;
	padding: 0px 10px;
	vertical-align: middle;
	border-left: 1px solid black;
	border-right: 1px solid #dddddd;
	/*height: 13px;*/
	font-family: Helvetica, Verdana, sans-serif;
}

#menu_bar #inquiry_link a {
	background-image: url(../images/inquiry_link.jpg);
	color: #990000;
}

#menu_bar a:hover, #menu_bar #inquiry_link a:hover {
	background-image: url(../images/highlight_link.jpg);
	border-right: 1px solid #2b4cba;
	color: white;
	text-shadow: black 2px 2px 2px;
}

#gastech_header {
	padding-top: 13em;
	margin: 0px;
	height: 100%;
	/*width: 270px;*/
	width: 280px;
	background-image: url(../images/light_logo.jpg);
	background-color: black;
	background-repeat: repeat-x;
	float: left;
	border-right: 1px solid black;
}

#gastech_header p {
	font-size: 13px;
	font-family: Helvetica, Verdana, sans-serif;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: white;
}

#phone_number {
	text-align: right;
	text-shadow: black 2px 2px 2px;
	border-width: 0px;
	/*margin-top: 108px;*/
	line-height: 25px;
	color: black;
	float: right;
	font-size: 14px;
	font-family: Garamond, Times New Roman, serif;
	font-weight: bold;
}

#footer {
	clear: both;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 12px;
	border-top: 1px dashed gray;
}

#footer div {
	color: #660033;
	font-weight: bold;
}


.content {
	float: left;
	padding: 2em;
	font-family: Helvetica, Verdana, sans-serif;
	line-height: 20px;
	font-size: 10px;
	width: 70em;
	/*background-image:url(../images/rules.jpg);*/
}


.content p {
	margin: 0px;
	margin-bottom: 20px;
	font-size: 13px;
}

.content ul {
	list-style-image: url(../images/bullet.gif);
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	font-size: 13px;
}

.content ol {
	font-size: 13px;
}

.content ul ul {
	list-style-image: url(../images/alt_bullet.gif);
	font-style: italic;
	font-size: 12px;
	color: #333366;
}

.content h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 35px;
	line-height: 35px;
	font-family: Helvetica, Verdana, sans-serif;
	color: #000000;
}

/* 'back' link */
.content h1 a {
	font-size: 13px;
}

.content h2 a, .content h3 a {
	font-size: 11px;
	float: right;
	font-weight: normal;
}

.content h2 {
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 25px;
	font-family: Helvetica, Verdana, sans-serif;
	color: #333333;
}

.content h3 {
	color: #333333;
	font-size: 16px;
	font-family: Helvetica, Verdana, sans-serif;
	margin-top: 16px;
	margin-bottom: 4px;
}

.content table {
	font-size: 13px;
	border-collapse: collapse;
}

.content strong {
	color: #222244;
}

.data_table th, .part_table th {
	color: #333366;
	border-bottom: 1px solid #666;
	padding: 0px 15px;
}

.part_table th.sub_heading {
	color: black;
	font-weight: normal;
	border: 1px solid #aaa;
	background-color: #d5d5e5;
}

.part_table th, .part_table td {
	width: 30%;
}

.data_table td, .part_table td {
	vertical-align: top;
	border-bottom: 1px solid #aaa;
	padding: 3px 15px;
	background-color: #f5f5f5;
}

.part_table td { text-align: center; }

.data_table td.alt, .part_table td.alt {
	background-color: #eee;
}

/* div's are descriptions, smaller and on second line */
.data_table td div {
	font-style: italic;
	font-size: 0.9em;
	margin-left: 1em;
	color: #335;
}

.data_table td ul {
	padding-left: 15px;
}

.content .description {
	font-size: 18px;
	font-family: Helvetica, Verdana, sans-serif;
	color: #333;
}

#product_list {
	font-size: 10px;
	float: left;
	/* rounded corner is 5px. */
	margin: 1em;
	margin-top: 2em;
	width: 19em;
}

#product_list .list {
	background-color: #dcdcdc;
	padding: 0px 10px;
}

#product_list .round {
	height: 1px;
	background-color: #dcdcdc;
	overflow: hidden;
}

#product_list .list div {
	padding-right: 5px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #ffffff;
}

#product_list a {
	position: relative;
	left: 0px;
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-family: Helvetica, Verdana, sans-serif;
	text-decoration: none;
	color: #000033;
	padding: 4px 3px;
}

#search_form {
	margin: 0px;
	padding: 0px;
}

#search_form input {
	width: 12em;
}

.gray_text {
	color: gray;
}

.product_image_link {
	line-height: 0px;
}

.product_image {
	border: 1px solid #333366;
}


.product_image_link .overlay {
	border-width: 0px;
	display: inline;
	margin-bottom: 3px;
	margin-left: -18px;
	opacity: 0;
}

.light_text {
	color: #9999cc;
}

.left_pic {
	float: left;
	padding: 0px;
	padding-right: 10px;
}

.right_pic {
	float: right;
	padding: 0px;
	padding-left: 10px;
}

.left_pic p, .right_pic p {
	text-align: center;
	font-style: italic;
	font-size: 11px;
	line-height: 11px;
	margin-top: -3px;
	color: #003;
}

.diagram {
	text-align: center;
}

.diagram img {
}

/* caption */
.diagram p {
	font-weight: bold;
	color: #333366;
}

div.order_button {
	text-align: center;
}

div.order_button input {
	font-size: 25px;
}

.fields_table .label_col { text-align: right; color: #224; padding-right: 3px; }
.fields_table input { width: 35em; }


