@charset "utf-8";

html,body {
    height:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	background-image: url(images/strips-bkg.png);
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #09F;
	text-decoration: underline;
}
a:active {
	color: #000;
}
.wrapper {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCC;
	padding: 20px;
	background-color: #FFF;
	position: relative;
	z-index: 0;
	background-image: url(images/stamp.png);
	background-position: right top;
	background-repeat: no-repeat;
	box-shadow: 8px 8px 3px #999;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
}#stamp {
	float: right;
	clear: both;
}
.header {
	width: 920px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.middle {
	border: 1px solid #CCC;
	margin-top: 40px;
	padding: 20px;
	width: 655px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	position: relative;
}
form {

}
#logo {
}
.body-main {
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.body-main-bold {
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt; font-weight: bold; color: #000000; text-decoration: none }
.company-title {
	font-family: 'Fjalla One', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 36px;
}
.nav {
	padding: 0px;
	list-style-type: none;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.nav li {
	display: inline;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-color: #000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.nav li:hover {
	color: #09F;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #09F;
	border-bottom-style: none;
}
.nav li a:link {
	text-decoration: none;
	color: #000;
}
.services-list {
	list-style-image: url(images/squares.png);
	margin-bottom: 12px;
	padding-left: 50px;
	width: 660px;
	margin-top: 8px;
}
.services-list li {
	float: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-align: left;
	width: 50%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.nav li a:visited {
	color: #000;
}
.nav li a:hover {
	color: #09F;
}
.tagline {
	font-family: 'Bad Script', cursive;
	margin: 0px;
	padding: 0px;
}
.copyright {
	text-align: right;
	font-size: 11px;
	display: inline;
	list-style-type: none;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#contact-list {
	margin-top: 30px;
	width: 100%;
}
#contact-list li {
	display: inline;
	margin-right: 20px;
	font-size: 17px;
	line-height: 22px;
	margin-top: 15px;
}
.footer {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.bottom-nav {
	display: inline;
	list-style-type: none;
	font-size: 11px;
	padding-bottom: 5px;
	line-height: 15px;
	text-align: right;
	float: right;
}
.clearboth {
	clear: both;
}
.bottom-nav li {
	display: inline;
	padding: 5px;
	margin: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.quote-ul {
	1line-height: 38px;
	list-style-image: url(images/squares.png);
	padding-bottom: 25px;
	line-height: 40px;
}

.quote-ul li {
	margin-left: 250px;
	text-align: left;
}
.formfield {
	width: 60%;
	clear: both;
	height: 25px;
	margin-bottom: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	display: inline-block;
}
.form-text-12 tr td table tr td table tr td h2 {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#OtherInfo {
	width: 98%;
}
.formfield-area {
	width: 60%;
	clear: both;
	height: 175px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 12px;
}
.input95 {
	width: 95%;
	margin: 0px;
	padding: 0px;
}
.form label {
	display: inline-block;
	text-align: right;
	padding-right: 5px;
	width: 160px;
}
.form button {
	margin-left: 80%;
}
.form-text-12 {
	font-size: 12px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#contact-table {
	margin: 0px;
	padding: 0px;
}
.nopadnomargin {
	margin: 0px;
	padding: 0px;
}
#contact-table tr td h3 {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: right;
}
.bordertop2 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
#contact-table h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h1, h2, h3 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
table {
	font-family: 'Open Sans', sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	font-size: 13px;
}
.inlineblock {
	display: inline-block;
}
b {
	font-weight: bolder;
}
td {
	padding-top: 8px;
	padding-bottom: 8px;
}
.spacer {
	height: 1px;
}
.FormCenter599 {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 599px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	float: left;
}
.FormCenter565 {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 564px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
.FormCenter535 {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 535px;

}
.FormCenter500 {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 500px;

	}
.FormCenter515 {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 515px;

}
#pad-br {
	position: absolute;
	bottom: 0px;
}
.bottom1pxborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.bottom2pxborder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.1200pxheight {
	height: 1200px;
}
.wrapper .middle table tr td table #partsdiv {
	height: 500px;
}
.fileholeleft {
	background-image: url(images/file-holel.gif);
	background-repeat: repeat-y;
	width: 30px;
}
.fileholeright {
	background-image: url(images/file-holer.gif);
	background-repeat: repeat-y;
	width: 30px;
}

.border2left {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
}
.border2leftbottom {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.border2right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}
.border2bottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.border1bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.minus4pxTop {
	margin-top: -4px;
}
.padtop40 {
	margin-top: 40px;
}
#padswrapper {
	background-image: url(images/pads-topbak.gif);
	background-repeat: repeat-x;
	width: 518px;
	display: inline-block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	height: 100%;
}
#pads-tl    {
	position: absolute;
	left: 0px;
}
#pads-left-div {
	background-image: url(images/pad_left_bak.gif);
	background-repeat: repeat-y;
	width: 18px;
	position: absolute;
	top: 39px;
	bottom: 0px;
	left: 0px;
}
#pads-right-div {
	background-image: url(images/pads-rightbak.gif);
	background-repeat: repeat-y;
	width: 18px;
	top: 39px;
	bottom: 0px;
	position: absolute;
	right: 0px;
}
.wrapper .middle #continuouswrapper .margin14left tr td span {
	font-size: 9px;
}
#continuouswrapper {
	width: 551px;
	display: inline-block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	height: 100%;
}
#continuous-tl    {
	position: absolute;
	left: 0px;
}
#continuous-left-div {
	background-image: url(images/file-holel.gif);
	background-repeat: repeat-y;
	width: 40px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
}
#continuous-right-div {
	background-image: url(images/file-holer.gif);
	background-repeat: repeat-y;
	width: 40px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	right: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}
#continuous-tr {
	position: absolute;
	right: 0px;
}
#loosecutwrapper {
	width: 500px;
	display: inline-block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(images/cut_sheet_top_right_single.gif);
	background-repeat: no-repeat;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-style: none;
}
#loosecut-left-div {
	background-image: url(images/form_left_bkground.gif);
	background-repeat: repeat-y;
	width: 40px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
}
#loosecut-right-div {
	width: 40px;
	top: 72px;
	bottom: 0px;
	position: absolute;
	right: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}


#cutsetwrapper {
	width: 520px;
	display: inline-block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/form_top_right1.gif);
	background-repeat: no-repeat;
}
#cutset-left-div {
	background-image: url(images/form_left_bkground.gif);
	background-repeat: repeat-y;
	width: 40px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
}
#cutset-right-div {
	background-image: url(images/form_right_bkground.gif);
	background-repeat: repeat-y;
	width: 40px;
	top: 84px;
	bottom: 0px;
	position: absolute;
	right: -21px;
}


.clear-left {
	clear: left;
}
table {
	margin: 0px;
	padding: 0px;
}
.form-subheads {
	font-size: 18px;
	font-weight: 600;
	margin: 0px;
	height: 30px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bordertop1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.margin14left {
	margin-left: 14px;
}
