@charset "utf-8";
img, object, embed, video {
	max-width: 90%;
}
 
 
 
 
 
/* Mobile Layout: 480px and below. */
   @media only screen and (min-width:320px) and (max-width: 767px) {
/* page layout and formating */	   
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
}
#innerContainer {
	width: 100%;
	margin-left: auto;
	margin-top: 15px;
	display: block;
	clear: both;
	margin-right: auto;
}
.header {
	width: 98%;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.header .threecolumns .invoiceForm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #000;
}
.nav {
	width: 98%;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 55px;
}
 
 

.mainContent {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 15px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-radius: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding-right: 25px;
	padding-left: 25px;
	border-bottom-width: thick;
	border-bottom-color: #FFF;
}
.nav {
	width: 98%;
	margin-top: 2%;
	margin-bottom: .5%;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: auto;
	height: 55px;
	clear: both;
}
#lowerNav {
	width: 99%;
	margin-top: 5%;
	padding-top: .5%;
	margin-right: .5%;
	margin-bottom: .5%;
	margin-left: .5%;
	display: none;
}
/* END page layout and formating */	

/* Page Content formating */
.Text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #000;
	text-align: left;
	padding-right: 1%
}
.tinyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #FFF;
	text-align: left;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 15px;
	margin-left: 0%;
}
.Text img {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.pageTitle {
	font-family: Calibri;
	font-size: 1.5em;
	color: #000;
	text-align: center;
	font-style: italic;
	clear: both;
	text-shadow: 3px 3px 5px #03C;
}
.subTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: center;
}
h1 {
	font-family: Calibri;
	font-size: 1.5em;
	color: #000;
	padding: 1%;
	text-align: center;
	font-style: italic;
	clear: both;
	text-shadow: 5px 5px 5px #03C;
}
h2 {
	text-align: center;
}
h3 {
	font-size: 1
	em;
	color: #000099;
	font-family: Tahoma, Geneva, sans-serif;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
	float: right;
	margin: 1%;
}
.alignLeft {
	text-align: left;
	float: left;
	margin: 1%;
}
.dividerBar {
	height: 5px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	clear: both;
}
/* Link Content formating */

a[href^="tel:"].phone-blue {
	color: #00C;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-style: italic;
}

a.emailLink:visited, a.emailLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #03C;
	text-align: center;
	margin: 0%;
	text-decoration: none;
}
a.emailLink:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #F00;
	text-align: center;
	margin: 0%;
	text-decoration: none;
}
a[href^="tel:"] {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-shadow: 4px 4px 4px #FFF;
}
.button {
	-moz-box-shadow: 0 0 0 2px #9fb4f2;
	-webkit-box-shadow: 0 0 0 2px #9fb4f2;
	box-shadow: 0 0 0 2px #9fb4f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e', GradientType=0);
	background-color: #7892c2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #4e6096;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	font-size: 1.2em;
	text-decoration: none;
	text-shadow: 0 1px 0 #283966;
	width: auto;
	margin: 5px 15px;
	padding: 4px 20px
}
.button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background: -moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2', GradientType=0);
	background-color: #476e9e
}
/* Contact Form Formating */

form.Sharp_QualityPlating div.fullColumnGroup {
	width: 98%;
	padding-bottom: 8px;
	padding-top: 8px;
	display: inline;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
form.Sharp_QualityPlating label.sublabel {
	color: #000000;
	font-size: 1.1em;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	width: 50%;
	float: left;
	display: block;
	margin-right: 25px;
	padding-top: 2px;
	padding-right: 5px;
}
label.checkSublabel_Wide {
	font-style:italic;
	color:#000000;
	font-size:1.1em;
	font-family:Tahoma, Geneva, sans-serif;
	width:135px;
	float:left;
	display:block;
	text-align:left;
	margin-top:3px;
	border-width:0;
	margin-right:2px;
	margin-bottom:2px;
}
  
 /* Price page Formating */
 
 * {
  box-sizing: border-box;
}

/* Create two unequal columns that floats next to each other */
.partsrow {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}
	
.partscolumn {
  float: left;
  
  
}

.left {
	width: 55%;
	text-align: right;
	margin-right: 45px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	color: #000;
}

.right {
  width: 15%;
  font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	color: #000;
}

/* Clear floats after the columns */
.partsrow:after {
  content: "";
  display: table;
  clear: both;
}
 
}
@media only screen and (min-width:768px) and (max-width: 1240px) {
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
}
#innerContainer {
	width: 100%;
	margin-left: auto;
	margin-top: 15px;
	display: block;
	clear: both;
	margin-right: auto;
}
.header {
	width: 98%;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 75px;
}
.header .threecolumns .invoiceForm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #000;
}
.mainContent {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 15px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-radius: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding-right: 25px;
	padding-left: 25px;
	border-bottom-width: thin;
	border-bottom-color: #FFF;
}
.nav {
	width: 90%;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 25px; 
}
#lowerNav {
	width: 90%;
	margin-top: 5%;
	padding-top: 0.5%;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.lowernavTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	color: #000;
	padding-left: 3%;
	text-shadow: 5px 5px 5px #03C;
	font-style: italic;
	margin-bottom: 100px;
	padding-bottom: 25px;
}
.copyright {
font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: left;
	margin: 0%;
}
/* END page layout and formating */	

