body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%; /* Default (1em) now equals 12px */
	margin: 0;
	padding: 95px 20px 0; /* keeps a 20px gap (margin, gutter) at the sides */
	background: url("/images/page_bg.png") no-repeat top left; /* image height 95px - blue banner*/
}
h1, h2, h3, h4{
	color: #213b5b;
	font-weight: normal;
}
h1 > span {
	font-size: 0.6em;
}
p{
	line-height: 1.5em;
}
img {
	border-color: #213b5b;
	border-width: 0;
	text-decoration: none;
}
hr{
	border: none;
	height: 1px;
	color: #ffffff;
	background-color: #e6ebf0;
}




/* classes */
.fl{
	float: left;
	margin-right: 10px;
}
.fr{
	float: right;
	margin-left: 10px;
}
.cntrd{
	margin-left: auto;
	margin-right: auto;
}
.clr{
	clear: both;
	float: none;
}
.picBox{
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.linkBox{
	border: 1px dashed;
	padding: 10px;
	margin: 0 0 10px 10px;
	background-color: #e6ebf0;
	color: #000000;
	max-width: 150px;
	float: right;
	line-height: 1.5em;
}
.linkBox a{
	font-weight: bold;
	color: #5d799d;
}
.small{
	font-size: 0.9em;
}
.emp{
	font-weight: bold;
}
.formErrors {
	color: red;
	list-style: inline;
}




/* boxes */
.box {
	width: 630px;
	margin: 10px;
}
.box .head {
	background: url('/images/section-hdr.png') no-repeat;
	height: 24px;
	color: #ffffff;
	padding: 10px 0px 0px 20px;
}
.box .head > h1 {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.box .container {
	margin-left: 1px;
	position: relative;
	border: 1px solid #c7c7c7;
	padding:10px 14px;
	background-color: #ffffff;
}
.bl,.br {
	position:absolute;
	height:12px;
	width:14px;
	bottom:-1px;
}
.br {
	background:#fff url('/images/whitewhite-br.png') no-repeat bottom right;
	right:-1px;
}
.bl {
	background:#fff url('/images/whitewhite-bl.png') no-repeat bottom left;
	left:-1px;
}

ul.servs {
	line-height:2em;
}


/* page layout structure */
#nav {
	background-color: #16355c;
	border-top: 1px solid #e6ebf0;
	margin: 0 -20px;
	padding: 1px 20px 0;
}
#nav a, #nav span{
	display: block;
	float:left;
	margin: 0 5px;
	padding: 5px;
	color: #5d799d;
	color: #e6ebf0;
	font-weight: bold;
}
#page-container {
	max-width: 980px;
	
}
#footer {
	margin: 20px auto;
	padding-top: 10px;
	border-top: 1px solid #e6ebf0;
	clear: both;
	text-align: center;
	line-height: 2em;
	font-size: 1.1em;
}
#footer > #updated {
	text-align: right;
	font-size: 0.75em;
	font-style: italic;
}


/* http error pages */
ul#try li, ul#causes li{
	margin-bottom: 10px;
}


/* Quote form */
#quoteform form {
	width: 590px;
}
#quoteform fieldset {
	margin: 10px 0 20px;
	padding: 10px;
	border: 1px solid  #cfcfcf;
	border-width: 1px 0 0 0;
}
.slide {
	display: none;
}
#quoteform legend {
	font-weight: bold;
	font-size: 1.2em;
	font-weight: normal;
}
#quoteform label{
	font-weight: bold;
	margin-right: 5px;
	width: 250px;
	text-align: right;
	position: absolute;
	margin-bottom: 10px;
}
#quoteform input:not([type=submit]), #quoteform select, #quoteform textarea{
	margin-bottom: 15px;
	margin-left: 260px;
	background-color: #e6ebf0;
	border: 1px solid  #cfcfcf;
	padding: 2px;
}
#quoteform input[type="file"] {
	margin:0 20px 20px 0;
	float:left;
	width:250px;	
}

#quoteform textarea {
	margin: 0;
}
.buttonwrapper {
	margin: auto;
	clear: both;
	width: 324px;
}
.formbutton, #getquote {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	width: 150px;
	cursor: pointer;
	text-align: center;
	margin-top: 10px;
	padding: 8px 0;
}
#getquote {
	padding: 7px 0;
}
#uploadnotice {
	display: none;
}


/* SLIMBOX */
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(/images/prevlabel.gif) no-repeat 0% 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}



#banner > img {
	max-width:100%;
}



img#machine_banner, img#samples_banner {
	width:140px;
	position: absolute;
	top: 140px;
	z-index: -10;
}
img#samples_banner {
	right: 150px;
}
img#machine_banner {
	right: 0;
}
