BODY {
	background-color: #FFFFFF;
  	font-family: Verdana, arial, sans serif;
  	font-size: 10pt;
  	margin: 0;
}

/********** General classes*/

/*Index page heading style*/
h1 {
	color: #094989;
	color: #596B7E;
	font-size:12pt;
	padding-top: 10px;
}

/*Body text*/
p { font-size: 10pt }

td { font-size: 10pt }

/*Product buttons*/
.button2 {
	background-image: url(/.catalog/images/button_product.gif);
    background-color: #D5C193;
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: solid #BB720A 1px
	letter-spacing: 0px;
	align: center;
	cursor: pointer;
	vertical-align: center;
	text-decoration: none;
	color: black;
    font-variant: small-caps;
}

/*General buttons*/
.button3 {
	background-image: url(/.catalog/images/button_general.gif);
	background-color: #D5C193;
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: solid black 1px
	letter-spacing: 0px;
	align: center;
	cursor: pointer;
	vertical-align: center;
	text-decoration: none;
	color: black;
}

/*Small title bar*/
.titletab_small {
  	background-color: #094989;
  	background-color: #596B7E;
  	color: white;
  	font-weight: bold;
  	font-size: 10pt;
  	padding: 3px;
}

/*Large blue title bar*/
.titletab_large {
	background-color: #094989;
	background-color: #D5C193;
	color: white;
	font-size: 11pt;
	font-weight: normal	
}

/*Shadow box outline for forms*/
.shadowbox {
	border-left: 1px #999999 solid;
	border-top: 1px #999999 solid;
	border-bottom: 2px #999999 solid;
	border-right: 2px #999999 solid;
	padding: 3px;
}

/*Form text/heading*/
.contentbar1 {
  	color: #000000;
  	font-weight: normal;
  	font-size: 9pt;
}

/* Box for session errors */
.errorbox {
	border-color: #000000;
	border-style: solid;
	border-width: 1 2 2 1px;
	padding: 5px;
	margin: 3px;
	background: #ffffff;
	align: center;
	color: #f00;
	font-weight: bold; 
}

/**********End general classes*/


/**********Topper classes*/

/*Top menu*/
.linemenu {	
  	text-align:right;
	vertical-align:bottom;
	color:blue;
	text-decoration:none;
	background-color:white;
	background-color:#D5C193;
}

/*Top menu links*/
A.toplink:link, A.toplink:active, A.toplink:visited {
  	color: blue;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 12px;
}

/*Top menu links*/
A.toplink:hover {
  	color: #114C93;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 12px;
}

/*Topper controls bar */
.navigation_bar {
	height:27;
	/* background-image: url(/.catalog/images/navigation_bar.gif); */
	background-color: #D2AA55;
	background-color: #D5C193;
	background-repeat: repeat-x;			
	color:white;
	padding-left: 10px	
}

/*Topper controls links*/
.topmenu {
	font-size: 10pt !important;
	font-weight: bold !important;
	color: white !important;
	text-decoration: none !important;
}

/*Topper controls links*/
A.topmenu:hover {
	text-decoration: underline !important;
}

/*Topper controls drop down menus*/
.submenu {
	font-size:8pt; 
	color:white; 
	vertical-align:top; 
	text-align:right; 
	text-decoration:none; 
	background-color:#094989;	
	background-color:#D5C193;	
}
A.submenu:link {}
A.submenu:visited {}
A.submenu:hover {text-decoration:underline}
A.submenu:active {}

/*Breadcrumb bar conrol*/	
.breadcrumb_bar {
	height:20;
        background-color: #D5C193;
        color:#596B7E;
	font-size:10px;
	padding-left: 10px;
	border-top: 1px solid #596B7E;
	border-bottom: 1px solid #124B8A;
}
	
/*Breadcrumb links*/
.breadlink {		
	font-size:10px;
	color:white;
        color:#596B7E;
	text-decoration:none;
}
		
/**********End topper classes*/


