html,body {
    background-color: #fff;
	margin: 0px;
	font-size: 12px;
	font-family: arial, sans-serif;
	height: 100%;
	color: #000000;
}

a {
	color: #336633;
	text-decoration: underline;
}

a:hover {
/*	color: #336633;*/
	text-decoration: underline;
	color: #000;
}

a:visited {
	color: #336633;
	text-decoration: underline;
}
a:visited:hover
{
  color: #000;
  text-decoration: underline;
}
                  
/*********************************************** Bookmark Styles *******************************************/
a.bookmark {
	color: #000000;
	text-decoration: none;
}

a.bookmark:hover {
	/*color: #000000;*/
	text-decoration: none;
}
/***********************************************************************************************************/
a.topMenu {
	text-decoration: none;
	color: #336633;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

a.topMenu:hover {
	text-decoration: none;
	color: #336633;
}

a.topMenu:visited {
	text-decoration: none;
	color: #336633;
}
/******************************************************************************************************/
div#main {
/*	height: 100%;*/
	text-align: left;
	display: table;
	width: 760px;
	background-image: url(../images/main-bkg.jpg);
	background-repeat: repeat-y;
}
/*********************************************** Table divs *******************************************/
table#main {
	width: 100%;
    text-align: left;
    display: table;
}
td#left {
	width: 205px;
	padding-left: 10px;
}
td#middle {
	width: 350px;
	background: url(/images/dot_bg.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
}
td#right {
	width: 205px;
	background: url(/images/dot_bg.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}
td#twocolLeft {
	width: 555px;
	padding: 0 5px;
	font: normal 12px/17px Tahoma;
}
td#twocolRight {
	width: 205px;
	background: url(/images/dot_bg.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}

/*********************************************** Customer Side Styles *******************************************/
td#customerTwocolLeft {
	width: 205px;
	background-color: #fff;
	padding-left: 5px;
}
td#customerTwocolRight {
	width: 555px;
	background-color: #fff;
	background: url(/images/dot_bg.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}
/*********************************************** Customer Side Styles *******************************************/
div#divider {
	width: 100%;
}
#divMenu0 {
	position: absolute;
	top: 0;
	left: 30;
	visibility: hidden;
}
#divMenu1 {
	position: absolute;
	top: 0;
	left: 300;
	visibility: hidden;
}
div.textFooter{
	text-align: center;
	color: #FFFFFF;
}
/*********************************************** Form Styles *******************************************/
input {
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #cccc99;
}
input.submit {
	font-size: 12px;
	text-align: center;
	background-color: #393;
	color: #ffffff;
	width: 100px;
	height: 20px;
	font-weight: bold;
	font-family: arial, sans-serif;
	border: none;
}
span.formlabel {
	font-size: 10px;
	color: #336633;
	font-family: arial, sans-serif;
}
div.formheader {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background-color: #363;
	width: 100%;
}
/*********************************************** Header Styles *******************************************/
h1 {
	color: #339933;
	font: normal 24px/26px arial;
	margin: 0 0 0 15px;
}
h2 {
	color: #336633;
	font-weight: normal;
	font-size: 16px;
	font-family: arial, "lucida console", sans-serif;
	margin-bottom: 1px;
	margin-top: 1px;
}
h3 {
	color: #996;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	font-family: sans-serif;
	margin-bottom: 1px;
	margin-top: 5px;
}
/*********************************************** Article Styles ****************************************/
div.articlePreviewText {
	/*color: #a7a7a7;*/
	color: #666666;
	font-size: 12px;
	margin-bottom: 3px;
}
div.articleText {
	font: 12px;
	line-height: 17px;
	margin: 0 5px 0 10px;
}
div.articleTitle {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #336633;
	font-weight: bold;
	background-color: #eee;
}
div.articleTitle a {
	color: #336633;
}
/*****************************************************************************************************/
div.informationHeaderText {
	font-size: 12px;
}
div.twocolInfoAddress {
  font-size: 12px;
  font-weight: bold;
  color: #336633;
}
span.smallHeader {
	color: #993333;
	font-weight: bold;
}

div img {
	margin: 2px;
}

hr {
	color: #cccc99;
	height: 1px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 4px;
}

.pricelistColumnHeader
{ 
  font-weight: bold;
  background-color: #999933;
}

.pricelistSectionDescription
{
  color: #336633;
  font-weight: bold;
  font-size: 14px;
  font-family: arial, lucida console, sans-serif;
  margin-bottom: 1px;
  margin-top: 1px;    
}

li.newsletterArchivesList { 
  margin-bottom: 10px;
}

.draggable { 
             border: solid 1px black;
             background-color: #ddd;
             padding: 2px;
             margin: 2px;
             cursor: move;
 }
/* div min-height hack */
.prop {
	width: 1px;
	height: 350px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
