﻿/* Style sheet */
body {
	font-family: Arial, verdana, Helv;
	font-size: 1.0em;
	color: #000;
	background: #ccc url('images/background.gif') top left repeat;
}
* {
	margin: 0;
	padding: 0;
}
/*
html, body {
	height: 101%;
} */

html {
	overflow-y: scroll;
}


div#wrap {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: transparent;
}
div#top-spacer {
	width: 100%;
	height: 8px;
	background-color: transparent;
	float: left;
}
div#header {
	width: 100%;
	height: 160px;
	background-image: url('images/header-img.gif');
	float: left;
}

div#toplinks {
	width: 154px;
	height: 50px;
	margin-left: 610px;
	padding-top: 35px;
	text-align: center;
	color: #fff;
	font-size: 80%;
}

div#topmenu {
	/* margin-left: auto; margin-right: auto; */
	width: 100%;
	height: 23px;
	/* Style for new CSS menu follows */
	
}

div#mid-wrap {
	float: left;
}
div#content {
	width: 770px;
	background: #fff url('images/faux-back-content.gif') top repeat-y;
	padding-bottom: 1em;
}
div#left-col {
	width: 120px;
	float: left;
	background-color: #09C;
	color: #fff;
	font-size: 70%;
}
div#content-mid {
	/* for pages with 3 columns */
	float: left;
	width: 490px;
	width: 485px;
}
div#right-col {
	/* Narrow right col on 3 col pages only */
	float: left;
	width: 160px;
	font-size: 90%;
	padding-top: 4.6em;
	padding-top: 0; /* centered heading only */
}
div#content-wide {
	/* for pages with no narrow-right-col */
	float: left;
	width: 650px;
}

body#popup {
	background-color: #fff;
	background-image: none;
}

h1, h2, h3, h4, h5 {
	text-align: left;
	margin-left: 20px; /* current value */
	margin-left: 23px;
	margin-top: 1em;
	font-family: Arial, Helv;
	color: #0099CC;
	font-size: 100%;
	font-size: 86%;
}
h3, h4, h5 {
	font-size: 90%;
	font-size: 86%
}
h1 {
	margin-bottom: 1.7em;
	margin-top: 1.8em;
	text-align: center; /* centered heading only */

}

p {
	margin: .6em 15px .6em 23px;
	text-align: left;
	font-family: Arial, Helv;
	font-size: 86%;
	font-weight: normal;
}
p.spaced {
	line-height: 1.4em;
}

a {
	color: #009CC6;
	text-decoration: none;
	font-weight:bold;
	border-style: none;
}
a:hover {
	color: #FF9C31;
}

#left-col a {
	color: #fff;
}

ul, ol {
	margin-left: 80px;
	text-align: left;
}

li {
	font-size: 90%;
}

hr.leftside {
	width: 72px;
	height: 1px;
	margin: 1em auto;
	border: 0;
	background-color: #000;
}
img {
	margin: 0;
	border: 0;
	border-style: none;
}
img.pricing {
	margin-bottom: 1em;
}

img#logo {
	margin-left: -7px;
	margin-top: 16px;
	float: left;
}
img.lgpic {
	margin-bottom: 1em;
	margin-top: 1em;
	border: 2px solid black;
}
img.figure {
	margin-bottom: 1em;
	margin-top: 1em;
}

input.btn {
	background-color: #009CC6;
	color: #fff;
	border: 1px solid #FF9C31;
	padding: 6px;
	margin: .4em 20px;
	font-weight: bold;
}

#right-col img {
	margin-top: 1em;
	border: 2px solid black;
}

#toplinks a:link, #toplinks a:visited, #toplinks a:active {
	color: #fff;
	font-weight: bold;
}
#toplinks a:hover {
	color: #FF9C31;
	font-weight: bold;
}

table {
	font-size: 80%;
}
thead {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: blue;
	color: white;
	font-weight: bold;
	font-size: 80%;
}

table.endfedz, table#swl {
	text-align: left;
	margin: 1em auto 1em 23px;
	width: 450px;
	font-size: 70%;
}
table.endfedz th {
	font-weight: bold;
}

table#swl td.l {
	background-color: #d9f2ff;
}
td.r {
	background-color: #f0faff;
}

table#contact td {
	vertical-align: top;
	padding-bottom: 6px;
}

table#vintage {
	margin: 1em 20px;
	width: 615px;
}
#vintage td {
	padding: 2px 1px;
	text-align: center;
	font-size: 80%;
}
table#vintage td img {
	
}

table#homebrew {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .6em;
	text-align: center;
}
#homebrew td {
	padding: 2px 0;
	
}
table#specs, table.specs {
	margin-top: 10px;
	margin-left: 30px;
	width: 400px;
	text-align: left;
	border: 2px solid black;
}
table#specs td, table.specs td {
	padding: 0 4px;
	vertical-align: top;
}

td.specsleft {
	width: 35%;
}
td.specsright {
	width: 65%;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}


/* Allset Clearing Method - may not need this. DELETE if we don't */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* backslash hack hides from IE Mac\ */
* html .clearfix {
	height: 1%;
}
/* end backslash hack */


/********************** OLD - Take as needed for above ************************/
pre {
	margin: 5px 10px 5px 0;
}

img.plot {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

dl {
	margin: 1em 20px .6em 35px;
	font-size: 90%;
}
dt {
	font-weight: bold;
	margin-bottom: .5em;
	text-align: left;
}

dd {
	margin-bottom: 1em;
	text-align: left;
}

dd ol {
	margin-left: 20px;
	margin-top: .4em;
	font-size: 100%;
}
dd ol li {
	margin-bottom: .4em;
}


tr.colhead {
	background-color: #52CBFF;
}
tr.odd {
	background-color: #DEF3FF;
}
tr.even {
	background-color: #FFF;
}
