@charset "UTF-8";

html {
min-height: 100%;
}

body  {
	font: 12px Arial, Helvetica, sans-serif;
	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: #888D90;
	background: url(../images/bottom_bar.gif) repeat-x bottom center;
}

img {
border: none;
}

a {
color: #007CA5;
text-decoration:none;
}

p {
line-height: 1.7em;
}

h1, td.contentheading {
font: 160% "Times New Roman", Times, serif;
padding-top: 15px;
color: #007CA5;
}

h2, div.componentheading  {
font: 140% "Times New Roman", Times, serif;
padding-top: 5px;
color: #6F9730;
}

h3 {
font-size: 120%;
padding: 0;
margin: 0;
}

span.small {
font-size: 90%;
}

/**
input. {
background: url(../images/go.gif) no-repeat right center;
display: block;
float: left;
width: 19px;
height: 19px;
padding-left: 5px;
color: #8cc6e1;
border: 0;
}

**/

td.createdate, td.modifydate {
font-style:italic;
font-weight: bold;
font-size: 90%;
color: #6F9730;
}

div.clear {
clear: both;
height: 1px;
width: 100%;
}

.thrColFixHdr #container { 
	width: 932px;  /* 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. */
} 
.thrColFixHdr #header { 
	height: 144px;
	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. */
} 
.thrColFixHdr div#header div#logo, .thrColFixHdr div#header div.top-ad {
	float: left;
}

.thrColFixHdr div#header div.top-ad {
padding: 25px 0 0 96px;
}

.thrColFixHdr div#header div#top-func {
font-size: 90%;
float: right;
text-align: center;
width: 250px;
}

.thrColFixHdr div#header div#top-func div.hr-gray {
height: 10px;
width: 100%;
border-bottom: 1px solid #53585B;
margin-bottom: 10px;
}

.thrColFixHdr div#header div#top-func a:link, .thrColFixHdr div#header div#top-func a:visited {
font-size: 110%;
text-decoration: none;
color: #888D90;
}

.thrColFixHdr div#header div#top-func a:hover, .thrColFixHdr div#header div#top-func a:active {
text-decoration: underline;
color: #686D70;
}


.thrColFixHdr div#header div#top-func span.blue-emph {
font: 160% "Times New Roman", Times, serif;
color: #007CA5;
display: block;
padding: 6px 0;
}

.thrColFixHdr div#header div#top-menu {
clear: both;
border: 1px solid #53555b;
border-left: 0;
border-right: 0;
background: #EDF0ED;
height: 22px;
padding-top: 7px;
margin-bottom: 2px;
text-align: center;
}

.thrColFixHdr div#header div#top-menu ul {
list-style: none;
margin: 0;
padding: 0;
}

.thrColFixHdr div#header div#top-menu ul li {
display: inline;
}

.thrColFixHdr div#header div#top-menu ul li a, .thrColFixHdr div#header div#top-menu ul li.selected a  {
padding: 0 30px 0 8px;
margin-left: 6px;
background: url(../images/blue_dot.gif) no-repeat center left;
color: #535153;
text-decoration: none;
font-size: 90%;
}

.thrColFixHdr div#header div#top-menu ul li a:hover, .thrColFixHdr div#header div#top-menu ul li a:active, .thrColFixHdr div#header div#top-menu ul li.selected a  {
background: url(../images/green_dot.gif) no-repeat center left;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 248px; /* 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 */
	margin-top: 12px;
}

.thrColFixHdr #sidebar1 #search-box {
	margin-top: 0px;
	padding-top: 10px;
	width: 100%;
	height: 74px;
	background: url(../images/searchback.gif) no-repeat top left;
	border-bottom: 1px solid #53585B;
    	margin-bottom: 17px;
	
}

.thrColFixHdr #sidebar1 #search-box input 
{
	margin-left: 16px;
}

input#mod_search_searchword {
border: 1px solid #77869F;
color: #aaa;
float: left;
width: 170px;
padding: 2px;
margin-right: 5px;
font-size: 90%;
}

.thrColFixHdr #sidebar1 #search-box label 
{
	font-size: 90%;
	color: #777;
	margin-left: 16px;
}


.thrColFixHdr #sidebar2 {
    background: url(../images/laptop.jpg) no-repeat top center;
	float: right; /* since this element is floated, a width must be given */
	width: 277px; /* 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 */
	margin-top: 12px;
	text-align: right;
	color: #007CA5; 
	font-family: "Times New Roman", Times, serif;
}

.thrColFixHdr #sidebar2 #boast {
	margin-top: 224px;
	text-align: left;
	color: #929797; 
	font: 150% Georgia, "Times New Roman", Times, serif;
}


.thrColFixHdr #mainContent { 
/*	margin: 12px 277px 12px 243px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #catalog { 
	height: 196px;
	background: #edf0ff;
	border: 1px solid #53555b;
    border-left: 0;
    border-right: 0;
	padding: 0 10px;
}

.thrColFixHdr #catalog h1 { 
	padding: 0;
	margin: 10px 0 5px 0;
}

.thrColFixHdr #catalog .inv-item { 
	float: left;
	padding: 0 25px;
	width: 100px;
}

.thrColFixHdr #catalog img { 
	border: 1px solid #53555b;
    border-left: 0;
    border-right: 0;
	margin: 5px 0 5px 0;
}

.thrColFixHdr #catalog span.price { 
	color: red;
	font-weight: bold;
}
.thrColFixHdr #catalog span.info { 
	font-weight: bold;
}

.thrColFixHdr #sub-footer { 
	padding: 20px 0;
	height: 50px;
}

.thrColFixHdr #sub-footer #disclaimer, .thrColFixHdr #sub-footer #security { 
	width: 446px;
	font-size: 90%;
	float: left;
	padding: 0 10px;
} 

.thrColFixHdr #sub-footer #disclaimer img, .thrColFixHdr #sub-footer #security img { 
	float: left;
	padding: 0 10px 10px 0;
} 

.thrColFixHdr #sub-footer #disclaimer span.blue { 
	color: #007CA5;
}

.thrColFixHdr #sub-footer #disclaimer span.green { 
	color: #6F9730;
}

.thrColFixHdr #footer { 
	text-align: center;
	font-size: 80%;
} 
.thrColFixHdr #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;
}

.thrColFixHdr #sidebar1 #search-box input.button
{
	background: url(../images/lsp_go_btn.jpg) no-repeat;
	border: 0px;
	width: 22px;
	height: 19px;
}
