@charset "UTF-8";
body {
	font: 85%/1.6 Tahoma, Arial, Helvetica, sans-serif;
	background: url(site_bg_top.gif) repeat-x rgb(193,199,205);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 16px 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;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.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. */
}
.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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #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;
}

h1 {
	font: 130% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
}
h2 {
	font-size: 120%;
	color: rgb(233,95,31);
	text-transform: uppercase;
	line-height: 1.2;
}
h3 {
	font-size: 100%;
	color: rgb(233,95,31);
	margin-bottom: 0;
}
h3+p {
	margin-top: 0;
}
#banner {
	position: relative;
	margin: 0 37px 10px;
	width: 725px;
	text-align: center;
	color: rgb(37,64,143);
	font: 120% Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#banner span {
	margin-top: 30px;
}
#banner span.fltlft {
	margin-top: 24px;
	font-size: 85%;
	line-height: 1.1;
}
#mainMenu {
	margin-bottom: 15px;
	text-align: center;
}
.contentLarge {
	position: relative;
	clear: both;
	margin-bottom: 0;
	padding: 24px 0;
}
.contentLarge .secHdr h1 {
	background-color: rgb(81,102,165);
	padding: 6px 0;
	margin: 0 3px;
}
.contentLarge .secHdr {
	width: 800px;
	padding: 16px 0 20px;
	background: url(images/contentLarge_top.png) no-repeat;
}
.contentLarge .secFtr {
	width: 800px;
	height: 24px;
	background: url(images/contentLarge_bottom.png) no-repeat;
}
.secHdr img {
	float: left;
	margin: 0 24px 0 3px;
}
.contentLarge .secMain {
	clear: both;
	background: white url(images/contentLarge_center.png);
}
.contentLarge .secMain .sec1, .contentLarge .secMain .sec2, .contentLarge .secMain .sec3  {
	float: left;
	width: 240px;
	margin-left: 20px;
}
.contentLarge .secMain .sec3 {
	float: right;
	margin-right: 20px;
}
.contentSmallLeft, .contentSmallRight {
	position: relative;
	margin-bottom: 0;
	padding: 24px 0;
	width: 392px;
}
.contentSmallLeft {
	float: left;
	clear: both;
	margin-right: 8px;
}
.contentSmallRight {
	float: right;
	margin-left: 8px;
}
.contentSmallLeft .secHdr h1, .contentSmallRight .secHdr h1 {
	background-color: rgb(81,102,165);
	padding: 6px 0;
	margin: 0 3px;
}
.contentSmallLeft .secFtr, .contentSmallRight .secFtr {
	width: 392px;
	height: 24px;
	background: url(images/contentSmall_bottom.png) no-repeat;
}
.secFtr a {
	display: block;
	text-align: right;
	margin: 0 24px 0 0;
	padding: 0;
	font-size: 80%;
	text-transform: uppercase;
}
.contentSmallLeft .secHdr, .contentSmallRight .secHdr {
	width: 392px;
	padding: 16px 0 20px;
	background: url(images/contentSmall_top.png) no-repeat;
}
.contentSmallLeft .secMain, .contentSmallRight .secMain {
	clear: both;
	background: url(images/contentSmall_center.png);
}
.contentSmallLeft .sec1, .contentSmallRight .sec1 {
	width: 352px;
	margin-left: 20px;
}
.contentSmallLeft .secMain p, .contentSmallRight .secMain p {
	margin-bottom: 0;
}
*:first-child {
	margin-top: 0;
}
strong {
	font-weight: normal;
	color: rgb(233,95,31);
}
em {
	font-style: normal;
	text-transform: uppercase;
}
.buttonLargeBlue, .buttonLargeGreen {
	display: block;
	clear: both;
	padding: 15px;
	height: 21px;
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
}
.buttonLargeBlue {
	background: url(blue_btn.png) no-repeat;
}
.buttonLargeGreen {
	background: url(line_card_btn.png) no-repeat;
}
.secHdr .tagline {
	text-transform: capitalize;
	font-weight: normal;
	font-size: 80%;
}
h3+ul {
	margin-top: 0;
}
ul {
	margin-left: 0;
	padding-left: 0;
}
li {
	margin-left: 1.25em;
	padding-left: 0;
}
.reminder {
	color: red;
}
img.center {
 display: block;
 margin: 0 auto;
}
.fscurtisName {
	text-transform: uppercase;
}
.manufacturers {
	margin-bottom: 1.5em;
	padding: 1em 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.manufacturers h2 {
	font-size: 100%;
	color: rgb(233,95,31);
	margin-bottom: 0;
	text-transform: none;
}
.manufacturers ul {
	list-style-type: none;
	margin-bottom: 0;
}
.manufacturers li {
	margin-top: .3em;
	margin-bottom: 0;
	margin-left: 1em;
	padding: 0 0 0 1em;
	background: url(../images/bullet_arrow.png) 0 .5em no-repeat;
}
.manufacturers li a {
	text-decoration: none;
	color: blue;
	padding: 0;
}
.manufacturers li a:hover {
	text-decoration: underline;
}
