@charset "UTF-8";
#email {
	float: right;
	width: 285px;
	padding: 0px;
	margin-top: 11px;
}
#sidebar {
	text-align: center;
}
#header #logo {
	float: left;
	margin-top: 15px;
}
p {
	font-size: 8pt;
	color: #333;
	margin-left: 10px;
	margin-right: 10px;
}
td{
	font-size: 9pt;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#header #menuwrap {
	height: 30px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#sidebar2 img {
	margin: 0px;
	padding: 0px;
}
#mainContent img {
	padding-top: 0px;
	padding-bottom: 15px;
	margin-top: 10px;
	float: left;
}
#sidebar2 .zeropad {
	margin: 6px 0px 0px;
	padding: 0px;
}
body  {
	font: 110% Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
#container {
	width: 840px; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/leftsidebkg.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0 auto;
} 
#header {
	padding: 0px;  /* 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. */
	margin: 0px;
	background-color: #FFFFFF;
} 
#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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px;
	margin: 0px;
	clear: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 566px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-right: 50px;
	padding: 0px;/* padding keeps the content of the div away from the edges */
	clear: right;
	margin-top: 20px;
}
.thrColFixHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 215px;
	float: none;
	margin: 0px 0px 0px 236px;
} 

.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;
}
#sidebar1 img {
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar1 li {
	list-style-type: none;
	margin-right: 10px;
	margin-left: 0px;
	border-bottom: 1px dotted #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px 0px;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 #blue p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#sidebar1 a {
	color: #FFFFFF;
	font-size: 8pt;
}
#menuwrap ul {
	margin: 0px;
	background-color: #C1D10A;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#menuwrap li {
	list-style-type: none;
	display: inline;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 70%;
}
#menuwrap a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#menuwrap a:hover {
	color: #003375;
}
#sidebar2 a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
}
#sidebar1 a:hover {
	color: #C1D10A;
	text-decoration: none;
}
#sidebar2 a:hover {
	color: #003375;
	text-decoration: underline;
}
#secondaryContent {
	width: 565px;
	float: right;
	clear: right;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 0;
}
#secondaryContent table {
	margin: 0px;
	padding: 0px;
}
#secondaryContent a {
	font-size: 9pt;
	color: #004593;
	text-decoration: underline;
}
#secondaryContent a:hover {
	font-size: 9pt;
	color: #990000;
	text-decoration: underline;
}
#secondaryContent ul {
	margin-left: 28px;
	font-size: 12px;
}

#secondaryContent h1 {
	font-size: 120%;
	color: #003399;
	margin: 20px 20px 0px 0px;
	padding: 0px;
}
#secondaryContent h2{
	font-size:9pt;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #004593;
}
#secondaryContent p {
	margin: 5px 20px 8px 0px;
	font-size: 9pt;
	text-align: left;
	line-height: 140%;
}
#secondaryContent td {
	font-size: 10px;
	padding: 5px 5px 5px 0px;
}
#secondaryContent table.home tr td{
	padding:0px;
}
#secondaryContent #form {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#secondaryContent #products {
	margin-left: 0px;
}
#secondaryContent #maillink a {
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}
#secondaryContent #maillink a:hover {
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	color: #C1D10A;
}
body {
	background-image: url(../images/home_body_background2.jpg);
}
#sidebar1 ul {
	margin-left: 0px;
	margin-right: 5px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
}
#sidebar1 #topbkg {
	background-repeat: no-repeat;
	background-position: top;
	font-size: 9pt;
}
#sidebar1 #blue {
	background-color: #004593;
	margin-left: 25px;
	padding: 0px;
	float: left;
	width: 180px;
	margin-right: 0px;
}
#sidebar1 #blue h3 {
	font-size: 11pt;
	color: #CADA2B;
	padding-left: 10px;
	padding-top: 0 px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#sidebar1 #blue ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sidebar1 #blue p {
	font-size: 65%;
}
#form button {
	font-size: 9px;
	text-decoration: none;
	border-style: none;
}
#dots {
	border-left: 1px dashed #C1D10A;
}
#email p {
	font-size: x-small;
}
.thrColFixHdr #container #secondaryContent #form #vendors {
	border: thin solid #004593;
}
#header #email p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
.thrColFixHdr #container #mainbody {
	margin: 0px;
	padding: 0px;
	float: left;
}
.sold {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}
#sidebar3 li {
	list-style-type: square;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 0px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0px;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar3 ul {
	margin-left: 10px;
	margin-right: 5px;
	padding-top: 0px;
	padding-left: 10px;
	margin-top: 0px;
}
#sidebar3 #topbkg {
	background-repeat: no-repeat;
	background-position: top;
	font-size: 9pt;
}
#sidebar3 #blue {
	background-color: #004593;
	margin-left: 25px;
	padding: 0px;
	float: left;
	width: 180px;
	margin-right: 0px;
}
#sidebar3 #blue p {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 16px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr  #space108 {
	padding: 0 10 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 550px;
	float: right;
	margin: 0px 0px 0px;
	clear: right;
}
#space108 table {
	padding-left: 0px;
	margin: 0px;
}
#space108 a {
	font-size: 10px;
	color: #004593;
	text-decoration: underline;
}
#space108 a:hover {
	font-size: 10px;
	color: #990000;
	text-decoration: underline;
}
#space108 ul {
	margin-left: 280px;
	font-size: 10px;
}
#space108 p {
	margin-top: 5px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#space108 h1 {
	font-size: 120%;
	color: #003399;
	margin: 20px 20px 0px 0px;
	padding: 0px;
}
#space108 td {
	font-size: 10px;
	padding: 5px 5px 5px 0px;
}
#space108 #form {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#space108 #products {
	margin-left: 0px;
}
#space108 #maillink a {
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}
#space108 #maillink a:hover {
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	color: #C1D10A;
}
button {
	padding: 0px;
	height: 19px;
	width: 68px;
	margin: 0px;
	display: block;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
table.productSubnav{
	width:110px;
}
.mfg{vertical-align:top;}
table.productSubnav tr td a{vertical-align:top;padding-bottom:20px;}


#footer {
	padding: 10px 0px 0px;
	clear: both;
	background-color: #C1D10A;
	text-align: center;
	margin: 0px;
	font-size: 9pt;
	color: #FFFFFF;
	width: 100%;
	text-align:center;
} 
.thrColFixHdr #footer p {
	margin: 0 0 0 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 70%;
	text-align: left;
	line-height: 130%;
}
#footer a {
	color: #FFFFFF;
}
#footer a:visited {
	color: #ECE9D8;
}
#footer a:hover {
	color: #004593;
}
#footer ul {
	margin: 0px;
	padding: 10px 0px 10px 10px;
	background-color: #C1D10A;
	text-align: left;
}
#footer ul {
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
}
#footer li {
	list-style-type: none;
	display: inline;
	font-size: 100%;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	color: #003375;
}
.standard-bullets {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: disc;
}
td#photoSpace{
margin:auto;
text-align:center;
vertical-align:middle;
height:400px;
width:400px;
}
#secondaryContent ul li {
	line-height: 140%;
}
#container #secondaryContent #sitemap tr td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.dotted {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666;
}
#sitemap tr td blockquote h2 {
	padding: 0px;
	margin: 0px;
}
#sitemap tr td h2 {
	margin: 0px;
	padding: 0px;
}
#sitemap tr td blockquote blockquote h2 {
	margin: 0px;
	padding: 0px;
}
#sitemap tr td blockquote {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
