body {
	margin: 0 0 10px 0;
	padding: 0;
	background-color: white;
	color: black;
	text-align: center;
}
img {
	border: 0;
}
input {
	float: left;
}
.maintext {
	font: normal 14px sans-serif;
}
.interfacetext {
	font: normal 14px sans-serif;
}
.vmiddle {
	display: block;
}
.productthumb {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	padding: 2px;
}
.selectedproductthumb {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	padding: 1px;
	border: solid 1px #333333;
}
.mortarthumb {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	padding: 2px;
}
.selectedmortarthumb {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	padding: 1px;
	border: solid 1px #333333;
}
.brickpopup {
	background-color: white;
	width: 600px;
	height: 350px;
	z-index: 3;
	position: absolute;
	filter: alpha(opacity=0);
	opacity: 0;
	overflow: hidden;
	top: 0px;
	left: -600px;
	border: solid 1px black;
}
.surfacepopup {
	background-color: white;
	width: 170px;
	height: 350px;
	z-index: 3;
	position: absolute;
	filter: alpha(opacity=0);
	opacity: 0;
	overflow: hidden;
	top: 0px;
	left: -600px;
	border: solid 1px black;
}
.surfacepopupmenubar {
	display: block;
	background-image: url("images/popup_menubar_bg.gif");
	background-repeat: repeat-x;
	width: 100%;
	height: 22px;
	margin: 0 0 5px 0;
	text-align: right;
	position: relative;
}
.surfacepopupinner {
	display: block;
	position: absolute;
	background-color: white;
	width: 100%;
	height: 350px;
}
.surfacepopupmenubartext {
	display: block;
	text-align: left;
	width: 128px;
	color: white;
	font: bolder 12px sans-serif;
	position: absolute;
	left: 5px;
	top: 2px;
}
.surfacebutton {
	background-image: url("images/surfacebutton.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width: 161px;
	height: 36px;
	margin: 5px 0;
	color: white;
	font: bolder 12px sans-serif;
}
.surfacebutton a {
	display: block;
	width: 161px;
	height: 36px;
	text-decoration: none;
	color: white;
}
.surfacebutton a:hover {
	background-image: url("images/surfacebutton_on.gif");
	background-position: center center;
	background-repeat: no-repeat;
}
.surfacebuttonon {
	background-image: url("images/surfacebutton_on.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width: 161px;
	height: 36px;
	margin: 5px 0;
	color: white;
	font: bolder 12px sans-serif;
}
.surfacebuttonon a {
	display: block;
	width: 161px;
	height: 36px;
	text-decoration: none;
	color: white;
}
.surfacebutton a div.vmiddle {
	margin: 0 3px 0 30px;
}
.surfacebuttonon a div.vmiddle {
	margin: 0 3px 0 30px;
}
.maincontentcolumn {
	float: left;
	display: block;
}
.clearall {
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
#sitewrapper {
	width: 800px;
	margin: 0 auto 0 auto;	
	text-align: left;
}
#siteheader {
	width: 800px;
	height: 103px;
	margin: 0 0 10px 0;
}
#navbar {
	width: 781px;
	height: 22px;
	background-image: url("images/navbar_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	font: 12px sans-serif;
	margin: 0 0 0 10px;
	white-space: nowrap;
}
#navbar ul {
	display: inline;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	text-align: center;
	white-space: nowrap;
	padding: 0 10px 0 10px;
	margin: 0;
	text-decoration: none;
	color: black;
	font-family: sans-serif;
	font-weight: normal;
	background-image: url("images/navbar_divider.gif");
	background-position: top right;
	background-repeat: no-repeat;
}
#navbar ul li a:hover {
	text-decoration: none;
	color: white;
	font-family: sans-serif;
	font-weight: normal;
	background-image: url("images/navbar_hover.gif");
	background-position: top right;
	background-repeat: repeat-x;
}
#maincontent {
	width: 778px;
	margin: 0 0 0 10px;
	background-color: white;
	border: solid 1px #585858;	
	position: relative;
}	
#renderedimage {
	width: 615px;
}
#selectedproductthumb {
	border: solid 1px black;
}
#selectedmortarthumb {
	border: solid 1px black;
	margin: -25px 0 0 90px;
}
#rightsidebar {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 162px;
	background-color: #000000;
	background-image: url("images/right_sidebar_bg_bottom.gif");
	background-position: bottom right;
	background-repeat: repeat-x;
}
#innerrightsidebar {
	width: 140px;
	margin: 10px;
	color: black;
	font: normal 10px sans-serif;
	text-align: left;
}
#newimages {
	width: 615px;
}
#homethumb {
	position: relative;
	float: left;
	width: 140px;
	height: 80px;
	margin: 4px;
	padding: 0;
	overflow: hidden;
}
#dividerimage {
	width: 614px;
	height: 21px;
	padding: 0 5px;
	background-image: url("images/dividerimage.gif");
	background-repeat: no-repeat;
	background-position: left center;
	font: 14px sans-serif;	
	font-weight: bolder;
	color: white;	
}