/*<style type="text/css">*/

body  {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	/*background: #999;*/
	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;	
}
	


.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto;
	margin-top: 6px;
	text-align: left;
	background-color: #0080C0;
	/*border: 1px solid #000;*/
	/*border-bottom:#ccc 1px solid;*/
	/*border-top: #000 1px solid;*/
	/*border-left: #ccc 1px solid;*/
	/*border-right: #ccc 1px solid;*/
} 


.twoColFixLtHdr #header {
	/*background-image:url(Redesign/sidebar_gradient6.jpg);*/
	height: 96px;
	background-color: #FFF;
	/*background-repeat:no-repeat;*/
	/*padding-left: 10px;*/
	/*padding-top: 10px;*/
	/*border-bottom: 1px solid #CCC;*/
	/*border-left: 1px solid #39F;
	border-top: 1px solid #39F;
	border-right: 1px solid #39F;*/
	margin: 0;
	padding: 0;
} 
.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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */
	/*height: 380px;*/
	padding: 3px 7px 15px 2px;
	/*background-color: #DDD;*/
	background-color: #0080C0;
	/*background-image:url(Redesign/sidebar_gradient6.jpg);*/
	background-repeat:repeat;
	/*border-left: #ccc 1px solid;*/
	/*border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;*/
}
.twoColFixLtHdr #mainContent {
	margin: 0px 0px 0px 180px; /* 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 2px 10px 0px;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
	color: #666;
	list-style-type: square;
	background-color: #0080C0;
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 2px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*border-left: #ccc 1px solid;*/
	border-bottom: #39F 8px solid;
	background:#0080C0; 
	/*background-image:url(Redesign/sidebar_gradient6.jpg);
	background-repeat:repeat;*/
} 
.twoColFixLtHdr #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 */
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.twoColFixLtHdr #footer a {
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
}
.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: 2px;
	margin-right: 2px;
}
.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;
}

 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]p {
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00F;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #039;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #404040;
}


/*Arts junk

	.twoColFixLtHdr #mainContent .logo {
	position: relative;
	left: 100px;
	bottom: -80px;
}*/
.productTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #FFF;
	
}
.productText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-indent: 0px;
}


.pl {
	position: absolute;
	right:auto;
	left: 20px;
}
.picPad {
	margin:3px;
}

	  
.twoColFixLtHdr #container #header h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-style: italic;
}
.twoColFixLtHdr #container #header h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-style: italic;
}
.productDetails {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	/*color: #0080C0;*/
	/*border: thin solid #CCC;*/
	border: solid 1px #0080C0;
	/*border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;*/
	padding: 8px;
	/*margin: 2px;*/
	background-color: #fff;
	z-index: 1001;
}
	

.homeDetails {
	font-size: 10px;
	color: #000;
	border: thin solid #0080C0;
	/*border: solid 1px #0080C0;*/
	/*border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;*/
	padding: 4px;
	margin: 1px;
	background-color: #EEE;
	font-family: Verdana, Geneva, sans-serif;
}
/*body {
    margin: 0px;
    padding: 0px;
}*/
/*div#buttonA {
    margin-left: 10px;
}
div#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 30px;
}
div#buttonA li {
    list-style-type: none;
    height: 30px;
    width: 125px;
    margin: 20px;
    text-align:center;
}
div#buttonA li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 4px;
}
div#buttonA li a:link {
    color: #000000;
    font-weight: bold;
    background-color: #CCCCCC;
    border-style: outset;
}
div#buttonA li a:visited {
    color: #000000;
    font-weight: normal;
    background-color: #CCCCCC;
    border-style: outset;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #999999;
    border-style: outset;
}
div#buttonA li a:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
    border-style: inset;
}*/

div#buttonA {
    margin-left: 50px;
}
div#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
}
div#buttonA li {
    list-style-type: none;
    height: 30px;
    width: 125px;
    margin: 10px;
    text-align:center;
}
div#buttonA li a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
    background-color: #999999;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
div#buttonA li a:link {
    color: #000000;
    font-weight: bold;
    background-color: #999999;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
div#buttonA li a:visited {
    color: #000000;
    font-weight: normal;
    background-color: #999999;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #777777;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
div#buttonA li a:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
    border-style: solid;
    border-top-color: #333333;
    border-left-color: #555555;
    border-right-color: #BBBBBB;
    border-bottom-color: #DDDDDD;
}
/*The following code is the actual code on the html page for the css buttons:

<div id="buttonA">
    <ul>
        <li><a href="link1.html">Button 1</a></li>
        <li><a href="link2.html">Button 2</a></li>
        <li><a href="link3.html">Button 3</a></li>
    </ul>
</div>*/

.links {
	border: thin solid #0080C0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 6px;
}
.whtbkgrd {
	background-color: #FFF;
	border: thin solid #0080C0;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	font-size: 10px;
	width: 75%;
	text-align: center;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0080C0;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
}
