.whitesurround {
	position:relative;
	width:800px;
	margin:auto;
	background:#FFFFFF;
	padding:0px;
	z-index:1;
}
.footer {
	position:relative;
	width:800px;
	font-size:10px;
	margin:auto;
	color:#FFFFFF;
	z-index:1;
}
.orangeborderbox {
	position:relative;
	border:1px solid #CCCCCC;
	padding:12px;
	z-index:2;
}
.greymenubar {
	position:relative;

	height:30px;
	top:105px;
	width:100%;

	z-index:304;
}
.logo {
	position:absolute;
	top:27px;
	left:660px;
	height:76px;
	width:123px;
	z-index:305;
	cursor:pointer;
	cursor:hand
}
.products {
	position:relative;
	width:779px;
	margin-top:10px;
	z-index:4;
}
.productdetail {
    padding:10px;
    border:1px solid #CCCCCC;
    margin:auto;
	width:758px;;
	margin-bottom:10px;

}
 .productdetail table {
	vertical-align:middle;
 	height:100%;
	padding:0px;
}
 .productdetail td {
	vertical-align:middle;
	width:355px;
	padding:0px;
}
.productdetail:after {
    content:'';
    display:block;
    clear:both;
 }
.pdcolumn1 {
    float:left;
    display:inline; /*required by IE6*/
    width:100%;
	text-align:center;
	padding-top:20px;
 }
.pdcolumn2 {
    float:right;
    display:inline; /*required by IE6*/
    width:100%;
 }  
.hometext {
	position:absolute;
	top:439px;
	width:480px;
	z-index:6;
}
.producttext {
	position:relative;
	width:780px;
	z-index:6;
}
.hometext span, .producttext span {
	color:#b36328;
	font-weight:bold;
	text-transform:uppercase;
}
.menutext {
	float:left;
	height:100%;
	vertical-align:middle;
	text-align:center;
	line-height:30px;
	font-size:10px;
	z-index:610;
}
.menutextcontainer {
	position:relative;
	height:100%;
	width:665px;
	left:0px;
	z-index:400
}
.menutextcontainer a {
	color:#d1844a;
	font-weight:bold;
	text-decoration:none;
}
.menutextcontainer a:hover {
	color:#FFFFFF;
}
.linkselected {
	font-weight:bold;
}
.menuhover {
	position:absolute; 
	top:80px; 
	left:125px; 
	line-height:32px; 
	width:606px; 
	height:32px;
}
.thumbsbox {
	position:absolute;
	top:38px; 
	left:298px; 
	width:470px; 
	height:260px;
	overflow:auto;
	vertical-align:middle;
	text-align:center;

}
.thumbsbox table {
	text-align:center;
	color:#996600;
	font-size:10px;
}
.thumbsbox table td {
	width:80px;
	text-transform:uppercase;
	border:1px solid #AAAAAA;
	height:118px;
	background:#FFFFFF;
	vertical-align:middle;
	text-align:center;
}