/**********Left column classes (leftright & leftonly)*/
	
.left {
	width:15%;
	background-color:#094989;
	background-color:#D5C193;
	color:white;
	border-right: 1px solid #D1A952;
}		

.left_table {width:100%}
	
.advanced_search {
	font-size:10px;
	color:white;
	text-decoration:none;
}	
a.advanced_search:link {}
a.advanced_search:visited {}
a.advanced_search:hover {text-decoration:underline}
a.advanced_search:active {}

/*Explode tree, collapse tree*/
.barlink {
	background-color: #094989
	background-color: #D5C193
}

A.barlink:link, A.barlink:active, A.barlink:visited {
  	color: white;
  	font-weight: normal;
  	text-decoration: none;
  	font-size: 10pt;
}

/*Explode tree, collapse tree*/
A.barlink:hover {
  	color: white;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 10pt;
}

/*Components on left bar (search and product tree)*/
.categorybar {
  	background-color: #094989;
  	background-color: #D5C193;
  	color: #ffffff;
  	font-weight: normal;
  	font-size: 11px;
  	text-decoration: none
}
		
/**********End left column classes*/


/**********Center column classes*/

/*left right (outer)*/	
.center {width:70%; vertical-align:top}

/*leftonly (outer)*/
.center_leftonly {width:85%; vertical-align:top}

/*no left (outer)*/
.center_noleft {width:100%; vertical-align:top}

/*padding around inner elements*/
.center_padding {width:100%}

/*central content (inner)*/
.center_table {width:90%; text-align:left}
		
/**********End center column controls*/


/**********Begin right column controls (leftright)*/

.right {width:15%; vertical-align:top}

/*Right content*/
.right_table {width:100%}
		
/**********End of right column style*/


/**********Begin footer controls*/		
	
.footer {
	border-top:solid #BB720A 1px;
	margin:5px;
	padding:5px 
}
	
/**********End of footer controls*/

/**********Begin search_box_small component classes*/

/*Search button /.catalog/images/*/
.search_button {
	background-image: url('button_general.gif');
	background-color: white;
	font-size: 9pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: solid black 1px
	letter-spacing: 0px;
	align: center;
	cursor: pointer;
	vertical-align: center;
	text-decoration: none;
	color: black;
}

/**********End search_box_small component classes*/


/**********Cross component classes*/

/*Cross component outer*/
.specials {width:90%; text-align:left}
		
/*Cross component title bar*/
.specials_title {
	width:100%;
	height:19; 
	background-image: url('title_tab_cross.gif');
	background-repeat: no-repeat;
	background-position: left;
	color:white;
	font-weight:bold;
	padding-left: 10px;
	margin-top: 5px
}
	
/*Cross component body*/
.specials_body {
	width:100%;
	margin:0;
	border:solid #124B8A 2px;
	font-size: 10pt;
}

A.crosstitle:link, A.crosstitle:active, A.crosstitle:visited {
	color: black;
  	font-weight: bold;
  	font-size: 11px;
	text-decoration: none;
}

A.crosstitle:hover {
	color: black;
  	font-weight: bold;
  	font-size: 11px;
	text-decoration: underline;
}

/**********End cross component classes*/


/**********Random component classes*/

/*Random component title bar*/
.random_title {
	width:100%;
	height:19; 
	background-image: url('title_tab_random.gif');
	background-repeat: no-repeat;
	background-position: left;
	color:white;
	font-weight:bold;
	padding-left: 10px						
}
	
/*Random component body*/
.random_body {
	width:100%;
	margin:0;
	border:solid #BB720A 2px;			
}

/*Random component product name*/
A.random_description:link, A.random_description:active, A.random_description:visited {
	color: black;
  	font-weight: bold;
  	font-size: 11px;
	text-decoration: none;
}

A.random_description:hover {
	color: black;
  	font-weight: bold;
  	font-size: 11px;
	text-decoration: underline;
}

/**********End random component classes*/
	
