@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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #620000;
	background-image: url(../images/background-fade.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container2 {
	width: 704px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #container3 {
	width: 712px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #620000; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	background-color: #DDDDDD;
	background-image: url(../images/parts4automatics-header.jpg);
	margin: 0px;
	height: 107px;
	width: 700px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../images/parts4automatics-footer.jpg);
	height: 58px;
	width: 700px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

.oneColFixCtrHdr #footer2 {
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
}
.oneColFixCtrHdr #footer2 a {
	color: #000000;
}

.oneColFixCtrHdr #footer2 a:hover {
	color: #FFFFFF;
}





#mainlinks {
	background-color: #000000;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#mainlinks li {
    list-style:none;
    display:inline;
}
#mainlinks a {
	padding-right: 12px;
	padding-left: 12px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
}
#mainlinks a:hover {
	color: #FF0000;
	background-image: url(../images/menu-background-over.jpg);
	background-repeat: repeat-x;
}
#mainlinks a:active {
	color: #CCCCCC;
}

#footerlinks {
	background-color: #000000;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#footerlinks li {
    list-style:none;
    display:inline;
}
#footerlinks a {
	padding-right: 8px;
	padding-left: 8px;
	margin: 0px;
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
}
#footerlinks a:hover {
	color: #FF0000;
	background-image: url(../images/menu-background-over.jpg);
	background-repeat: repeat-x;
}
#footerlinks a:active {
	color: #CCCCCC;
}
#footerlinks a:visited {
	color: #999999;	
}


#quotebox {
	width: 92%;
	border: 1px solid #620000;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #EBE3E9;
}
#quotebox a {
	color: 993300;
	text-decoration: none;
}
#quotebox a:hover {
	color: #333333;
}
#quotebox a:visited {
	color: #620000;
}


.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;
}

.quote {
	font-size: 12pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.smalltext {
	font-size: 9pt;
}
.bold18pts {
	font-size: 18px;
	font-weight: bold;
}
.bold21pts {
	font-size: 21px;
	font-weight: bold;
}
.bold24pts {
	font-size: 24px;
	font-weight: bold;
}
.bold30pts {
	font-size: 30px;
	font-weight: bold;
}
.bold36pts {
	font-size: 36px;
	font-weight: bold;
}
p {
	margin-top: 0px;
}
h1 {
	margin-top: 0px;
}
h2 {
	margin-top: 0px;
}
h3 {
	margin-top: 0px;
}
.photoborder {
	border: 1px solid #333333;
}
.blue {
	color: #0D006E;
}
.red {
	color: #620000;
}
.green {
	color: #007300;
}
.bulletin-border {
	border: thin solid #00548E;
}
.bulletin-top-text {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.bulletin-menu-text {
	font-size: 10px;
	font-weight: bold;
	color: #00548E;
}
.bulletin-footer-text {

	font-size: 11px;
	color: #FFFFFF;
}