/* Page Content formating */
.Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.4;
	color: #000;
	text-align: left;
	letter-spacing: .2em;
	word-spacing: .2em;
	padding-right: 5%
}
.Text img {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.pageTitle {
	font-family: Calibri;
	font-size: 2em;
	color: #000;
	padding: 1%;
	text-align: center;
	font-style: italic;
	clear: both;
	text-shadow: 3px 3px 5px #03C;
}
.subTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	padding-left: 3%;
	text-align: center;
}
h1 {
	font-family: Calibri;
	font-size: 2em;
	color: #000;
	padding: 1%;
	text-align: center;
	font-style: italic;
	clear: both;
	text-shadow: 5px 5px 5px #03C;
}
h2 {
	text-align: center;
}
h3 {
	font-size: 1.1em;
	color: #000099;
	font-family: Tahoma, Geneva, sans-serif;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
	float: right;
	margin: 1%;
}
.alignLeft {
	text-align: left;
	float: left;
	margin: 1%;
}
.dividerBar {
	height: 5px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	clear: both;
}
/* Link Content formating */

a[href^="tel:"].phone-blue {
	color: #00C;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-style: italic;
}
a.emailLink:visited, a.emailLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #03C;
	text-align: center;
	margin: 0%;
	text-decoration: none;
}
a.emailLink:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #F00;
	text-align: center;
	margin: 0%;
	text-decoration: none;
}
a.lowernavLink:visited, a.lowernavLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-align: left;
	color: #000000;
	line-height: 1.5em;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
a.lowernavLink:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
a.copyrightlink, a.copyrightlink:visited {
	color: #FFFFFF;
	font-family: "Times New Roman";
	font-size: 1em;
	vertical-align: bottom;
}
a.copyrightlink:hover {
	font-size: 1em;
	color: #FF6;
	font-family: "Times New Roman";
}
a[href^="tel:"] {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-shadow: 4px 4px 4px #FFF;
}
.button {
	-moz-box-shadow: 0 0 0 2px #9fb4f2;
	-webkit-box-shadow: 0 0 0 2px #9fb4f2;
	box-shadow: 0 0 0 2px #9fb4f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e', GradientType=0);
	background-color: #7892c2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #4e6096;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	font-size: 1.2em;
	text-decoration: none;
	text-shadow: 0 1px 0 #283966;
	width: auto;
	margin: 5px 15px;
	padding: 4px 20px
}
.button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background: -moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2', GradientType=0);
	background-color: #476e9e
}
/* Contact Form Formating */

form.Sharp_QualityPlating div.fullColumnGroup {
	width:900px;
	padding-bottom:8px;
	padding-top:8px;
	display:inline;
	float:left;
}
form.Sharp_QualityPlating label.sublabel {
	color:#000000;
	font-size:1.1em;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:right;
	width:250px;
	float:left;
	display:block;
	margin-right:25px;
	padding-top:2px;
	padding-right:5px;
}  
  
 label.checkSublabel_Wide {
	font-style:italic;
	color:#000000;
	font-size:1.1em;
	font-family:Tahoma, Geneva, sans-serif;
	width:135px;
	float:left;
	display:block;
	text-align:left;
	margin-top:3px;
	border-width:0;
	margin-right:2px;
	margin-bottom:2px;
} 
  
  
 /* Price page Formating */
 
 * {
  box-sizing: border-box;
}

/* Create two unequal columns that floats next to each other */
.partsrow {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}
	
.partscolumn {
  float: left;
  
  
}

.left {
	width: 55%;
	text-align: right;
	margin-right: 45px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	color: #000;
}

.right {
  width: 15%;
  font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	color: #000;
}

