@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #F6EDDD;
	margin: 0px;
	padding: 0px;
}
td#center {
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
}
td#menu {
	background-image: url(images/menubg.jpg);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
ul.menu li a {
	text-align:center;
	line-height: 25px;
	font-size: 13pt;
	color: #060;
	display: block;
	text-decoration: none;	/* Right-hand border colour = LINE */
	font-family: Calibri, Verdana, Arial;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
}

ul.menu {
	list-style-type: none;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}

ul.menu li a:hover {
	background: #9E6934;
	text-decoration: none;
	background-color: #EEE;
	color: #000;
	opacity:0.5;
	filter:alpha(opacity=50);
	

}
td#bottom_right {
	font-family: Calibri, Verdana, Arial;
	font-size: 10pt;
	color: #FFF;
	text-align: right;
}
td#bottom_right a {
	color: #FFF;
}
td#bottom_left {
	font-family: Calibri, Verdana, Arial;
	font-size: 10pt;
	color: #FFF;
	text-align: left;
}
td#bottom_left a {
	color: #FFF;
}
.title {
	font-family: Calibri, Verdana, Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #060;
}
.imgborder {
	margin: 5px;
	border: 2px solid #060;
}

.maintext {
	font-family: Calibri, Verdana, Arial;
	font-size: 11pt;
	color: #333;
	text-align: justify;
}
a {
	outline:none
}.input {
	background-color: #EDF8ED;
	width: 170px;
	border: 1px solid #999;
}
.basket_hint {
	font-family: Calibri, Arial, Verdana;
	font-size: 10pt;
	color: #030;
	text-align: right;
}
td#basket_top {
	background-image: url(images/menubg.jpg);
	border-right-style: none;
	font-family: Calibri, Verdana, Arial;
	font-size: 11pt;
	color: #060;
	background-repeat: repeat-x;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
table#basket {
	border: 1px solid #090;
	font-family: Calibri, Verdana, Arial;
	font-size: 11pt;
	color: #090;
	text-align: right;
}
table#subbasket {
	font-family: Calibri, Verdana, Arial;
	font-size: 10pt;
	color: #333;
	background-color: #FFFFDF;
	text-align: right;
}
td#basket_bottom {
	font-family: Calibri, Verdana, Arial;
	font-size: 11pt;
	color: #009;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #090;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.product_title {
	font-family: Calibri, Verdana, Arial;
	font-size: 12pt;
	color: #333;
}
#basket_bottom a {
	color: #006;
}
.product_price {
	font-family: Calibri, Verdana, Arial;
	font-size: 11pt;
	color: #060;
}
td#product input {
	border: 1px solid #060;
}
td#product {
	text-align: right;
}
td#product_image img {
	text-align: center;
	margin: 5px;
	border: 1px solid #090;
}
.table_lef {
	font-family: Calibri, Verdana, Arial;
	font-size: 11pt;
	color: #333;
	text-align: right;
}
.input2 {
	background-color: #EDF8ED;
	width: 85px;
	border: 1px solid #999;
}

