@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.ratch_cut_base #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	min-height: 800px;
} 
.ratch_cut_base #header {
	background: #000000;
	padding: 0 0px 0 215px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 80px;
	margin-bottom: 0px;
	position: static;
	z-index: 1;
}
.ratch_cut_base #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 .ratch_cut_base #main_photo_bg {
	padding: 0 0px 0 250px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	background-color: #CCCCCC;
	background-image: url(images/grey_bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	z-index: 1;
}
 .ratch_cut_base #main_photo {
	width: 540px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0;
	height: 180px;
	text-align: center;
	vertical-align: middle;
	clear: none;
	margin-bottom: 0px;
	left: 215px;
	top: 80px;
	float: right;
	position: absolute;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-bottom-width: thin;
	z-index: 25;
}
.ratch_cut_base #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	position: absolute;
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f0f0f0;
	top: 10px;
	height: auto;
	left: 10px;
	margin: 0px 0px 0px 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	z-index: 50;
}
.ratch_cut_base #mainContent {
	margin: 0 0 30px 215px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 70px 40px 0 0;
	top: 230px;
	right: 0px;
	position: static;
	z-index: 1;
	height: auto;
} 
.ratch_cut_base #partsContent {
	top: -100px;
	right: 0px;
	position: relative;
	z-index: 1;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 215px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 0;
	width: auto;
}
.ratch_cut_base #contactContent {
	top: -100px;
	right: 0px;
	position: relative;
	z-index: 1;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 215px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 0;
	width: auto;
}
.ratch_cut_base #clientsContent {
	top: -100px;
	right: 0px;
	position: relative;
	z-index: 1;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 215px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 0;
	width: auto;
}
.ratch_cut_base #footer {
	padding: 10px 10px 0 215px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 18px;
	text-align: left;
	position: static;
} 
.ratch_cut_base #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
P {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	line-height: 16pt;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-style: normal;
	font-weight: bolder;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-style: normal;
	font-weight: bolder;
}
H3,H4,H5,H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: bolder;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
}
a:link {
	color:#999999
}
a:visited {
	color:#999999
}
a:active {
	color:#FF0000
}
.blk {
	color: #000000;
}
.grey {
	color: #999999;
}
.blue {
	color: #003399;
}
.red {
	color: #CC3300;
}
.body1_blck {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
.body1_grey {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	font-style: normal;
	font-weight: normal;
}
.body1_blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003399;
	font-style: normal;
	font-weight: normal;
}
.body1_red {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC3300;
	font-style: normal;
	font-weight: normal;
}
.body2_blck {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
.body2_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-style: normal;
	font-weight: normal;
}
.body2_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-style: normal;
	font-weight: normal;
}
.body2_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	font-style: normal;
	font-weight: normal;
}
.form1_blck {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
.form1_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-style: normal;
	font-weight: normal;
}
.form1_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-style: normal;
	font-weight: normal;
}
.form1_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	font-style: normal;
	font-weight: normal;
}

