@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #333;
}
.machine {
	opacity:1.0;
	filter:alpha(opacity=100);
	margin-bottom: 10px;
}
.machine:hover {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	background-image: url(../lightweight-favs/images/more.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.table {
	background-color: #CCCCCC;
	font-weight: lighter;
	width: 200px;
	margin-left: 30px;
	font-size: 12px;
	line-height: 12px;
}
.headerimage {
	float: right;
	position: relative;
	visibility: visible;
	z-index: auto;
	bottom: 40px;
}
.oneColLiqCtrHdr  #container  h1  {
	font-size: 32px;
	font-weight: lighter;
	padding-top: 20px;
	line-height: 34px;
	color: #333333;
	font-family: Verdana, sans-serif;
}
.oneColLiqCtrHdr #container h3 {
	font-size: 18px;
	line-height: 24px;
	color: #666666;
	padding-left: 30px;
	font-family: Verdana, sans-serif;
	font-weight: lighter;
	padding-right: 30px;
}
.oneColLiqCtrHdr #container h4 {
	font-size: 20px;
	line-height: 30px;
	color: #666666;
	font-family: Verdana, sans-serif;
	font-weight: lighter;
}
.oneColLiqCtrHdr #container h6 {
	font-size: x-small;
	line-height: normal;
	color: #666666;
	font-family: Verdana, sans-serif;
	font-weight: lighter;
}
.oneColLiqCtrHdr #container p {
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	font-family: Verdana, sans-serif;
	font-weight: lighter;
}
.oneColLiqCtrHdr #container ol {
	font-size: 14px;
	color: #333333;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	display: inherit;
	line-height: 18px;
}
.oneColLiqCtrHdr #container {
	width: 600px;
	text-align: left;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 6px 0px #000;
	margin: auto;
	height: auto;
	display: inherit;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
}
.oneColLiqCtrHdr #header {
	height: 60px;
	box-shadow: 0px 0px 10px 0px #000;
	z-index: auto;
	position: absolute;
	width: 100%;
	background-color: #FFF;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColLiqCtrHdr #mainContent {
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	height: 100%;
}
.box {
	background-color: #FFF;
	float: left;
	border: 10px solid #FFF;
	margin-right: 0px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	width: 25%;
	clear: right;
	height: 440px;
	box-shadow: -2px -2px 1px #666;
	border-radius: 10px;
	display: block;
	position: relative;
	z-index: auto;
	bottom: 40px;
	visibility: visible;
}
.oneColLiqCtrHdr #footer {
	position: fixed;
	bottom: 0px;
	z-index: auto;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	box-shadow: 0px 0px 6px 0px #000;
	background-image: url(../lightweight-favs/images/jano-header-bkg.gif);
	background-repeat: repeat-x;
	padding: 10px;
} 
.oneColLiqCtrHdr #footer p {
	font-size: 8px;
	color: #666666;
	text-align: center;
	font-family: Verdana, sans-serif;
	margin-top: 0;
	margin-right: 30;
	margin-bottom: 0;
	margin-left: 0;
}
a:link {
	color: #D91F37;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #FF6600;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
