/* PAGE */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color: #42301F;
	background-image: url(background.png);
}
p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
a:link, a:visited {
	color: #42301F;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#page {
	text-align: center;
}
#frame {
	width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
}
/* --PAGE */
/* META */
.meta {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	color: #AD9666;
}
.meta a:link, .meta a:visited {
	color: #AD9666;
	text-decoration: none;
}
.meta a:hover, .meta a:active {
	color: #AD9666;
	text-decoration: underline;
}
/* --META */
/* HEADER */
#header {
	height: 160px;
	width: 100%;
	background-image: url(header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: right;
}
/* --HEADER */
/* ADVERTS */
.advert {
	color: #AD9666;
	width: 170px;
}
.advert a:link, .advert a:visited {
	color: #AD9666;
	text-decoration: none;
	font-weight: bold;
}
.advert a:hover, .advert a:active {
	text-decoration: underline;
}
.advert_heading {
	background-image: url(heading_tile.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	color: #42301F;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 170px;
}
.advert_heading a:link, .advert_heading a:visited {
	color: #42301F;
	text-decoration: none;
}
.advert_heading a:hover, .advert_heading a:active {
	color: #42301F;
	text-decoration: underline;
}
#left_advert {
	text-align: center;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	float: left;
}
#right_advert {
	text-align: center;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	float: left;
}
/* --ADVERTS */
/* MAIN CONTENT */
#include {
	text-align: center;
	vertical-align: top;
	background-color: #AD9666;
}
#left_border {
	width: 10px;
	background-image: url(left_border.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#right_border {
	width: 10px;
	background-image: url(right_border.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#left_column {
	width: 180px;
	background-color: #42301F;
	text-align: left;
	vertical-align: top;
}
#right_column {
	width: 180px;
	background-color: #42301F;
	text-align: left;
	vertical-align: top;
}
/* --MAIN CONTENT */
/* FOOTER */
#footer {
	height: 40px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	color: #453103;
	font-size: 10px;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer a:link, #footer a:visited {
	color: #453103;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover, #footer a:active {
	color: #453103;
	text-decoration: underline;
}
/* --FOOTER */
/* INCLUDE PAGE */
#page_frame {

}
#page_header {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #E5C78D;
	padding: 5px;
	background-image: url(page_header.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: "Kristen ITC", Arial;
}
#page_content {
	text-align: left;
	padding: 10px;
	background-color: #AD9666;
	color: #42301F;
}
#page_footer {
	height: 10px;
	background-image: url(page_footer.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
/* --INCLUDE PAGE */
/* MENU */
#top_menu {
	float:left;
	width: 100%;
	background-color: #42301F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	display: none;
}
#left_menu {
	width: 100%;
	background-color: #42301F;
	float: left;
}
.sf-menu {
	float:			left;
	margin-bottom:	0px;
	font-family: "Kristen ITC", Arial;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AD9666;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#E5C78D;
}
.sf-menu li {
	background-color: #4B3A2A;
}
.sf-menu li li {
	background-color: #4B3A2A;
}
.sf-menu li li li {
	background-color: #4B3A2A;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	background-color: #9C8046;
	color: #42301F;
}
/* --MENU */
/* BASKET */
#basket {
	background-color: #FFAA00;
}
.basket_item {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	
}
.basket_link a:link, .basket_link a:visited {
	color: #333;
	text-decoration: none;
}
.basket_link a:hover, .basket_link a:active {
	color: #333;
	text-decoration: underline;
}
#basket_heading {
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
#basket_content {
	padding: 2px;
}
/* --BASKET */
/* SPECIALS */
.special {
	float: left;
	width: 50%;
	text-align: center;
}
.special_heading {
}
.special_image {
}
/* --SPECIALS */
/* OTHER */
.border {
	border: 0px solid #000000;
}
.thick_border {
	border: 1px solid #666;
}
.slideshow {
	width:160px;
	height:120px;
	overflow: hidden;
	float: right;
	margin-top: 25px;
	margin-right: 10px;
}
.slideshow_right {
	width:790px;
	height:130px;
	overflow: hidden;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	font-size: 9px;
	color: #453103;
}
.listing {
	padding:5px;

	background-color:;
	background-color: #C0AF8A;
	border: 1px dashed #42301F;
}
.map_popup {
	text-align:center;
	height:140px;
}
#map_canvas {
	width:600px;
	height:350px;
}
/* --OTHER */
