

/* IE5.5 and IE 6 PNG FIX */
img, div, a, input { behavior: url(iepngfix.htc) }

html {
/* this is a hack to force scrollbars on at
all times so that the page does not jump
when going from short to long pages */
	height: 100%;
	margin-bottom: 1px;
	overflow:scroll-y;
}

/* default links*/
a:link, a:visited {
	color: #454545;
	text-decoration:none;
}
a:hover {
	color: #0A949E;
	text-decoration:underline;
}	


/* LAYOUT */

body {
	margin: 0;
	padding: 0;
	background-color: #cccccc;
	background-image: url(/images/bg-img.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:18px;	

} 

div#page {
width: 950px;
height: auto;
margin:  0 auto;
padding: 0;
text-align: center;

}


/* HEADER */
div#header {
	padding: 0px;
	color: white;
	text-align: left;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	background-color: #FFFFFF;
	background-image: url(/images/header-bslbs.png);
	background-repeat: no-repeat;
	height: 94px;
}

.homelink {
	margin: 8px;
	border: 0px;
	
 }

/* END HEADER */

 
/* CONTENT */

div#subcontentarea {
	width: 185px;
	text-align: center;
	float: left;
	
}

.subcontent {
	font-size: 12px;
	color: #666666;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
} 


.greenbar_main {
	height: 2px;
	width: 750px;
	background-color:#0A949E;
}
.greenbar_sub {
	height: 2px;
	width: 185px;
	background-color:#0A949E;
}

div#homecontentarea {
	background: #0A949E;
	text-align: left;
	float: right;
	width: 750px;
	height: 382px;
}

.homecontent {
	height:352px;
	width: 170px;
	font-size: 11px;
	color: #ffffff;
	line-height:14px;
	padding-top: 15px;
	padding-right: 10x;
	padding-bottom: 10px;
	padding-left: 10px;
	float:left;
	background-image: url(/images/header-home.png);
	background-repeat: no-repeat;
	background-position: 11px 18px;
}
.home_mainimage {
	height:378px;
	width: 566px;
	float:right;
	background-color:#0A949E;
	margin-top: 2px;
}



div#maincontentarea {
	background: white;
	text-align: left;
	float: right;
	width: 750px;
}

.maincontent {
	font-size: 12px;
	color: #666666;
	line-height:18px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 22px;
}   


.section_header_about { 
	margin: 0px;
	height: 195px;
}
.section_header_ourmachines { 
	margin: 0px; 
	height: 195px;
}
.section_header_faq { 
	margin: 0px; 
	height: 195px;
}
.section_header_contact { 
	margin: 0px; 
	height: 195px;
}

div#twocolumn { 
width: 100%;

}

.column_a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	float:left;
	width: 150px;
	position: relative;
}

.column_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	float:left;
	margin-right: 152px;
	
}

ul {
	margin-top: 0;
}

/* END CONTENT */


/* MAIN NAV */

#nav  {
	margin-top: 0px;
	display: table;
	text-align:center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.navcontent {
	margin-top: 0px;
	display: table;
	text-align:center;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;	
}

#nav a {
	border:none;
}
#nav a:hover img {
	visibility:hidden;
}

/* both IE/win and mac */
#nav a {display:inline-block;}
/* \*/
html #nav a {display:block;}
/* end hiding from IE/mac */

#vertical-list  {
	padding:0px;
	list-style:none;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#vertical-list li {
	margin:0;
	padding:0;
}

/* rollover images */
.rollover_home { background-image: url(/images/nav-up-home.png); }
.rollover_about{ background-image: url(/images/nav-up-about.png); }
.rollover_machines { background-image: url(/images/nav-up-machines.png); }
.rollover_faq { background-image: url(/images/nav-up-faq.png); }
.rollover_contact { background-image: url(/images/nav-up-contact.png); }

/* vertical list */
#vertical-list {
    w\idth:160px; /* must hide from IE5.5/win, instead use container to limit width */
}
* html #vertical-list-container {
	width:160px; /* for IE5.5/win */
	w\idth:auto;
}
#vertical-list li a {
    display:block;
	height:34px;
	border:none;
	text-decoration:none;
}
#vertical-list li a img {
    border:none;
	vertical-align:bottom; /* for IE6 */
}
#vertical-list li a:hover img {
	visibility:visible;
}
#vertical-list li a:hover img/**/ {
    visibility:hidden; /* hide from IE5.0/win */
}
/* fixes for IE/win \*/
* html #vertical-list li a {
	cursor:hand;
}
* html #vertical-list li a:hover {
	height:1%;
}

div#navcontentarea {
	width: 185px;
	height: 382px;
	text-align: center;
	float: left;
	background-image: url(/images/bg-nav.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: white;
}

.nav_image {
	font-size: 12px;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	padding-top:6px;
	padding-bottom:22px;
}   
/* END MAIN NAV*/

    
/* FOOTER */

div#footer {
	width: 950px;
	color: #666666;
	text-align: right;
	font-size:10px;
}
p.footertext  {
	font-size:10px;
	line-height: 26px;
	color: #666666;
	text-align: right;
	font-style: italic;
	padding-left: 200px;
}

a.footerlinks:link, a.footerlinks:visited {
	color: #555555;
	text-decoration:none;
}
a.footerlinks:hover {
	color: #0A949E;
	text-decoration:underline;
}	

/* END FOOTER */

/* END LAYOUT */


/* TYPOGRAPHY */

.bodydefault {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

.bodyboldaqua {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A949E;
	font-weight: bold
}
.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #0A949E;
	line-height: 20px;
	font-weight: bold;
}

/* EXTRAS */

div#contentlargeheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #0A949E;
	line-height: 20px;
	font-weight: bold;
	float:right;

}

a.promo:link, a.promo:visited {
	color: #454545;
	font-size: 14px;	
	text-decoration:none;
	float: right;

}
a.promo:hover {
	color: #0A949E;
	font-size: 14px;	
	text-decoration:underline;
	float: right;

}


