html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	background: transparent;
}
table {
	border-collapse: collapse;
}

/**
 *
 * Global css file for screen media.
 */

 /******************************************************************************
* GLOBAL
*******************************************************************************/
body {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 75%;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
}
/******************************************************************************
* LISTS
*******************************************************************************/
ul, ol {
  line-height: 18px;
  text-align: left;
  margin-bottom: 5px; 
}
ul {
  padding-left: 14px;
  list-style-type: disc;
}
ul li {
  margin-bottom: 5px;
}
ol {
  margin-left: 30px;
}
ol li {
  list-style-type: decimal;
}
pre {
  overflow: auto;
}
/*******************************************************************************
* MISC
*******************************************************************************/
.margin-bottom {
  margin-bottom: 24px;
}
.border-bottom {
  border-bottom: 1px solid #E6E5E7;
}
.border-top {
  border-top: 1px solid #E6E5E7;
}
p.border-bottom {
  padding-bottom: 1.916em;
}
.margin-top {
  margin-top: 24px;
}
.padding-top {
  padding-top: 24px;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.float-right {
	float: right;
}
.image-padding {
	padding: 10px;
}
/******************************************************************************
* LINKS
*******************************************************************************/
a {
  color: #F60;
  text-decoration: none;
}
a:visited {
  color: #F60;
  text-decoration: none;
}
a:hover {
  color: #F60;
  text-decoration: underline;
}
/******************************************************************************
* ICONS
*******************************************************************************/
h1.icon, h2.icon, h3.icon {
  padding: 12px 0;
  padding-left: 50px;
  background-position: left center;
  background-repeat: no-repeat;
}
.iconTree { background-image: url('furniture/images/icon_logo.png'); }
.oneColLiqCtrHdr #container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneColLiqCtrHdr p {
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD;
	background-image:url(furniture/images/head_bg.png);
	background-repeat:repeat;
	text-align:center
}
.oneColLiqCtrHdr #subHeader {
	background-image:url(furniture/images/sub_head_bg.png);
	background-repeat: repeat-x;
	background-position:top;
	padding: 0;
	height: 120px;
}
.oneColLiqCtrHdr #subHeadContent {
 	margin: 0 auto;
 	width: 925px;
	padding: 0;
	text-align: left;
}

.oneColLiqCtrHdr #subHeadContent h3 {
	padding-left: 20px;
	padding-top: 20px;
	color:#FFF;

}

.oneColLiqCtrHdr h1 {
	margin: 0;
	padding: 10px 20px;
	color:#FFF;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}
.oneColLiqCtrHdr h2 {
	margin: 0;
	color:#000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.oneColLiqCtrHdr h3 {
	margin: 0;
	color:#000;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
.oneColLiqCtrHdr h4 {
	margin: 0;
	color:#142900;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.oneColLiqCtrHdr h5 {
	margin: 0;
	color: #F60;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
.oneColLiqCtrHdr #mainContent {
	background: #ededed;
	margin: 0 auto;
	width: 925px;
	padding: 0;
}
.oneColLiqCtrHdr #stockContent {
	background: #b5b2b5;
 	margin: 0 auto;
 	width: 925px;
	padding: 0;
}
.oneColLiqCtrHdr #footer {
	background-image:url(furniture/images/foot_bg.png);
	background-repeat:repeat;
	height: 146px; /* master height - footer */
	text-align: center;
} 
.footerTxt {
	font-size: 12px;
	color: #999;
	text-align: left;
}
.footerTxt A:link {
	color: #CCC;
	text-decoration: none;
}
.footerTxt A:visited {
	color: #CCC;
	text-decoration: none;
}
.footerTxt A:hover {
	color: #CCC;
	text-decoration: underline;
}
.centerAlign {
	text-align: center;
}
#footerContent { 
 	margin: 0 auto;
 	width: 925px; 
}
.footerMenu {
	padding: 10px 0;
	font-size: 12px;
	color: #fff;
	text-align: right;
}
.footerMenu A:link {
	color: #ffffff;
	text-decoration: none;
}
.footerMenu A:visited {
	color: #ffffff;
	text-decoration: none;
}
.footerMenu A:hover {
	color: #ffffff;
	text-decoration: underline;
}
.box {
	/* background: #f2f2f3; */
  border: 1px solid #e6e5e7;
	padding: 10px;
	margin-bottom: 1.8333em;
	width: 925px;
}
em {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #555;
}
.contentParagraphs {
	text-align: justify;
	width: 700px;
}
.imageBorder {
  background: #f2f2f3;
  border: 1px solid #e6e5e7;
  padding: 10px;
}
#floatFlash {
	/*background: #FFFFFF; */
	float: right; /* since this element is floated, a width must be given */
 	width: 230px;
	height: 400px;
	padding: 0;
}
#itable {
	margin: 20px;
	padding: 20px;
	border: 0;
	background: transparent;
}
#pageHeads {
	padding: 20px;
	border: 0;
	background: #ccc;
}
#pageHeads h2 {
	color:#000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-left: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#stocktable {
	margin-left: 10px;
	padding: 0;
	border: 0;
	background: transparent;
}
#rightPadding {
	padding-right: 20px;
	
}