body {
	margin: 0;
	padding: 0;
	background-color: #f5f5e0;
	background-image:  url(../images/bgoliveline.gif);
	background-repeat: repeat-y;
	background-position: top center;

}
div#container{
	position: absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
}
div#header {
	
}
div#main {
float:none;

	/*position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -340px;
	*/
	width: 680;
	background-color: #cc9;
	padding: 15px;
	border-style: solid;
	border-color: #800000;
	border-width: 2px;
	border-top: 0px;
	margin-left:2px;
}

div#tabs {

float:none;

	/*position: absolute;left: 50%;margin-left: -342px;width: 688px;	z-index:100;top: 178px;*/
	border-style: none;
	font-size: 12pt;
}
div#tabs table {
	border-style: none;
	background-color: #70664b;
	margin: 0px;
	padding: 0px;
	
	/*border-spacing: 0px;*/

}
div#tabs table td{
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width: 2px;
	border-bottom-width: 0px;

	background-color: #8f8061;
	border-color: #800000 #800000 #8f8061 #800000;
	/*cursor: pointer;*/

}
table {
	width: 100%;
	text-align: center;
	border: solid #ddd 1px;
	background-color: #b4b571;
	margin-bottom: 15px;
}
table a {
	color: #fff;
	text-decoration: none;
}
table a:hover {
	color: #800000;
}

div#search {

	position: absolute;
	left: 50%;
	margin-left: 140px;
	top: 140px;
	font-size: 12pt;

}
div#checkout {

	position: absolute;
	left: 50%;
	margin-left: -280px;
	top: 145px;
	font-size: 12pt;
}
div#checkout a {
	color: #fff;
}

img.thumb{
	border-style: solid;
	border-color: #70664b;
	border-width: 5px;
	margin: 3px;
}
div#pallet {
position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -380px;

}
table#nextprev a {
	color: #800000;
	text-decoration:underline;
}