/* CSS Document */

#container {
	height:879px;
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

body {
	background-color:#997751;
	color:#FFFFFF;
	margin-top:5px;
}

#leftborder {
	float:left;
}
	
#rightborder {
	float:left;
}

#banner {
	width:723px;
	height:29px;
	background-image:url(../images/bordertop.jpg);
	text-align:center;
}

#maincontentarea {
	height:690px;
	width:723px;
	background-color:#4e2c18;
}

#leftcol {
	float:left;
	height:690px;
	background-image:url(../images/lcolbackground.jpg);
	background-color:#8c673d;
	width:139px;
	margin-right:9px;
}

#middlecol {
	width:723px;
	float:left;
	height:690px;
	background-color:#8c673d;
	width:426px;
	margin-right:9px;
}

#rightcol {
	float:right;
	height:690px;
	width:139px;
	background-image:url(../images/colbackground.jpg);
	background-color:#8c673d;
}

#footer {
	width:723px;
	height:31px;
	background-image:url(../images/bannerbottom.jpg);
	text-align:center;
}

.productcategories {
	height:20px;
	line-height:20px;
	padding:2px 0 2px 0;
	border-bottom:1px solid #5d3b14;
}

.textfield {
	width:140px;
	font-family:Tahoma;
	font-size:11px;
}

th.basketth {
	background-color:#5d3b14;
	height:20px;
	color:#FFFFFF;
	text-align:center;
}
td.baskettd {
	padding:0 3px 0px 3px;	
	height:22px;
}
#mainimage {
	cursor:pointer;
}

table.calculator-table {
	width:405px;
	margin:5px 0px 10px 0px;
	border:1px solid #fec68b;
}

table.calculator-table th {
	text-align:center;
	background:#6d5032;
	font-size:13px;
}

table.calculator-table td {
	text-align:center;
	background:#6d5032;
	font-weight:bold;
}