td, tr{
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #CCCCCC;
}
.rightbg {
	background-image: url(images/r_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.tabbord {
	border: 1px solid #5f5a42;
	background-color: #0f0f0f;
}
.footer {
	background-image: url(images/greyfriars_20.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 75px;
	color: #847461;
}

body {
	margin: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;

}

a {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #BBB283;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.white {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;

}
.white:hover {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #E9E5D7;
	text-decoration: none;
	font-weight: bold;

}

.bluelnk {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #0093D9;
	text-decoration: none;
	font-weight: normal;

}
.bluelnk:hover {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;

}

li {
	list-style-image:  url(images/bullet.gif);
}

.input {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #666666;
}
.titles {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #344534;
}

.midpad {
	padding-right: 100px;

}

.price {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #1D3723;
	font-weight: bold;

}

.basketbg {
	background-color: #F2F2F2;
	border: 1px solid #FFFFFF;

}

.toptext {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #EBE7D7;
	padding-top: 45px;
	padding-left: 200px;
	padding-right: 40px;
}
.leftbg {
	background-image: url(images/greyfriars_17.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.centbg {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.ftext {
	color: #565448;
}
.tabtop {
	background-image: url(images/tabtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.leftpic {
	background-image: url(images/greyfriars_18.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.picbg {
	background-color: #BBB283;
}


/* this is the code for the floating div menu in the */

#navwrap{
	margin:0px;
	padding:0px;
	width:908px;
	height:44px;
	background-image:url(images/nav-bkg.gif);
	background-repeat:no-repeat;
	}

#topnav{
	float:right;
	margin:15px 0 0 0;
	padding:0px;
	width:480px;
	list-style-type:none;
}

#topnav ul{
	margin:0px;
	padding:0px;
	}

#topnav li{
	float:left;
	margin:0px 15px;
	padding:0px;
	list-style-type:none;
	font-size:16px;
	font-weight:400;
	color:#c4bc94;
	font-family:"Futura", Ariel, Helvetica, sans-serif;
}

#topnav a:link{
	color:#c4bc94;
	text-decoration:none;
}

#topnav a:hover, .currentpage{
	color:#FFFFFF;
	text-decoration:none;
}