html {
height:100%;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#container2 {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#header {
	background: #FFFBA0;
	padding: 0;
	width: auto;
	background-image: url(images/headgradient.jpg);
	background-repeat: repeat;
	height: 60px;
	position: relative;
	z-index: 2;
}
#header h1 {
	margin: 0px 0 0px 135px;
	padding: 14px 0;
	font-size: 10px;
}
#header h2 {
	margin: 0px 0 0px 135px;
	padding: 10px 0;
	font-size: 10px;
}
#loginlinkblock {
	position:absolute; 
	top:0px; 
	left:206px;
	color:#663300;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
}
#loginlinkblock a:link { color:#663300; text-decoration: underline; }
#mainContent {
	padding: 0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: auto;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	width: auto;
	background-image: url(images/footer_background.jpg);
	height: 94px;
}
#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer2 {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	width: auto;
	height: 120px;
}
#footer2 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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#shoppingcart {
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:5px;
	background-color:#CCCCCC;
	width:610px;
	padding: 25px;
}
#registration {
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:30px;
	background-color:#FFCC66;
	width:610px;
	padding: 25px;
}
.searchform {
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
	background-color:#00FFFF;
	padding: 20px;
	width: 50%;
}
/* search form for header */
.searchform2b {
	background-color: transparent;
	border: none;	
	margin: 0; 
	padding: 2px 0 2px 0;	
	width: 182px;	
}
.searchform2b p { margin: 0; padding: 0; }
.searchform2b input.textbox { 
	width: 110px;
	color:#000000; 
	height: 17px;
	padding: 1px;
	border: 1px solid #D2E8F7; 
	vertical-align: top;
}
.searchform2b input.button { 
	width: 62px;
	height: 20px;
	margin-top:1px;
	margin-bottom:1px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #FFFBA0;
	background-color: #BB6003;
	text-align: center;
}
.update {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#FFCC66;
	width:610px;
	padding: 25px;
}
.searchbox {
	margin-left:auto;
	margin-right:auto;
	padding: 1px;
	width: 720px;
}
.searchbox1 {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#CCCCCC;
	padding: 10px;
	width: 720px;
}
.searchbox2 {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#FFFF99;
	padding: 10px;
	width: 720px;
}
.searchtable {
	float: left;
	width: 490px;
	padding:0px 0px 0px 10px;
	margin: 1px 1px 1px 1px;
}
.searchtable ul {
  float: left;
  width: 488px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  list-style: none;
}
.searchtable li {
  float: left;
  width: 5em;
  margin: 0;
  padding:0;
}
.searchtable form {
	border-collapse:collapse;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.searchimage {
	float: right;
	width: 208px;
	margin: 2px 2px 2px 2px;
}
.searchimage a img { border:solid; border-style:solid; border-width:2px; border-color:#FFFFFF; }
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 0.8em;
	width: 110px;
}
.textfieldnarrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 30px;
}

.buttonlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFBA0;
	background-color: #BB6003;
	text-align: center;
}
.buttonsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFBA0;
	background-color: #BB6003;
	text-align: center;
}

h1, h2, h3, h4, h5 {
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.body ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.body li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

.xx-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .4em;
}

.x-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}


.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.x-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

.xx-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}
a:link {
	color:#3300CC;
	text-decoration:underline;
}
a img {border: none; }
.cleardiv { clear:both; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
