/****/
html, body {
	padding: 0px;
	margin: 0px;
    height: 100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background: #D8B5A3;
}
#wrapper {
	position: relative;
    min-height: 100%;
	width:811px;
	margin: auto;
	background: #fff;
}
#footerblock{
	position: relative;
    height: 146px;
	width: 811px;
	margin: auto;
	padding: 0px;
	margin-top: -148px;
	z-index: 1;
}
#push {
	height:152px;
	text-align:center;
}
#left_column{
	position: relative;
	padding-top:20px;
	float:left;
	z-index: 5;
	clear:left;
	width:103px;
	margin-left: 105px;
}
#content{
	position: relative;
	float:left;
	text-align:left;
	width:550px;
	padding-bottom: 155px;
	z-index: 5;
	margin-top: 5px;
	margin-left: 10px;
}
@-moz-document url-prefix() {
	#content { padding-bottom: 0px; }
}
#navbar{
	width:820px;
}
#navbar img{
	float: left;
}
.product_display{
	float:left;
	width:150px;
	padding-left:25px;
	padding-right:25px;
	text-align:center;
}
.product_img_link{
	margin-bottom:1em;
}
#pb_left_column{
	width:290px;
	float:left;
}
#pb_right_column{
	float:left;
	margin-left:1.1em;
	width:280px;
	color:#4C1A00;
}
#holder_block{
	width:700px;
}
#primary_block #image-block{
/*    border:#d0d1d5 solid 1px; */
	height:300px;width:300px;
}
#primary_block #image-block img{
/*	border:#d0d1d5 solid 1px; */
}
#static_content{
	font-family:Arial, Helvetica, sans-serif;
	color:#4c1a00;
	max-width: 470px;
	margin: auto;
	padding-left: 37px;
}
#static_content a{
	color:#c7001e;
}
.static_headline{
	text-transform:uppercase;
	font-size:16px;
	color:#daab97;
}
.static_headline2{
	text-transform:uppercase;
	font-size:18px;
	color:#c7001e;
}
#custom_form{
	width:602px;
	padding-left:5px;
	padding-right:5px;
}
#custom_form input, #custom_form textarea{
	border:none;
}