@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #3c413c;
}
div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color:#F60;
}
a:hover, a:active, a:focus {
	color:#FFF;
}
p {
	line-height: 1.3;
	font-size: 0.75em;
	padding-bottom: 8px;
}
h3 {
	font-size: 0.8em;
	padding-bottom: 8px;
}
	
#bckgd {
	background: url(../images/spcr_burgundy.jpg) repeat;
	margin: 0 auto;
	text-align: left;
	width: 776px;
}
#container {
	background: url(../images/bckgd_home.jpg) no-repeat;
	border-right: 10px solid #343834;
	border-left: 10px solid #343834;
} 
#header {
	text-align: right;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 255px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 70px 0px 15px 50px;
}
#mainContent {
	margin: 0 0 0 350px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 70px 50px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer {
	padding: 0 10px 0 40px;
	background: url(../images/footer_line.jpg) no-repeat;
	line-height: 1.4;
	border-bottom: 20px solid #5e1a02;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 22px 20px 15px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	line-height: 1.6;
	font-size: 0.7em;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar h1 {
	background: url(../images/h1_home.jpg) no-repeat;
	text-indent: -10000em;
}
#sidebar img {
	padding-bottom: 10px;
}
#footer #legal {
	float: right;
}
#footer a:link, #footer a:visited {
	color: #FFF;
}
#footer a:hover, #footer a:active, #footer a:focus{
	color:#F60
}
.padL10 {
	padding-left: 10px;
}
.subpage #bckgd #container {
	background: url(../images/bckd_main_2.jpg) no-repeat;
	position: relative;
}
.subpage #sidebar {
	padding-top: 60px;
}
.subpage #sidebar h1 {
	background: url(../images/h1_products.jpg) no-repeat;
	text-indent: -10000em;
}
#mainContent ul {
	font-size: 0.8em;
	line-height: 1.5;
	padding: 10px 0px 30px 15px;
}
#contact {
	float: left;
	width: 458px;
	padding: 70px 0px 45px 50px;
}
#contact h1 {
	background: url(../images/h1_contact.jpg) no-repeat;
	text-indent: -10000em;
}
#address {
	margin: 0 0 0 530px;
	padding: 70px 20px 30px 0px;
} 
#address h1 {
	background: url(../images/h1_address.jpg) no-repeat;
	text-indent: -10000em;
}
#contactInfo {
	padding-top: 10px;
}
label {
	font-size:.8em;
}
label.top {
	display: block;
	padding-bottom: 0.25em;
	padding-top: .25em;
	line-height: 1.4;
}
#data {
	float: left;
	width: 240px;
}
input.text {
	width: 230px;
	background: #662107;
	border: 1px solid #813006;
	color: #C60;
}
#comment input.text2 {
	width: 200px;
	background: #662107;
	border: 1px solid #813006;
	color: #C60;
	display: block;
	margin-left: 0px;
}
textarea {
	width: 200px;
	height: 50px;
	background: #66240A;
	border: 1px solid #813006;
	color: #F60;
	margin-bottom: 5px;
}
#comment {
	margin-left: 245px;
}
.padTop10 {
	padding-top: 10px;
}
#address h3 {
	padding-top: 10px;
}
#thankYou {
	padding-top: 80px;
	padding-bottom: 120px;
}
#legal {
	padding: 70px 0px 45px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#address img {
	padding-top: 8px;
}
.required {
	color: #C60;
	padding-top: 20px;
	font-size: 0.7em;
}
#credit {
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 5px;
}
.product #container {
	background: url(../images/bckgd_products.jpg) no-repeat;
}
.product #sidebar h1 {
	background: url(../images/h1_products.jpg) no-repeat;
}
#machLink {
	padding-top: 70px;
	padding-left: 48px;
	width: 230px;
	float: left;
}
#machLink h1 {
	background: url(../images/h1_machining.gif) no-repeat;
	text-indent: -10000em;
}
#weldingLink {
	padding-top: 70px;
	width: 230px;
	float: left;
}
#weldingLink h1 {
	background: url(../images/h1_welding.gif) no-repeat;
	text-indent: -10000em;
}
#qualityLink {
	padding-top: 70px;
	width: 215px;
	float: left;
}
#qualityLink h1 {
	background: url(../images/h1_quality.gif) no-repeat;
	text-indent: -10000em;
}
#capContent img {
	padding-top: 40px;
	padding-left: 50px;
	padding-bottom: 40px;
}
#capContent p {
	padding-left: 280px;
	padding-right: 40px;
	padding-bottom: 40px;
}
#capContent {
	background: url(../images/callbox_our_commitment.gif) no-repeat 50px 80px;
}
#servH1 h1 {
	background: url(../images/h1_quality_assurance.gif) no-repeat 45px 0px;
	text-indent: -10000em;	
}
.mach#servH1 h1 {
	background: url(../images/h1_machining_capabilities.gif) no-repeat 45px 0px;
	text-indent: -10000em;	
}
.weld#servH1 h1 {
	background: url(../images/h1_welding_capabilities.gif) no-repeat 45px 0px;
	text-indent: -10000em;	
}
#subMenu {
	background: url(../images/bckgd_sub_menu.jpg) no-repeat;
	height: 40px;
	width: 190px;
	position: absolute;
	left: 500px;
	top: 314px;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 20px;
}
#servH1 {
	margin-top: 100px;
}
#btnMach {
	height: 20px;
	width: 100px;
}
#btnMach a:link, #btnMach a:visited {
	background: url(../images/btn_machining.gif) no-repeat;
	display: block;
	height: 20px;
}
#btnMach a:hover, #btnMach a:active, #btnMach a:focus {
	background: url(../images/btn_machining_hit.gif) no-repeat;
	
}
#btnWeld {
	height: 20px;
	width: 80px;
	float: right;
}
#btnWeld a:link, #btnWeld a:visited {
	background: url(../images/btn_welding.gif) no-repeat;
	display: block;
	height: 20px;
}
#btnWeld a:hover, #btnWeld a:active, #btnWeld a:focus {
	background: url(../images/btn_welding_hit.gif) no-repeat;
	
}
#btnQuality {
	height: 20px;
	width: 80px;
	float: left;
}
#btnQuality a:link, #btnQuality a:visited {
	background: url(../images/btn_quality.gif) no-repeat;
	display: block;
	height: 20px;
}
#btnQuality a:hover, #btnQuality a:active, #btnQuality a:focus {
	background: url(../images/btn_quality_hit.gif) no-repeat;
	
}
#servCont {
	padding-left: 65px;
	width: 380px;
	float: left;
}
#servCont h2 {
	font-size: 0.8em;
	color: #F5A922;
	padding-top: 10px;
}
.padR {
	padding-right: 50px;
}
.padBtm {
	padding-bottom: 35px;
}
#servCont ul {
	padding-left: 15px;
	font-size: 0.75em;
}
#servCont ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.3;
}
#servImg p {
	font-style: italic;
	color: #f5a922;
}
#servImg {
	margin-left: 510px;
	padding-right: 40px;
}
#servImg Img {
	padding-bottom: 12px;
}
#servImg .logoTop   {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#servImg .logoCenter   {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#logos {
	margin-left: 45px;
	background: url(../images/gr_dotted_line_3col.gif) no-repeat;
	margin-top: 40px;
	padding-top: 20px;
	padding-left: 20px;
}
.padR2 {
	padding-right: 165px;
}
.padR3 {
	padding-right: 125px;
}
.captcha {
	display:block;
}