/**********Cart component classes*/

/*cart table row*/
.cartnorm {
  	background-color: #dddddd;
  	color: #000000;
  	font-weight: normal;
  	font-size: 11px;
  	border-top: 0;
  	border-bottom: 1px solid black;
  	border-left: 1px solid black;
  	border-right: 1px solid black;
}


/*cart alternate table row*/
.cartalt {
  	background-color: #FFFFFF;
  	color: #000000;
  	font-weight: normal;
  	font-size: 11px;
  	border-top: 0;
  	border-bottom: 1px solid black;
  	border-left: 1px solid black;
  	border-right: 1px solid black;
}

A.cartlink:link, A.cartlink:active, A.cartlink:visited {
  	color: black;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 12px;
}

/*Top menu links*/
A.cartlink:hover {
  	color: black;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 12px;
}

/**********End cart component classes*/

/**********Cart tiny component classes*/

/*Cart tiny component*/
.carttiny {
  	background-color: #003070;  
  	color: white;  
  	font-weight: normal;
  	font-family:arial;
  	width:95%;
  	border: solid #218CBD 1px
}

/*Cart tiny title*/
.carttiny_title {
  	background-color: #218CBD;
  	color: #FFFFFF !important;
  	font-weight: normal;
  	text-decoration: none;
  	font-family:arial;
  	font-size: 9pt;
  	width:95%;
  	height:20px;
  	vertical-align: center;
  	border: solid #218CBD 1px
}

A.carttiny_title:link, A.carttiny_title:active, A.carttiny_title:visited, A.carttiny_title:hover {  
}

/*Cart tiny headings*/
.ctiny_heading {
  	color: #FFFFFF !important;
  	font-weight: normal;
  	font-size: 8pt;
  	text-decoration:underline
}

/*Cart tiny text and links*/
.ctiny_text {
  	color: white;
  	font-weight: normal;
  	text-decoration: none;
  	font-size: 8pt;
}

A.ctiny_text:link, A.ctiny_text:active, A.ctiny_text:visited {  
}

.ctiny_text a:hover {
  text-decoration: underline;
  color: red;
}

/**********End cart tiny component classes*/

/**********Cart_display component classes*/

/*Cart display row*/
.cartdisplay {
	background-color: white;
  	color: #000000;
  	font-weight: normal;
  	font-size: 12px;
}

/*Cart display alternate row*/
.cartdisplay_alt {
  	background-color: #dddddd;
  	color: #000000;
  	font-weight: normal;
  	font-size: 12px;
}

/**********End cart_display component classes*/

/**********Results_ component classes*/

/*results_buylist category heading*/
.title {
	font-weight:bold;
	font-size:16px
}


/*results_buylist item link*/
A.resultslink:link, A.resultslink:active, A.resultslink:visited {
	color: black;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 12px;		
}

/*results_buylist item link*/
A.resultslink:hover {
  	color: #114C93;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 12px;
}

/*results_big product name*/
.results_description {
	color: black;
  	font-weight: bold;
  	font-size: 11px
}

/**********End results_ component classes*/

/**********LTM styles*/
html
{
height: 100%;
}

body
{
height: 100%;
/* min-width: 800px; */
background-color: #596B7E;
font-family: verdana, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
text-align: center;
}
/* CSS hack to make the small font close across browsers */
/*/*/a{}
body
{
font-size: x-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: small;
}
html>body
{
font-size: small;
}  
/* */

.clear
{
clear: both;
}

/* Main page container */

#container
{
min-height: 400px;;
width: 792px;
margin: 0 auto 0 auto;
padding: 0 0 0 0;
background-color: #ffffff;
text-align: left;
border: 0 0 0 0;
/* border: 1px solid purple; */
}
* html #container
{
height: 400px;
}

/* Logo/masthead container */

#masthead
{
/* position: relative; */
left: 0;
top: 0;
width: 792px;
height: 88px;
padding: 0 0 0 0;
background-image: url(/images/larryUI01.gif);
background-repeat: no-repeat;
background-color: #596B7E;
border: 0 0 0 0;
/* border: 1px solid purple; */
}

