@charset "UTF-8";html,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;	height:100%; /* needed for container min-height */	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 */	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: #666666;	color: #000000;}.twoColFixLtHdr #container {	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 0 auto;	text-align: left; /* this overrides the text-align: center on the body element. */	border-top: none;	border-right: none;	border-bottom: none;	border-left: none;	height:auto !important; /* real browsers */	height:100%; /* IE6: treaded as min-height*/	min-height:100%; /* real browsers */	position:relative; /* needed for footer positioning*/	top: 0px;	padding-top: 0px;	padding-right: 0px;	padding-bottom: 30px;	padding-left: 0px;} .twoColFixLtHdr .homeimages {	position: absolute;	left: 115px;	top: 180px;	width: 750px;}.twoColFixLtHdr #header #nav  {	position: relative;	width: 780px;	left: 200px;	top: 78px;	margin: 0px;}.twoColFixLtHdr #header {	background: #DDDDDD url(images-nav/main-header.gif);	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. */	height: 150px;	margin: 0px;	float: left;	width: 980px;	font-family: Verdana, Arial, Helvetica, sans-serif;} #home-link {    position: absolute;    width: 160px;    /* width of the logo */    height: 120px;   /* height of the logo */    top: 10; left: 10; /* top-left corner of logo */    border: 0;    float: left;}.twoColFixLtHdr #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 */}.twoColFixLtHdr #sidebar1, #sidebar2 {	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 4px 0px 100px;	margin: 4px 30px 0px;	width: 140px;	float: left;}.twoColFixLtHdr #mainContent {	margin: 0 0 0 200px; /* 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: 0px 40px 20px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	width: 709px;	border-left-width: 1px;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: solid;	border-left-color: #999;	background-color: #FFF;} h5 {	font-size: 14px;	margin: 0px 0px 4px;	padding: 0px;	text-align: left;}.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;}.twoColFixLtHdr #mainContent p {	font-family: Arial, Helvetica, sans-serif;	font-size: 0.9em;	line-height: 1.4em;	font-weight: normal;	color: #666;	padding: 4px 0px 5px;	margin: 0px;	text-align: justify;}.twoColFixLtHdr #mainContent h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.5em;	font-weight: normal;	margin: 0px;	padding-top: 0px;	padding-right: 0px;	padding-bottom: 4px;	padding-left: 0px;	color: #333;}.twoColFixLtHdr #mainContent h2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.2em;	font-weight: normal;	color: #333;	padding: 8px 0px 0px;	margin-top: 2px;	margin-bottom: 4px;}.twoColFixLtHdr #mainContent h3 {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.15em;	font-weight: normal;	color: #333;	margin-top: 12px;	margin-right: 220px;	margin-bottom: 6px;	border-top-width: 2px;	border-top-style: solid;	border-top-color: #999;	padding-top: 3px;}.twoColFixLtHdr #mainContent p strong {	font-family: Arial, Helvetica, sans-serif;	color: #666;	font-weight: bold;}.twoColFixLtHdr #mainContent p a {	font-weight: normal;	color: #039;	text-decoration: underline;}.twoColFixLtHdr #mainContent p a:hover {	font-weight: normal;	color: #C00;	background-color: #FFF;	text-decoration: none;}.twoColFixLtHdr #mainContent .headerimage {	padding-top: 6px;}.twoColFixLtHdr #sidebar1 p {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 13px;	font-weight: normal;	color: #666;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #999;	margin-top: 4px;	margin-bottom: 0px;	padding-top: 4px;	padding-left: 5px;}.twoColFixLtHdr #sidebar2 p {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: #666;	border-top-width: 1px;	border-top-style: none;	border-top-color: #999;	margin-top: 4px;	margin-bottom: 0px;	padding-top: 4px;	padding-left: 5px;}/*Sidebar 1 Links -------------------------------------------------------------------------*/.twoColFixLtHdr #sidebar1 p a:link,.twoColFixLtHdr #sidebar1 p a:visited {	font-weight: normal;	color: #666;	text-decoration: none;	display:block;	line-height: 18px;	padding-top: 5px;	padding-bottom: 5px;}.twoColFixLtHdr #sidebar1 p a:hover {	color: #C00;}.twoColFixLtHdr #sidebar1 p a.current,#sidebar1 p a.current:hover,#sidebar1 p a.current:active{	color: #C00;	cursor:default;	text-decoration: none;}/*Sidebar 2 Links -------------------------------------------------------------------------*/.twoColFixLtHdr #sidebar2 p a:link,.twoColFixLtHdr #sidebar2 p a:visited {	font-weight: normal;	color: #666;	text-decoration: none;	display:block;	line-height: 14px;	padding-top: 5px;	padding-bottom: 5px;}.twoColFixLtHdr #sidebar2 p a:hover {	color: #C00;}.twoColFixLtHdr #sidebar2 p a.current,#sidebar2 p a.current:hover,#sidebar2 p a.current:active{	color: #C00;	cursor:default;	text-decoration: none;}/*End Sidebar 2 Links -------------------------------------------------------------------------*/.twoColFixLtHdr #sidebar2 .headerimage {	padding-bottom: 10px;	padding-left: 5px;}* {margin:0;padding:0;} /* must declare 0 margins on everything, also for main layout components use padding, not vertical margins (top and bottom) to add spacing, else those margins get added to total height and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */  * {     margin: 0; } html, body {	height: 100%;	font-family: Verdana, Arial, Helvetica, sans-serif; } .wrapper {     min-height: 100%;     height: auto !important;     height: 100%;     margin: 0 auto -4em; } .footer, .push {	height: 30px;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	color: #333;	padding-top: 20px;	padding-right: 0px;	padding-bottom: 0px;	padding-left: 0px;	width: 100%;	text-align: center;	background-color: #666; }.twoColFixLtHdr .footer a {	color: #333;	text-decoration: underline;}.twoColFixLtHdr .footer a:hover {	color: #CCC;}.twoColFixLtHdr #mainContent .photoright {	float: right;	padding-left: 20px;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;}.twoColFixLtHdr #mainContent .photoright200 {	float: right;	font-family: Arial, Helvetica, sans-serif;	font-size: 0.8em;	font-style: italic;	line-height: 1.2em;	font-weight: normal;	color: #333;	padding-left: 20px;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;	width: 200px;	text-align: left;}.twoColFixLtHdr #mainContent .photoright250 {	float: right;	font-family: Arial, Helvetica, sans-serif;	font-size: 0.8em;	font-style: italic;	line-height: 1.2em;	font-weight: normal;	color: #333;	padding-left: 20px;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;	width: 250px;	text-align: left;}.twoColFixLtHdr #mainContent .photoright300 {	float: right;	font-family: Arial, Helvetica, sans-serif;	font-size: 0.8em;	font-style: italic;	line-height: 1.2em;	font-weight: normal;	color: #333;	padding-left: 20px;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;	width: 300px;	text-align: left;}.twoColFixLtHdr #mainContent .photoright350 {	float: right;	font-family: Arial, Helvetica, sans-serif;	font-size: 0.8em;	font-style: italic;	line-height: 1.2em;	font-weight: normal;	color: #333;	padding-left: 20px;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;	width: 350px;	text-align: left;}.twoColFixLtHdr #mainContent .photoright400 {	float: right;	font-family: Arial, Helvetica, sans-serif;	font-size: 0.8em;	font-style: italic;	line-height: 1.2em;	font-weight: normal;	color: #333;	padding-left: 20px;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;	width: 400px;	text-align: left;}.twoColFixLtHdr #mainContent .photoright450 {	float: right;	font-family: Arial, Helvetica, sans-serif;	font-size: 0.8em;	font-style: italic;	line-height: 1.2em;	font-weight: normal;	color: #333;	padding-left: 20px;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;	width: 450px;	text-align: left;}.twoColFixLtHdr #sidebar1 img a:link {	float: left;	margin-right: 0px;	border: 1px solid #999;}.twoColFixLtHdr #sidebar1 .home {	margin-bottom: 290px;	font-size: 2px;	color: #000;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;}.twoColFixLtHdr #mainContent ol li {	font-family: Arial, Helvetica, sans-serif;	font-size: 0.9em;	color: #666;	margin-left: 45px;	padding: 4px 0px 5px;	line-height: 1.3em;}.twoColFixLtHdr #mainContent h4 {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.1em;	color: #666;	padding-top: 10px;}.twoColFixLtHdr #mainContent ul li {	font-family: Arial, Helvetica, sans-serif;	font-size: .9em;	list-style-position: outside;	list-style-type: disc;	color: #666;	padding-top: 2px;	padding-left: 2px;	margin-left: 15px;}.twoColFixLtHdr #mainContent .rightfloat {	position: absolute;	width: 150px;	top: 235px;	right: 53px;	font-family: Arial, Helvetica, sans-serif;	font-size: 0.9em;	text-align: left;}.twoColFixLtHdr #mainContent .rightfloat a:link, .twoColFixLtHdr #mainContent .rightfloat a:visited {	color: #039;	text-decoration: underline;}.twoColFixLtHdr #mainContent .rightfloat a:hover, .twoColFixLtHdr #mainContent .rightfloat a:active{	color: #C00;	text-decoration: none;}.twoColFixLtHdr #mainContent .floatingquote {	font-family: Arial, Helvetica, sans-serif;	font-size: 0.9em;	float: right;	margin-left: 30px;	background-color: #CCC;	padding-right: 15px;	padding-left: 15px;	padding-top: 10px;	padding-bottom: 10px;	font-style: normal;	color: #000;	margin-bottom: 20px;	line-height: 1.4em;	margin-top: 0px;	margin-right: 0px;	width: 150px;	text-align: left;}.twoColFixLtHdr #mainContent .floatingquote strong {	font-weight: bold;	color: #000;	line-height: 3em;}.twoColFixLtHdr #mainContent h5 {	font-family: Arial, Helvetica, sans-serif;	font-size: 1em;	color: #333;	padding-top: 4px;	font-weight: normal;}.twoColFixLtHdr #mainContent .caption {	font-family: Arial, Helvetica, sans-serif;	font-size: 0.8em;	font-style: italic;	color: #333;/*	float: right; */	text-align: left;	line-height: 1em;/*	width: 200px; */}.twoColFixLtHdr #mainContent #paypal {	background-color: #FFF;	width: 535px;	float: right;	font-family: Arial, Helvetica, sans-serif;	color: #666;	font-size: .9em;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;}.hometext {	width: 750px;	position: absolute;	left: 115px;	top: 738px;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666;	line-height: 16px;	text-align: justify;}.storethumb {	max-width: 150px;	height:auto;}.imagegroup {	}.imagegroup img {	width: auto;	height: 66px;	border: 0;}p img {	max-width: 709px;	height: auto;}