/* Clear floats after the columns */
.partsrow:after {
  content: "";
  display: table;
  clear: both;
}
 
 
 
 
}
@media only screen and (min-width: 1240px) {
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
}
#innerContainer {
	width: 100%;
	margin-left: auto;
	margin-top: 15px;
	display: block;
	clear: both;
	margin-right: auto;
}
.header {
	width: 90%;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.header .threecolumns .invoiceForm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #000;
}
.nav {
	width: 80%;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 15px;
}
.mainContent {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 15px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-radius: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding-right: 25px;
	padding-left: 25px;
	border-bottom-width: thin;
	border-bottom-color: #FFF;
}
.ContactTitle {
	font-family: "Goudy Old Style";
	font-size: 2.5em;
	color: #00C;
	text-shadow: 2px 2px 2px #999;
}
.ContactText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	line-height: 25px;
}
h1 {
	font-family: Calibri;
	font-size: 2.5em;
	color: #000;
	padding: 1%;
	text-align: center;
	font-style: italic;
	clear: both;
	text-shadow: 5px 5px 5px #03C;
}
h2 {
	text-align: center;
}
h3 {
	font-size: 1.1em;
	color: #000099;
	font-family: Tahoma, Geneva, sans-serif;
}
#lowerNav {
	width: 90%;
	margin-top: 5%;
	padding-top: 0.5%;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.lowernavTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	color: #000;
	padding-left: 3%;
	text-shadow: 5px 5px 5px #03C;
	font-style: italic;
	margin-bottom: 25px;
	padding-bottom: 0px;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color: #000;
	text-align: left;
	margin: 0%;
}
/* END page layout and formating */	

/* Page Content formating */
.Text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	color: #000;
	text-align: left;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	padding-right: 5%;
	text-indent: 10px;
	font-weight: bold;
}
.tinyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: left;
	margin: 0%;
}
.Text img {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.pageTitle {
	font-family: Calibri;
	font-size: 2em;
	color: #000;
	padding: 1%;
	text-align: center;
	font-style: italic;
	clear: both;
	text-shadow: 3px 3px 5px #03C;
}
.subTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	color: #000;
	padding-left: 3%;
	text-align: center;
	margin-top: -25px;
}
.BRclear {
	clear: both;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
	float: right;
	margin: 1%;
}
.alignLeft {
	text-align: left;
	float: left;
	margin: 1%;
}
.dividerBar {
	height: 5px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	 
}
/* Link Content formating */
a[href^="tel:"].phone-blue {
	color: #00C;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-style: italic;
}
a.emailLink:visited, a.emailLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #03C;
	text-align: center;
	margin: 0%;
	text-decoration: none;
}
a.emailLink:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #F00;
	text-align: center;
	margin: 0%;
	text-decoration: none;
}
a.copyrightlink, a.copyrightlink:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: left;
	margin: 0%;
	text-decoration: none;
}
a.copyrightlink:hover {
	font-size: 1em;
	color: #FF6;
	font-family: "Times New Roman";
}
a.lowernavLink:visited, a.lowernavLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: left;
	margin: 0%;
	text-decoration: none;
}
a.lowernavLink:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
	text-decoration: none;
}
a[href^="tel:"] {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-shadow: 4px 4px 4px #FFF;
}
.button {
	-moz-box-shadow: 0 0 0 2px #9fb4f2;
	-webkit-box-shadow: 0 0 0 2px #9fb4f2;
	box-shadow: 0 0 0 2px #9fb4f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e', GradientType=0);
	background-color: #7892c2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #4e6096;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	font-size: 1.2em;
	text-decoration: none;
	text-shadow: 0 1px 0 #283966;
	width: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background: -moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2', GradientType=0);
	background-color: #476e9e
}

/* Contact Form Formating */

form.Sharp_QualityPlating div.fullColumnGroup {
	width:900px;
	padding-bottom:8px;
	padding-top:8px;
	display:inline;
	float:left;
}

form.Sharp_QualityPlating label.sublabel {
	color:#000000;
	font-size:1.1em;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:right;
	width:250px;
	float:left;
	display:block;
	margin-right:25px;
	padding-top:2px;
	padding-right:5px;
}
label.checkSublabel_Wide {
	font-style:italic;
	color:#000000;
	font-size:1.1em;
	font-family:Tahoma, Geneva, sans-serif;
	width:135px;
	float:left;
	display:block;
	text-align:left;
	margin-top:3px;
	border-width:0;
	margin-right:2px;
	margin-bottom:2px;
}

/* Price page Formating */
 
 * {
  box-sizing: border-box;
}

/* Create two unequal columns that floats next to each other */
.partsrow {
	width: 55%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}
	
.partscolumn {
  float: left;
  
  
}

.left {
	width: 55%;
	text-align: right;
	margin-right: 45px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	color: #000;
}

.right {
  width: 15%;
  font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	color: #000;
}

/* Clear floats after the columns */
.partsrow:after {
  content: "";
  display: table;
  clear: both;
}
 
 
}

