@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	background-color: #FFDC73;
	background: #FFDC73;
}
.twoColFixLt #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #000000;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* 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: #FE4902;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 118px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.twoColFixLt #sidebar1 a{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLt #sidebar1 a:link {
	color:#FFF;
}
.twoColFixLt #sidebar1 a:visited {
	color:#FFF;
}
.twoColFixLt #sidebar1 a:hover {
	color:#FFF;
}
.twoColFixLt #sidebar1 a:active {
	color:#FFF;
}
a:hover {
	color: #FFF;
}
.twoColFixLt #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 320px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	background-color: #FFF;
} 
.name {
	font-size: 14pt;
	font-weight: bold;
}


.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-text {
	color: #000;
	text-align: left;
	padding-left: 20pt;
	padding-right: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.logo {
	margin-bottom: 10pt;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 15pt;
	background-color: #2F8CAB;
	border: 2px solid #FFF;
	color: #FFF;
	margin-right: 15pt;
	margin-left: 15pt;
	font-size: 12pt;
	font-weight: normal;
	padding: 10pt;
}
.product_categories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	font-style: normal;
	text-transform: none;
	line-height: normal;
	text-align: left;
	margin-bottom: 15pt;
	background-color: #2F8CAB;
	margin-right: 15pt;
	margin-left: 15pt;
	border: 2px solid #FFF;
	padding-top: 5pt;
	padding-right: 10pt;
	padding-bottom: 5pt;
	padding-left: 10pt;
}
.product_categories p {
	line-height: 0.5em;
}



.email-link {
	font-size: 10pt;
}
}
hr {
	color: #FFF;
}

</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.logo_text {
}
.twoColFixLt #container #sidebar1 .product_categories p {
	font-size: 10pt;

}
img
{  border-style: none;
}
.contact_info {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 20pt;
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
	margin-right: 10pt;
	margin-left: 10pt;
	font-weight: normal;
	padding-top: 10pt;
	padding-right: 10pt;
	padding-bottom: 10pt;
	padding-left: 15pt;
}
.description p {
	line-height: 0.5em;
}
.about_us_logo {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25pt;
	margin-right: 50%;
	margin-bottom: 25pt;
	margin-left: 35pt;
}
.about_us_small {
	font-size: 11pt;
}

.about_us_content {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10pt;
	margin-right: 80pt;
	margin-bottom: 40pt;
	margin-left: 65pt;
	text-align: left;
	font-size: medium;
	line-height: 1.25em;
	font-style: normal;
	font-weight: normal;
	background-color:#FFF;
	color: #000;
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 40px;
	border: 4px solid #FE4902;
}
.twoColFixLt #mainContent_about_us {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 320px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 60px;
	background-color: #2F8CAB;
}
.twoColFixLt #mainContent_about_us a {
	color:#2F8CAB;
}

.twoColFixLt #mainContent_about_us a:link {
	color:#2F8CAB;
}
.twoColFixLt #mainContent_about_us a:visited {
	color:#2F8CAB;
}
.twoColFixLt #mainContent_about_us a:hover {
	color:#2F8CAB;
}
.twoColFixLt #mainContent_about_us a:active {
	color:#2F8CAB;
}
.main_text {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-top: 30px;
}