/* Site Menu Tabs */

#menutop {
float:left;
width:100%;
padding: 0 0 0 0;
background:#596B7E;
font-size:93%;
line-height:normal;
border-bottom:2px solid #54545C;
font:10pt Verdana, sans-serif;
font-variant:small-caps;
font-weight:bold;
background-color: #D5C193;
background:url(/images/tabrightK.gif) no-repeat right top;
/* border: solid red 1px; */
}
#menutop ul {
margin:0;
padding: 0 0 0 0;
list-style:none;
}
#menutop li {
display:inline;
margin:0;
padding:0;
}
#menutop a {
float:left;
background:url(/images/tableftK.gif) no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#menutop a span {
float:left;
display:block;
background:url(/images/tabrightK.gif) no-repeat right top;
/* Adjust this padding to cause the menu items to expand to */
/* fill the width of the menu bar */
padding:5px 9px 4px 8px;
color:#FFF;
text-align: center;
}
* html #menutop a span {
\padding:5px 10px 5px 11px; /* for IE5 and IE6 in quirks mode */
p\adding:5px 10px 5px 11px; /* for IE6 in standards mode */
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menutop a span {float:none;}
/* End IE5-Mac hack */
#menutop a:hover span {
color: #114C93;
/* background-position:100% -42px; */
}
#menutop a:hover {
/* background-position:0% -42px; */
}
#menutop a:hover span {
/* background-position:100% -42px; */
}

/* Page content sub-container */

#pageCell
{
width: 100%;
width: 792px;
padding: 0 0 0 0;
background: #D5C193;
min-height: 350px;
border: 0 0 0 0;
/* border: 1px solid yellow; */
}

/* Left navigation container */

#menuleft {
float: left;
width: 130px;
height: auto;
padding: 0 0 0 0;
background: #D5C193;
font: small Verdana, sans-serif;
font-variant: small-caps;
font-size: 11px;
font-weight: bold;
background-color: #D5C193;
border: 0 0 0 0;
/* border-top: 1px solid #596B7E; */
/* border: 1px solid yellow; */
}
* html #menuleft {
min-height: 100%;
}
#menuleft ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#menuleft li {
border-top: 1px solid #596B7E;
padding: 5px 0 5px 0; /* top, right, bottom, left */
text-align: center;
}

#menuleft a {
display: inline;
padding: 2px 0 2px 0; /* top, right, bottom, left */
border: none;
text-align: center;
text-decoration: none;
}

#menuleft a:link, #menuleft a:active, #menuleft a:visited {
color: #FFFFFF;
}

#menuleft a:hover {
border: none;
color: #114C93;
}

/* Page content container */

#content {
overflow: visible;
top: 0px;
padding: 0 0 0 0;
min-height: 350px;
margin-left: 133px;
border-color: #333333;
font-family: verdana, helvetica, geneva, arial, sans-serif;
font-size: 11px;
color: #000000;
text-align: left;
background-color: #ffffff;
border: 0 0 0 0;
/* border: 1px solid blue; */
}
* html #content {
height: 350px;
}

/* Footer container */

#footer, #siteInfo
{
position: relative;
width: 792px;
border: 0 0 0 0;
border-top: 2px solid #cccccc;
padding: 0 0 0 0;
font-size: small;
color: #999999;
/* padding: 10px 10px 10px 10px; */
background-color: #ffffff;
/* border: 1px solid red; */
}
* html #footer, * html #siteInfo
{
margin-top: -10px;
}


#footer img, #siteInfo img
{
padding: 4px 4px 4px 0px;
vertical-align: middle;
}

#footer a:link, #footer a:visited, #siteInfo a:link, #siteInfo a:visited
{
font-size: small;
font-weight: bold;
text-decoration: none;
color: #666666;
}

/**********End LTM styles*/
