body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
}
div { position: absolute; }

/* wrapper div which centers the entire content on the page */
#j2_absctr{
	left: 50%;
	margin-left: -400px;    /* set this to half the width of the #page element */
}        
#j2_page {
	width: 800px;
}
#j2_header {
	width: 800px;
	height: 180px;
	top: 0px;
	left: 0px;
	background: black;
}
#j2_logo1 {
	left: 6px;
	top: 6px;
}
#j2_logo2 {
	left: 127px;
	top: 61px;
}

/* navigation menu */
#j2_menu {
	width: 660px;
	height: 32px;
	bottom: -22px;
	left: 100px;
}
div#j2_header > div#j2_menu{	/*This is hidden from IE */
	width: 660px;
	height: 48px;
	bottom: 0px;
	left: 100px;
}
ul#mainlevel-nav{
	list-style: none; 
	display: block;
	height: 32px;
}
ul#mainlevel-nav li {
	display: block;
	float: left;
	width: 98px;
	height: 32px;
	text-align: center;
}
ul#mainlevel-nav li a { padding-top: 2px;
	display: block;
	width: 98px;
	height: 32px;
	background:url("/putzmeister/templates/j2/images/TabUp.gif") no-repeat;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
	line-height: 10pt;        	
}
ul#mainlevel-nav li a#active_menu-nav {
	background: url("/putzmeister/templates/j2/images/TabDown.gif") no-repeat;
}
ul#mainlevel-nav li a:hover {
	background: url("/putzmeister/templates/j2/images/TabDown.gif") no-repeat;
}  
#j2_divider {
	width: 800px;
	height: 15px;
	top: 180px;
	left: 0px;
	background: #336699;
    overflow: visible;
}
#j2_cart {
    right: 0px;
    bottom: -2px;
    color: lightgrey;
    width: 70px;
    font-size: 8pt;  
    text-align: right;
}
#j2_cart table {
    width: 100%;
}
#j2_bodytop {
	width: 800px;
	height: 4px;
	top: 195px;
	left: 0px;
	background: #ffe793;
}
#j2_shadowcorner {
	width: 2px;
	height: 4px;
	top: 0px;
	left: 157px;
	background: url("/putzmeister/templates/j2/images/BodyShadowCorner.gif");
}
#j2_shadowtop {
	width: 641px;
	height: 4px;
	top: 0px;
	left: 159px;
	background: url("/putzmeister/templates/j2/images/BodyShadowTop.gif");
}
#j2_bodybottom {
	width: 800px;
	top: 199px;
	left: 0px;
	padding: 0px; margin-right: -10px;
	background: url("/putzmeister/templates/j2/images/ColumnBackground.gif") repeat-y;
}
#j2_columnleft {
	position: relative;
	float: left;
	width: 145px;
	margin: 3px 5px;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: #336699;
}
#j2_columnleft p { text-align: center }
#j2_columnright {
	position: relative;
	padding-right: 60px;
	float: right;
	width: 560px;
	margin: 3px 10px;
	font-size: 10pt;
	padding-bottom: 20px;
}
#j2_columnright div { 
    position: relative;
    background: #CCCCCC;
}
div#j2_bodybottom > div#j2_columnright { /* hidden from ie */
	position: relative;
	padding-right: 60px;
	float: right;
	width: 560px;
	margin: 3px 10px;
	font-size: 10pt;
}
#j2_footer {
	position: relative;
	clear: both;
	width: 558px;
	height: 38px;
	text-align: center;
	margin: 0px 0px 10px 165px;
	background: url("/putzmeister/templates/j2/images/FooterBackground.gif") repeat-x;
}
#j2_footerleft {
	position: relative;
	float: left;
	width: 7px;
	height: 38px;
	background: url("/putzmeister/templates/j2/images/FooterLeft.gif") no-repeat;
}
#j2_footerright {
	position: relative;
	float: right;
	width: 6px;
	height: 38px;
	background: url("/putzmeister/templates/j2/images/FooterRight.gif") no-repeat;
	line-height: 38px;

}
#j2_copyright {
	width: 525px;
	height: 18px;
	left: 17px;
	top: 10px;
	color: #FFE793;
	font-size: 9pt;
	font-weight: bold;
}

/* Body display styles */
#j2_columnleft a {
    color: #336699;
    text-decoration: underline;
}
#j2_columnright .componentheading {
    font-size: 12pt;
    line-height: 38pt;
    font-weight: bold;
}
#j2_columnright .contentheading {
    font-weight: bold;
    font-style: italic;
}
    
#j2_columnleft a:hover {color: black;}
#j2_columnright a {
    color: #336699;
    text-decoration: none;
}
#j2_columnright a:hover {color: black;} 
#j2_columnright h1 {
    font-size: 14pt;
}
#j2_columnright h2 {
    font-size: 12pt;
    line-height: 14pt;
}
#product_list div {
    position: relative;
}
.vm_browse_rowdivider { height: 10px; width: 520px; clear: both; border-bottom: 1px solid black;}
.vm_browse_rowid { border-left: 1px solid black;}
.vm_browse_description { margin-left: 14px;}
.noborder { border: none; }
.vm_browse_image img { 
    border-left: 1px solid white;
    border-top: 1px solid white; 
    border-right: 2px dotted black; 
    border-bottom: 2px dotted black; 
    text-align: center; 
    padding: 10px;
}
.vm_browse_price { font-size: 18pt; font-weight: bold; }
.vm_category_cell { font-size: 14pt; }