/* CSS */
html, body {
	margin: 0;
}
#header {
	width: 860px;
	height: 130px;
	padding: 10px 4px 0 4px;
	overflow: hidden;
	margin: 0;
}

#header h1 {
	visibility: hidden;
}
#flashcontent {
	height: 130px;
}

/* CONTENT */
#content-area {
	/* must have some padding at the bottom*/
	padding: 0px 0 1px 0px;
	float: right;
}
#content {
	padding: 0 40px 0 40px;
}
#left-column {
	float: left;
	width: 184px;
	min-height: 100%;
	padding: 0 0 1px 4px;
	margin-top: 0;
}
#footer {
	clear: both;
	padding: 47px 15px 0 15px;
	height: 28px;
	overflow:hidden;
}
#right-column {
	width: 184px;
	float: right;
	padding: 0 0 1px 0;
}
.machines-thumb {float:right; padding: 0 0 5px 20px;}
.machines-title {clear:left; font-size:16px; font-weight:bold; color:#006ca1; line-height:18px; padding:10px 0 0; margin:13px 0 0; border-top:1px solid #596c76;}

#news-events-section {
}
.hidden  {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
} 
.gallery-strip {
                padding: 20px 0 0 0;
                height: 150px;
}
.gallery-box {
                float: left;
                margin: 0 7px;
                width: 120px;
                }
html>body .gallery-box {
                margin: 0 11px;
}
.gallery-thumb {
                width: 122px;
                height: 122px;
                margin: 0 auto;
                text-align: center;
}

.gallery-text {
                text-align: center;
}

#gallery-base {
                background: #cbcbcb;
				border-bottom: 1px solid #ececec;
				border-right: 1px solid #ececec;
				border-left: 1px solid #b1b1b1;
				border-top: 1px solid #b1b1b1;
                padding: 5px 10px 5px 10px;
                margin: 11px;
                text-align: center;
                color: #434343;
}
a.gallery-base-link:link, a.gallery-base-link:visited {
                color: #d61515;
                text-decoration: none;
                margin-right: 5px;
}
a.gallery-base-link:hover {
                color: #d61515;
                text-decoration: underline;
                margin-right: 5px;
}
a.gallery-base-link:active {
                color: #d61515;
                text-decoration: underline;
                margin-right: 5px;
}
a.gallery-base-link-on:link, a.gallery-base-link-on:visited {
                color: #d61515;
                text-decoration: none;
                margin-right: 5px;
}
a.gallery-base-link-on:hover {
                color: #d61515;
                text-decoration: underline;
                margin-right: 5px;
}
.galleryindex-strip {
                padding: 10px 0 10px 0;
				display: block;
}
.galleryindex-image {
                padding: 10px 15px 10px 0;
				float: left;
}
.galleryindex-text {
				padding-left: 137px;
}
.search-items {
	display: block;
	height: 20px;
	margin: 5px 0 0 0
}
